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: 9b8e352f2e01c71634dfc189a8ddc9dc7485da94 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"gotoValidation": "\"--goto\" 模式中的参数格式应为 \"FILE(:LINE(:CHARACTER))\"。",
	"diff": "将两个文件相互比较。",
	"add": "将文件夹添加到上一个活动窗口。",
	"goto": "打开路径下的文件并定位到特定行和特定列。",
	"newWindow": "强制打开新窗口。",
	"reuseWindow": "强制打开上一个活动窗口中的文件或文件夹。",
	"wait": "等文件关闭后再返回。",
	"locale": "要使用的区域设置(例如 en-US 或 zh-TW)。",
	"userDataDir": "指定保存用户数据的目录。可用于打开多个不同的 Code 实例。",
	"version": "打印版本。",
	"help": "打印使用情况。",
	"extensionHomePath": "设置扩展的根路径。",
	"listExtensions": "列出已安装的扩展。",
	"showVersions": "使用 --list-extension 时,显示已安装扩展的版本。",
	"installExtension": "安装扩展。",
	"uninstallExtension": "卸载扩展。",
	"experimentalApis": "为扩展启用实验性 API 功能。",
	"verbose": "打印详细输出(隐含 --wait 参数)。",
	"log": "使用的日志级别。默认值为 \"info\"。允许的值为 \"critical\" (关键)、\"error\" (错误)、\"warn\" (警告)、\"info\" (信息)、\"debug\" (调试)、\"trace\" (跟踪) 和 \"off\" (关闭)。",
	"status": "打印进程使用情况和诊断信息。",
	"performance": "通过启用 \"Developer: Startup Performance\" 命令开始。",
	"prof-startup": "启动期间运行 CPU 探查器",
	"disableExtensions": "禁用所有已安装的扩展。",
	"inspect-extensions": "允许调试和分析扩展。您可以在开发人员工具中找到连接 URI。",
	"inspect-brk-extensions": "允许扩展宿主在启动后暂停时进行扩展的调试和分析。您可以在开发人员工具中找到连接 URI。",
	"disableGPU": "禁用 GPU 硬件加速。",
	"uploadLogs": "将当前会话的日志上传到安全端点。",
	"maxMemory": "单个窗口最大内存大小 (单位为 MB)。",
	"usage": "使用情况",
	"options": "选项",
	"paths": "路径",
	"stdinWindows": "要读取其他程序的输出,请追加 \"-\" (例如 \"echo Hello World | {0} -')",
	"stdinUnix": "要从 stdin 中读取,请追加 \"-\" (例如 \"ps aux | grep code | {0} -')",
	"optionsUpperCase": "选项",
	"extensionsManagement": "扩展管理",
	"troubleshooting": "故障排查"
}