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/parts/preferences/browser')
-rw-r--r--i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json8
-rw-r--r--i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json23
-rw-r--r--i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json11
-rw-r--r--i18n/kor/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json5
-rw-r--r--i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json10
5 files changed, 49 insertions, 8 deletions
diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json
new file mode 100644
index 00000000000..143f82c72e9
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingWidgets.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.
+{
+ "defineKeybinding.initial": "원하는 키 조합을 입력하고 <Enter> 키를 누릅니다. 취소하려면 <Esc> 키를 누릅니다."
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json
new file mode 100644
index 00000000000..5362c43d63e
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json
@@ -0,0 +1,23 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "SearchKeybindings.AriaLabel": "키 바인딩 검색",
+ "SearchKeybindings.Placeholder": "키 바인딩 검색",
+ "add": "키 바인딩 추가",
+ "cancel": "취소",
+ "change": "키 바인딩 변경",
+ "command": "명령",
+ "confirmRemove": "'{1}' 명령에서 '{0}' 키 바인딩 제거",
+ "default": "기본값",
+ "header-message": "고급 사용자 지정의 경우 다음 파일을 열고 편집하세요. ",
+ "keybinding": "키 바인딩",
+ "keybindingsInputName": "키 바인딩",
+ "ok": "확인",
+ "removeLabel": "키 바인딩 제거",
+ "source": "소스",
+ "user": "사용자",
+ "when": "시기"
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json
new file mode 100644
index 00000000000..e3af42c911d
--- /dev/null
+++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json
@@ -0,0 +1,11 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "DefineKeybindingAction": "키 바인딩 정의",
+ "defineKeybinding.kbLayoutErrorMessage": "현재 자판 배열에서는 이 키 조합을 생성할 수 없습니다.",
+ "defineKeybinding.kbLayoutInfoMessage": "현재 자판 배열의 경우 다음을 누르세요.",
+ "defineKeybinding.start": "키 바인딩 정의"
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
index 9654ecab696..7643119d853 100644
--- a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
@@ -4,7 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "collapseAll": "모두 축소",
"defaultPreferencesEditor": "기본 설정 편집기",
+ "keybindings.editor.define.description": "키 바인딩 정의",
+ "keybindings.editor.remove.description": "키 바인딩 제거",
+ "keybindings.editor.search.description": "키 바인딩 검색",
+ "keybindingsEditor": "키 바인딩 편집기",
"preferences": "기본 설정"
} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
index 98b2a7352d3..928ce9a0b1f 100644
--- a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
+++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
@@ -4,16 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "copyDefaultValue": "설정에 복사",
- "editTtile": "편집",
+ "SearchSettingsWidget.AriaLabel": "설정 검색",
+ "SearchSettingsWidget.Placeholder": "설정 검색",
"noSettingsFound": "결과 없음",
"oneSettingFound": "1개 설정 일치함",
"preferencesAriaLabel": "기본 설정. 읽기 전용 텍스트 편집기입니다.",
- "replaceDefaultValue": "설정에서 바꾸기",
"settingsEditorName": "기본 설정",
"settingsFound": "{0}개 설정 일치함",
- "totalSettingsMessage": "총 {0}개 설정",
- "unsupportedPHPExecutablePathSetting": "이 설정은 사용자 설정이어야 합니다. 작업 영역에 대해 PHP를 구성하려면 PHP 파일을 열고 상태 표시줄에서 'PHP 경로'를 클릭합니다.",
- "unsupportedTypeScriptTsdkSetting": "이 설정은 사용자 설정이어야 합니다. 작업 영역에 대해 TypeScript를 구성하려면 TypeScript 파일을 열고 상태 표시줄에서 TypeScript 버전을 클릭합니다.",
- "unsupportedWorkspaceSetting": "이 설정은 사용자 설정이어야 합니다."
+ "totalSettingsMessage": "총 {0}개 설정"
} \ No newline at end of file