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": "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}"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user