blob: cc83dafbcb7cbd41aaa06279c3b88d3c61135322 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
[jellything]
nav.root=My Library
nav.all=All items
nav.search=Search
nav.stats=Stats
nav.username=Logged in as {name}
nav.admin=Administration
nav.settings=Settings
nav.logout=Log out
nav.login=Log in
nav.register=Register
stats.title=Library Statistics
stats.count=There is a total of {count} nodes in the library
stats.runtime=The total runtime of the library is {dur}, taking up {size} of disk space.
stats.average=An average node has a runtime of {dur} and file size of {size}.
stats.by_kind.title=Grouped by Kind
stats.by_kind.kind=Kind
stats.by_kind.count=Count
stats.by_kind.total_size=Storage Size
stats.by_kind.total_runtime=Media Runtime
stats.by_kind.average_size=Average Size
stats.by_kind.average_runtime=Average Runtime
stats.by_kind.max_size=Largest File
stats.by_kind.max_runtime=Longest Runtime
home=Home
home.bin.root=Explore {title}
home.bin.continue_watching=Continue Watching
home.bin.watchlist=Your Watchlist
home.bin.latest_video=Latest in Videos
home.bin.latest_music=Latest in Music
home.bin.latest_short_form=Latest in Short form
home.bin.max_rating=Top Rated
home.bin.daily_random=Today´s Picks
home.bin.watch_again=Watch again
home.bin.daily_random_music=Discover Music
node.title=Title
node.release_date=Release Date
node.player_link=Watch now
node.watched.set=Mark Watched
node.watched.unset=Mark Unwatched
node.watchlist.set=Add to Watchlist
node.watchlist.unset=Remove from Watchlist
node.chapters=Chapters
node.people=Cast & Crew
node.tags=Tags
node.similar=Similar Media
filter_sort=Filter and Sort
filter_sort.filter.kind=By Kind
filter_sort.filter.federation=By Federation
filter_sort.filter.watched=By Watched
filter_sort.sort.general=General
filter_sort.sort.media=Media
filter_sort.sort.rating=By Rating
filter_sort.sort.rating.user=Your Rating
filter_sort.sort.rating.likes_div_views=Likes per view
filter_sort.order.asc=Ascending
filter_sort.order.desc=Descending
kind.movie=Movie
kind.video=Video
kind.short_form_video=Short Form Video
kind.music=Music
kind.collection=collection
kind.channel=Channel
kind.show=Show
kind.series=Series
kind.season=Season
kind.episode=Episode
rating.imdb=IMDb Rating
rating.tmdb=TMDB Rating
rating.metacritic=Metacritic Rating
rating.rotten_tomatoes=Rotten Tomatoes
rating.youtube_followers=YouTube Subscribers
rating.youtube_likes=YouTube Likes
rating.youtube_views=YouTube Views
media.tracks=Tracks
media.duration=Runtim
watched.watched=Watched
watched.none=Unwatched
watched.progress=Partially Watched
prop.watched.pending=Watchlisted
prop.watched.progress=Watched up to {time}
prop.watched.watched=Watched
prob.vis.hidden=Hidden
prob.vis.reduced=Reduced visibility
admin.dashboard.title=Admin Panel
admin.dashboard.import.inc=Start incremental import
admin.dashboard.import.full=Start full import
page.curr=Page {cur} of {max}
page.prev=Previous page
page.next=Next page
|