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": "アクセス許可の変更を '{0}' に再帰的に適用しています",
|
||||
"mssql.recursivePermissionOpSucceeded": "アクセス許可の変更が正常に適用されました。",
|
||||
"mssql.recursivePermissionOpProgress": "アクセス許可の変更を '{0}' に適用しています。",
|
||||
"mssql.recursivePermissionOpError": "アクセス許可の変更の適用でエラーが発生しました: {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": "無効なデータ構造",
|
||||
"webhdfs.missingProperties": "オプションが不足しているため、WebHDFS クライアントを作成できません: ${0}",
|
||||
"webhdfs.undefinedArgument": "'${0}' は未定義です。",
|
||||
"webhdfs.httpError400": "無効な要求",
|
||||
"webhdfs.httpError401": "許可されていません",
|
||||
"webhdfs.httpError403": "禁止されています",
|
||||
"webhdfs.httpError404": "見つかりません",
|
||||
"webhdfs.httpError500": "内部サーバー エラー",
|
||||
"webhdfs.unknownError": "不明なエラー",
|
||||
"webhdfs.unexpectedRedirect": "予期しないリダイレクト"
|
||||
}
|
||||
Reference in New Issue
Block a user