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

argv.i18n.json « node « environment « platform « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c175996d485a34e48b0f6f5d075fd12946a5029 (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
27
28
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"diff": "打开差异编辑器。需要传递两个文件路径作为参数。",
	"disableExtensions": "禁用所有已安装的扩展。",
	"extensionHomePath": "设置扩展的根路径。",
	"goto": "在行和列处的路径打开文件(向路径添加 :line[:column])。",
	"gotoValidation": "\"--goto\" 模式中的参数格式应为 \"FILE(:LINE(:COLUMN))\"。",
	"help": "打印使用情况。",
	"installExtension": "安装扩展。",
	"listExtensions": "列出已安装的扩展。",
	"locale": "要使用的区域设置(例如 en-US 或 zh-TW)。",
	"newWindow": "强制创建一个新的 Code 实例。",
	"options": "选项",
	"optionsUpperCase": "选项",
	"paths": "路径",
	"performance": "通过启用 \"Developer: Startup Performance\" 命令开始。",
	"reuseWindow": "在上一活动窗口中强制打开文件或文件夹。",
	"uninstallExtension": "卸载扩展。",
	"usage": "使用情况",
	"userDataDir": "指定存放用户数据的目录,此目录在作为根运行时十分有用。",
	"verbose": "打印详细输出(表示 - 等待)。",
	"version": "打印版本。",
	"wait": "等窗口关闭后再返回。"
}