From 3aa6a70429fe8e6db4f9ac37d9af864ea89868f7 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 13 Nov 2021 09:14:55 +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/it.json | 36 +++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/Ombi/wwwroot/translations/it.json b/src/Ombi/wwwroot/translations/it.json index 6c122b2fc..ae6c90a7f 100644 --- a/src/Ombi/wwwroot/translations/it.json +++ b/src/Ombi/wwwroot/translations/it.json @@ -56,7 +56,7 @@ "CheckPageForUpdates": "Controlla questa pagina per aggiornamenti continui del sito." }, "ErrorPages": { - "NotFound": "Page not found" + "NotFound": "Pagina non trovata" }, "NavigationBar": { "Discover": "Scopri", @@ -134,9 +134,9 @@ }, "AdvancedSearchInstructions": "Please choose what type of media you are searching for:", "YearOfRelease": "Year of Release", - "SearchGenre": "Search Genre", - "SearchKeyword": "Search Keyword", - "SearchProvider": "Search Provider", + "SearchGenre": "Cerca per genere", + "SearchKeyword": "Termini di ricerca", + "SearchProvider": "Provider di ricerca", "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": "Problemi", - "IssuesForTitle": "Issues for {{title}}", + "IssuesForTitle": "Problemi per {{title}}", "PendingTitle": "Problemi In Attesa", "InProgressTitle": "Problemi In Corso", "ResolvedTitle": "Problemi Risolti", @@ -263,7 +263,7 @@ "Delete": "Elimina problema", "DeletedIssue": "Il problema è stato eliminato", "Chat": "Chat", - "EnterYourMessage": "Enter Your Message", + "EnterYourMessage": "Scrivi qualcosa...", "Requested": "Requested", "UserOnDate": "{{user}} on {{date}}" }, @@ -290,7 +290,7 @@ }, "MediaDetails": { "Denied": "Rifiutato", - "Trailers": "Trailers", + "Trailers": "Trailer", "RecommendationsTitle": "Raccomandazioni", "SimilarTitle": "Simili", "VideosTitle": "Video", @@ -327,8 +327,8 @@ "RootFolderOverride": "Root Folder Override:", "QualityOverride": "Quality Override:", "Network": "Network:", - "GenresLabel": "Genres:", - "Genres": "Genres", + "GenresLabel": "Generi:", + "Genres": "Generi", "FirstAired": "First Aired:", "TheatricalRelease": "Release:", "DigitalRelease": "Digital Release:", @@ -354,7 +354,7 @@ "PleaseSelectUser": "Please select a user", "StreamingOn": "Streaming On:", "RequestedBy": "Requested By:", - "RequestedByOn": "Requested By {{user}} on {{date}}", + "RequestedByOn": "Richiesto da {{user}} il {{date}}", "RequestDate": "Request Date:", "DeniedReason": "Denied Reason:", "ReProcessRequest": "Re-Process Request", @@ -409,7 +409,7 @@ "Security": "Security", "Profile": "Profile", "UpdatedYourInformation": "Updated your information", - "Unsubscribed": "Unsubscribed!" + "Unsubscribed": "Disiscritto!" }, "UserTypeLabel": { "1": "Local User", @@ -419,12 +419,12 @@ "5": "Jellyfin User" }, "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": "Righe per pagina:", + "nextPageLabel": "Pagina successiva", + "previousPageLabel": "Pagina precedente", + "firstPageLabel": "Prima pagina", + "lastPageLabel": "Ultima pagina", + "rangePageLabel1": "0 su {{length}}", + "rangePageLabel2": "{{startIndex}} – {{endIndex}} su {{length}}" } }