mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
i18n input
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extensionTestError": "경로 {0}이(가) 유효한 확장 Test Runner를 가리키지 않습니다."
|
||||
"extensionTestError": "경로 {0}이(가) 유효한 확장 Test Runner를 가리키지 않습니다.",
|
||||
"extensionUnderDevelopment": "{0}에서 개발 확장 로드 중",
|
||||
"overwritingExtension": "확장 {0}을(를) {1}(으)로 덮어쓰는 중입니다."
|
||||
}
|
||||
10
i18n/kor/src/vs/workbench/node/extensionPoints.i18n.json
Normal file
10
i18n/kor/src/vs/workbench/node/extensionPoints.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"fileReadFail": "파일 {0}을(를) 읽을 수 없음: {1}.",
|
||||
"jsonParseFail": "{0}을(를) 구문 분석하지 못함: {1}.",
|
||||
"missingNLSKey": "키 {0}에 대한 메시지를 찾을 수 없습니다."
|
||||
}
|
||||
Reference in New Issue
Block a user