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/parts/terminal/electron-browser')
-rw-r--r--i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json1
-rw-r--r--i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json6
-rw-r--r--i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json7
3 files changed, 13 insertions, 1 deletions
diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json
index 1ba6afb84c9..7c9b00fd3d6 100644
--- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json
@@ -7,6 +7,7 @@
"workbench.action.terminal.clear": "Borrar",
"workbench.action.terminal.copySelection": "Copiar selección",
"workbench.action.terminal.focus": "Enfocar terminal",
+ "workbench.action.terminal.focusAtIndex": "Enfocar terminal {0}",
"workbench.action.terminal.focusNext": "Enfocar terminal siguiente",
"workbench.action.terminal.focusPrevious": "Enfocar terminal anterior",
"workbench.action.terminal.kill": "Terminar la instancia del terminal activo",
diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
index 8b6ad71cd4e..b7e0798d845 100644
--- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
@@ -3,4 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "cancel": "Cancelar",
+ "terminalService.terminalCloseConfirmationPlural": "Hay {0} sesiones de terminal activas, ¿quiere terminarlas?",
+ "terminalService.terminalCloseConfirmationSingular": "Hay una sesión de terminal activa, ¿quiere terminarla?",
+ "yes": "Sí"
+} \ No newline at end of file