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')
-rw-r--r--i18n/esn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json1
-rw-r--r--i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
-rw-r--r--i18n/esn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json8
-rw-r--r--i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json6
-rw-r--r--i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json4
-rw-r--r--i18n/esn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json4
-rw-r--r--i18n/esn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json6
-rw-r--r--i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json2
-rw-r--r--i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json8
-rw-r--r--i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json23
-rw-r--r--i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json11
-rw-r--r--i18n/esn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json5
-rw-r--r--i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json10
-rw-r--r--i18n/esn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json8
-rw-r--r--i18n/esn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json3
-rw-r--r--i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json2
-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
-rw-r--r--i18n/esn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json4
-rw-r--r--i18n/esn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json13
-rw-r--r--i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json3
-rw-r--r--i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json1
23 files changed, 128 insertions, 21 deletions
diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
index b64e95b3778..2b9fc213da9 100644
--- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"debugAriaLabel": "Escriba un nombre de una configuración de inicio para ejecutar.",
+ "entryAriaLabel": "{0}, depurar",
"noConfigurationsFound": "No se encontró ninguna configuración de inicio. Cree un archivo \"launch.json\".",
"noConfigurationsMatching": "No hay ninguna configuración de depuración coincidente"
} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
index 0eac7a75d47..f80bacba97c 100644
--- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
@@ -5,5 +5,16 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "Agregar punto de interrupción",
- "addConfiguration": "Agregar configuración..."
+ "addConfiguration": "Agregar configuración...",
+ "disableBreakpointOnLine": "Deshabilitar punto de interrupción de línea",
+ "disableColumnBreakpoint": "Deshabilitar punto de interrupción en la columna {0}",
+ "editBreakpointOnColumn": "Editar punto de interrupción en la columna {0}",
+ "editBreakpoints": "Editar puntos de interrupción",
+ "editLineBrekapoint": "Editar punto de interrupción de línea",
+ "enableBreakpointOnLine": "Habilitar punto de interrupción de línea",
+ "enableBreakpoints": "Habilitar punto de interrupción en la columna {0}",
+ "enableDisableBreakpoints": "Habilitar o deshabilitar puntos de interrupción",
+ "removeBreakpointOnColumn": "Quitar punto de interrupción en la columna {0}",
+ "removeBreakpoints": "Quitar puntos de interrupción",
+ "removeLineBreakpoint": "Quitar punto de interrupción de línea"
} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json
new file mode 100644
index 00000000000..916ac3e4884
--- /dev/null
+++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "statusBarDebuggingBackground": "Color de fondo de la barra de estado cuando se está depurando un programa. La barra de estado se muestra en la parte inferior de la ventana"
+} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json
index ef722fea51c..b3b897ebfc7 100644
--- a/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json
@@ -22,8 +22,11 @@
"deleteButtonLabel": "&&Eliminar",
"deleteButtonLabelRecycleBin": "&&Mover a la papelera de reciclaje",
"deleteButtonLabelTrash": "&&Mover a la papelera",
+ "dirtyMessageFile": "Va a cambiar el nombre de un archivo con cambios sin guardar. ¿Desea continuar?",
"dirtyMessageFileDelete": "Va a eliminar un archivo con cambios sin guardar. ¿Desea continuar?",
+ "dirtyMessageFolder": "Va a cambiar el nombre de una carpeta con cambios sin guardar en {0} archivos. ¿Desea continuar?",
"dirtyMessageFolderDelete": "Va a eliminar una carpeta con cambios sin guardar en {0} archivos. ¿Desea continuar?",
+ "dirtyMessageFolderOne": "Va a cambiar el nombre de una carpeta con cambios sin guardar en 1 archivo. ¿Desea continuar?",
"dirtyMessageFolderOneDelete": "Va a eliminar una carpeta con cambios sin guardar en 1 archivo. ¿Desea continuar?",
"dirtyWarning": "Los cambios se perderán si no se guardan.",
"duplicateFile": "Duplicado",
@@ -44,8 +47,6 @@
"openFile": "Abrir archivo...",
"openFileInNewWindow": "Abrir archivo activo en nueva ventana",
"openFileToCompare": "Abrir un archivo antes para compararlo con otro archivo.",
- "openFileToCopy": "Abrir un archivo antes para copiar su ruta de acceso",
- "openFileToReveal": "Abrir un archivo antes para mostrarlo",
"openFileToShow": "Abra primero un archivo para mostrarlo en el explorador.",
"openFileToShowInNewWindow": "Abrir un archivo antes para abrirlo en una nueva ventana",
"openFolderFirst": "Abra primero una carpeta para crear archivos o carpetas en ella.",
@@ -56,6 +57,7 @@
"refresh": "Actualizar",
"refreshExplorer": "Actualizar Explorador",
"rename": "Cambiar nombre",
+ "renameLabel": "&&Cambiar nombre",
"replaceButtonLabel": "&&Reemplazar",
"retry": "Reintentar",
"revealActiveFileInMac": "Mostrar archivo activo en Finder",
diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json
index 7bf6d88c7d7..b1f522fa825 100644
--- a/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json
@@ -26,8 +26,8 @@
"filesConfigurationTitle": "Archivos",
"formatOnSave": "Formatea un archivo al guardarlo. Debe haber un formateador disponible, el archivo no debe guardarse automáticamente y el editor no debe estar cerrándose.",
"hotExit": "Controla si los archivos no guardados se recuerdan entre las sesiones, lo que permite omitir el mensaje para guardar al salir del editor.",
- "hotExit.off": "Deshabilita hotExit.",
- "hotExit.onExit": "hotExit se desencadena al cerrar la aplicación, es decir, al cerrarse la última ventana en Windows/Linux o cuando se desencadena el comando workbench.action.quit (paleta de comandos, enlace de teclado, menú). Todas las ventanas con copias de seguridad se restaurarán la próxima vez que se inicie.",
+ "hotExit.off": "Deshabilita la salida rápida.",
+ "hotExit.onExit": "La salida rápida se desencadena al cerrar la aplicación, es decir, al cerrarse la última ventana en Windows o Linux, o cuando se desencadena el comando workbench.action.quit (paleta de comandos, enlace de teclado, menú). Todas las ventanas con copias de seguridad se restaurarán en el próximo inicio.",
"hotExit.onExitAndWindowClose": "hotExit se desencadena al cerrar la aplicación, es decir, al cerrarse la última ventana en Windows/Linux o cuando se desencadena el comando workbench.action.quit (paleta de comandos, enlace de teclado, menú). También para cualquier ventana que tenga una carpeta abierta, independientemente de que sea o no la última ventana. Todas las ventanas sin carpetas abiertas se restaurarán la próxima vez que se inicie. Para restaurar las ventanas con carpetas tal cual estaban antes de cerrarse, establezca \"window.reopenFolders\" en \"all\".",
"insertFinalNewline": "Si se habilita, inserte una nueva línea final al final del archivo cuando lo guarde.",
"openEditorsVisible": "Número de editores mostrados en el panel Editores abiertos. Establezca este valor en 0 para ocultar el panel.",
diff --git a/i18n/esn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/esn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
index 8b6ad71cd4e..2f30ba5cf14 100644
--- a/i18n/esn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
@@ -3,4 +3,6 @@
* 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
+{
+ "dirtyFiles": "{0} archivos no guardados"
+} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/esn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/esn/src/vs/workbench/parts/files/common/editors/fileEditorInput.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/git/browser/gitActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json
index c04d3a904de..e741bcff75d 100644
--- a/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json
@@ -4,9 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "": "Esta acción es irreversible.",
"confirmRevertMessage": "¿Seguro que desea revertir los cambios seleccionados?",
"git": "GIT",
+ "irreversible": "Esta acción es irreversible.",
"openChange": "Abrir cambio",
"openFile": "Abrir archivo",
"openInEditor": "Cambiar a la vista de editor",
diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json
new file mode 100644
index 00000000000..c4abc48647b
--- /dev/null
+++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "defineKeybinding.initial": "Presione la combinación de teclas que desee y después ENTRAR. Presione ESCAPE para cancelar."
+} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json
new file mode 100644
index 00000000000..1dab6e18312
--- /dev/null
+++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json
@@ -0,0 +1,23 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "SearchKeybindings.AriaLabel": "Buscar enlaces de teclado",
+ "SearchKeybindings.Placeholder": "Buscar enlaces de teclado",
+ "add": "Agregar enlace de teclado",
+ "cancel": "Cancelar",
+ "change": "Cambiar enlace de teclado",
+ "command": "Comando",
+ "confirmRemove": "Quitar el enlace de teclado \"{0}\" del comando \"{1}\"",
+ "default": "Predeterminado",
+ "header-message": "Para personalizaciones avanzadas, abra y edite el archivo ",
+ "keybinding": "Enlace de teclado",
+ "keybindingsInputName": "Enlaces de teclado",
+ "ok": "Aceptar",
+ "removeLabel": "Quitar enlace de teclado",
+ "source": "Origen",
+ "user": "Usuario",
+ "when": "Cuando"
+} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json
new file mode 100644
index 00000000000..89b86a3d7ea
--- /dev/null
+++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json
@@ -0,0 +1,11 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "DefineKeybindingAction": "Definir enlace de teclado",
+ "defineKeybinding.kbLayoutErrorMessage": "La distribución del teclado actual no permite reproducir esta combinación de teclas.",
+ "defineKeybinding.kbLayoutInfoMessage": "Para la distribución del teclado actual, presione ",
+ "defineKeybinding.start": "Definir enlace de teclado"
+} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
index d5e84005010..be6889138a0 100644
--- a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
@@ -4,7 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "collapseAll": "Contraer todo",
"defaultPreferencesEditor": "Editor de preferencias predeterminado",
+ "keybindings.editor.define.description": "Definir enlace de teclado",
+ "keybindings.editor.remove.description": "Quitar enlace de teclado",
+ "keybindings.editor.search.description": "Buscar enlaces de teclado",
+ "keybindingsEditor": "Editor de enlaces de teclado",
"preferences": "Preferencias"
} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
index 05f66e2850c..e8ae66f1ea6 100644
--- a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
@@ -4,16 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "copyDefaultValue": "Copiar en Configuración",
- "editTtile": "Editar",
+ "SearchSettingsWidget.AriaLabel": "Buscar configuración",
+ "SearchSettingsWidget.Placeholder": "Buscar configuración",
"noSettingsFound": "No hay resultados.",
"oneSettingFound": "Coincide 1 configuración",
"preferencesAriaLabel": "Preferencias predeterminadas. Editor de texto de solo lectura.",
- "replaceDefaultValue": "Reemplazar en Configuración",
"settingsEditorName": "Configuración predeterminada",
"settingsFound": "{0} configuraciones coincidentes",
- "totalSettingsMessage": "{0} configuraciones en total",
- "unsupportedPHPExecutablePathSetting": "Este valor debe estar en Configuración de usuario. Si quiere configurar PHP para el área de trabajo, abra un archivo PHP y haga clic en \"Ruta de acceso PHP\" en la barra de estado.",
- "unsupportedTypeScriptTsdkSetting": "Este valor debe estar en Configuración de usuario. Si quiere configurar TypeScript para el área de trabajo, abra un archivo TypeScript y haga clic en la versión de TypeScript en la barra de estado.",
- "unsupportedWorkspaceSetting": "Este valor debe estar en Configuración de usuario."
+ "totalSettingsMessage": "{0} configuraciones en total"
} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json
new file mode 100644
index 00000000000..663c13daa1f
--- /dev/null
+++ b/i18n/esn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "editorCategory": "Editor"
+} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
index 5616db383dd..b46bfe2cb18 100644
--- a/i18n/esn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
@@ -6,5 +6,6 @@
{
"defaultLabel": "entrada",
"patternDescription": "Usar patrones globales",
- "patternHelpInclude": "El patrón de coincidencia, por ejemplo, **\\*\\*/*.js** para todos los archivos JavaScript o **miCarpeta/\\*\\*** para encontrar coincidencias de esa carpeta con todos los elementos secundarios.\n\n**Referencia**:\n**\\*** encuentra coincidencias con 0 o más caracteres\n**?** encuentra coincidencias con 1 carácter\n**\\*\\*** encuentra coincidencias con cero o más directorios\n**[a-z]** encuentra coincidencias con un rango de caracteres\n**{a,b}** encuentra coincidencias con cualquiera de los patrones"
+ "patternHelpInclude": "El patrón de coincidencia, por ejemplo, **\\*\\*/*.js** para todos los archivos JavaScript o **miCarpeta/\\*\\*** para encontrar coincidencias de esa carpeta con todos los elementos secundarios.\n\n**Referencia**:\n**\\*** encuentra coincidencias con 0 o más caracteres\n**?** encuentra coincidencias con 1 carácter\n**\\*\\*** encuentra coincidencias con cero o más directorios\n**[a-z]** encuentra coincidencias con un rango de caracteres\n**{a,b}** encuentra coincidencias con cualquiera de los patrones",
+ "useIgnoreFilesDescription": "Usar archivos ignore"
} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json
index 63b0f61e641..ae6a8819707 100644
--- a/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json
@@ -8,7 +8,6 @@
"exclude.boolean": "El patrón global con el que se harán coincidir las rutas de acceso de los archivos. Establézcalo en true o false para habilitarlo o deshabilitarlo.",
"exclude.when": "Comprobación adicional de los elementos del mismo nivel de un archivo coincidente. Use $(nombreBase) como variable para el nombre de archivo que coincide.",
"findInFiles": "Buscar en archivos",
- "findInFolder": "Buscar en carpeta",
"name": "Búsqueda",
"openAnythingHandlerDescription": "Ir al archivo",
"openSymbolDescriptionNormal": "Ir al símbolo en el área de trabajo",
@@ -16,5 +15,6 @@
"searchConfigurationTitle": "Buscar",
"showSearchViewlet": "Mostrar búsqueda",
"showTriggerActions": "Ir al símbolo en el área de trabajo...",
+ "useRipgrep": "Controla si debe utilizarse ripgrep en la búsqueda de texto",
"view": "Ver"
} \ No newline at end of file
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
diff --git a/i18n/esn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/esn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json
index 5ab552b9674..858c6062b96 100644
--- a/i18n/esn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json
@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "tips.enabled": "Si esta opción está habilitada, se muestran sugerencias de marca de agua cuando no hay ningún editor abierto.",
"watermark.findInFiles": "Buscar en archivos",
"watermark.keybindingsReference": "Referencia de teclado",
"watermark.newUntitledFile": "Nuevo archivo sin título",
@@ -18,5 +19,6 @@
"watermark.showCommands": "Mostrar todos los comandos",
"watermark.startDebugging": "Iniciar depuración",
"watermark.toggleTerminal": "Alternar terminal",
- "watermark.unboundCommand": "sin enlazar"
+ "watermark.unboundCommand": "sin enlazar",
+ "workbenchConfigurationTitle": "Área de trabajo"
} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json
index 8b6ad71cd4e..68dfc0e0568 100644
--- a/i18n/esn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json
@@ -3,4 +3,15 @@
* 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
+{
+ "help": "Ayuda",
+ "hideWelcomeOverlay": "Ocultar información general de la interfaz",
+ "welcomeOverlay": "Información general de la interfaz de usuario",
+ "welcomeOverlay.commandPalette": "Buscar y ejecutar todos los comandos",
+ "welcomeOverlay.debug": "Iniciar y depurar",
+ "welcomeOverlay.explorer": "Explorador de archivos",
+ "welcomeOverlay.extensions": "Administrar extensiones",
+ "welcomeOverlay.git": "Administración de código fuente",
+ "welcomeOverlay.problems": "Ver errores y advertencias",
+ "welcomeOverlay.search": "Buscar en todos los archivos"
+} \ No newline at end of file
diff --git a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json
index ccd2ac925c0..e721d55dfdb 100644
--- a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json
@@ -14,6 +14,7 @@
"welcomePage.editingEvolved": "Edición mejorada",
"welcomePage.gitHubRepository": "Repositorio de GitHub",
"welcomePage.help": "Ayuda",
+ "welcomePage.installKeymap": "Instale los métodos abreviados de teclado de {0}, {1} {2} y {3}",
"welcomePage.installKeymapDescription": "Instalar los métodos abreviados de teclado",
"welcomePage.interactivePlayground": "Área de juegos interactiva",
"welcomePage.interactivePlaygroundDescription": "Pruebe las características esenciales del editor en un tutorial corto",
@@ -32,7 +33,7 @@
"welcomePage.showCommands": "Buscar y ejecutar todos los comandos",
"welcomePage.showCommandsDescription": "Acceda rápidamente y busque comandos desde el panel de control ({0})",
"welcomePage.showOnStartup": "Mostrar página principal al inicio",
- "welcomePage.stackOverflow": "Desbordamiento de la pila",
+ "welcomePage.stackOverflow": "Stack Overflow",
"welcomePage.start": "Iniciar",
"welcomePage.sublime": "Sublime",
"welcomePage.sublimeCurrent": "Sublime (actual)",
diff --git a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json
index 13de56fa050..5afa7812e69 100644
--- a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json
@@ -8,6 +8,7 @@
"ok": "Aceptar",
"welcome.title": "Bienvenido",
"welcomePage": "Bienvenido",
+ "welcomePage.installingKeymap": "Instalando los métodos abreviados de teclado de {0}...",
"welcomePage.keymapAlreadyInstalled": "Los métodos abreviados de teclado {0} ya están instalados.",
"welcomePage.keymapNotFound": "No se pudieron encontrar los métodos abreviados de teclado {0} con el identificador {1}.",
"welcomePage.willReloadAfterInstallingKeymap": "La ventana se volverá a cargar después de instalar los métodos abreviados de teclado {0}."