Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View 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"
}

View File

@@ -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."
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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}"
}