1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2017-11-01 14:35:02 -04:00
parent f66cd30b4f
commit 11994657af
116 changed files with 570 additions and 1037 deletions

View file

@ -1,5 +1,4 @@
{
"HeaderPlayAll": "Play All",
"LabelPrevious": "P\u0159edchoz\u00ed",
"LabelFinish": "Dokon\u010dit",
"LabelNext": "Dal\u0161\u00ed",
@ -25,6 +24,7 @@
"LabelPinCode": "Pin k\u00f3d:",
"DeleteMedia": "Odstranit m\u00e9dia",
"HeaderSync": "Synchronizace",
"HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Zru\u0161it",
@ -485,9 +485,6 @@
"HeaderResult": "V\u00fdsledek",
"OptionOverwriteExistingEpisodes": "P\u0159epsat existuj\u00edc\u00ed epizody",
"LabelTransferMethod": "Metoda p\u0159enosu",
"OptionCopy": "Kop\u00edrovat",
"OptionMove": "P\u0159esunout",
"LabelTransferMethodHelp": "Kop\u00edrovat nebo p\u0159esunout ze slo\u017eky sledovan\u00fdch",
"HeaderLatestNews": "Posledn\u00ed novinky",
"HeaderRunningTasks": "B\u011b\u017e\u00edc\u00ed \u00falohy",
"HeaderActiveDevices": "Aktivn\u00ed za\u0159\u00edzen\u00ed",
@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Nejsou dostupn\u00e9 \u017e\u00e1dn\u00e9 z\u00e1suvn\u00e9 moduly.",
"LabelDisplayPluginsFor": "Zobrazovac\u00ed z\u00e1suvn\u00e9 moduly pro:",
"PluginTabAppClassic": "Emby for Windows Media Center",
"LabelEpisodeNamePlain": "N\u00e1zev epizody",
"LabelSeriesNamePlain": "N\u00e1zev seri\u00e1lu",
"ValueSeriesNamePeriod": "Seri\u00e1l.n\u00e1zev",
"ValueSeriesNameUnderscore": "N\u00e1zev_seri\u00e1lu",
"ValueEpisodeNamePeriod": "Epizoda.n\u00e1zev",
"ValueEpisodeNameUnderscore": "N\u00e1zev_epizody",
"LabelSeasonNumberPlain": "\u010c\u00edslo sez\u00f3ny",
"LabelEpisodeNumberPlain": "\u010c\u00edslo epizody",
"LabelEndingEpisodeNumberPlain": "\u010c\u00edslo posledn\u00ed epizody",
"HeaderTypeText": "Vlo\u017ete text",
"LabelTypeText": "Text",
"TabDisplay": "Zobrazen\u00ed",
"TabLanguages": "Jazyky",
"TabAppSettings": "Nastaven\u00ed aplikace",
"LabelEnableThemeSongs": "Povolit t\u00e9matickou hudbu na pozad\u00ed",
"LabelEnableBackdrops": "Povolit pozad\u00ed",
"LabelEnableThemeSongsHelp": "Pokud povol\u00edte, bude p\u0159i proch\u00e1zen\u00ed knihovny p\u0159ehr\u00e1v\u00e1na t\u00e9matick\u00e1 melodie na pozad\u00ed.",
"LabelEnableBackdropsHelp": "Pokud je povoleno, pozad\u00ed je zobrazeno pro n\u011bkter\u00e9 str\u00e1nky p\u0159i proch\u00e1zen\u00ed va\u0161\u00ed knihovny.",
"HeaderHomePage": "Hlavn\u00ed str\u00e1nka",
"OptionAuto": "Automaticky",
"OptionYes": "Ano",
@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
"CancelSeries": "Cancel series"
"CancelSeries": "Cancel series",
"EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}