fix(translations): 🌐 New translations from Crowdin [skip ci]

pull/4362/head
Jamie 3 years ago
parent a38090b8dd
commit aef0368de3

@ -14,6 +14,8 @@
"Common": {
"ContinueButton": "Continua",
"Available": "Disponibile",
"Approved": "Approved",
"Pending": "Pending",
"PartiallyAvailable": "Parzialmente disponibile",
"Monitored": "Monitorato",
"NotAvailable": "Non disponibile",
@ -33,6 +35,7 @@
},
"Cancel": "Annulla",
"Submit": "Invia",
"Update": "Update",
"tvShow": "TV Show",
"movie": "Movie"
},
@ -192,7 +195,16 @@
"ChangeAvailability": "Segna come Disponibile",
"Deleted": "Successfully deleted selected items",
"Approved": "Successfully approved selected items"
}
},
"SuccessfullyApproved": "Successfully Approved",
"NowAvailable": "Request is now available",
"NowUnavailable": "Request is now unavailable",
"SuccessfullyReprocessed": "Successfully Re-processed the request",
"DeniedRequest": "Denied Request",
"RequestCollection": "Request Collection",
"CollectionSuccesfullyAdded": "The collection {{name}} has been successfully added!",
"NeedToSelectEpisodes": "You need to select some episodes!",
"RequestAddedSuccessfully": "Request for {{title}} has been added successfully"
},
"Issues": {
"Title": "Problemi",
@ -228,7 +240,8 @@
"Delete": "Elimina problema",
"DeletedIssue": "Il problema è stato eliminato",
"Chat": "Chat",
"Requested": "Requested"
"Requested": "Requested",
"UserOnDate": "{{user}} on {{date}}"
},
"Filter": {
"ClearFilter": "Rimuovi filtro",
@ -269,21 +282,33 @@
"QualityProfilesSelect": "Seleziona Un Profilo di Qualità",
"RootFolderSelect": "Seleziona Una Cartella di Root",
"LanguageProfileSelect": "Select A Language Profile",
"Status": "Stato",
"Availability": "Disponibilità",
"Status": "Status:",
"StatusValues": {
"Planned": "Planned",
"In Production": "In Production",
"Released": "Released",
"Returning Series": "Returning Series",
"Ended": "Ended",
"Canceled": "Canceled"
},
"Seasons": "Seasons:",
"Episodes": "Episodes:",
"Availability": "Availability:",
"RequestStatus": "Stato Richiesta",
"Quality": "Qualità",
"RootFolderOverride": "Sovrascrivi cartella principale",
"QualityOverride": "Sovrascrivi qualità",
"Genres": "Generi",
"TheatricalRelease": "Rilascio Teatrale",
"DigitalRelease": "Rilascio Digitale",
"Votes": "Voti",
"Runtime": "Durata",
"Quality": "Quality:",
"RootFolderOverride": "Root Folder Override:",
"QualityOverride": "Quality Override:",
"Network": "Network:",
"Genres": "Genres:",
"FirstAired": "First Aired:",
"TheatricalRelease": "Release:",
"DigitalRelease": "Digital Release:",
"Votes": "Votes:",
"Runtime": "Runtime:",
"Minutes": "{{runtime}} Minuti",
"Revenue": "Entrate",
"Budget": "Budget",
"Keywords": "Parole Chiave/Tag",
"Revenue": "Revenue:",
"Budget": "Budget:",
"Keywords": "Keywords/Tags:",
"Casts": {
"CastTitle": "Trasmetti"
},
@ -291,13 +316,17 @@
"AllSeasonsTooltip": "Questo richiederà ogni stagione per questo show",
"FirstSeasonTooltip": "Questo richiederà solo la Prima Stagione per questo show",
"LatestSeasonTooltip": "Questo richiederà solo l'Ultima Stagione per questo show",
"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}}"
},
"SonarrConfiguration": "Sonarr Configuration",
"RadarrConfiguration": "Radarr Configuration",
"RequestOnBehalf": "Request on behalf of",
"PleaseSelectUser": "Please select a user",
"StreamingOn": "Streaming On",
"StreamingOn": "Streaming On:",
"RequestedBy": "Requested By:",
"RequestDate": "Request Date:",
"DeniedReason": "Denied Reason:",
"ReProcessRequest": "Re-Process Request"
},
"Discovery": {
@ -333,6 +362,23 @@
"LanguageDescription": "This is the language you would like the Ombi interface to be displayed in.",
"MobileQRCode": "Mobile QR Code",
"LegacyApp": "Launch Legacy App",
"NoQrCode": "Please contact your administrator to enable QR codes"
"NoQrCode": "Please contact your administrator to enable QR codes",
"UserType": "User Type:",
"ChangeDetails": "Change Details",
"NeedCurrentPassword": "You need your current password to make any changes here",
"CurrentPassword": "Current Password",
"EmailAddress": "Email Address",
"NewPassword": "New Password",
"NewPasswordConfirm": "New Password Confirm",
"Security": "Security",
"Profile": "Profile",
"UpdatedYourInformation": "Updated your information"
},
"UserTypeLabel": {
"1": "Local User",
"2": "Plex User",
"3": "Emby User",
"4": "Emby Connect User",
"5": "Jellyfin User"
}
}

Loading…
Cancel
Save