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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/nls/it/strings.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,10 @@ define({
44
44
"FILE_TITLE" : "File",
45
45
"DIRECTORY" : "cartella",
46
46
"DIRECTORY_TITLE" : "Cartella",
47
-
"DIRECTORY_NAMES_LEDE" : "Nomi cartelle",
48
-
"FILENAMES_LEDE" : "Nomi dei file",
49
-
"FILENAME" : "Nome del file",
50
-
"DIRECTORY_NAME" : "Nome cartella",
47
+
"DIRECTORY_NAMES_LEDE" : "nomi delle cartelle",
48
+
"FILENAMES_LEDE" : "nomi dei file",
49
+
"FILENAME" : "nome del file",
50
+
"DIRECTORY_NAME" : "nome della cartella",
51
51
52
52
// Project error strings
53
53
"ERROR_LOADING_PROJECT" : "Errore durante il caricamento del progetto",
@@ -67,8 +67,8 @@ define({
67
67
"ERROR_RENAMING_FILE" : "Errore durante il tentativo di rinominare il file <span class='dialog-filename'>{0}</span>. {1}",
68
68
"ERROR_DELETING_FILE_TITLE" : "Errore durante il tentativo di eliminazione del file",
69
69
"ERROR_DELETING_FILE" : "Errore durante il tentativo di eliminazione del file <span class='dialog-filename'>{0}</span>. {1}",
70
-
"INVALID_FILENAME_TITLE" : "Il nome del file non è valido",
71
-
"INVALID_FILENAME_MESSAGE" : "Il nome {0} non può usare caratteri di sistema riservati, finire con un punto (.) o contenere i seguenti caratteri: <code class='emphasized'>{1}</code>",
70
+
"INVALID_FILENAME_TITLE" : "Il {0} non è valido",
71
+
"INVALID_FILENAME_MESSAGE" : "I {0} non possono usare caratteri di sistema riservati, finire con un punto (.) o contenere i seguenti caratteri: <code class='emphasized'>{1}</code>",
72
72
"ENTRY_WITH_SAME_NAME_EXISTS" : "Il file o la cartella <span class='dialog-filename'>{0}</span> esiste già.",
73
73
"ERROR_CREATING_FILE_TITLE" : "Errore durante la creazione del file",
74
74
"ERROR_CREATING_FILE" : "Errore durante il tentativo di creare il file <span class='dialog-filename'>{0}</span>. {1}",
0 commit comments