mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-20 06:28:34 +00:00
update latest channel content display
This commit is contained in:
parent
e765fef271
commit
43ab885530
6 changed files with 60 additions and 39 deletions
|
|
@ -38,6 +38,7 @@
|
|||
"LabelEpisode": "Episode",
|
||||
"LabelSeries": "Series",
|
||||
"LabelStopping": "Stopping",
|
||||
"ButtonStop": "Stop",
|
||||
"LabelCancelled": "(cancelled)",
|
||||
"LabelFailed": "(failed)",
|
||||
"LabelAbortedByServerShutdown": "(Aborted by server shutdown)",
|
||||
|
|
@ -170,5 +171,15 @@
|
|||
"MessageConfirmShutdown": "Are you sure you wish to shutdown Media Browser Server?",
|
||||
"ButtonUpdateNow": "Update Now",
|
||||
"NewVersionOfSomethingAvailable": "A new version of {0} is available!",
|
||||
"VersionXIsAvailableForDownload": "Version {0} is now available for download."
|
||||
"VersionXIsAvailableForDownload": "Version {0} is now available for download.",
|
||||
"LabelVersionNumber": "Version {0}",
|
||||
"LabelPlayMethodTranscoding": "Transcoding",
|
||||
"LabelPlayMethodDirectStream": "Direct Streaming",
|
||||
"LabelPlayMethodDirectPlay": "Direct Playing",
|
||||
"LabelAudioCodec": "Audio: {0}",
|
||||
"LabelVideoCodec": "Video: {0}",
|
||||
"LabelRemoteAccessUrl": "Remote access: {0}",
|
||||
"LabelRunningOnPort": "Running on port {0}.",
|
||||
"LabelRunningOnPorts": "Running on ports {0} and {1}.",
|
||||
"HeaderLatestFromChannel": "Latest from {0}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue