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

colorThemeSchema.i18n.json « common « themes « services « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5f8d60d0be5baafe521d4327c1e565cd4404af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"schema.token.settings": "Colores y estilos para el token.",
	"schema.token.foreground": "Color de primer plano para el token.",
	"schema.token.background.warning": "En este momento los colores de fondo para Token no están soportados.",
	"schema.token.fontStyle": "Estilo de fuente de la regla: 'cursiva', 'negrita' o 'subrayado' o una combinación. La cadena vacía desestablece la configuración heredada.",
	"schema.fontStyle.error": "El estilo de fuente debe ser ' cursiva', ' negrita' o ' subrayado ' o una combinación o la cadena vacía.",
	"schema.token.fontStyle.none": "Ninguno (borrar el estilo heredado)",
	"schema.properties.name": "Descripción de la regla.",
	"schema.properties.scope": "Selector de ámbito con el que se compara esta regla.",
	"schema.tokenColors.path": "Ruta a un archivo tmTheme (relativa al archivo actual).",
	"schema.colors": "Colores para resaltado de sintaxis"
}