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

keybindingsEditor.i18n.json « browser « preferences « parts « workbench « vs « src « esn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0f61204eeb14401475bb1b008893a05035ba6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"keybindingsInputName": "Métodos abreviados de teclado",
	"SearchKeybindings.AriaLabel": "Buscar enlaces de teclado",
	"SearchKeybindings.Placeholder": "Buscar enlaces de teclado",
	"sortByPrecedene": "Ordenar por procedimiento",
	"header-message": "Para personalizaciones avanzadas, abra y edite el archivo ",
	"keybindings-file-name": "keybindings.json",
	"keybindingsLabel": "Enlaces de teclado",
	"changeLabel": "Cambiar enlace de teclado",
	"addLabel": "Agregar enlace de teclado",
	"removeLabel": "Quitar enlace de teclado",
	"resetLabel": "Restablecer enlaces de teclado",
	"showSameKeybindings": "Mostrar mismo KeyBindings ",
	"copyLabel": "Copiar",
	"copyCommandLabel": "Comando Copiar",
	"error": "Error \"{0}\" al editar el enlace de teclado. Abra el archivo \"keybindings.json\" y compruebe si tiene errores.",
	"command": "Comando",
	"keybinding": "Enlace de teclado",
	"source": "Origen",
	"when": "Cuando",
	"editKeybindingLabelWithKey": "Cambiar enlace de teclado {0}",
	"editKeybindingLabel": "Cambiar enlace de teclado",
	"addKeybindingLabelWithKey": "Agregar enlace de teclado {0}",
	"addKeybindingLabel": "Agregar enlace de teclado",
	"title": "{0} ({1})",
	"commandAriaLabel": "El comando es {0}.",
	"keybindingAriaLabel": "El enlace de teclado es {0}.",
	"noKeybinding": "No se ha asignado ningún enlace de teclado.",
	"sourceAriaLabel": "El origen es {0}.",
	"whenAriaLabel": "Cuando es {0}.",
	"noWhen": "No, cuando hay contexto."
}