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/ptb/src/vs/workbench/services/themes')
-rw-r--r--i18n/ptb/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json2
-rw-r--r--i18n/ptb/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/i18n/ptb/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
index 02e2bc18273..984bc289c85 100644
--- a/i18n/ptb/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
+++ b/i18n/ptb/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json
@@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "schema.fontStyle": "Estilo da fonte da regra: um estilo ou uma combinação de 'itálico', 'negrito' e 'sublinhado'",
"schema.colors": "Cores para o realce de sintaxe",
"schema.properties.name": "Descrição da regra",
- "schema.fontStyle": "Estilo da fonte da regra: um estilo ou uma combinação de 'itálico', 'negrito' e 'sublinhado'",
"schema.tokenColors.path": "Caminho para um arquivo tmTheme (relativo ao arquivo atual)"
} \ No newline at end of file
diff --git a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
index dffd432eafb..93ae243bc25 100644
--- a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
+++ b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
@@ -28,5 +28,6 @@
"iconThemeError": "Arquivo de tema de ícones é desconhecido ou não está instalado.",
"workbenchColors": "Substitui as cores do tema do tema de cores atualmente selecionado.",
"workbenchColors.deprecated": "A configuração não é mais experimental e foi renomeada para 'workbench.colorCustomizations'",
- "workbenchColors.deprecatedDescription": "Use 'workbench.colorCustomizations'"
+ "workbenchColors.deprecatedDescription": "Use 'workbench.colorCustomizations'",
+ "editorColors": "Substitui as cores e o estilo da fonte do editor do tema de cores atualmente selecionado."
} \ No newline at end of file