You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/files/l10n/it.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ OC.L10N.register(
95
95
"Another entry with the same name already exists." : "Esiste già un'altra voce con lo stesso nome.",
96
96
"Invalid filename." : "Nome di file non valido.",
97
97
"Rename file" : "Rinomina file",
98
+
"Recently created" : "Creato di recente",
98
99
"Folder" : "Cartella",
99
100
"Unknown file type" : "Tipo di file sconosciuto",
100
101
"{ext} image" : "{ext} image",
@@ -234,6 +235,9 @@ OC.L10N.register(
234
235
"Removing the file extension \"{old}\" may render the file unreadable." : "Rimuovendo dell'estensione del file \"{old}\" potrebbe rendere il file illeggibile.",
235
236
"Adding the file extension \"{new}\" may render the file unreadable." : "Aggiungere l'estensione del file \"{new}\" potrebbe rendere il file illeggibile.",
236
237
"Do not show this dialog again." : "Non visualizzare più questa finestra di dialogo.",
238
+
"Rename file to hidden" : "Rinomina il file in nascosto",
239
+
"Prefixing a filename with a dot may render the file hidden." : "Aggiungere un punto come prefisso al nome di un file può rendere il file nascosto.",
240
+
"Are you sure you want to rename the file to \"{filename}\"?" : "Sei sicuro di voler rinominare il file in \"{filename}\"?",
237
241
"Cancel" : "Annulla",
238
242
"Rename" : "Rinomina",
239
243
"Select file or folder to link to" : "Seleziona un file o una cartella da collegare",
@@ -248,6 +252,7 @@ OC.L10N.register(
248
252
"Error during upload: {message}" : "Errore durante il caricamento: {message}",
249
253
"Error during upload, status code {status}" : "Errore durante il caricamento, codice di stato {status}",
250
254
"Unknown error during upload" : "Errore sconosciuto durante il caricamento",
255
+
"File list is reloading" : "L'elenco dei file si sta ricaricando",
251
256
"Loading current folder" : "Sto caricando la cartella corrente",
252
257
"Retry" : "Riprova",
253
258
"No files in here" : "Qui non c'è alcun file",
@@ -315,7 +320,9 @@ OC.L10N.register(
315
320
"The files are locked" : "I files sono bloccati",
316
321
"The file does not exist anymore" : "Il file non esiste più",
317
322
"Moving \"{source}\" to \"{destination}\" …" : "Spostare \"{source}\" in \"{destination}\" …",
323
+
"Moving {count} files to \"{destination}\" …" : "Spostamento di {count} file in \"{destination}\" …",
318
324
"Copying \"{source}\" to \"{destination}\" …" : "Copiare \"{source}\" in \"{destination}\" …",
325
+
"Copying {count} files to \"{destination}\" …" : "Copiatura di {count} file in \"{destination}\" …",
Copy file name to clipboardExpand all lines: apps/files/l10n/it.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@
93
93
"Another entry with the same name already exists." : "Esiste già un'altra voce con lo stesso nome.",
94
94
"Invalid filename." : "Nome di file non valido.",
95
95
"Rename file" : "Rinomina file",
96
+
"Recently created" : "Creato di recente",
96
97
"Folder" : "Cartella",
97
98
"Unknown file type" : "Tipo di file sconosciuto",
98
99
"{ext} image" : "{ext} image",
@@ -232,6 +233,9 @@
232
233
"Removing the file extension \"{old}\" may render the file unreadable." : "Rimuovendo dell'estensione del file \"{old}\" potrebbe rendere il file illeggibile.",
233
234
"Adding the file extension \"{new}\" may render the file unreadable." : "Aggiungere l'estensione del file \"{new}\" potrebbe rendere il file illeggibile.",
234
235
"Do not show this dialog again." : "Non visualizzare più questa finestra di dialogo.",
236
+
"Rename file to hidden" : "Rinomina il file in nascosto",
237
+
"Prefixing a filename with a dot may render the file hidden." : "Aggiungere un punto come prefisso al nome di un file può rendere il file nascosto.",
238
+
"Are you sure you want to rename the file to \"{filename}\"?" : "Sei sicuro di voler rinominare il file in \"{filename}\"?",
235
239
"Cancel" : "Annulla",
236
240
"Rename" : "Rinomina",
237
241
"Select file or folder to link to" : "Seleziona un file o una cartella da collegare",
@@ -246,6 +250,7 @@
246
250
"Error during upload: {message}" : "Errore durante il caricamento: {message}",
247
251
"Error during upload, status code {status}" : "Errore durante il caricamento, codice di stato {status}",
248
252
"Unknown error during upload" : "Errore sconosciuto durante il caricamento",
253
+
"File list is reloading" : "L'elenco dei file si sta ricaricando",
249
254
"Loading current folder" : "Sto caricando la cartella corrente",
250
255
"Retry" : "Riprova",
251
256
"No files in here" : "Qui non c'è alcun file",
@@ -313,7 +318,9 @@
313
318
"The files are locked" : "I files sono bloccati",
314
319
"The file does not exist anymore" : "Il file non esiste più",
315
320
"Moving \"{source}\" to \"{destination}\" …" : "Spostare \"{source}\" in \"{destination}\" …",
321
+
"Moving {count} files to \"{destination}\" …" : "Spostamento di {count} file in \"{destination}\" …",
316
322
"Copying \"{source}\" to \"{destination}\" …" : "Copiare \"{source}\" in \"{destination}\" …",
323
+
"Copying {count} files to \"{destination}\" …" : "Copiatura di {count} file in \"{destination}\" …",
0 commit comments