mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Merge pull request #4527 from Ombi-app/translations
🌐 Translations Update [skip ci]
This commit is contained in:
commit
76af4a193f
3 changed files with 156 additions and 156 deletions
|
@ -118,39 +118,39 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="NewAlbums" xml:space="preserve">
|
<data name="NewAlbums" xml:space="preserve">
|
||||||
<value>New Albums</value>
|
<value>Nová alba</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NewMovies" xml:space="preserve">
|
<data name="NewMovies" xml:space="preserve">
|
||||||
<value>New Movies</value>
|
<value>Nové filmy</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NewTV" xml:space="preserve">
|
<data name="NewTV" xml:space="preserve">
|
||||||
<value>New TV</value>
|
<value>Nové TV Pořady</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="GenresLabel" xml:space="preserve">
|
<data name="GenresLabel" xml:space="preserve">
|
||||||
<value>Genres:</value>
|
<value>Žánry:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="AlbumTypeLabel" xml:space="preserve">
|
<data name="AlbumTypeLabel" xml:space="preserve">
|
||||||
<value>Type:</value>
|
<value>Typ:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SeasonLabel" xml:space="preserve">
|
<data name="SeasonLabel" xml:space="preserve">
|
||||||
<value>Season:</value>
|
<value>Série:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="EpisodesLabel" xml:space="preserve">
|
<data name="EpisodesLabel" xml:space="preserve">
|
||||||
<value>Episodes:</value>
|
<value>Epizody:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PoweredBy" xml:space="preserve">
|
<data name="PoweredBy" xml:space="preserve">
|
||||||
<value>Powered by</value>
|
<value>Powered by</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Unsubscribe" xml:space="preserve">
|
<data name="Unsubscribe" xml:space="preserve">
|
||||||
<value>Unsubscribe</value>
|
<value>Odhlásit odběr</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Album" xml:space="preserve">
|
<data name="Album" xml:space="preserve">
|
||||||
<value>Album</value>
|
<value>Album</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Movie" xml:space="preserve">
|
<data name="Movie" xml:space="preserve">
|
||||||
<value>Movie</value>
|
<value>Film</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TvShow" xml:space="preserve">
|
<data name="TvShow" xml:space="preserve">
|
||||||
<value>TV Show</value>
|
<value>TV Pořad</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -145,12 +145,12 @@
|
||||||
<value>取消订阅</value>
|
<value>取消订阅</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Album" xml:space="preserve">
|
<data name="Album" xml:space="preserve">
|
||||||
<value>Album</value>
|
<value>专辑</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Movie" xml:space="preserve">
|
<data name="Movie" xml:space="preserve">
|
||||||
<value>Movie</value>
|
<value>电影</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TvShow" xml:space="preserve">
|
<data name="TvShow" xml:space="preserve">
|
||||||
<value>TV Show</value>
|
<value>电视节目</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -51,8 +51,8 @@
|
||||||
"LandingPage": {
|
"LandingPage": {
|
||||||
"OnlineHeading": "Právě Online",
|
"OnlineHeading": "Právě Online",
|
||||||
"OnlineParagraph": "Server je momentálně offline",
|
"OnlineParagraph": "Server je momentálně offline",
|
||||||
"PartiallyOnlineHeading": "Partially Online",
|
"PartiallyOnlineHeading": "Částečně online",
|
||||||
"PartiallyOnlineParagraph": "The media server is partially online.",
|
"PartiallyOnlineParagraph": "Mediální server je částečně online.",
|
||||||
"MultipleServersUnavailable": "There are {{serversUnavailable}} servers offline out of {{totalServers}}.",
|
"MultipleServersUnavailable": "There are {{serversUnavailable}} servers offline out of {{totalServers}}.",
|
||||||
"SingleServerUnavailable": "There is {{serversUnavailable}} server offline out of {{totalServers}}.",
|
"SingleServerUnavailable": "There is {{serversUnavailable}} server offline out of {{totalServers}}.",
|
||||||
"OfflineHeading": "Currently Offline",
|
"OfflineHeading": "Currently Offline",
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
"ChangeTheme": "Změnit motiv",
|
"ChangeTheme": "Změnit motiv",
|
||||||
"Calendar": "Kalendář",
|
"Calendar": "Kalendář",
|
||||||
"UserPreferences": "Nastavení",
|
"UserPreferences": "Nastavení",
|
||||||
"FeatureSuggestion": "Features",
|
"FeatureSuggestion": "Funkce",
|
||||||
"FeatureSuggestionTooltip": "Have a great new idea? Suggest it here!",
|
"FeatureSuggestionTooltip": "Have a great new idea? Suggest it here!",
|
||||||
"Filter": {
|
"Filter": {
|
||||||
"Movies": "Filmy",
|
"Movies": "Filmy",
|
||||||
|
@ -92,11 +92,11 @@
|
||||||
},
|
},
|
||||||
"MorningWelcome": "Dobré ráno!",
|
"MorningWelcome": "Dobré ráno!",
|
||||||
"AfternoonWelcome": "Dobré odpoledne!",
|
"AfternoonWelcome": "Dobré odpoledne!",
|
||||||
"EveningWelcome": "Good evening!"
|
"EveningWelcome": "Dobrý večer!"
|
||||||
},
|
},
|
||||||
"Search": {
|
"Search": {
|
||||||
"Title": "Hledat",
|
"Title": "Hledat",
|
||||||
"Paragraph": "Want to watch something that is not currently available? No problem, just search for it below and request it!",
|
"Paragraph": "Chcete sledovat něco co je aktuálně nedostupné? Není problém, zkuste to najít a požádat o to!",
|
||||||
"MoviesTab": "Filmy",
|
"MoviesTab": "Filmy",
|
||||||
"TvTab": "TV pořady",
|
"TvTab": "TV pořady",
|
||||||
"MusicTab": "Hudba",
|
"MusicTab": "Hudba",
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
"PopularMovies": "Populární filmy",
|
"PopularMovies": "Populární filmy",
|
||||||
"UpcomingMovies": "Nadcházející filmy",
|
"UpcomingMovies": "Nadcházející filmy",
|
||||||
"TopRatedMovies": "Nejlépe hodnocené filmy",
|
"TopRatedMovies": "Nejlépe hodnocené filmy",
|
||||||
"NowPlayingMovies": "Now Playing Movies",
|
"NowPlayingMovies": "Právě hrajeme",
|
||||||
"HomePage": "Úvodní stránka",
|
"HomePage": "Úvodní stránka",
|
||||||
"Trailer": "Upoutávka"
|
"Trailer": "Upoutávka"
|
||||||
},
|
},
|
||||||
|
@ -138,44 +138,44 @@
|
||||||
},
|
},
|
||||||
"AdvancedSearchInstructions": "Vyberte prosím jaký typ médií hledáte:",
|
"AdvancedSearchInstructions": "Vyberte prosím jaký typ médií hledáte:",
|
||||||
"YearOfRelease": "Rok vydání",
|
"YearOfRelease": "Rok vydání",
|
||||||
"SearchGenre": "Search Genre",
|
"SearchGenre": "Vyhledávání podle žánru",
|
||||||
"SearchKeyword": "Search Keyword",
|
"SearchKeyword": "Vyhledávání podle klíčových slov",
|
||||||
"SearchProvider": "Search Provider",
|
"SearchProvider": "Search Provider",
|
||||||
"KeywordSearchingDisclaimer": "Please note that Keyword Searching is very hit and miss due to the inconsistent data in TheMovieDb"
|
"KeywordSearchingDisclaimer": "Please note that Keyword Searching is very hit and miss due to the inconsistent data in TheMovieDb"
|
||||||
},
|
},
|
||||||
"Requests": {
|
"Requests": {
|
||||||
"Title": "Requests",
|
"Title": "Žádosti",
|
||||||
"Paragraph": "Below you can see yours and all other requests, as well as their download and approval status.",
|
"Paragraph": "Below you can see yours and all other requests, as well as their download and approval status.",
|
||||||
"MoviesTab": "Movies",
|
"MoviesTab": "Filmy",
|
||||||
"ArtistName": "Artist",
|
"ArtistName": "Umělec",
|
||||||
"AlbumName": "Album Name",
|
"AlbumName": "Název alba",
|
||||||
"TvTab": "TV Shows",
|
"TvTab": "TV pořady",
|
||||||
"MusicTab": "Music",
|
"MusicTab": "Hudba",
|
||||||
"RequestedBy": "Requested By",
|
"RequestedBy": "Požadováno od",
|
||||||
"Status": "Status",
|
"Status": "Stav",
|
||||||
"RequestStatus": "Request status",
|
"RequestStatus": "Stav požadavku",
|
||||||
"Denied": " Denied:",
|
"Denied": " Zamítnuto:",
|
||||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
"TheatricalRelease": "V kinech od: {{date}}",
|
||||||
"ReleaseDate": "Released: {{date}}",
|
"ReleaseDate": "Vydáno: {{date}}",
|
||||||
"TheatricalReleaseSort": "Theatrical Release",
|
"TheatricalReleaseSort": "Vydáno v Kinech",
|
||||||
"DigitalRelease": "Digital Release: {{date}}",
|
"DigitalRelease": "Digitální vydání: {{date}}",
|
||||||
"RequestDate": "Request Date",
|
"RequestDate": "Datum požadavku",
|
||||||
"QualityOverride": "Quality Override:",
|
"QualityOverride": "Quality Override:",
|
||||||
"RootFolderOverride": "Root Folder Override:",
|
"RootFolderOverride": "Root Folder Override:",
|
||||||
"ChangeRootFolder": "Root Folder",
|
"ChangeRootFolder": "Root Folder",
|
||||||
"ChangeQualityProfile": "Quality Profile",
|
"ChangeQualityProfile": "Quality Profile",
|
||||||
"MarkUnavailable": "Mark Unavailable",
|
"MarkUnavailable": "Označit jako nedostupné",
|
||||||
"MarkUnavailable4K": "Mark Unavailable 4K",
|
"MarkUnavailable4K": "Označit jako nedostupné ve 4K",
|
||||||
"MarkAvailable": "Mark Available",
|
"MarkAvailable": "Označit jako dostupné",
|
||||||
"MarkAvailable4K": "Mark Available 4K",
|
"MarkAvailable4K": "Označit jako dostupné ve 4K",
|
||||||
"Remove": "Remove",
|
"Remove": "Odstranit",
|
||||||
"Deny": "Deny",
|
"Deny": "Zamítnout",
|
||||||
"Deny4K": "Deny 4K",
|
"Deny4K": "Zamítnout 4 K",
|
||||||
"Has4KRequest": "Has 4K Request",
|
"Has4KRequest": "Má 4K požadavek",
|
||||||
"DenyReason": "Deny Reason",
|
"DenyReason": "Důvod zamítnutí",
|
||||||
"DeniedReason": "Denied Reason",
|
"DeniedReason": "Důvod zamítnutí",
|
||||||
"Season": "Season",
|
"Season": "Série",
|
||||||
"GridTitle": "Title",
|
"GridTitle": "Název",
|
||||||
"AirDate": "Odvysíláno",
|
"AirDate": "Odvysíláno",
|
||||||
"GridStatus": "Stav",
|
"GridStatus": "Stav",
|
||||||
"ReportIssue": "Nahlásit problém",
|
"ReportIssue": "Nahlásit problém",
|
||||||
|
@ -248,41 +248,41 @@
|
||||||
"PendingTitle": "Pending Issues",
|
"PendingTitle": "Pending Issues",
|
||||||
"InProgressTitle": "In Progress Issues",
|
"InProgressTitle": "In Progress Issues",
|
||||||
"ResolvedTitle": "Resolved Issues",
|
"ResolvedTitle": "Resolved Issues",
|
||||||
"ColumnTitle": "Title",
|
"ColumnTitle": "Název",
|
||||||
"Count": "Count",
|
"Count": "Počet",
|
||||||
"Category": "Category",
|
"Category": "Kategorie",
|
||||||
"Status": "Status",
|
"Status": "Stav",
|
||||||
"Details": "Details",
|
"Details": "Podrobnosti",
|
||||||
"Description": "Description",
|
"Description": "Popis",
|
||||||
"NoComments": "No Comments!",
|
"NoComments": "Žádné komentáře!",
|
||||||
"MarkInProgress": "Mark In Progress",
|
"MarkInProgress": "Označit jako probíhající",
|
||||||
"MarkResolved": "Mark Resolved",
|
"MarkResolved": "Označit jako vyřešené",
|
||||||
"SendMessageButton": "Send",
|
"SendMessageButton": "Odeslat",
|
||||||
"Subject": "Subject",
|
"Subject": "Předmět",
|
||||||
"Comments": "Comments",
|
"Comments": "Komentáře",
|
||||||
"WriteMessagePlaceholder": "Write your message here...",
|
"WriteMessagePlaceholder": "Sem napište zprávu…",
|
||||||
"ReportedBy": "Reported By",
|
"ReportedBy": "Nahlášeno",
|
||||||
"IssueDialog": {
|
"IssueDialog": {
|
||||||
"Title": "Report an issue",
|
"Title": "Náhlásit chybu",
|
||||||
"DescriptionPlaceholder": "Please describe the issue",
|
"DescriptionPlaceholder": "Popište problém",
|
||||||
"TitlePlaceholder": "Short title of your issue",
|
"TitlePlaceholder": "Krátký název vašeho problému",
|
||||||
"SelectCategory": "Select Category",
|
"SelectCategory": "Vybrat kategorii",
|
||||||
"IssueCreated": "Issue has been created"
|
"IssueCreated": "Problém byl vytvořen"
|
||||||
},
|
},
|
||||||
"Outstanding": "There are outstanding issues",
|
"Outstanding": "There are outstanding issues",
|
||||||
"ResolvedDate": "Resolved date",
|
"ResolvedDate": "Resolved date",
|
||||||
"CreatedDate": "Raised on",
|
"CreatedDate": "Raised on",
|
||||||
"MarkedAsResolved": "This issue has now been marked as resolved!",
|
"MarkedAsResolved": "This issue has now been marked as resolved!",
|
||||||
"MarkedAsInProgress": "This issue has now been marked as in progress!",
|
"MarkedAsInProgress": "This issue has now been marked as in progress!",
|
||||||
"Delete": "Delete issue",
|
"Delete": "Smazat případ",
|
||||||
"DeletedIssue": "Issue has been deleted",
|
"DeletedIssue": "Issue has been deleted",
|
||||||
"Chat": "Chat",
|
"Chat": "Chat",
|
||||||
"EnterYourMessage": "Enter Your Message",
|
"EnterYourMessage": "Enter Your Message",
|
||||||
"Requested": "Vyžádáno",
|
"Requested": "Vyžádáno",
|
||||||
"UserOnDate": "{{user}} on {{date}}"
|
"UserOnDate": "{{user}} dne {{date}}"
|
||||||
},
|
},
|
||||||
"Filter": {
|
"Filter": {
|
||||||
"ClearFilter": "Clear Filter",
|
"ClearFilter": "Zrušit filtry",
|
||||||
"FilterHeaderAvailability": "Dostupnost",
|
"FilterHeaderAvailability": "Dostupnost",
|
||||||
"FilterHeaderRequestStatus": "Stav",
|
"FilterHeaderRequestStatus": "Stav",
|
||||||
"Approved": "Schváleno",
|
"Approved": "Schváleno",
|
||||||
|
@ -325,122 +325,122 @@
|
||||||
"Status": "Stav:",
|
"Status": "Stav:",
|
||||||
"StatusValues": {
|
"StatusValues": {
|
||||||
"Rumored": "Rumored",
|
"Rumored": "Rumored",
|
||||||
"Planned": "Planned",
|
"Planned": "Naplánováno",
|
||||||
"In Production": "In Production",
|
"In Production": "V produkci",
|
||||||
"Post Production": "Post Production",
|
"Post Production": "V post-produkci",
|
||||||
"Released": "Released",
|
"Released": "Vydáno",
|
||||||
"Running": "Running",
|
"Running": "Právě probíhá",
|
||||||
"Returning Series": "Returning Series",
|
"Returning Series": "Vracející se seriál",
|
||||||
"Ended": "Ended",
|
"Ended": "Ukončeno",
|
||||||
"Canceled": "Canceled"
|
"Canceled": "Zrušeno"
|
||||||
},
|
},
|
||||||
"Seasons": "Seasons:",
|
"Seasons": "Série:",
|
||||||
"Episodes": "Episodes:",
|
"Episodes": "Epizody:",
|
||||||
"Availability": "Availability:",
|
"Availability": "Dostupnost:",
|
||||||
"RequestStatus": "Request Status",
|
"RequestStatus": "Stav požadavku",
|
||||||
"Quality": "Quality:",
|
"Quality": "Kvalita:",
|
||||||
"RootFolderOverride": "Root Folder Override:",
|
"RootFolderOverride": "Root Folder Override:",
|
||||||
"QualityOverride": "Quality Override:",
|
"QualityOverride": "Quality Override:",
|
||||||
"Network": "Network:",
|
"Network": "Síť:",
|
||||||
"GenresLabel": "Genres:",
|
"GenresLabel": "Žánry:",
|
||||||
"Genres": "Genres",
|
"Genres": "Žánry",
|
||||||
"FirstAired": "First Aired:",
|
"FirstAired": "Poprvé vysíláno:",
|
||||||
"TheatricalRelease": "Release:",
|
"TheatricalRelease": "Vydáno:",
|
||||||
"DigitalRelease": "Digital Release:",
|
"DigitalRelease": "Digitální vydání:",
|
||||||
"Votes": "Votes:",
|
"Votes": "Hlasy:",
|
||||||
"Runtime": "Runtime:",
|
"Runtime": "Délka:",
|
||||||
"Minutes": "{{runtime}} Minutes",
|
"Minutes": "{{runtime}} minut",
|
||||||
"Revenue": "Revenue:",
|
"Revenue": "Příjmy:",
|
||||||
"Budget": "Budget:",
|
"Budget": "Rozpočet:",
|
||||||
"Keywords": "Keywords/Tags:",
|
"Keywords": "Klíčová slova/Tagy:",
|
||||||
"Casts": {
|
"Casts": {
|
||||||
"CastTitle": "Cast"
|
"CastTitle": "Hrají"
|
||||||
},
|
},
|
||||||
"EpisodeSelector": {
|
"EpisodeSelector": {
|
||||||
"AllSeasonsTooltip": "This will request every season for this show",
|
"AllSeasonsTooltip": "Toto vyžádá všechny serie pro tento pořad",
|
||||||
"FirstSeasonTooltip": "This will only request the First Season for this show",
|
"FirstSeasonTooltip": "Toto vyžádá jen první sérii pro tento pořad",
|
||||||
"LatestSeasonTooltip": "This will only request the Latest Season for this show",
|
"LatestSeasonTooltip": "Toto vyžádá jen poslední sérii pro tento pořad",
|
||||||
"NoEpisodes": "There unfortunately is no episode data for this show yet!",
|
"NoEpisodes": "There unfortunately is no episode data for this show yet!",
|
||||||
"SeasonNumber": "Season {{number}}"
|
"SeasonNumber": "Série {{number}}"
|
||||||
},
|
},
|
||||||
"SonarrConfiguration": "Sonarr Configuration",
|
"SonarrConfiguration": "Sonarr Configuration",
|
||||||
"RadarrConfiguration": "Radarr Configuration",
|
"RadarrConfiguration": "Radarr Configuration",
|
||||||
"RequestOnBehalf": "Request on behalf of",
|
"RequestOnBehalf": "Request on behalf of",
|
||||||
"PleaseSelectUser": "Please select a user",
|
"PleaseSelectUser": "Please select a user",
|
||||||
"StreamingOn": "Streaming On:",
|
"StreamingOn": "Streamuje na:",
|
||||||
"RequestedBy": "Requested By:",
|
"RequestedBy": "Požadováno od:",
|
||||||
"RequestedByOn": "Requested By {{user}} on {{date}}",
|
"RequestedByOn": "Požádáno uživatelem {{user}} dne {{date}}",
|
||||||
"RequestDate": "Request Date:",
|
"RequestDate": "Datum požadavku:",
|
||||||
"DeniedReason": "Denied Reason:",
|
"DeniedReason": "Důvod zamítnutí:",
|
||||||
"ReProcessRequest": "Re-Process Request",
|
"ReProcessRequest": "Znovu zpracovat žádost",
|
||||||
"ReProcessRequest4K": "Re-Process 4K Request",
|
"ReProcessRequest4K": "Znovu zpracovat 4K žádost",
|
||||||
"Music": {
|
"Music": {
|
||||||
"Type": "Type:",
|
"Type": "Typ:",
|
||||||
"Country": "Country:",
|
"Country": "Stát:",
|
||||||
"StartDate": "Start Date:",
|
"StartDate": "Datum zahájení:",
|
||||||
"EndDate": "EndDate:"
|
"EndDate": "Datum ukončení:"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Discovery": {
|
"Discovery": {
|
||||||
"PopularTab": "Popular",
|
"PopularTab": "Oblíbené",
|
||||||
"TrendingTab": "Trending",
|
"TrendingTab": "Žhavé",
|
||||||
"UpcomingTab": "Upcoming",
|
"UpcomingTab": "Nadcházející",
|
||||||
"SeasonalTab": "Seasonal",
|
"SeasonalTab": "Sezónní",
|
||||||
"RecentlyRequestedTab": "Recently Requested",
|
"RecentlyRequestedTab": "Nedávno vyžádané",
|
||||||
"Movies": "Movies",
|
"Movies": "Filmy",
|
||||||
"Combined": "Combined",
|
"Combined": "Kombinované",
|
||||||
"Tv": "TV",
|
"Tv": "TV",
|
||||||
"CardDetails": {
|
"CardDetails": {
|
||||||
"Availability": "Availability",
|
"Availability": "Dostupnost",
|
||||||
"Studio": "Studio",
|
"Studio": "Studio",
|
||||||
"Network": "Network",
|
"Network": "Síť",
|
||||||
"UnknownNetwork": "Unknown",
|
"UnknownNetwork": "Neznámé",
|
||||||
"RequestStatus": "Request Status",
|
"RequestStatus": "Stav požadavku",
|
||||||
"Director": "Director",
|
"Director": "Režisér",
|
||||||
"InCinemas": "In Cinemas",
|
"InCinemas": "V Kinech",
|
||||||
"FirstAired": "First Aired",
|
"FirstAired": "Poprvé vysíláno",
|
||||||
"Writer": "Writer",
|
"Writer": "Autor",
|
||||||
"ExecProducer": "Exec Producer"
|
"ExecProducer": "Exekutivní Producent"
|
||||||
},
|
},
|
||||||
"NoSearch": "Sorry, nothing matches your search!"
|
"NoSearch": "Vašemu hledání neodpovídají žádné shody!"
|
||||||
},
|
},
|
||||||
"UserPreferences": {
|
"UserPreferences": {
|
||||||
"Welcome": "Welcome {{username}}!",
|
"Welcome": "Vítejte, {{username}}!",
|
||||||
"OmbiLanguage": "Language",
|
"OmbiLanguage": "Jazyk",
|
||||||
"DarkMode": "Dark Mode",
|
"DarkMode": "Tmavý režim",
|
||||||
"Updated": "Successfully Updated",
|
"Updated": "Úspěšně upraveno",
|
||||||
"StreamingCountry": "Streaming Country",
|
"StreamingCountry": "Streaming Country",
|
||||||
"StreamingCountryDescription": "This is the country code that we will display streaming information for. If you are in the US please select US and you will get US related streaming information.",
|
"StreamingCountryDescription": "This is the country code that we will display streaming information for. If you are in the US please select US and you will get US related streaming information.",
|
||||||
"LanguageDescription": "This is the language you would like the Ombi interface to be displayed in.",
|
"LanguageDescription": "This is the language you would like the Ombi interface to be displayed in.",
|
||||||
"MobileQRCode": "Mobile QR Code",
|
"MobileQRCode": "Mobilní QR Code",
|
||||||
"LegacyApp": "Launch Legacy App",
|
"LegacyApp": "Launch Legacy App",
|
||||||
"NoQrCode": "Please contact your administrator to enable QR codes",
|
"NoQrCode": "Pro povolení QR kódů kontaktujte svého administrátora",
|
||||||
"UserType": "User Type:",
|
"UserType": "Typ uživatele:",
|
||||||
"ChangeDetails": "Change Details",
|
"ChangeDetails": "Změnit podrobnosti",
|
||||||
"NeedCurrentPassword": "You need your current password to make any changes here",
|
"NeedCurrentPassword": "K provedení změn potřebujete své současné heslo",
|
||||||
"CurrentPassword": "Current Password",
|
"CurrentPassword": "Aktuální heslo",
|
||||||
"EmailAddress": "Email Address",
|
"EmailAddress": "Emailová Adresa",
|
||||||
"NewPassword": "New Password",
|
"NewPassword": "Nové heslo",
|
||||||
"NewPasswordConfirm": "New Password Confirm",
|
"NewPasswordConfirm": "Potvrzení nového hesla",
|
||||||
"Security": "Security",
|
"Security": "Bezpečnost",
|
||||||
"Profile": "Profile",
|
"Profile": "Profil",
|
||||||
"UpdatedYourInformation": "Updated your information",
|
"UpdatedYourInformation": "Informace aktualizovány",
|
||||||
"Unsubscribed": "Unsubscribed!"
|
"Unsubscribed": "Odhlášeno!"
|
||||||
},
|
},
|
||||||
"UserTypeLabel": {
|
"UserTypeLabel": {
|
||||||
"1": "Local User",
|
"1": "Místní Uživatel",
|
||||||
"2": "Plex User",
|
"2": "Plex uživatel",
|
||||||
"3": "Emby User",
|
"3": "Emby User",
|
||||||
"4": "Emby Connect User",
|
"4": "Emby Connect uživatel",
|
||||||
"5": "Jellyfin User"
|
"5": "Jellyfin uživatel"
|
||||||
},
|
},
|
||||||
"Paginator": {
|
"Paginator": {
|
||||||
"itemsPerPageLabel": "Items per page:",
|
"itemsPerPageLabel": "Položek na stránce:",
|
||||||
"nextPageLabel": "Next page",
|
"nextPageLabel": "Další stránka",
|
||||||
"previousPageLabel": "Previous page",
|
"previousPageLabel": "Předchozí stránka",
|
||||||
"firstPageLabel": "First page",
|
"firstPageLabel": "První stránka",
|
||||||
"lastPageLabel": "Last page",
|
"lastPageLabel": "Poslední strana",
|
||||||
"rangePageLabel1": "0 of {{length}}",
|
"rangePageLabel1": "0 z {{length}}",
|
||||||
"rangePageLabel2": "{{startIndex}} – {{endIndex}} of {{length}}"
|
"rangePageLabel2": "{{startIndex}} – {{endIndex}} z {{length}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue