diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-10 00:19:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-10 00:19:57 +0000 |
commit | 241e1dbc53c0f31e19aee65515dae35ff301a321 (patch) | |
tree | 804663fad16fdfe8c88322bf986b3b5fa9e0900f /apps/files/l10n/it.js | |
parent | f758f61dc41b4d8d9dcf3f9324020e5360fd6d7f (diff) | |
download | nextcloud-server-241e1dbc53c0f31e19aee65515dae35ff301a321.tar.gz nextcloud-server-241e1dbc53c0f31e19aee65515dae35ff301a321.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 3ddcbbd37e0..24f53c7e767 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -199,6 +199,7 @@ OC.L10N.register( "{relative}% used" : "{relative}% usato", "Could not refresh storage stats" : "Impossibile aggiornare le statistiche di archiviazione", "Your storage is full, files can not be updated or synced anymore!" : "Lo spazio di archiviazione è pieno, i file non possono essere più aggiornati o sincronizzati!", + "Create" : "Crea", "Transfer ownership of a file or folder" : " Trasferisci la proprietà di un file o di una cartella", "Choose file or folder to transfer" : "Scegli file o cartella da trasferire", "Change" : "Modifica", @@ -245,7 +246,6 @@ OC.L10N.register( "Unable to change the favourite state of the file" : "Impossibile cambiare lo stato di preferito del file", "Error while loading the file data" : "Errore durante il caricamento del file di dati", "Pick a template for {name}" : "Scegli un modello per {name}", - "Create" : "Crea", "Create a new file with the selected template" : "Crea un nuovo file con il modello selezionato", "Creating file" : "Creazione del file", "Blank" : "Vuoto", @@ -270,10 +270,11 @@ OC.L10N.register( "Open details" : "Apri i dettagli", "Could not copy {file}. {message}" : "Impossibile copiare {file}. {message}", "Could not move {file}. {message}" : "Impossibile spostare {file}. {message}", + "Created new folder \"{name}\"" : "Crea una nuova cartella \"{name}\"", + "Filename" : "Nome file", + "Unable to initialize the templates directory" : "Impossibile inizializzare la cartella dei modelli", "Create new templates folder" : "Crea una nuova cartella dei modelli", "Templates" : "Modelli", - "Unable to initialize the templates directory" : "Impossibile inizializzare la cartella dei modelli", - "Created new folder \"{name}\"" : "Crea una nuova cartella \"{name}\"", "One of the dropped files could not be processed" : "Impossibile elaborare uno dei file eliminati", "Uploading \"{filename}\" failed" : "Caricamento di \"{filename}\" fallito", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"], |