mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 04:40:30 -04:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
@@ -151,6 +151,10 @@
|
||||
"mZoom": "Zoom",
|
||||
"mBringToFront": "Traer todo al frente",
|
||||
"miSwitchWindow": "Cambiar &&Ventana...",
|
||||
"mShowPreviousTab": "Mostrar pestaña anterior",
|
||||
"mShowNextTab": "Mostrar siguiente pestaña",
|
||||
"mMoveTabToNewWindow": "Mover pestaña a una nueva ventana",
|
||||
"mMergeAllWindows": "Fusionar todas las ventanas",
|
||||
"miToggleDevTools": "&&Alternar herramientas de desarrollo",
|
||||
"miAccessibilityOptions": "&&Opciones de accesibilidad",
|
||||
"miReportIssues": "&&Notificar problemas",
|
||||
@@ -171,8 +175,8 @@
|
||||
"miRunningTask": "Mostrar las &&tareas en ejecución",
|
||||
"miRestartTask": "R&&einiciar tarea en ejecución...",
|
||||
"miTerminateTask": "&&Finalizar tarea...",
|
||||
"miConfigureTask": "&&Configurar tarea",
|
||||
"miConfigureBuildTask": "Configurar tarea de compilación predeterminada",
|
||||
"miConfigureTask": "&&Configurar Tareas...",
|
||||
"miConfigureBuildTask": "Configurar Tarea de Compilación &&Predeterminada...",
|
||||
"accessibilityOptionsWindowTitle": "Opciones de accesibilidad",
|
||||
"miRestartToUpdate": "Reiniciar para actualizar...",
|
||||
"miCheckingForUpdates": "Buscando actualizaciones...",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
|
||||
@@ -1,12 +1,24 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
"ok": "Aceptar",
|
||||
"pathNotExistTitle": "La ruta no existe",
|
||||
"pathNotExistDetail": "Parece que la ruta '{0}' ya no existe en el disco.",
|
||||
"reopen": "&& Abrir",
|
||||
"wait": "&& Mantener la espera",
|
||||
"close": "&& Cerrar",
|
||||
"appStalled": "La ventana ha dejado de responder.",
|
||||
"appStalledDetail": "Puede volver a abrir la ventana, cerrarla o seguir esperando.",
|
||||
"appCrashed": "La ventana se bloqueó",
|
||||
"appCrashedDetail": "Sentimos las molestias. Puede volver a abrir la ventana para continuar donde se detuvo.",
|
||||
"open": "Abrir",
|
||||
"openFolder": "Abrir carpeta",
|
||||
"openFile": "Abrir archivo",
|
||||
"workspaceOpenedMessage": "No se puede guardar el espacio de trabajo '{0}'",
|
||||
"workspaceOpenedDetail": "El espacio de trabajo ya está abierto en otra ventana. Por favor, cierre primero la ventana y vuelta a intentarlo de nuevo.",
|
||||
"openWorkspace": "&&Abrir...",
|
||||
"openWorkspaceTitle": "Abrir área de trabajo",
|
||||
"save": "&&Guardar",
|
||||
@@ -14,15 +26,5 @@
|
||||
"cancel": "Cancelar",
|
||||
"saveWorkspaceMessage": "¿Quiere guardar la configuración del área de trabajo como un archivo?",
|
||||
"saveWorkspaceDetail": "Guarde el área de trabajo si tiene pensado volverla a abrir.",
|
||||
"saveWorkspace": "Guardar área de trabajo",
|
||||
"reopen": "Volver a abrir",
|
||||
"wait": "Siga esperando",
|
||||
"close": "Cerrar",
|
||||
"appStalled": "La ventana ha dejado de responder.",
|
||||
"appStalledDetail": "Puede volver a abrir la ventana, cerrarla o seguir esperando.",
|
||||
"appCrashed": "La ventana se bloqueó",
|
||||
"appCrashedDetail": "Sentimos las molestias. Puede volver a abrir la ventana para continuar donde se detuvo.",
|
||||
"open": "Abrir",
|
||||
"openFolder": "Abrir carpeta",
|
||||
"openFile": "Abrir archivo"
|
||||
"saveWorkspace": "Guardar área de trabajo"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA 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.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user