diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-28 00:28:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-28 00:28:36 +0000 |
commit | 4f222b9fbaab04fe92f3f0ae6c8da05c824b4050 (patch) | |
tree | 75210eeee435c438c1e3dc8901d5b2d51e6f5f37 /core/l10n/it.js | |
parent | 443d15bac3bd4f2ab200eb0e5580e1f390f995eb (diff) | |
download | nextcloud-server-4f222b9fbaab04fe92f3f0ae6c8da05c824b4050.tar.gz nextcloud-server-4f222b9fbaab04fe92f3f0ae6c8da05c824b4050.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index d5bf6d63516..a796f7e0932 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -43,6 +43,8 @@ OC.L10N.register( "Necessary language model provider is not available" : "Il necessario provider di modello per la lingua non è disponibile", "Task not found" : "Task non trovato", "Internal error" : "Errore interno", + "No text to image provider is available" : "Nessun fornitore da-testo-a-immagine disponibile", + "Image not found" : "Immagine non trovata", "No translation provider available" : "Nessun fornitore di traduzioni disponibile", "Could not detect language" : "Impossibile rilevare la lingua", "Unable to translate" : "Impossibile tradurre", @@ -145,6 +147,7 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'aggiornamento non è riuscito. Segnala il problema alla <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunità di Nextcloud </a>.", "Continue to {productName}" : "Continua in {productName}", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["L'aggiornamento è stato effettuato correttamente. Reindirizzamento a {productName} in %n secondo.","L'aggiornamento è stato effettuato correttamente. Reindirizzamento a {productName} %n secondi.","L'aggiornamento è stato effettuato correttamente. Reindirizzamento a {productName} %n secondi."], + "Applications menu" : "Menu applicazioni", "More apps" : "Altre applicazioni", "Currently open" : "Attualmente aperto", "_{count} notification_::_{count} notifications_" : ["{count} notifica","{count} notifiche","{count} notifiche"], @@ -226,6 +229,7 @@ OC.L10N.register( "Supported versions" : "Versioni supportate", "{name} version {version} and above" : "{name} versione {version} e successive", "Settings menu" : "Menu delle impostazioni", + "Avatar of {displayName}" : "Avatar di {displayName}", "Search {types} …" : "Cerca {types}...", "No" : "No", "Yes" : "Sì", |