update localization resource files (#14389)

This commit is contained in:
Alex Ma
2021-02-22 19:42:55 -08:00
committed by GitHub
parent d21ee4dc9e
commit 9148aa1ed5
3162 changed files with 45130 additions and 1848 deletions

View File

@@ -0,0 +1,14 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"previewFeatures.configTitle": "Características en versión preliminar",
"previewFeatures.configEnable": "Habilitar las características de la versión preliminar sin publicar",
"showConnectDialogOnStartup": "Mostrar diálogo de conexión al inicio",
"enableObsoleteApiUsageNotificationTitle": "Notificación de API obsoleta",
"enableObsoleteApiUsageNotification": "Activar/desactivar la notificación de uso de API obsoleta"
}

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."
],
"manage": "Administrar",
"showDetails": "Mostrar detalles",
"configureDashboard": "Aprenda a configurar el panel"
}

View File

@@ -8,10 +8,10 @@
],
"infoAltText": "Información",
"warningAltText": "Advertencia",
"errorAltText": "Fehler",
"errorAltText": "Error",
"showMessageDetails": "Mostrar detalles",
"hideMessageDetails": "Ocultar detalles",
"copyMessage": "Copiar",
"closeMessage": "Cerrar",
"modalBack": "Atrás"
"modal.back": "Atrás",
"hideMessageDetails": "Ocultar detalles"
}

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."
],
"invalidIndex": "El índice {0} no es válido."
}

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."
],
"blankValue": "vacío"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"invalidValueError": "Valor no válido",
"period": "{0}. {1}"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"loadingMessage": "Cargando",
"loadingCompletedMessage": "Carga completada"
}

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."
],
"loadingMessage": "Cargando"
}

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."
],
"queryTextEditorAriaLabel": "Editor de código de modelview para modelo de vista."
}

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."
],
"componentTypeNotRegistered": "No pudo encontrar el componente para el tipo {0}"
}

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."
],
"languageChangeUnsupported": "No se admite el cambio de tipos de editor en archivos no guardados"
}

View File

@@ -7,5 +7,5 @@
"Do not edit this file. It is machine generated."
],
"no-dataprovider": "No hay ningún proveedor de datos registrado que pueda proporcionar datos de la vista.",
"collapse": "Contraer"
"collapseAll": "Contraer todo"
}

View File

@@ -0,0 +1,15 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"scriptSelect": "Seleccionar el top 1000",
"scriptExecute": "Script como ejecutar",
"scriptAlter": "Script como modificar",
"editData": "Editar datos",
"scriptCreate": "Script como crear",
"scriptDelete": "Script como borrar"
}

View File

@@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"scriptSelectNotFound": "No se devolvió ningún script al llamar al script de selección en el objeto ",
"selectOperationName": "Seleccionar",
"createOperationName": "Crear",
"insertOperationName": "Insertar",
"updateOperationName": "Actualizar",
"deleteOperationName": "Eliminar",
"scriptNotFoundForObject": "No se devolvió ningún script al escribir como {0} en el objeto {1}",
"scriptingFailed": "Error de scripting",
"scriptNotFound": "No se devolvió ningún script al ejecutar el script como {0}"
}