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": "在“{0}”下以递归方式应用权限更改",
"mssql.recursivePermissionOpSucceeded": "已成功应用权限更改。",
"mssql.recursivePermissionOpProgress": "正在将权限更改应用于“{0}”。",
"mssql.recursivePermissionOpError": "应用权限更改时出错: {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": "数据结构无效",
"webhdfs.missingProperties": "由于缺少选项,无法创建 WebHDFS 客户端: ${0}",
"webhdfs.undefinedArgument": "“${0}”未定义。",
"webhdfs.httpError400": "错误的请求",
"webhdfs.httpError401": "未经授权",
"webhdfs.httpError403": "已禁止",
"webhdfs.httpError404": "未找到",
"webhdfs.httpError500": "内部服务器错误",
"webhdfs.unknownError": "未知错误",
"webhdfs.unexpectedRedirect": "意外的重定向"
}