Merge VS Code 1.21 source code (#1067)

* Initial VS Code 1.21 file copy with patches

* A few more merges

* Post npm install

* Fix batch of build breaks

* Fix more build breaks

* Fix more build errors

* Fix more build breaks

* Runtime fixes 1

* Get connection dialog working with some todos

* Fix a few packaging issues

* Copy several node_modules to package build to fix loader issues

* Fix breaks from master

* A few more fixes

* Make tests pass

* First pass of license header updates

* Second pass of license header updates

* Fix restore dialog issues

* Remove add additional themes menu items

* fix select box issues where the list doesn't show up

* formatting

* Fix editor dispose issue

* Copy over node modules to correct location on all platforms
This commit is contained in:
Karl Burtram
2018-04-04 15:27:51 -07:00
committed by GitHub
parent 5fba3e31b4
commit dafb780987
9412 changed files with 141255 additions and 98813 deletions

View File

@@ -1,8 +1,10 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"missOrInvalid": "Faltan las credenciales o no son válidas."
}

View File

@@ -1,11 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"yes": "Sí",
"no": "No",
"not now": "Ahora No",
"suggest auto fetch": "¿Desea habilitar la búsqueda automática de repositorios de Git?"
"not now": "Preguntarme luego",
"suggest auto fetch": "¿Te gustaría que Code [ejecute 'git fetch' periódicamente]({0})?"
}

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"tag at": "Etiqueta en {0}",
"remote branch at": "Rama remota en {0}",
"create branch": "$(plus) crear nueva rama",
@@ -25,7 +27,7 @@
"confirm revert": "¿Está seguro de que desea revertir los cambios seleccionados en {0}?",
"revert": "Revertir cambios",
"discard": "Descartar cambios",
"confirm delete": "¿Está seguro que desea eliminar {0}?",
"confirm delete": "¿Está seguro de que desea eliminar '{0}'? ",
"delete file": "Eliminar archivo",
"confirm discard": "¿Está seguro de que quiere descartar los cambios de {0}?",
"confirm discard multiple": "¿Está seguro de que quiere descartar los cambios de {0} archivos?",
@@ -41,6 +43,10 @@
"confirm discard all 2": "{0}\n\nEsta acción es IRREVERSIBLE. Su espacio de trabajo actual SE PERDERÁ PARA SIEMPRE.",
"yes discard tracked": "Descartar un archivo con seguimiento",
"yes discard tracked multiple": "Descartar {0} archivos con seguimiento",
"unsaved files single": "El siguiente archivo no está guardado: {0}.\n¿Desea guardarlo antes de confirmarlo? ",
"unsaved files": "Hay {0} archivos sin guardar.\n¿Desea guardarlos antes de confirmar?",
"save and commit": "Guardar todo y confirmar",
"commit": "Confirmar de todas formas",
"no staged changes": "No hay elementos almacenados provisionalmente.\n\n¿Desea almacenar de forma provisional todos sus cambios y confirmarlos directamente?",
"always": "Siempre",
"no changes": "No hay cambios para confirmar.",
@@ -56,20 +62,21 @@
"branch already exists": "Ya existe una rama como '{0}'",
"select a branch to merge from": "Seleccione una rama desde la que fusionar",
"merge conflicts": "Hay conflictos de fusión. Resuelvalos antes de confirmar.",
"tag name": "Nombre de la etiqueta",
"provide tag name": "Por favor proporcione un nombre de etiqueta",
"tag message": "Mensaje",
"tag name": "Nombre de etiqueta",
"provide tag name": "Por favor proporcione un nombre para la etiqueta ",
"tag message": "Mensaje ",
"provide tag message": "Por favor, especifique un mensaje para anotar la etiqueta",
"no remotes to fetch": "El repositorio no tiene remotos configurados de los que extraer.",
"no remotes to pull": "El repositorio no tiene remotos configurados de los que extraer.",
"pick remote pull repo": "Seleccione un origen remoto desde el que extraer la rama",
"no remotes to push": "El repositorio no tiene remotos configurados en los que insertar.",
"push with tags success": "Insertado con etiquetas correctamente.",
"nobranch": "Extraiga del repositorio una rama para insertar un remoto.",
"confirm publish branch": "La rama ' {0} ' no tiene ninguna rama ascendente. ¿desea publicar esta rama?",
"ok": "Aceptar",
"push with tags success": "Insertado con etiquetas correctamente.",
"pick remote": "Seleccionar un elemento remoto para publicar la rama '{0}':",
"sync is unpredictable": "Esta acción insertará y extraerá confirmaciones en '{0}'.",
"ok": "Aceptar",
"never again": "De acuerdo, no volver a mostrar este mensaje.",
"never again": "No volver a mostrar ",
"no remotes to publish": "El repositorio no tiene remotos configurados en los que publicar.",
"no changes stash": "No existen cambios para el guardado provisional.",
"provide stash message": "Opcionalmente, proporcionar un mensaje para el guardado provisional",

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"looking": "Buscando git en: {0}",
"using git": "Usando GIT {0} desde {1}",
"downloadgit": "Descargar Git",

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"too many submodules": "El repositorio ' {0} ' tiene {1} submódulos que no se abrirán automáticamente. Usted todavía puede abrir cada archivo individualmente.",
"no repositories": "No hay repositorios disponibles",
"pick repo": "Elija un repositorio"
}

