Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json
new file mode 100644
index 00000000000..4fdc20a33c2
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json
@@ -0,0 +1,20 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "vscode.extension.contributes.configuration.title": "설정을 요약합니다. 이 레이블은 설정 파일에서 구분 주석으로 사용됩니다.",
+ "vscode.extension.contributes.configuration.properties": "구성 속성에 대한 설명입니다.",
+ "scope.window.description": "[사용자] 설정 또는 [작업 영역] 설정에서 구성할 수 있는 창 특정 구성입니다.",
+ "scope.resource.description": "사용자, 작업 영역 또는 폴더 설정에서 구성할 수 있는 리소스 특정 구성",
+ "scope.description": "구성이 적용되는 범위입니다. 사용 가능 범위는 '창'과 '리소스'입니다.",
+ "vscode.extension.contributes.configuration": "구성 설정을 적용합니다.",
+ "invalid.title": "'configuration.title'은 문자열이어야 합니다.",
+ "vscode.extension.contributes.defaultConfiguration": "언어별로 기본 편집기 구성 설정을 적용합니다.",
+ "invalid.properties": "'configuration.properties'는 개체여야 합니다.",
+ "invalid.allOf": "'configuration.allOf'는 사용되지 않으며 더 이상 사용해서는 안됩니다. 대신 여러 구성 섹션을 배열로 'configuration' 기여 지점에 전달하세요.",
+ "workspaceConfig.folders.description": "작업 영역에 로드되는 폴더 목록입니다.",
+ "workspaceConfig.path.description": "파일 경로입니다. 예: `/root/folderA` 또는 `./folderA`(작업 영역 파일의 위치를 기준으로 확인할 상대 경로인 경우)",
+ "workspaceConfig.name.description": "폴더에 대한 선택적 이름입니다."
+} \ No newline at end of file