Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ita/src/vs/workbench/services')
-rw-r--r--i18n/ita/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json6
-rw-r--r--i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json4
-rw-r--r--i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json1
-rw-r--r--i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json2
-rw-r--r--i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json1
5 files changed, 13 insertions, 1 deletions
diff --git a/i18n/ita/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/ita/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json
index aac8fd400d3..ea915074a17 100644
--- a/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json
+++ b/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json
@@ -6,9 +6,13 @@
{
"fileInvalidPath": "Risorsa del file non valida ({0})",
"fileIsDirectoryError": "Il file è la directory ({0})",
+ "fileNotModifiedError": "File non modificato dal giorno",
+ "fileTooLargeError": "File troppo grande per essere aperto",
"fileBinaryError": "Il file sembra essere binario e non può essere aperto come file di testo",
"fileNotFoundError": "Il file non è stato trovato ({0})",
+ "fileMoveConflict": "Non è possibile eseguire operazioni di spostamento/copia. Il file esiste già nella destinazione.",
"unableToMoveCopyError": "Non è possibile eseguire operazioni di spostamento/copia. Il file sostituirebbe la cartella in cui è contenuto.",
"foldersCopyError": "Non è possibile copiare le cartelle nell'area di lavoro. Selezionare i singoli file per copiarli.",
+ "fileModifiedError": "File modificato da",
"fileReadOnlyError": "Il file è di sola lettura"
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
index 74e4b8e3957..61103acf9b1 100644
--- a/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
+++ b/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
@@ -8,6 +8,7 @@
"requirestring": "la proprietà `{0}` è obbligatoria e deve essere di tipo `string`",
"optstring": "la proprietà `{0}` può essere omessa o deve essere di tipo `string`",
"vscode.extension.contributes.keybindings.command": "Identificatore del comando da eseguire quando si attiva il tasto di scelta rapida.",
+ "vscode.extension.contributes.keybindings.key": "Tasto o sequenza di tasti (separare i tasti con un segno di addizione e le sequenze con uno spazio, ad esempio CTRL+O e CTRL+L L per una combinazione).",
"vscode.extension.contributes.keybindings.mac": "Tasto o sequenza di tasti specifica di Mac.",
"vscode.extension.contributes.keybindings.linux": "Tasto o sequenza di tasti specifica di Linux.",
"vscode.extension.contributes.keybindings.win": "Tasto o sequenza di tasti specifica di Windows.",
diff --git a/i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
index 4d36ef2de5e..5c07d905441 100644
--- a/i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
+++ b/i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
@@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "schema.fontStyle": "Stile del carattere della regola: uno o combinazione di 'italic', 'bold' e 'underline'",
"schema.colors": "Colori per l'evidenziazione della sintassi",
"schema.properties.name": "Descrizione della regola",
- "schema.fontStyle": "Stile del carattere della regola: uno o combinazione di 'italic', 'bold' e 'underline'",
"schema.tokenColors.path": "Percorso di un file tmTheme (relativo al file corrente)"
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
index af04726bbab..031d6c9544a 100644
--- a/i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
+++ b/i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
@@ -23,6 +23,7 @@
"error.cannotparseicontheme": "Problems parsing file icons file: {0}",
"colorTheme": "Specifies the color theme used in the workbench.",
"colorThemeError": "Theme is unknown or not installed.",
+ "iconTheme": "Specifica il tema dell'icona usato nell'area di lavoro oppure 'null' se non viene visualizzato alcun icona di file.",
"noIconThemeDesc": "No file icons",
"iconThemeError": "File icon theme is unknown or not installed.",
"workbenchColors": "Sostituisce i colori del tema colori attualmente selezionato.",