- Explicit Stop button (stops playback + returns to the library). - Keyboard cheat-sheet overlay toggled with 'H' (movie hides the episode-nav row). - Backspace = stop & back to feed (HTPC-remote convention); closes the help first. - Time-remaining readout beside the seek bar + a live wall clock in the top bar (both fade with the controls). - PlexBrowse restores the grid scroll position when returning from the player, so Back lands on the same card instead of the top of the library. - New plex.player i18n keys (stop/help/keys.*) in en/hu/de.
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"navLabel": "Plex",
|
|
"backToFeed": "YouTube feed",
|
|
"backToLibrary": "Back to library",
|
|
"searchPlaceholder": "Search Plex…",
|
|
"sort": {
|
|
"added": "Recently added",
|
|
"title": "Title"
|
|
},
|
|
"filter": {
|
|
"library": "Library",
|
|
"show": "Show",
|
|
"showOpt": {
|
|
"all": "All",
|
|
"unwatched": "Unwatched",
|
|
"in_progress": "In progress",
|
|
"watched": "Watched"
|
|
},
|
|
"sort": "Sort"
|
|
},
|
|
"count": "{{count}} titles",
|
|
"searchCount": "{{count}} matches",
|
|
"noMatches": "No matches.",
|
|
"loading": "Loading…",
|
|
"empty": "Nothing here yet. Run a Plex sync from the admin Config page.",
|
|
"loadMore": "Load more",
|
|
"watched": "Watched",
|
|
"play": "Play",
|
|
"resume": "Resume",
|
|
"openShow": "Open show",
|
|
"markWatched": "Mark watched",
|
|
"markUnwatched": "Mark unwatched",
|
|
"seasons": "{{count}} seasons",
|
|
"playerSoon": "Player coming soon — “{{title}}”",
|
|
"player": {
|
|
"loading": "Loading…",
|
|
"back": "Back",
|
|
"skipIntro": "Skip intro",
|
|
"skipCredits": "Skip credits",
|
|
"playPause": "Play / pause (space)",
|
|
"restart": "Restart from beginning",
|
|
"prev": "Previous episode",
|
|
"next": "Next episode",
|
|
"mute": "Mute (m)",
|
|
"fullscreen": "Fullscreen (f)",
|
|
"download": "Download original file",
|
|
"tracks": "Audio & subtitles",
|
|
"audio": "Audio",
|
|
"subtitles": "Subtitles",
|
|
"subOff": "Off",
|
|
"errNotFound": "This file can't be played — the media isn't reachable on the server (the Plex media mount is missing or the path map is wrong). Ask the admin to check the Plex configuration.",
|
|
"errTranscode": "This file's format needs transcoding, which isn't supported yet.",
|
|
"errGeneric": "Playback couldn't start. Please try again.",
|
|
"stop": "Stop",
|
|
"help": "Keyboard shortcuts",
|
|
"keys": {
|
|
"playPause": "Play / pause",
|
|
"seek": "Seek 10 seconds",
|
|
"episode": "Previous / next episode",
|
|
"volume": "Volume up / down",
|
|
"mute": "Mute",
|
|
"fullscreen": "Fullscreen",
|
|
"back": "Stop & back to feed",
|
|
"help": "Show this help"
|
|
}
|
|
},
|
|
"playable": {
|
|
"direct": "Plays directly in the browser",
|
|
"remux": "Needs a light remux (no video re-encode)",
|
|
"transcode": "Needs transcoding (heavier)"
|
|
}
|
|
}
|