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/cht/src/vs/workbench/parts/preferences/browser')
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json8
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json23
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json11
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json5
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json10
5 files changed, 49 insertions, 8 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json
new file mode 100644
index 00000000000..767dfb4a5a3
--- /dev/null
+++ b/i18n/cht/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。ESCAPE 可取消。"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json
new file mode 100644
index 00000000000..fb594af27dc
--- /dev/null
+++ b/i18n/cht/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/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json
new file mode 100644
index 00000000000..c91e7402620
--- /dev/null
+++ b/i18n/cht/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/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
index b389aa6c163..873f4709812 100644
--- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
+++ b/i18n/cht/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/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
index a92b326a328..7ccd106bc82 100644
--- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
+++ b/i18n/cht/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