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": "Sfoglia cartella",
"selectFolderStructure": "Select folder structure",
"folderStructureLabel": "Struttura di cartelle",
"browseEllipsis": "Browse...",
"browseEllipsis": "Sfoglia...",
"selectProjectLocation": "Select project location",
"dataworkspace.projectParentDirectoryNotExistError": "Il percorso del progetto selezionato '{0}' non esiste o non è una directory.",
"dataworkspace.projectDirectoryAlreadyExistError": "Esiste già una directory denominata '{0}' nel percorso selezionato: '{1}'.",
@@ -228,6 +228,12 @@
"externalStreamingJobFriendlyName": "Processo di streaming esterno",
"preDeployScriptFriendlyName": "Script.PreDeployment",
"postDeployScriptFriendlyName": "Script.PostDeployment",
"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": "Input",
"output": "Output",
"selectBindingType": "Select type of binding",
@@ -239,11 +245,6 @@
"noAzureFunctionsInFile": "No Azure functions in the current active file"
},
"dist/tools/netcoreTool": {
"sqlDatabaseProjects.NetCoreInstallationConfirmation": "Impossibile individuare .NET Core SDK. La compilazione del progetto non funzionerà. Installare .NET Core SDK versione 3.1 o aggiornare il percorso di .NET Core SDK nelle impostazioni, se l'installazione è già presente.",
"sqlDatabaseProjects.UpdateNetCoreLocation": "Aggiornare percorso",
"sqlDatabaseProjects.InstallNetCore": "Installa",
"sqlDatabaseProjects.doNotAskAgain": "Non chiedere più",
"sqlDatabaseProjects.outputChannel": "Progetti di database",
"sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … ha restituito un errore: {1}",
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} … terminato con codice: {1}",
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} … terminato con segnale: {1}",