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
+13
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."
],
"mssql.recursivePermissionOpStarted": "Applicazione delle modifiche delle autorizzazioni in modo ricorsivo in '{0}'",
"mssql.recursivePermissionOpSucceeded": "Le modifiche delle autorizzazioni sono state applicate.",
"mssql.recursivePermissionOpProgress": "Applicazione delle modifiche delle autorizzazioni a '{0}'.",
"mssql.recursivePermissionOpError": "Si è verificato un errore durante l'applicazione delle modifiche delle autorizzazioni: {0}"
}
+19
View File
@@ -0,0 +1,19 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"webhdfs.invalidDataStructure": "Struttura dei dati non valida",
"webhdfs.missingProperties": "Non è possibile creare il client WebHDFS a causa di opzioni mancanti: ${0}",
"webhdfs.undefinedArgument": "'${0}' non è definito.",
"webhdfs.httpError400": "Richiesta non valida",
"webhdfs.httpError401": "Non autorizzato",
"webhdfs.httpError403": "Accesso negato",
"webhdfs.httpError404": "Non trovato",
"webhdfs.httpError500": "Errore interno del server",
"webhdfs.unknownError": "Errore sconosciuto",
"webhdfs.unexpectedRedirect": "Reindirizzamento imprevisto"
}