From 520fdd40ca16bb0952ca115dcb326b0e4f6c66b6 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 21 Nov 2021 11:06:07 +0000 Subject: [PATCH] =?UTF-8?q?fix(translations):=20=F0=9F=8C=90=20New=20trans?= =?UTF-8?q?lations=20from=20Crowdin=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Ombi/wwwroot/translations/hu.json | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Ombi/wwwroot/translations/hu.json b/src/Ombi/wwwroot/translations/hu.json index b3ecc2de7..384251b49 100644 --- a/src/Ombi/wwwroot/translations/hu.json +++ b/src/Ombi/wwwroot/translations/hu.json @@ -136,7 +136,7 @@ "YearOfRelease": "Megjelenés éve", "SearchGenre": "Műfaj keresése", "SearchKeyword": "Keresés kulcsszóra", - "SearchProvider": "Search Provider", + "SearchProvider": "Keresési szolgáltató", "KeywordSearchingDisclaimer": "Please note that Keyword Searching is very hit and miss due to the inconsistent data in TheMovieDb" }, "Requests": { @@ -230,7 +230,7 @@ }, "Issues": { "Title": "Problémák", - "IssuesForTitle": "Issues for {{title}}", + "IssuesForTitle": "{{title}} problémái", "PendingTitle": "Várakozó problémák", "InProgressTitle": "Folyamatban lévő problémák", "ResolvedTitle": "Megoldott problémák", @@ -263,7 +263,7 @@ "Delete": "Delete issue", "DeletedIssue": "Issue has been deleted", "Chat": "Csevegő", - "EnterYourMessage": "Enter Your Message", + "EnterYourMessage": "Írd be az üzeneted", "Requested": "Requested", "UserOnDate": "{{user}} on {{date}}" }, @@ -290,7 +290,7 @@ }, "MediaDetails": { "Denied": "Megtagadva", - "Trailers": "Trailers", + "Trailers": "Előzetesek", "RecommendationsTitle": "Recommendations", "SimilarTitle": "Hasonló", "VideosTitle": "Videók", @@ -327,8 +327,8 @@ "RootFolderOverride": "Gyökér mappa felülírása:", "QualityOverride": "Minőség felülírása:", "Network": "Hálózat:", - "GenresLabel": "Genres:", - "Genres": "Genres", + "GenresLabel": "Műfajok:", + "Genres": "Műfajok", "FirstAired": "Első sugárzás ideje:", "TheatricalRelease": "Kiadás:", "DigitalRelease": "Digitális megjelenés:", @@ -354,7 +354,7 @@ "PleaseSelectUser": "Válassz egy felhasználót", "StreamingOn": "Streaming On:", "RequestedBy": "Kérte:", - "RequestedByOn": "Requested By {{user}} on {{date}}", + "RequestedByOn": "Kérte: {{user}} ekkor: {{date}}", "RequestDate": "Kérés ideje:", "DeniedReason": "Elutasítás oka:", "ReProcessRequest": "Re-Process Request", @@ -409,7 +409,7 @@ "Security": "Security", "Profile": "Profil", "UpdatedYourInformation": "Updated your information", - "Unsubscribed": "Unsubscribed!" + "Unsubscribed": "Leiratkozva!" }, "UserTypeLabel": { "1": "Helyi felhasználó", @@ -419,12 +419,12 @@ "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}}" + "itemsPerPageLabel": "Elemek oldalanként:", + "nextPageLabel": "Következő oldal", + "previousPageLabel": "Előző oldal", + "firstPageLabel": "Első oldal", + "lastPageLabel": "Utolsó oldal", + "rangePageLabel1": "{{length}}-ból 0", + "rangePageLabel2": "{{length}}-ból {{startIndex}}-től {{endIndex}}-ig" } }