mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 12:50:29 -04:00
Initial VS Code 1.19 source merge (#571)
* Initial 1.19 xcopy * Fix yarn build * Fix numerous build breaks * Next batch of build break fixes * More build break fixes * Runtime breaks * Additional post merge fixes * Fix windows setup file * Fix test failures. * Update license header blocks to refer to source eula
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
12
i18n/esn/src/vs/code/electron-main/main.i18n.json
Normal file
12
i18n/esn/src/vs/code/electron-main/main.i18n.json
Normal file
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"secondInstanceNoResponse": "Se está ejecutando otra instancia de {0} pero no responde",
|
||||
"secondInstanceNoResponseDetail": "Cierre todas las demás instancias y vuelva a intentarlo.",
|
||||
"secondInstanceAdmin": "Ya se está ejecutando una segunda instancia de {0} como administrador.",
|
||||
"secondInstanceAdminDetail": "Cierre la otra instancia y vuelva a intentarlo.",
|
||||
"close": "&&Cerrar"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -22,12 +22,12 @@
|
||||
"miQuit": "Salir de {0}",
|
||||
"miNewFile": "&&Nuevo archivo",
|
||||
"miOpen": "Abrir...",
|
||||
"miOpenWorkspace": "&& Abrir el espacio de trabajo...",
|
||||
"miOpenWorkspace": "Abrir área de trabajo...",
|
||||
"miOpenFolder": "Abrir &&carpeta...",
|
||||
"miOpenFile": "&&Abrir archivo...",
|
||||
"miOpenRecent": "Abrir &&reciente",
|
||||
"miSaveWorkspaceAs": "&& Guardar espacio de trabajo como...",
|
||||
"miAddFolderToWorkspace": "&&Agregar carpeta al área de trabajo...",
|
||||
"miSaveWorkspaceAs": "Guardar área de trabajo como...",
|
||||
"miAddFolderToWorkspace": "Agregar carpeta al área de trabajo...",
|
||||
"miSave": "&&Guardar",
|
||||
"miSaveAs": "Guardar &&como...",
|
||||
"miSaveAll": "Guardar t&&odo",
|
||||
@@ -157,7 +157,7 @@
|
||||
"mMergeAllWindows": "Fusionar todas las ventanas",
|
||||
"miToggleDevTools": "&&Alternar herramientas de desarrollo",
|
||||
"miAccessibilityOptions": "&&Opciones de accesibilidad",
|
||||
"miReportIssues": "&&Notificar problemas",
|
||||
"miReportIssue": "&&Notificar problema",
|
||||
"miWelcome": "&&Bienvenido",
|
||||
"miInteractivePlayground": "Área de juegos &&interactiva",
|
||||
"miDocumentation": "&&Documentación",
|
||||
@@ -184,6 +184,7 @@
|
||||
"miDownloadingUpdate": "Descargando actualización...",
|
||||
"miInstallingUpdate": "Instalando actualización...",
|
||||
"miCheckForUpdates": "Buscar actualizaciones...",
|
||||
"aboutDetail": "\nVersión: {0}\nConfirmación: {1}\nFecha: {2}\nShell: {3}\nRepresentador: {4}\nNodo {5}\nArquitectura {6}",
|
||||
"okButton": "Aceptar"
|
||||
"aboutDetail": "Versión: {0}\nConfirmación: {1}\nFecha: {2}\nShell: {3}\nRepresentador: {4}\nNodo {5}\nArquitectura {6}",
|
||||
"okButton": "Aceptar",
|
||||
"copy": "&&Copiar"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -8,6 +8,7 @@
|
||||
"notInstalled": "La extensión '{0}' no está instalada.",
|
||||
"useId": "Asegúrese de usar el identificador de extensión completo, incluido el publicador, por ejemplo: {0}.",
|
||||
"successVsixInstall": "La extensión '{0}' se ha instalado correctamente.",
|
||||
"cancelVsixInstall": "Cancelar instalación de extensión '{0}'.",
|
||||
"alreadyInstalled": "La extensión '{0}' ya está instalada.",
|
||||
"foundExtension": "Se encontró '{0}' en Marketplace.",
|
||||
"installing": "Instalando...",
|
||||
|
||||
Reference in New Issue
Block a user