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/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json')
-rw-r--r--i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
index acc0e12ea18..4f4cc405067 100644
--- a/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
+++ b/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
@@ -13,6 +13,7 @@
"nonempty": "se esperaba un valor no vacío.",
"optstring": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"",
"requirestring": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"",
+ "unboundCommands": "Aquí hay otros comandos disponibles: ",
"vscode.extension.contributes.keybindings": "Aporta enlaces de teclado.",
"vscode.extension.contributes.keybindings.command": "Identificador del comando que se va a ejecutar cuando se desencadena el enlace de teclado.",
"vscode.extension.contributes.keybindings.key": "Tecla o secuencia de teclas (las teclas se separan con el signo más y las secuencias con un espacio, por ejemplo, Ctrl+O y Ctrl+L L para una presión simultánea)",