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')
-rw-r--r--i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json20
-rw-r--r--i18n/kor/src/vs/workbench/services/editor/common/editorService.i18n.json8
-rw-r--r--i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json15
-rw-r--r--i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json8
-rw-r--r--i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json15
-rw-r--r--i18n/kor/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json16
-rw-r--r--i18n/kor/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json9
7 files changed, 75 insertions, 16 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
diff --git a/i18n/kor/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/kor/src/vs/workbench/services/editor/common/editorService.i18n.json
new file mode 100644
index 00000000000..50e968f8ee3
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/services/editor/common/editorService.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "compareLabels": "{0} ↔ {1}"
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
new file mode 100644
index 00000000000..4bcd1e891d3
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json
@@ -0,0 +1,15 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.themes": "Contributes textmate color themes.",
+ "vscode.extension.contributes.themes.id": "사용자 설정에 사용된 아이콘 테마의 ID입니다.",
+ "vscode.extension.contributes.themes.label": "UI에 표시되는 색 테마의 레이블입니다.",
+ "vscode.extension.contributes.themes.uiTheme": "편집기 주변의 색을 정의하는 기본 테마입니다. 'vs'는 밝은색 테마이고, 'vs-dark'는 어두운색 테마입니다. 'hc-black'은 어두운 고대비 테마입니다.",
+ "vscode.extension.contributes.themes.path": "tmTheme 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './themes/themeFile.tmTheme'입니다.",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
+ "invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다."
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json
new file mode 100644
index 00000000000..b0f9faf6b52
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "error.cannotparseicontheme": "Problems parsing file icons file: {0}"
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
new file mode 100644
index 00000000000..10f74d38b89
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
@@ -0,0 +1,15 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.iconThemes": "Contributes file icon themes.",
+ "vscode.extension.contributes.iconThemes.id": "사용자 설정에 사용된 아이콘 테마의 ID입니다.",
+ "vscode.extension.contributes.iconThemes.label": "UI에 표시된 아이콘 테마의 레이블입니다.",
+ "vscode.extension.contributes.iconThemes.path": "아이콘 테마 정의 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './icons/awesome-icon-theme.json'입니다.",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
+ "reqid": "`contributes.{0}.id`에 문자열이 필요합니다. 제공된 값: {1}",
+ "invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다."
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
index 3f05d41e6bb..c7ed3a3fe46 100644
--- a/i18n/kor/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
+++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json
@@ -4,31 +4,15 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "vscode.extension.contributes.themes": "Contributes textmate color themes.",
- "vscode.extension.contributes.themes.id": "사용자 설정에 사용된 아이콘 테마의 ID입니다.",
- "vscode.extension.contributes.themes.label": "UI에 표시되는 색 테마의 레이블입니다.",
- "vscode.extension.contributes.themes.uiTheme": "편집기 주변의 색을 정의하는 기본 테마입니다. 'vs'는 밝은색 테마이고, 'vs-dark'는 어두운색 테마입니다. 'hc-black'은 어두운 고대비 테마입니다.",
- "vscode.extension.contributes.themes.path": "tmTheme 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './themes/themeFile.tmTheme'입니다.",
- "vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
- "vscode.extension.contributes.iconThemes.id": "사용자 설정에 사용된 아이콘 테마의 ID입니다.",
- "vscode.extension.contributes.iconThemes.label": "UI에 표시된 아이콘 테마의 레이블입니다.",
- "vscode.extension.contributes.iconThemes.path": "아이콘 테마 정의 파일의 경로입니다. 확장 폴더의 상대 경로이며 일반적으로 './icons/awesome-icon-theme.json'입니다.",
"migration.completed": "새 테마 설정이 사용자 설정에 추가되었습니다. {0}에서 백업을 사용할 수 있습니다.",
"error.cannotloadtheme": "Unable to load {0}: {1}",
- "reqarray": "Extension point `{0}` must be an array.",
- "reqpath": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
- "invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
- "reqid": "`contributes.{0}.id`에 문자열이 필요합니다. 제공된 값: {1}",
"error.cannotloadicontheme": "Unable to load {0}",
- "error.cannotparseicontheme": "Problems parsing file icons file: {0}",
"colorTheme": "Specifies the color theme used in the workbench.",
"colorThemeError": "Theme is unknown or not installed.",
"iconTheme": "워크벤치에서 사용되는 아이콘 테마를 지정합니다. 'null'로 지정하면 파일 아이콘을 표시하지 않습니다.",
"noIconThemeDesc": "No file icons",
"iconThemeError": "File icon theme is unknown or not installed.",
"workbenchColors": "현재 선택한 색 테마에서 색을 재정의합니다.",
- "workbenchColors.deprecated": "이 설정은 더 이상 실험적 설정이 아니며 이름이\n 'workbench.colorCustomizations'로 변경되었습니다.",
- "workbenchColors.deprecatedDescription": "대신 'workbench.colorCustomizations'를 사용합니다.",
"editorColors": "현재 선택된 색 테마에서 편집기 색상과 글꼴 스타일을 재정의합니다.",
"editorColors.comments": "주석의 색 및 스타일을 설정합니다.",
"editorColors.strings": "문자열 리터럴의 색 및 스타일을 설정합니다.",
diff --git a/i18n/kor/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/kor/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json
new file mode 100644
index 00000000000..32a5b42e309
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "openWorkspaceConfigurationFile": "작업 영역 구성 파일 열기",
+ "close": "닫기"
+} \ No newline at end of file