update to langpack source files 8/9/2021 (#16635)

This commit is contained in:
Alex Ma
2021-08-09 14:19:43 -07:00
committed by GitHub
parent b2ff8162e6
commit 005c0aad7b
35 changed files with 1111 additions and 1791 deletions

View File

@@ -159,7 +159,7 @@
"browseButtonText": "Examinar carpeta",
"selectFolderStructure": "Select folder structure",
"folderStructureLabel": "Estructura de carpetas",
"browseEllipsis": "Browse...",
"browseEllipsis": "Examinar...",
"selectProjectLocation": "Select project location",
"dataworkspace.projectParentDirectoryNotExistError": "La ubicación del proyecto seleccionado, \"{0}\", no existe o no es un directorio.",
"dataworkspace.projectDirectoryAlreadyExistError": "Ya hay un directorio llamado \"{0}\" en la ubicación seleccionada: \"{1}\".",
@@ -228,8 +228,14 @@
"externalStreamingJobFriendlyName": "Trabajo de streaming externo",
"preDeployScriptFriendlyName": "Script.PreDeployment",
"postDeployScriptFriendlyName": "Script.PostDeployment",
"input": "Input",
"output": "Output",
"sqlDatabaseProjects.NetCoreInstallationConfirmation": "The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.",
"sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.",
"sqlDatabaseProjects.UpdateNetCoreLocation": "Update Location",
"sqlDatabaseProjects.InstallNetCore": "Install",
"sqlDatabaseProjects.doNotAskAgain": "Don't Ask Again",
"sqlDatabaseProjects.outputChannel": "Database Projects",
"input": "Entrada",
"output": "Salida",
"selectBindingType": "Select type of binding",
"selectAzureFunction": "Select an Azure function in the current file to add SQL binding to",
"sqlObjectToQuery": "SQL object to query",
@@ -239,11 +245,6 @@
"noAzureFunctionsInFile": "No Azure functions in the current active file"
},
"dist/tools/netcoreTool": {
"sqlDatabaseProjects.NetCoreInstallationConfirmation": "No se encuentra el SDK de .NET Core. La compilación del proyecto no funcionará. Instale el SDK de .NET Core 3.1 o actualice la ubicación del SDK de .NET Core en la configuración si ya está instalada.",
"sqlDatabaseProjects.UpdateNetCoreLocation": "Ubicación de actualización",
"sqlDatabaseProjects.InstallNetCore": "Instalar",
"sqlDatabaseProjects.doNotAskAgain": "No volver a preguntar",
"sqlDatabaseProjects.outputChannel": "Proyectos de base de datos",
"sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … errores: {1}",
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … cerrado con el código {1}",
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … cerrado con la señal {1}",