Archived
update localization resource files (#14389)
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user