diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-07 00:19:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-07 00:19:48 +0000 |
commit | 252477fbd6061a5a4995f48feaf206325908ec97 (patch) | |
tree | be4b47ace2315d9b23fc43cb8e04a776f39e4885 /apps/files/l10n/it.js | |
parent | 01db5d200d4369a54fdb1a864dc4b08738ba2c57 (diff) | |
download | nextcloud-server-252477fbd6061a5a4995f48feaf206325908ec97.tar.gz nextcloud-server-252477fbd6061a5a4995f48feaf206325908ec97.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 236185924c7..65d7090507f 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -172,7 +172,6 @@ OC.L10N.register( "Reload current directory" : "Ricarica la cartella corrente", "Go to the \"{dir}\" directory" : "Vai alla cartella \"{dir}\"", "Drag and drop files here to upload" : "Trascina i file qui per caricarli", - "Uploading \"{filename}\" failed" : "Caricamento di \"{filename}\" fallito", "Upload successful" : "Caricamento effettuato", "\"{displayName}\" action executed successfully" : "L'azione \"{displayName}\" è stata eseguita correttamente", "\"{displayName}\" action failed" : "L'azione \"{displayName}\" è fallita", @@ -274,6 +273,7 @@ OC.L10N.register( "Templates" : "Modelli", "Unable to initialize the templates directory" : "Impossibile inizializzare la cartella dei modelli", "Created new folder \"{name}\"" : "Crea una nuova cartella \"{name}\"", + "Uploading \"{filename}\" failed" : "Caricamento di \"{filename}\" fallito", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} file","{fileCount} file"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file e {folderCount} cartella","1 file e {folderCount} cartelle","1 file e {folderCount} cartelle"], |