i18n input

This commit is contained in:
Dirk Baeumer
2016-03-25 23:09:43 +01:00
parent 3ed0dfae01
commit 82ffb54a78
278 changed files with 1026 additions and 324 deletions

View File

@@ -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}(으)로 덮어쓰는 중입니다."
}

View 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}에 대한 메시지를 찾을 수 없습니다."
}