mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 06:25:24 -07:00
fix(translations): 🌐 New translations from Crowdin [skip ci]
This commit is contained in:
parent
a5f32fccfb
commit
b0958f9ae2
1 changed files with 23 additions and 2 deletions
|
@ -55,6 +55,9 @@
|
|||
"OfflineParagraph": "A médiaszerver jelenleg nem elérhető.",
|
||||
"CheckPageForUpdates": "Látogasd meg ezt az oldalt a frissítésekhez."
|
||||
},
|
||||
"ErrorPages": {
|
||||
"NotFound": "Page not found"
|
||||
},
|
||||
"NavigationBar": {
|
||||
"Discover": "Felfedezés",
|
||||
"Search": "Keresés",
|
||||
|
@ -131,6 +134,9 @@
|
|||
},
|
||||
"AdvancedSearchInstructions": "Kérlek válaszd ki, milyen típusú médiát keresel:",
|
||||
"YearOfRelease": "Megjelenés éve",
|
||||
"SearchGenre": "Search Genre",
|
||||
"SearchKeyword": "Search Keyword",
|
||||
"SearchProvider": "Search Provider",
|
||||
"KeywordSearchingDisclaimer": "Please note that Keyword Searching is very hit and miss due to the inconsistent data in TheMovieDb"
|
||||
},
|
||||
"Requests": {
|
||||
|
@ -224,6 +230,7 @@
|
|||
},
|
||||
"Issues": {
|
||||
"Title": "Problémák",
|
||||
"IssuesForTitle": "Issues for {{title}}",
|
||||
"PendingTitle": "Várakozó problémák",
|
||||
"InProgressTitle": "Folyamatban lévő problémák",
|
||||
"ResolvedTitle": "Megoldott problémák",
|
||||
|
@ -256,6 +263,7 @@
|
|||
"Delete": "Delete issue",
|
||||
"DeletedIssue": "Issue has been deleted",
|
||||
"Chat": "Csevegő",
|
||||
"EnterYourMessage": "Enter Your Message",
|
||||
"Requested": "Requested",
|
||||
"UserOnDate": "{{user}} on {{date}}"
|
||||
},
|
||||
|
@ -282,6 +290,7 @@
|
|||
},
|
||||
"MediaDetails": {
|
||||
"Denied": "Megtagadva",
|
||||
"Trailers": "Trailers",
|
||||
"RecommendationsTitle": "Recommendations",
|
||||
"SimilarTitle": "Hasonló",
|
||||
"VideosTitle": "Videók",
|
||||
|
@ -318,7 +327,8 @@
|
|||
"RootFolderOverride": "Gyökér mappa felülírása:",
|
||||
"QualityOverride": "Minőség felülírása:",
|
||||
"Network": "Hálózat:",
|
||||
"Genres": "Műfaj:",
|
||||
"GenresLabel": "Genres:",
|
||||
"Genres": "Genres",
|
||||
"FirstAired": "Első sugárzás ideje:",
|
||||
"TheatricalRelease": "Kiadás:",
|
||||
"DigitalRelease": "Digitális megjelenés:",
|
||||
|
@ -344,6 +354,7 @@
|
|||
"PleaseSelectUser": "Válassz egy felhasználót",
|
||||
"StreamingOn": "Streaming On:",
|
||||
"RequestedBy": "Kérte:",
|
||||
"RequestedByOn": "Requested By {{user}} on {{date}}",
|
||||
"RequestDate": "Kérés ideje:",
|
||||
"DeniedReason": "Elutasítás oka:",
|
||||
"ReProcessRequest": "Re-Process Request",
|
||||
|
@ -397,7 +408,8 @@
|
|||
"NewPasswordConfirm": "Új jelszó megerősítése",
|
||||
"Security": "Security",
|
||||
"Profile": "Profil",
|
||||
"UpdatedYourInformation": "Updated your information"
|
||||
"UpdatedYourInformation": "Updated your information",
|
||||
"Unsubscribed": "Unsubscribed!"
|
||||
},
|
||||
"UserTypeLabel": {
|
||||
"1": "Helyi felhasználó",
|
||||
|
@ -405,5 +417,14 @@
|
|||
"3": "Emby felhasználó",
|
||||
"4": "Emby Connect User",
|
||||
"5": "Jellyfin felhasználó"
|
||||
},
|
||||
"Paginator": {
|
||||
"itemsPerPageLabel": "Items per page:",
|
||||
"nextPageLabel": "Next page",
|
||||
"previousPageLabel": "Previous page",
|
||||
"firstPageLabel": "First page",
|
||||
"lastPageLabel": "Last page",
|
||||
"rangePageLabel1": "0 of {{length}}",
|
||||
"rangePageLabel2": "{{startIndex}} – {{endIndex}} of {{length}}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue