aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/it.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-10-17 00:21:36 +0000
committerNextcloud bot <bot@nextcloud.com>2024-10-17 00:21:36 +0000
commitb37ab132f799b3783d6d80d85f7c899f71be38c0 (patch)
tree2af142cfabeefbc349f4e1795357104700b29c8b /apps/files/l10n/it.js
parent8bfc7fcc64e84ab8feea4d5808f61f762f84f054 (diff)
downloadnextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.tar.gz
nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.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.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index a788e1341e4..842ba32a33d 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -88,9 +88,6 @@ OC.L10N.register(
"Another entry with the same name already exists." : "Esiste già un'altra voce con lo stesso nome.",
"Invalid filename." : "Nome di file non valido.",
"Renamed \"{oldName}\" to \"{newName}\"" : "Rinominato \"{oldName}\" in \"{newName}\"",
- "Could not rename \"{oldName}\", it does not exist any more" : "Impossibile rinominare \"{oldName}\", non esiste più",
- "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{newName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.",
- "Could not rename \"{oldName}\"" : "Impossibile rinominare \"{oldName}\"",
"Pending" : "In corso",
"Clear filter" : "Pulisci il filtro",
"Modified" : "Modificato",
@@ -381,12 +378,13 @@ OC.L10N.register(
"Filenames must not end with \"{segment}\"." : "I nomi di file non possono terminare con \"{segment}\".",
"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",
+ "Could not rename \"{oldName}\", it does not exist any more" : "Impossibile rinominare \"{oldName}\", non esiste più",
+ "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{newName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.",
+ "Could not rename \"{oldName}\"" : "Impossibile rinominare \"{oldName}\"",
"Storage informations" : "Informazioni di archiviazione",
"Choose file" : "Scegli file",
"Open the files app settings" : "Apri le impostazioni dell'applicazione File",
"You might not have have permissions to view it, ask the sender to share it" : "Potresti non avere i permessi per visualizzarlo, chiedi al mittente di condividerlo",
- "Destination is not a folder" : "La destinazione non è una cartella",
- "This file/folder is already in that directory" : "Questo file/cartella è già in quella cartella",
"The files is locked" : "Il file è bloccato",
"Create new templates folder" : "Crea una nuova cartella dei modelli",
"List of favorites files and folders." : "Lista di file e cartelle preferiti.",
@@ -394,6 +392,8 @@ OC.L10N.register(
"Text file" : "File di testo",
"New text file.txt" : "Nuovo file di testo.txt",
"Direct link was copied (only works for people who have access to this file/folder)" : "Il collegamento diretto è stato copiato (funziona solo per gli utenti che hanno accesso a questo file o cartella)",
- "Copy direct link (only works for people who have access to this file/folder)" : "Copia collegamento diretto (funziona solo per utenti che hanno accesso a questo file/cartella)"
+ "Copy direct link (only works for people who have access to this file/folder)" : "Copia collegamento diretto (funziona solo per utenti che hanno accesso a questo file/cartella)",
+ "Destination is not a folder" : "La destinazione non è una cartella",
+ "This file/folder is already in that directory" : "Questo file/cartella è già in quella cartella"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");