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