aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-10-14 00:28:03 +0000
committerNextcloud bot <bot@nextcloud.com>2023-10-14 00:28:03 +0000
commit6f18732c35cffdd6b629c5594351971882a578e0 (patch)
treebe6ad5b575b4b438111513bc1ba9c58cea3087fa /apps/files
parentba12ce8e1ebf265d5f753236b30a5fe2e7a5fbd4 (diff)
downloadnextcloud-server-6f18732c35cffdd6b629c5594351971882a578e0.tar.gz
nextcloud-server-6f18732c35cffdd6b629c5594351971882a578e0.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/it.js3
-rw-r--r--apps/files/l10n/it.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index b171c8d93fe..bdaaf16201f 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -171,6 +171,8 @@ OC.L10N.register(
"File Management" : "Gestione dei file",
"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",
+ "Upload successful" : "Caricamento effettuato",
"Select the row for {displayName}" : "Seleziona la riga per {displayName}",
"Rename file" : "Rinomina file",
"A long time ago" : "Molto tempo fa",
@@ -182,6 +184,7 @@ OC.L10N.register(
"\"{displayName}\" action failed" : "L'azione \"{displayName}\" è fallita",
"\"{name}\" is not an allowed filetype." : "\"{name}\" non è un tipo di file consentito.",
"{newName} already exists." : "{newName} esiste già.",
+ "\"{char}\" is not allowed inside a file name." : "\"{char}\" non è consentito in un nome di file.",
"Name cannot be empty" : "Il nome non può essere vuoto",
"Another entry with the same name already exists" : "Esiste già un'altra voce con lo stesso nome",
"Renamed \"{oldName}\" to \"{newName}\"" : "Rinominato \"{oldName}\" in \"{newName}\"",
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index 4427132ca57..02a966641c8 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -169,6 +169,8 @@
"File Management" : "Gestione dei file",
"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",
+ "Upload successful" : "Caricamento effettuato",
"Select the row for {displayName}" : "Seleziona la riga per {displayName}",
"Rename file" : "Rinomina file",
"A long time ago" : "Molto tempo fa",
@@ -180,6 +182,7 @@
"\"{displayName}\" action failed" : "L'azione \"{displayName}\" è fallita",
"\"{name}\" is not an allowed filetype." : "\"{name}\" non è un tipo di file consentito.",
"{newName} already exists." : "{newName} esiste già.",
+ "\"{char}\" is not allowed inside a file name." : "\"{char}\" non è consentito in un nome di file.",
"Name cannot be empty" : "Il nome non può essere vuoto",
"Another entry with the same name already exists" : "Esiste già un'altra voce con lo stesso nome",
"Renamed \"{oldName}\" to \"{newName}\"" : "Rinominato \"{oldName}\" in \"{newName}\"",