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/themes/electron-browser/workbenchThemeService.i18n.json')
-rw-r--r--i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json16
1 files changed, 0 insertions, 16 deletions
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.",