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

keybindingService.i18n.json « electron-browser « keybinding « services « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0043c73b6a452c9758ab29a324b05c03f361385 (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
26
/*---------------------------------------------------------------------------------------------
 *  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.key": "按鍵或按鍵順序 (以加號分隔按鍵並以空格分隔順序,例如 Ctrl+O 及 Ctrl+L L 進行同步選取)。",
	"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')。"
}