View File

@@ -1,13 +1,15 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"open": "Abrir",
"index modified": "Índice modificado",
"modified": "Modificado",
"index added": "Índice agregado",
"index added": "Índice añadido",
"index deleted": "Índice Eliminado",
"deleted": "Eliminado",
"index renamed": "Nombre de Índice Cambiado",
@@ -26,7 +28,8 @@
"merge changes": "Fusionar cambios mediante combinación",
"staged changes": "Cambios almacenados provisionalmente",
"changes": "Cambios",
"ok": "Aceptar",
"commitMessageCountdown": "quedan {0} caracteres en la línea actual",
"commitMessageWarning": "{0} caracteres sobre {1} en la línea actual",
"neveragain": "No volver a mostrar",
"huge": "El repositorio Git '{0}' contiene muchos cambios activos, solamente un subconjunto de las características de Git serán habilitadas."
}

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"checkout": "Extraer del repositorio...",
"sync changes": "Sincronizar cambios",
"publish changes": "Publicar cambios",

View File

@@ -1,9 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "GIT",
"description": "Integración Git SCM",
"command.clone": "Clonar",
"command.init": "Inicializar el repositorio",
"command.close": "Cerrar repositorio",
@@ -54,6 +58,7 @@
"command.stashPopLatest": "Aplicar y quitar últimos cambios guardados provisionalmente...",
"config.enabled": "Si GIT está habilitado",
"config.path": "Ruta de acceso del ejecutable de GIT",
"config.autoRepositoryDetection": "Si se deben detectar automáticamente los repositories ",
"config.autorefresh": "Indica si la actualización automática está habilitada",
"config.autofetch": "Si la búsqueda automática está habilitada",
"config.enableLongCommitWarning": "Si se debe advertir sobre los mensajes de confirmación largos",
@@ -68,9 +73,14 @@
"config.enableCommitSigning": "Habilitar confirmar firma con GPG.",
"config.discardAllScope": "Controla qué cambios son descartados por el comando 'Descartar todos los cambios'. 'all' descarta todos los cambios. 'tracked' descarta sólo los ficheros en seguimiento. 'prompt' muestra un cuadro de diálogo para confirmar cada vez la acción ejecutada.",
"config.decorations.enabled": "Controla si Git contribuye los colores y distintivos al explorador y a los editores abiertos.",
"config.promptToSaveFilesBeforeCommit": "Controla si Git debe comprobar los archivos no guardados antes de confirmar las actualizaciones. ",
"config.showInlineOpenFileAction": "Controla si se debe mostrar una acción de archivo abierto en la vista de cambios en Git",
"config.inputValidation": "Controla cuándo mostrar el mensaje de validación de entrada en el contador de entrada.",
"config.detectSubmodules": "Controla si se detectan automáticamente los submódulos Git. ",
"colors.modified": "Color para recursos modificados.",
"colors.deleted": "Color para los recursos eliminados.",
"colors.untracked": "Color para los recursos a los que no se les hace seguimiento.",
"colors.ignored": "Color para los recursos ignorados.",
"colors.conflict": "Color para los recursos con conflictos."
"colors.conflict": "Color para los recursos con conflictos.",
"colors.submodule": "Color para los recursos de submódulos."
}