mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 06:10:30 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
13
i18n/esn/src/sql/parts/notebook/models/cell.i18n.json
Normal file
13
i18n/esn/src/sql/parts/notebook/models/cell.i18n.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"executionCanceled": "Se canceló la ejecución de la consulta",
|
||||
"notebookNotReady": "La sesión para este cuaderno aún no está lista",
|
||||
"sessionNotReady": "La sesión para este cuaderno comenzará momentáneamente",
|
||||
"noDefaultKernel": "No hay ningún kernel disponible para este cuaderno"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"clientSession.unknownError": "Error al iniciar la sesión del cuaderno",
|
||||
"ServerNotStarted": "El servidor no se pudo iniciar por una razón desconocida",
|
||||
"kernelRequiresConnection": "No se encontró el kernel {0}. En su lugar, se utilizará el kernel predeterminado."
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sqlKernel": "SQL"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"selectConnection": "Seleccionar conexión",
|
||||
"localhost": "localhost",
|
||||
"addConnection": "Agregar nueva conexión"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"deleteCellFailed": "No se pudo eliminar la celda.",
|
||||
"changeKernelFailedRetry": "Error al cambiar de kernel. Se utilizará el kernel {0}. Error: {1}",
|
||||
"changeKernelFailed": "No se pudo cambiar el kernel debido al error: {0}",
|
||||
"changeContextFailed": "Error en el cambio de contexto: {0}",
|
||||
"startSessionFailed": "No se pudo iniciar sesión: {0}",
|
||||
"shutdownError": "Error al cerrar el cuaderno: {0}",
|
||||
"shutdownClientSessionError": "Se ha producido un error en la sesión del cliente al cerrar el cuaderno: {0}",
|
||||
"ProviderNoManager": "No puede encontrar el administrador de cuadernos para el proveedor {0}"
|
||||
}
|
||||
Reference in New Issue
Block a user