diff --git a/src/Ombi/wwwroot/translations/bg.json b/src/Ombi/wwwroot/translations/bg.json index f88be9b2b..13d352ae5 100644 --- a/src/Ombi/wwwroot/translations/bg.json +++ b/src/Ombi/wwwroot/translations/bg.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Заглавие", "Details": "Подробности", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Проблеми", diff --git a/src/Ombi/wwwroot/translations/da.json b/src/Ombi/wwwroot/translations/da.json index 330f8be87..917882e24 100644 --- a/src/Ombi/wwwroot/translations/da.json +++ b/src/Ombi/wwwroot/translations/da.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Titel", "Details": "Detaljer", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Problemer", diff --git a/src/Ombi/wwwroot/translations/de.json b/src/Ombi/wwwroot/translations/de.json index c90b8f4ba..b661f874d 100644 --- a/src/Ombi/wwwroot/translations/de.json +++ b/src/Ombi/wwwroot/translations/de.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Titel", "Details": "Details", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Probleme", diff --git a/src/Ombi/wwwroot/translations/en.json b/src/Ombi/wwwroot/translations/en.json index 3f6df284a..665811489 100644 --- a/src/Ombi/wwwroot/translations/en.json +++ b/src/Ombi/wwwroot/translations/en.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Title", "Details": "Details", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete":"Delete Request", + "Approve":"Approve Request", + "ChangeAvailability":"Mark Available" + } }, "Issues": { "Title": "Issues", diff --git a/src/Ombi/wwwroot/translations/es.json b/src/Ombi/wwwroot/translations/es.json index aa3d6fada..f0684f01e 100644 --- a/src/Ombi/wwwroot/translations/es.json +++ b/src/Ombi/wwwroot/translations/es.json @@ -4,8 +4,8 @@ "UsernamePlaceholder": "Usuario", "PasswordPlaceholder": "Contraseña", "RememberMe": "Recuérdame", - "SignInWith": "Sign in with {{appName}}", - "SignInWithPlex": "Sign in with Plex", + "SignInWith": "Iniciar sesión con {{appName}}", + "SignInWithPlex": "Inicia sesión con Plex", "ForgottenPassword": "¿Has olvidado tu contraseña?", "Errors": { "IncorrectCredentials": "Nombre de usuario o contraseña\nincorrectos" @@ -30,8 +30,8 @@ "Errors": { "Validation": "Por favor, comprueba los datos introducidos" }, - "Cancel": "Cancel", - "Submit": "Submit" + "Cancel": "Cancelar", + "Submit": "Enviar" }, "PasswordReset": { "EmailAddressPlaceholder": "Correo electrónico", @@ -68,17 +68,17 @@ "ChangeTheme": "Cambiar Tema", "Calendar": "Calendario", "UserPreferences": "Configuración", - "FeatureSuggestion": "Feature Suggestion", - "FeatureSuggestionTooltip": "Have a great new idea? Suggest it here!", + "FeatureSuggestion": "Sugerencia de Características", + "FeatureSuggestionTooltip": "¿Tienes una idea nueva genial? ¡Sugiérala aquí!", "Filter": { "Movies": "Películas", "TvShows": "Series", "Music": "Música", - "People": "People" + "People": "Personas" }, - "MorningWelcome": "Good morning!", - "AfternoonWelcome": "Good afternoon!", - "EveningWelcome": "Good evening!" + "MorningWelcome": "¡Buenos días!", + "AfternoonWelcome": "¡Buenas tardes!", + "EveningWelcome": "¡Buenas noches!" }, "Search": { "Title": "Buscar", @@ -124,8 +124,8 @@ "Title": "Solicitudes", "Paragraph": "A continuación puedes ver tanto las tuyas como las demás solicitudes, así como su estado de descarga y aprobación.", "MoviesTab": "Películas", - "ArtistName": "Artist", - "AlbumName": "Album Name", + "ArtistName": "Artista", + "AlbumName": "Nombre del Álbum", "TvTab": "Series", "MusicTab": "Música", "RequestedBy": "Solicitado por", @@ -167,15 +167,20 @@ "NextMinutes": "Se añadirá otra solicitud en {{time}} minutos", "NextMinute": "Se añadirá otra solicitud en {{time}} minuto" }, - "AllRequests": "All Requests", - "PendingRequests": "Pending Requests", - "ProcessingRequests": "Processing Requests", - "AvailableRequests": "Available Requests", - "DeniedRequests": "Denied Requests", - "RequestsToDisplay": "Requests to display", + "AllRequests": "Todas las Solicitudes", + "PendingRequests": "Solicitudes Pendientes", + "ProcessingRequests": "Procesándose Solicitudes", + "AvailableRequests": "Solicitudes Disponibles", + "DeniedRequests": "Solicitudes Denegadas", + "RequestsToDisplay": "Solicitudes a Mostrar", "RequestsTitle": "Título", "Details": "Detalles", - "Options": "Options" + "Options": "Opciones", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Problemas", @@ -196,19 +201,19 @@ "WriteMessagePlaceholder": "Escribe tu mensaje aquí...", "ReportedBy": "Reportado por", "IssueDialog": { - "Title": "Report an issue", - "DescriptionPlaceholder": "Please describe the issue", - "TitlePlaceholder": "Short title of your issue", - "SelectCategory": "Select Category", - "IssueCreated": "Issue has been created" + "Title": "Reportar problema", + "DescriptionPlaceholder": "Por favor, describe el problema", + "TitlePlaceholder": "Título corto de tu problema", + "SelectCategory": "Seleccionar Categoría", + "IssueCreated": "El problema ha sido creado" }, - "Outstanding": "There are outstanding issues", - "ResolvedDate": "Resolved date", - "CreatedDate": "Raised on", - "MarkedAsResolved": "This issue has now been marked as resolved!", - "MarkedAsInProgress": "This issue has now been marked as in progress!", - "Delete": "Delete issue", - "DeletedIssue": "Issue has been deleted" + "Outstanding": "Hay problemas pendientes", + "ResolvedDate": "Fecha de resolución", + "CreatedDate": "Creado", + "MarkedAsResolved": "¡Este problema ha sido marcado como resuelto!", + "MarkedAsInProgress": "¡Este problema se ha marcado como en progreso!", + "Delete": "Borrar problema", + "DeletedIssue": "El problema ha sido borrado" }, "Filter": { "ClearFilter": "Reiniciar filtro", @@ -234,31 +239,31 @@ "RecommendationsTitle": "Recomendaciones", "SimilarTitle": "Similar", "VideosTitle": "Vídeos", - "AlbumsTitle": "Albums", - "RequestAllAlbums": "Request All Albums", + "AlbumsTitle": "Álbumes", + "RequestAllAlbums": "Solicitar Todos los Álbumes", "ClearSelection": "Clear Selection", - "RequestSelectedAlbums": "Request Selected Albums", - "ViewCollection": "View Collection", - "NotEnoughInfo": "Unfortunately there is not enough information about this show yet!", - "AdvancedOptions": "Advanced Options", - "QualityProfilesSelect": "Select A Quality Profile", - "RootFolderSelect": "Select A Root Folder", + "RequestSelectedAlbums": "Solicitar Álbumes Seleccionados", + "ViewCollection": "Ver Colección", + "NotEnoughInfo": "Desafortunadamente todavía no hay suficiente información sobre este programa!", + "AdvancedOptions": "Opciones Avanzadas", + "QualityProfilesSelect": "Seleccione un Perfil de Calidad", + "RootFolderSelect": "Seleccione una Carpeta Raíz", "Status": "Estado", "Availability": "Disponibilidad", "RequestStatus": "Estado de solicitud", - "Quality": "Quality", + "Quality": "Calidad", "RootFolderOverride": "Sobreescribir carpeta raíz", "QualityOverride": "Sobreescribir calidad", - "Genres": "Genres", + "Genres": "Géneros", "TheatricalRelease": "En cines", - "DigitalRelease": "Digital Release", - "UserScore": "User Score", - "Votes": "Votes", - "Runtime": "Runtime", - "Minutes": "{{runtime}} Minutes", - "Revenue": "Revenue", - "Budget": "Budget", - "Keywords": "Keywords/Tags", + "DigitalRelease": "Estreno Digital", + "UserScore": "Puntuación de Usuarios", + "Votes": "Votos", + "Runtime": "Duración", + "Minutes": "{{runtime}} Minutos", + "Revenue": "Ingresos", + "Budget": "Presupuesto", + "Keywords": "Palabras Clave/Etiquetas", "Casts": { "CastTitle": "Enviar pantalla" }, @@ -273,7 +278,7 @@ "TrendingTab": "Tendencias", "UpcomingTab": "Próximamente", "Movies": "Películas", - "Combined": "Combined", + "Combined": "Combinado", "Tv": "TV", "CardDetails": { "Availability": "Disponibilidad", @@ -290,7 +295,7 @@ }, "UserPreferences": { "Welcome": "Bienvenido {{username}}!", - "OmbiLanguage": "Language", - "DarkMode": "Dark Mode" + "OmbiLanguage": "Idioma", + "DarkMode": "Modo Oscuro" } } \ No newline at end of file diff --git a/src/Ombi/wwwroot/translations/fr.json b/src/Ombi/wwwroot/translations/fr.json index 4a811b4ef..86ee34fbd 100644 --- a/src/Ombi/wwwroot/translations/fr.json +++ b/src/Ombi/wwwroot/translations/fr.json @@ -4,8 +4,8 @@ "UsernamePlaceholder": "Nom d’utilisateur", "PasswordPlaceholder": "Mot de passe", "RememberMe": "Se souvenir de moi", - "SignInWith": "Sign in with {{appName}}", - "SignInWithPlex": "Sign in with Plex", + "SignInWith": "Se Connecter avec {{appName}}", + "SignInWithPlex": "Se Connecter avec Plex", "ForgottenPassword": "Mot de passe oublié ?", "Errors": { "IncorrectCredentials": "Nom d'utilisateur ou mot de passe incorrect" @@ -30,11 +30,11 @@ "Errors": { "Validation": "Veuillez vérifier les valeurs entrées" }, - "Cancel": "Cancel", - "Submit": "Submit" + "Cancel": "Annuler", + "Submit": "Envoyer" }, "PasswordReset": { - "EmailAddressPlaceholder": "Courriel", + "EmailAddressPlaceholder": "Adresse Email", "ResetPasswordButton": "Réinitialiser le mot de passe" }, "LandingPage": { @@ -68,17 +68,17 @@ "ChangeTheme": "Changer de thème", "Calendar": "Calendrier", "UserPreferences": "Paramètres", - "FeatureSuggestion": "Feature Suggestion", - "FeatureSuggestionTooltip": "Have a great new idea? Suggest it here!", + "FeatureSuggestion": "Suggérer une fonctionnalité", + "FeatureSuggestionTooltip": "Vous avez une bonne idée ? Suggérez-la ici !", "Filter": { "Movies": "Films", "TvShows": "Séries", "Music": "Musique", - "People": "People" + "People": "Casting" }, - "MorningWelcome": "Good morning!", - "AfternoonWelcome": "Good afternoon!", - "EveningWelcome": "Good evening!" + "MorningWelcome": "Bonjour !", + "AfternoonWelcome": "Bon après-midi !", + "EveningWelcome": "Bonsoir !" }, "Search": { "Title": "Rechercher", @@ -124,8 +124,8 @@ "Title": "Demandes", "Paragraph": "Vous pouvez voir ci-dessous vos demandes et celles des autres, ainsi que leur statut de téléchargement et d'approbation.", "MoviesTab": "Films", - "ArtistName": "Artist", - "AlbumName": "Album Name", + "ArtistName": "Artiste", + "AlbumName": "Nom de l’Album", "TvTab": "Séries", "MusicTab": "Musique", "RequestedBy": "Demandé par", @@ -167,15 +167,20 @@ "NextMinutes": "Une autre demande sera ajoutée dans {{time}} minutes", "NextMinute": "Une autre demande sera ajoutée dans {{time}} minute" }, - "AllRequests": "All Requests", - "PendingRequests": "Pending Requests", - "ProcessingRequests": "Processing Requests", - "AvailableRequests": "Available Requests", - "DeniedRequests": "Denied Requests", - "RequestsToDisplay": "Requests to display", + "AllRequests": "Toutes les requêtes", + "PendingRequests": "Requêtes en attente", + "ProcessingRequests": "Requêtes en cours", + "AvailableRequests": "Requêtes disponibles", + "DeniedRequests": "Requêtes refusées", + "RequestsToDisplay": "Requêtes à afficher", "RequestsTitle": "Titre", "Details": "Détails", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Supprimer la demande", + "Approve": "Autoriser la demande", + "ChangeAvailability": "Marquer comme Disponible" + } }, "Issues": { "Title": "Problèmes", @@ -196,19 +201,19 @@ "WriteMessagePlaceholder": "Écrivez votre message ici...", "ReportedBy": "Signalé par", "IssueDialog": { - "Title": "Report an issue", - "DescriptionPlaceholder": "Please describe the issue", - "TitlePlaceholder": "Short title of your issue", - "SelectCategory": "Select Category", - "IssueCreated": "Issue has been created" + "Title": "Signaler un problème", + "DescriptionPlaceholder": "Veuillez décrire le problème rencontré", + "TitlePlaceholder": "Titre court de votre problème", + "SelectCategory": "Sélectionner une catégorie", + "IssueCreated": "Votre rapport d'erreur a été créée" }, - "Outstanding": "There are outstanding issues", - "ResolvedDate": "Resolved date", - "CreatedDate": "Raised on", - "MarkedAsResolved": "This issue has now been marked as resolved!", - "MarkedAsInProgress": "This issue has now been marked as in progress!", - "Delete": "Delete issue", - "DeletedIssue": "Issue has been deleted" + "Outstanding": "Des rapports d'erreurs sont en attente", + "ResolvedDate": "Date de résolution", + "CreatedDate": "Signalé le", + "MarkedAsResolved": "Ce problème a maintenant été marqué comme résolu !", + "MarkedAsInProgress": "Ce problème a maintenant été marqué comme en cours de traitement !", + "Delete": "Supprimer rapport d'erreur", + "DeletedIssue": "Votre rapport d'erreur a été supprimé" }, "Filter": { "ClearFilter": "Effacer les filtres", @@ -235,62 +240,62 @@ "SimilarTitle": "Similaires", "VideosTitle": "Vidéos", "AlbumsTitle": "Albums", - "RequestAllAlbums": "Request All Albums", - "ClearSelection": "Clear Selection", - "RequestSelectedAlbums": "Request Selected Albums", - "ViewCollection": "View Collection", - "NotEnoughInfo": "Unfortunately there is not enough information about this show yet!", - "AdvancedOptions": "Advanced Options", - "QualityProfilesSelect": "Select A Quality Profile", - "RootFolderSelect": "Select A Root Folder", + "RequestAllAlbums": "Demander tous les Albums", + "ClearSelection": "Désélectionner", + "RequestSelectedAlbums": "Demander les Albums sélectionnés", + "ViewCollection": "Afficher la Collection", + "NotEnoughInfo": "Malheureusement, il n'y a pas encore assez d'informations à propos de ce média !", + "AdvancedOptions": "Options Avancées", + "QualityProfilesSelect": "Sélectionner un Profil de Qualité", + "RootFolderSelect": "Sélectionner un Dossier Racine", "Status": "Statut", "Availability": "Disponibilité", - "RequestStatus": "Request Status", - "Quality": "Quality", - "RootFolderOverride": "Root Folder Override", - "QualityOverride": "Quality Override", + "RequestStatus": "Statut de la Demande", + "Quality": "Qualité", + "RootFolderOverride": "Remplacer le Dossier Racine", + "QualityOverride": "Remplacer la Qualité", "Genres": "Genres", "TheatricalRelease": "Sortie en salle", - "DigitalRelease": "Digital Release", - "UserScore": "User Score", + "DigitalRelease": "Sorti en Numérique", + "UserScore": "Note des Spectateurs", "Votes": "Votes", - "Runtime": "Runtime", + "Runtime": "Durée de visionnage", "Minutes": "{{runtime}} Minutes", - "Revenue": "Revenue", - "Budget": "Budget", - "Keywords": "Keywords/Tags", + "Revenue": "Recettes", + "Budget": "Coût de Production", + "Keywords": "Mots Clés / Tags", "Casts": { - "CastTitle": "Cast" + "CastTitle": "Casting" }, "EpisodeSelector": { - "AllSeasonsTooltip": "This will request every season for this show", - "FirstSeasonTooltip": "This will only request the First Season for this show", - "LatestSeasonTooltip": "This will only request the Latest Season for this show" + "AllSeasonsTooltip": "Cette action demandera toutes les saisons de cette série", + "FirstSeasonTooltip": "Cette action ne demandera que la Première Saison de cette série", + "LatestSeasonTooltip": "Cette action ne demandera que la Dernière Saison de cette série" } }, "Discovery": { "PopularTab": "Populaire", "TrendingTab": "Tendances", - "UpcomingTab": "Upcoming", + "UpcomingTab": "Prochainement", "Movies": "Films", - "Combined": "Combined", + "Combined": "Tous", "Tv": "TV", "CardDetails": { "Availability": "Disponibilité", "Studio": "Studio", - "Network": "Network", - "UnknownNetwork": "Unknown", - "RequestStatus": "Request Status", - "Director": "Director", - "InCinemas": "In Cinemas", - "FirstAired": "First Aired", - "Writer": "Writer", - "ExecProducer": "Exec Producer" + "Network": "Diffuseur", + "UnknownNetwork": "Inconnu", + "RequestStatus": "Statut de la Demande", + "Director": "Réalisateur", + "InCinemas": "En Salles", + "FirstAired": "Première Diffusion", + "Writer": "Scénariste", + "ExecProducer": "Producteur Exécutif" } }, "UserPreferences": { "Welcome": "Bienvenue {{username}}!", - "OmbiLanguage": "Language", - "DarkMode": "Dark Mode" + "OmbiLanguage": "Langue", + "DarkMode": "Mode Sombre" } } \ No newline at end of file diff --git a/src/Ombi/wwwroot/translations/hu.json b/src/Ombi/wwwroot/translations/hu.json index 1e5885ed8..8c1c3f3e5 100644 --- a/src/Ombi/wwwroot/translations/hu.json +++ b/src/Ombi/wwwroot/translations/hu.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Cím", "Details": "Részletek", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Problémák", diff --git a/src/Ombi/wwwroot/translations/it.json b/src/Ombi/wwwroot/translations/it.json index 8dfea9362..2f168bc23 100644 --- a/src/Ombi/wwwroot/translations/it.json +++ b/src/Ombi/wwwroot/translations/it.json @@ -4,8 +4,8 @@ "UsernamePlaceholder": "Nome utente", "PasswordPlaceholder": "Password", "RememberMe": "Ricordati di me", - "SignInWith": "Sign in with {{appName}}", - "SignInWithPlex": "Sign in with Plex", + "SignInWith": "Accedi con {{appName}}", + "SignInWithPlex": "Accedi con Plex", "ForgottenPassword": "Hai dimenticato la password?", "Errors": { "IncorrectCredentials": "Username o password non corretta" @@ -26,12 +26,12 @@ "Denied": "Rifiutato", "Approve": "Approva", "PartlyAvailable": "Parzialmente Disponibile", - "ViewDetails": "View Details", + "ViewDetails": "Visualizza Dettagli", "Errors": { "Validation": "Per favore, controlla i valori che hai inserito" }, - "Cancel": "Cancel", - "Submit": "Submit" + "Cancel": "Annulla", + "Submit": "Invia" }, "PasswordReset": { "EmailAddressPlaceholder": "Indirizzo e-mail", @@ -49,7 +49,7 @@ "CheckPageForUpdates": "Controlla questa pagina per ottenere aggiornamenti del sito." }, "NavigationBar": { - "Discover": "Discover", + "Discover": "Scopri", "Search": "Cerca", "Requests": "Richieste", "UserManagement": "Gestione degli utenti", @@ -65,20 +65,20 @@ "Logout": "Esci", "OpenMobileApp": "Apri l'applicazione mobile", "RecentlyAdded": "Aggiunto di recente", - "ChangeTheme": "Change Theme", - "Calendar": "Calendar", - "UserPreferences": "Preferences", - "FeatureSuggestion": "Feature Suggestion", - "FeatureSuggestionTooltip": "Have a great new idea? Suggest it here!", + "ChangeTheme": "Cambia Tema", + "Calendar": "Calendario", + "UserPreferences": "Preferenze", + "FeatureSuggestion": "Suggerimenti di Funzione", + "FeatureSuggestionTooltip": "Hai una nuova grande idea? Suggeriscila qui!", "Filter": { "Movies": "Film", "TvShows": "Serie TV", "Music": "Musica", - "People": "People" + "People": "Persone" }, - "MorningWelcome": "Good morning!", - "AfternoonWelcome": "Good afternoon!", - "EveningWelcome": "Good evening!" + "MorningWelcome": "Buona mattina!", + "AfternoonWelcome": "Buon pomeriggio!", + "EveningWelcome": "Buona sera!" }, "Search": { "Title": "Cerca", @@ -124,8 +124,8 @@ "Title": "Richieste", "Paragraph": "Qui sotto puoi vedere le tue e tutte le altre richieste con il loro stato di download e approvazione.", "MoviesTab": "Film", - "ArtistName": "Artist", - "AlbumName": "Album Name", + "ArtistName": "Artista", + "AlbumName": "Nome Album", "TvTab": "Serie TV", "MusicTab": "Musica", "RequestedBy": "Richiesta da", @@ -145,7 +145,7 @@ "MarkAvailable": "Segna come Disponibile", "Remove": "Elimina", "Deny": "Nega", - "DenyReason": "Deny Reason", + "DenyReason": "Nega Motivo", "Season": "Stagione:", "GridTitle": "Titolo", "AirDate": "Data di trasmissione", @@ -167,15 +167,20 @@ "NextMinutes": "Un'altra richiesta verrà aggiunta tra {{time}} minuti", "NextMinute": "Un'altra richiesta verrà aggiunta tra {{time}} minuti" }, - "AllRequests": "All Requests", - "PendingRequests": "Pending Requests", - "ProcessingRequests": "Processing Requests", - "AvailableRequests": "Available Requests", - "DeniedRequests": "Denied Requests", - "RequestsToDisplay": "Requests to display", + "AllRequests": "Tutte le Richieste", + "PendingRequests": "Richieste in Attesa", + "ProcessingRequests": "Richieste di Elaborazione", + "AvailableRequests": "Richieste Disponibili", + "DeniedRequests": "Richieste Negate", + "RequestsToDisplay": "Richieste da mostrare", "RequestsTitle": "Titolo", "Details": "Dettagli", - "Options": "Options" + "Options": "Opzioni", + "RequestPanel": { + "Delete": "Elimina Richiesta", + "Approve": "Approva Richiesta", + "ChangeAvailability": "Segna come Disponibile" + } }, "Issues": { "Title": "Problemi", @@ -196,19 +201,19 @@ "WriteMessagePlaceholder": "Scrivi qui il tuo messaggio...", "ReportedBy": "Segnalato da", "IssueDialog": { - "Title": "Report an issue", - "DescriptionPlaceholder": "Please describe the issue", - "TitlePlaceholder": "Short title of your issue", - "SelectCategory": "Select Category", - "IssueCreated": "Issue has been created" + "Title": "Segnala un problema", + "DescriptionPlaceholder": "Sei pregato di descrivere il problema", + "TitlePlaceholder": "Titolo breve del tuo problema", + "SelectCategory": "Seleziona Categoria", + "IssueCreated": "Il problema è stato creato" }, - "Outstanding": "There are outstanding issues", - "ResolvedDate": "Resolved date", - "CreatedDate": "Raised on", - "MarkedAsResolved": "This issue has now been marked as resolved!", - "MarkedAsInProgress": "This issue has now been marked as in progress!", - "Delete": "Delete issue", - "DeletedIssue": "Issue has been deleted" + "Outstanding": "Ci sono problemi in sospeso", + "ResolvedDate": "Data risolta", + "CreatedDate": "Cresciuto il", + "MarkedAsResolved": "Questo problema è stato ora segnato come risolto!", + "MarkedAsInProgress": "Questo problema è stato ora segnato come in corso!", + "Delete": "Elimina problema", + "DeletedIssue": "Il problema è stato eliminato" }, "Filter": { "ClearFilter": "Rimuovi filtro", @@ -231,66 +236,66 @@ }, "MediaDetails": { "Denied": "Rifiutato", - "RecommendationsTitle": "Recommendations", + "RecommendationsTitle": "Raccomandazioni", "SimilarTitle": "Simili", - "VideosTitle": "Videos", - "AlbumsTitle": "Albums", - "RequestAllAlbums": "Request All Albums", - "ClearSelection": "Clear Selection", - "RequestSelectedAlbums": "Request Selected Albums", - "ViewCollection": "View Collection", - "NotEnoughInfo": "Unfortunately there is not enough information about this show yet!", - "AdvancedOptions": "Advanced Options", - "QualityProfilesSelect": "Select A Quality Profile", - "RootFolderSelect": "Select A Root Folder", + "VideosTitle": "Video", + "AlbumsTitle": "Album", + "RequestAllAlbums": "Richiedi Tutti gli Album", + "ClearSelection": "Cancella Selezione", + "RequestSelectedAlbums": "Richiesta degli Album Selezionati", + "ViewCollection": "Visualizza Raccolta", + "NotEnoughInfo": "Sfortunatamente ancora non ci sono abbastanza informazioni su questo show!", + "AdvancedOptions": "Opzioni Avanzate", + "QualityProfilesSelect": "Seleziona Un Profilo di Qualità", + "RootFolderSelect": "Seleziona Una Cartella di Root", "Status": "Stato", "Availability": "Disponibilità", - "RequestStatus": "Request Status", - "Quality": "Quality", + "RequestStatus": "Stato Richiesta", + "Quality": "Qualità", "RootFolderOverride": "Sovrascrivi cartella principale", "QualityOverride": "Sovrascrivi qualità", - "Genres": "Genres", + "Genres": "Generi", "TheatricalRelease": "Rilascio Teatrale", - "DigitalRelease": "Digital Release", - "UserScore": "User Score", - "Votes": "Votes", - "Runtime": "Runtime", - "Minutes": "{{runtime}} Minutes", - "Revenue": "Revenue", + "DigitalRelease": "Rilascio Digitale", + "UserScore": "Punteggio Utente", + "Votes": "Voti", + "Runtime": "Durata", + "Minutes": "{{runtime}} Minuti", + "Revenue": "Entrate", "Budget": "Budget", - "Keywords": "Keywords/Tags", + "Keywords": "Parole Chiave/Tag", "Casts": { - "CastTitle": "Cast" + "CastTitle": "Trasmetti" }, "EpisodeSelector": { - "AllSeasonsTooltip": "This will request every season for this show", - "FirstSeasonTooltip": "This will only request the First Season for this show", - "LatestSeasonTooltip": "This will only request the Latest Season for this show" + "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" } }, "Discovery": { "PopularTab": "Popolare", "TrendingTab": "Tendenze", - "UpcomingTab": "Upcoming", + "UpcomingTab": "In arrivo", "Movies": "Film", - "Combined": "Combined", + "Combined": "Combinato", "Tv": "TV", "CardDetails": { "Availability": "Disponibilità", "Studio": "Studio", - "Network": "Network", - "UnknownNetwork": "Unknown", - "RequestStatus": "Request Status", - "Director": "Director", - "InCinemas": "In Cinemas", - "FirstAired": "First Aired", - "Writer": "Writer", - "ExecProducer": "Exec Producer" + "Network": "Rete", + "UnknownNetwork": "Sconosciuto", + "RequestStatus": "Stato Richiesta", + "Director": "Direttore", + "InCinemas": "Nei Cinema", + "FirstAired": "Prima Trasmissione", + "Writer": "Scrittore", + "ExecProducer": "Produttore Esecutivo" } }, "UserPreferences": { "Welcome": "Benvenuto {{username}}!", - "OmbiLanguage": "Language", - "DarkMode": "Dark Mode" + "OmbiLanguage": "Lingua", + "DarkMode": "Modalità Scura" } } \ No newline at end of file diff --git a/src/Ombi/wwwroot/translations/nl.json b/src/Ombi/wwwroot/translations/nl.json index 54f9a6686..0490be1e5 100644 --- a/src/Ombi/wwwroot/translations/nl.json +++ b/src/Ombi/wwwroot/translations/nl.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Titel", "Details": "Details", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Problemen", diff --git a/src/Ombi/wwwroot/translations/no.json b/src/Ombi/wwwroot/translations/no.json index 1c4c32f8d..f74766883 100644 --- a/src/Ombi/wwwroot/translations/no.json +++ b/src/Ombi/wwwroot/translations/no.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Tittel", "Details": "Detaljer", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Mangler", diff --git a/src/Ombi/wwwroot/translations/pl.json b/src/Ombi/wwwroot/translations/pl.json index d51a81c01..ca8ed5410 100644 --- a/src/Ombi/wwwroot/translations/pl.json +++ b/src/Ombi/wwwroot/translations/pl.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Tytuł", "Details": "Szczegóły", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Problemy", diff --git a/src/Ombi/wwwroot/translations/pt.json b/src/Ombi/wwwroot/translations/pt.json index a7c0d06e8..ddef26615 100644 --- a/src/Ombi/wwwroot/translations/pt.json +++ b/src/Ombi/wwwroot/translations/pt.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Title", "Details": "Details", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Issues", diff --git a/src/Ombi/wwwroot/translations/ru.json b/src/Ombi/wwwroot/translations/ru.json index dae861438..0d31783ee 100644 --- a/src/Ombi/wwwroot/translations/ru.json +++ b/src/Ombi/wwwroot/translations/ru.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Название", "Details": "Подробная информация", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Проблемы", diff --git a/src/Ombi/wwwroot/translations/sk.json b/src/Ombi/wwwroot/translations/sk.json index 498b65d64..3ab7f6257 100644 --- a/src/Ombi/wwwroot/translations/sk.json +++ b/src/Ombi/wwwroot/translations/sk.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Názov", "Details": "Podrobnosti", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Problémy", diff --git a/src/Ombi/wwwroot/translations/sv.json b/src/Ombi/wwwroot/translations/sv.json index e1583cac2..549c24319 100644 --- a/src/Ombi/wwwroot/translations/sv.json +++ b/src/Ombi/wwwroot/translations/sv.json @@ -175,7 +175,12 @@ "RequestsToDisplay": "Requests to display", "RequestsTitle": "Titel", "Details": "Detaljer", - "Options": "Options" + "Options": "Options", + "RequestPanel": { + "Delete": "Delete Request", + "Approve": "Approve Request", + "ChangeAvailability": "Mark Available" + } }, "Issues": { "Title": "Problem",