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

keybindingService.i18n.json « electron-browser « keybinding « services « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b9b3598813585c24cca874c99ae9b2e42ba4bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"nonempty": "空以外の値が必要です。",
	"requirestring": "`{0}` プロパティは必須で、`string` 型でなければなりません",
	"optstring": "`{0}` プロパティは省略するか、`string` 型にする必要があります",
	"vscode.extension.contributes.keybindings.command": "キー バインドのトリガー時に実行するコマンドの識別子。",
	"vscode.extension.contributes.keybindings.mac": "Mac 固有のキーまたはキー シーケンス。",
	"vscode.extension.contributes.keybindings.linux": "Linux 固有のキーまたはキー シーケンス。",
	"vscode.extension.contributes.keybindings.win": "Windows 固有のキーまたはキー シーケンス。",
	"vscode.extension.contributes.keybindings.when": "キーがアクティブの場合の条件。",
	"vscode.extension.contributes.keybindings": "キー バインドを提供します。",
	"invalid.keybindings": "正しくない `contributes.{0}`: {1}",
	"unboundCommands": "他に使用できるコマンドは次のとおりです: ",
	"keybindings.json.title": "キー バインドの構成",
	"keybindings.json.key": "キーまたはキー シーケンス (スペースで区切る) を押します",
	"keybindings.json.command": "実行するコマンドの名前",
	"keybindings.json.when": "キーがアクティブの場合の条件。",
	"keybindings.json.args": "実行するコマンドに渡す引数。",
	"keyboardConfigurationTitle": "キーボード",
	"dispatch": "`keydown.code` (推奨) または `keydown.keyCode` のいずれかを使用するキー操作のディスパッチ ロジックを制御します。"
}