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": "Application des changements d'autorisation de manière récursive sous '{0}'",
"mssql.recursivePermissionOpSucceeded": "Les changements d'autorisation ont été appliqués.",
"mssql.recursivePermissionOpProgress": "Application des changements d'autorisation à '{0}'.",
"mssql.recursivePermissionOpError": "Erreur d'application des changements d'autorisation : {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": "Structure de données non valide",
"webhdfs.missingProperties": "Impossible de créer le client WebHDFS en raison d'options manquantes : ${0}",
"webhdfs.undefinedArgument": "'${0}' n'est pas défini.",
"webhdfs.httpError400": "Demande incorrecte",
"webhdfs.httpError401": "Non autorisé",
"webhdfs.httpError403": "Interdit",
"webhdfs.httpError404": "Introuvable",
"webhdfs.httpError500": "Erreur de serveur interne",
"webhdfs.unknownError": "Erreur inconnue",
"webhdfs.unexpectedRedirect": "Redirection inattendue"
}