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/common/colorThemeSchema.i18n.json')
-rw-r--r--i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json3
1 files changed, 3 insertions, 0 deletions
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 6d09586334c..ca82bab7411 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
@@ -9,6 +9,9 @@
"schema.token.settings": "Colori e stili per il token.",
"schema.token.foreground": "Colore primo piano per il token.",
"schema.token.background.warning": "I colori di sfondo del token non sono supportati.",
+ "schema.token.fontStyle": "Stile del carattere della regola: 'italic', 'bold' o 'underline' o una combinazione. Con una stringa vuota le impostazioni ereditate vengono annullate.",
+ "schema.fontStyle.error": "Lo stile del carattere deve 'italic', 'bold' o 'underline' oppure una combinazione di tali impostazioni oppure la stringa vuota.",
+ "schema.token.fontStyle.none": "Nessuno (cancella lo stile ereditato)",
"schema.properties.name": "Descrizione della regola.",
"schema.properties.scope": "Selettore di ambito usato per la corrispondenza della regola.",
"schema.tokenColors.path": "Percorso di un file tmTheme (relativo al file corrente).",