diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-19 21:40:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-19 21:40:47 +0200 |
commit | ea22b4ce7a2a089eb3824870561e555c65a2eb1b (patch) | |
tree | a690409637c98737d898f75a2428a89dbf51857d /locale/en.ini | |
parent | e4d60fc1a59f1c747c81871118512ef543e48e05 (diff) | |
download | jellything-ea22b4ce7a2a089eb3824870561e555c65a2eb1b.tar jellything-ea22b4ce7a2a089eb3824870561e555c65a2eb1b.tar.bz2 jellything-ea22b4ce7a2a089eb3824870561e555c65a2eb1b.tar.zst |
start on localization
Diffstat (limited to 'locale/en.ini')
-rw-r--r-- | locale/en.ini | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/locale/en.ini b/locale/en.ini new file mode 100644 index 0000000..5970f67 --- /dev/null +++ b/locale/en.ini @@ -0,0 +1,73 @@ +[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.log_out=Log out + +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.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 + +filter_sort=Filter and Sort +filter_sort.filter.kind=By Kind +filter_sort.filter.kind=By Federation +filter_sort.filter.kind=By Watched +filter_sort.sort.general=General +filter_sort.sort.media=Media +filter_sort.sort.rating=By Rating +filter_sort.order.asc=Ascending +filter_sort.order.desc=Descending + +kind.movie=Movie +kind.video=Video +kind.short_form=Short Form Video +kind.music=Music +kind.collection=collection +kind.channel=Channel +kind.show=Show +kind.series=Series +kind.season=Season +kind.episode=Episode + +media.tracks=Tracks + +prop.watched=Watched up to {time} + +admin.dashboard.title=Admin Panel +admin.dashboard.import.inc=Start incremental import +admin.dashboard.import.full=Start full import + |