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

keybindingService.i18n.json « electron-browser « keybinding « services « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6ca2ce3013961927b17284fcf17c6aef3b0fe6e (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"invalid.keybindings": "无效的“contributes.{0}”: {1}",
	"keybindings.json.args": "要传递给命令以执行的参数。",
	"keybindings.json.command": "要执行的命令的名称",
	"keybindings.json.key": "键或键序列(用空格分隔)",
	"keybindings.json.title": "键绑定配置",
	"keybindings.json.when": "键处于活动状态时的条件。",
	"nonempty": "应为非空值。",
	"optstring": "属性“{0}”可以省略,或者其类型必须是“字符串”",
	"requirestring": "属性“{0}”是必需的,其类型必须是“字符串”",
	"unboundCommands": "以下是其他可用命令:",
	"vscode.extension.contributes.keybindings": "用于键绑定。",
	"vscode.extension.contributes.keybindings.command": "要在触发键绑定时运行的命令的标识符。",
	"vscode.extension.contributes.keybindings.key": "键或键序列(用加号分隔键,用空格分隔序列,例如,对于弦形,Ctrl+O 和 Ctrl+L L ",
	"vscode.extension.contributes.keybindings.linux": "Linux 特定的键或键序列。",
	"vscode.extension.contributes.keybindings.mac": "Mac 特定的键或键序列。",
	"vscode.extension.contributes.keybindings.when": "键处于活动状态时的条件。",
	"vscode.extension.contributes.keybindings.win": "Windows 特定的键或键序列。"
}