mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
More i18n files which got ignored due to out folder
This commit is contained in:
44
i18n/kor/extensions/json/server/out/jsonParser.i18n.json
Normal file
44
i18n/kor/extensions/json/server/out/jsonParser.i18n.json
Normal file
@@ -0,0 +1,44 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"ColonExpected": "콜론 필요",
|
||||
"DisallowedExtraPropWarning": "{0} 속성이 허용되지 않습니다.",
|
||||
"DoubleQuotesExpected": "속성 키는 큰따옴표로 묶어야 합니다.",
|
||||
"DuplicateKeyWarning": "중복된 개체 키",
|
||||
"End of file expected": "파일 끝 필요",
|
||||
"ExpectedCloseBrace": "쉼표 또는 닫는 중괄호 필요",
|
||||
"ExpectedCloseBracket": "쉼표 또는 닫는 대괄호 필요",
|
||||
"Invalid symbol": "JSON 개체, 배열 또는 리터럴 필요",
|
||||
"InvalidEscapeCharacter": "문자열에 잘못된 이스케이프 문자가 있습니다.",
|
||||
"InvalidNumberFormat": "잘못된 숫자 형식",
|
||||
"InvalidUnicode": "문자열에 잘못된 유니코드 시퀀스가 있습니다.",
|
||||
"MaxPropWarning": "개체의 속성이 제한인 {0}보다 많습니다.",
|
||||
"MinPropWarning": "개체의 속성이 필요한 수인 {0}보다 적습니다.",
|
||||
"MissingRequiredPropWarning": "\"{0}\" 속성 누락",
|
||||
"PropertyExpected": "속성 필요",
|
||||
"RequiredDependentPropWarning": "개체에 {1} 속성에 필요한 {0} 속성이 없습니다.",
|
||||
"UnexpectedEndOfComment": "필요하지 않은 주석 끝",
|
||||
"UnexpectedEndOfNumber": "필요하지 않은 번호 끝",
|
||||
"UnexpectedEndOfString": "필요하지 않은 문자열 끝",
|
||||
"ValueExpected": "값 필요",
|
||||
"additionalItemsWarning": "스키마를 기준으로 배열에 항목이 너무 많습니다. {0}개 이하여야 합니다.",
|
||||
"enumWarning": "허용되는 값이 아닙니다. 유효한 값은 {0}입니다.",
|
||||
"exclusiveMaximumWarning": "값이 배타적 최대값인 {0}보다 큽니다.",
|
||||
"exclusiveMinimumWarning": "값이 배타적 최소값인 {0}보다 작습니다.",
|
||||
"maxItemsWarning": "배열에 항목이 너무 많습니다. {0}개 이하여야 합니다.",
|
||||
"maxLengthWarning": "문자열이 다음 최대 길이보다 짧습니다. ",
|
||||
"maximumWarning": "값이 최대값인 {0}보다 큽니다.",
|
||||
"minItemsWarning": "배열에 항목이 너무 적습니다. {0}개 이상이어야 합니다.",
|
||||
"minLengthWarning": "문자열이 다음 최소 길이보다 짧습니다. ",
|
||||
"minimumWarning": "값이 최소값인 {0}보다 작습니다.",
|
||||
"multipleOfWarning": "값을 {0}(으)로 나눌 수 없습니다.",
|
||||
"notSchemaWarning": "허용되지 않는 스키마와 일치합니다.",
|
||||
"oneOfWarning": "하나의 스키마에서만 유효성을 검사해야 하는데 여러 스키마와 일치합니다.",
|
||||
"patternWarning": "문자열이 \"{0}\" 패턴과 일치하지 않습니다.",
|
||||
"typeArrayMismatchWarning": "형식이 잘못되었습니다. {0} 중 하나의 형식이어야 합니다.",
|
||||
"typeMismatchWarning": "형식이 잘못되었습니다. \"{0}\"이어야 합니다.",
|
||||
"uniqueItemsWarning": "배열에 중복 항목이 있습니다."
|
||||
}
|
||||
Reference in New Issue
Block a user