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/common/configurationExtensionPoint.i18n.json20
-rw-r--r--i18n/ita/src/vs/workbench/services/editor/common/editorService.i18n.json8
-rw-r--r--i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json15
-rw-r--r--i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json8
-rw-r--r--i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json15
-rw-r--r--i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json16
-rw-r--r--i18n/ita/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json9
7 files changed, 75 insertions, 16 deletions
diff --git a/i18n/ita/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/ita/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json
new file mode 100644
index 00000000000..afd8ffa11fc
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json
@@ -0,0 +1,20 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "vscode.extension.contributes.configuration.title": "Riepilogo delle impostazioni. Questa etichetta verrà usata nel file di impostazioni come commento di separazione.",
+ "vscode.extension.contributes.configuration.properties": "Descrizione delle proprietà di configurazione.",
+ "scope.window.description": "Configurazione specifica della finestra, che può essere configurata nelle impostazioni dell'utente o dell'area di lavoro.",
+ "scope.resource.description": "Configurazione specifica di risorse, che possono essere configurate nelle impostazioni utente, in quelle dell'area di lavoro o di una cartella.",
+ "vscode.extension.contributes.configuration": "Impostazioni di configurazione di contributes.",
+ "invalid.title": "'configuration.title' deve essere una stringa",
+ "vscode.extension.contributes.defaultConfiguration": "Aggiunge come contributo le impostazioni di configurazione predefinite dell'editor in base al linguaggio.",
+ "invalid.properties": "'configuration.properties' deve essere un oggetto",
+ "invalid.allOf": "'configuration.allOf' è deprecato e non deve più essere usato. Passare invece una matrice di sezioni di configurazione al punto di aggiunta contributo 'configuration'.",
+ "workspaceConfig.folders.description": "Elenco di cartelle da caricare nell'area di lavoro.",
+ "workspaceConfig.path.description": "Percorso di file, ad esempio `/root/folderA` o `./folderA` per un percorso relativo che verrà risolto in base alla posizione del file dell'area di lavoro.",
+ "workspaceConfig.name.description": "Nome facoltativo per la cartella. ",
+ "unknownWorkspaceProperty": "La proprietà di configurazione dell'area di lavoro è sconosciuta"
+} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/ita/src/vs/workbench/services/editor/common/editorService.i18n.json
new file mode 100644
index 00000000000..50e968f8ee3
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/services/editor/common/editorService.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "compareLabels": "{0} ↔ {1}"
+} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
new file mode 100644
index 00000000000..34e0bc8f5e8
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
@@ -0,0 +1,15 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "vscode.extension.contributes.themes": "Contributes textmate color themes.",
+ "vscode.extension.contributes.themes.id": "ID del tema dell'icona usato nelle impostazioni utente.",
+ "vscode.extension.contributes.themes.label": "Etichetta del tema colori visualizzata nell'interfaccia utente.",
+ "vscode.extension.contributes.themes.uiTheme": "Tema di base che definisce i colori nell'editor: 'vs' è il tema colori chiaro, mentre 'vs-dark' è il tema colori scuro e 'hc-black' è il tema a contrasto elevato scuro.",
+ "vscode.extension.contributes.themes.path": "Percorso del file tmTheme. È relativo alla cartella delle estensioni e corrisponde in genere a './themes/themeFile.tmTheme'.",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "È previsto un valore stringa in `contributes.{0}.path`. Valore specificato: {1}",
+ "invalid.path.1": "Valore previsto di `contributes.{0}.path` ({1}) da includere nella cartella dell'estensione ({2}). L'estensione potrebbe non essere più portatile."
+} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json
new file mode 100644
index 00000000000..b0f9faf6b52
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "error.cannotparseicontheme": "Problems parsing file icons file: {0}"
+} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
new file mode 100644
index 00000000000..53cc79371c9
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
@@ -0,0 +1,15 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
+ "vscode.extension.contributes.iconThemes.id": "ID del tema dell'icona usato nelle impostazioni utente.",
+ "vscode.extension.contributes.iconThemes.label": "Etichetta del tema dell'icona visualizzata nell'interfaccia utente.",
+ "vscode.extension.contributes.iconThemes.path": "Percorso del file di definizione del tema dell'icona. È relativo alla cartella delle estensioni e corrisponde in genere a './icons/awesome-icon-theme.json'.",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "È previsto un valore stringa in `contributes.{0}.path`. Valore specificato: {1}",
+ "reqid": "È previsto un valore stringa in `contributes.{0}.id`. Valore specificato: {1}",
+ "invalid.path.1": "Valore previsto di `contributes.{0}.path` ({1}) da includere nella cartella dell'estensione ({2}). L'estensione potrebbe non essere più portatile."
+} \ 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 d6ed75ea2e1..97d1cdc1754 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
@@ -4,31 +4,15 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "vscode.extension.contributes.themes": "Contributes textmate color themes.",
- "vscode.extension.contributes.themes.id": "ID del tema dell'icona usato nelle impostazioni utente.",
- "vscode.extension.contributes.themes.label": "Etichetta del tema colori visualizzata nell'interfaccia utente.",
- "vscode.extension.contributes.themes.uiTheme": "Tema di base che definisce i colori nell'editor: 'vs' è il tema colori chiaro, mentre 'vs-dark' è il tema colori scuro e 'hc-black' è il tema a contrasto elevato scuro.",
- "vscode.extension.contributes.themes.path": "Percorso del file tmTheme. È relativo alla cartella delle estensioni e corrisponde in genere a './themes/themeFile.tmTheme'.",
- "vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
- "vscode.extension.contributes.iconThemes.id": "ID del tema dell'icona usato nelle impostazioni utente.",
- "vscode.extension.contributes.iconThemes.label": "Etichetta del tema dell'icona visualizzata nell'interfaccia utente.",
- "vscode.extension.contributes.iconThemes.path": "Percorso del file di definizione del tema dell'icona. È relativo alla cartella delle estensioni e corrisponde in genere a './icons/awesome-icon-theme.json'.",
"migration.completed": "Sono state aggiunte nuove impostazioni tema alle impostazioni utente. Backup disponibile in {0}.",
"error.cannotloadtheme": "Unable to load {0}: {1}",
- "reqarray": "Extension point `{0}` must be an array.",
- "reqpath": "È previsto un valore stringa in `contributes.{0}.path`. Valore specificato: {1}",
- "invalid.path.1": "Valore previsto di `contributes.{0}.path` ({1}) da includere nella cartella dell'estensione ({2}). L'estensione potrebbe non essere più portatile.",
- "reqid": "È previsto un valore stringa in `contributes.{0}.id`. Valore specificato: {1}",
"error.cannotloadicontheme": "Unable to load {0}",
- "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.",
- "workbenchColors.deprecated": "L'impostazione non è più sperimentale ed è stata rinominata in 'workbench.colorCustomizations'",
- "workbenchColors.deprecatedDescription": "In alternativa, usare 'workbench.colorCustomizations'",
"editorColors": "Sostituisce i colori dell'editor e lo stile dei font nel tema colori attualmente selezionato.",
"editorColors.comments": "Imposta i colori e gli stili per i commenti",
"editorColors.strings": "Imposta i colori e gli stili per i valori letterali stringa.",
diff --git a/i18n/ita/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/ita/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json
new file mode 100644
index 00000000000..5cfa730d8ff
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "openWorkspaceConfigurationFile": "Apri file di configurazione dell'area di lavoro",
+ "close": "Chiudi"
+} \ No newline at end of file