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/jpn/src/vs/workbench/services')
-rw-r--r--i18n/jpn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json6
-rw-r--r--i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json1
2 files changed, 7 insertions, 0 deletions
diff --git a/i18n/jpn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/jpn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/jpn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
index 004abda3512..7888860f595 100644
--- a/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
+++ b/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
@@ -13,6 +13,7 @@
"nonempty": "空以外の値が必要です。",
"optstring": "プロパティ `{0}` は省略するか、型 `string` にする必要があります",
"requirestring": "プロパティ `{0}` は必須で、型 `string` でなければなりません",
+ "unboundCommands": "他に使用できるコマンドは次のとおりです: ",
"vscode.extension.contributes.keybindings": "キー バインドを提供します。",
"vscode.extension.contributes.keybindings.command": "キー バインドのトリガー時に実行するコマンドの識別子。",
"vscode.extension.contributes.keybindings.key": "キーまたはキー シーケンス (キーは + で区切り、シーケンスはスペースで区切る。例: Ctrl+O、Ctrl+L L で同時に押す",