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": "予期しないリダイレクト"
}