-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.nls.zh-cn.json
More file actions
27 lines (25 loc) · 2.47 KB
/
package.nls.zh-cn.json
File metadata and controls
27 lines (25 loc) · 2.47 KB
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
{
"cmd.open": "在外部应用中打开",
"cmd.openMultiple": "在多个外部应用中打开",
"msg.error.configFormat": "你的插件配置格式不正确!",
"msg.error.sameTitleMultipleApp": "不允许配置多个应用使用同一个标题,请先修复配置!",
"msg.quickPick.selectApp.placeholder": "选择打开文件的应用...",
"msg.quickPick.selectApps.placeholder": "选择打开文件的多个应用...",
"cfg.openInExternalApp.openMapper": "文件扩展名和用于打开它的外部应用之间的映射关系",
"cfg.openInExternalApp.openMapper.item.id": "结合快捷键参数 configItemId 可以为特定的设置项设置快捷键",
"cfg.openInExternalApp.openMapper.item.extensionName.string": "文件扩展名,例如:md",
"cfg.openInExternalApp.openMapper.item.extensionName.array": "传字符串数组可以匹配多个扩展名",
"cfg.openInExternalApp.openMapper.item.apps": "用于打开文件的外部应用",
"cfg.openInExternalApp.openMapper.item.apps.string": "在 shell 中可以访问的命令或者可执行文件的绝对路径",
"cfg.openInExternalApp.openMapper.item.apps.array": "外部应用信息",
"cfg.openInExternalApp.openMapper.item.apps.item.title": "使用多个应用打开文件时弹出的的下拉列表中的标题",
"cfg.openInExternalApp.openMapper.item.apps.item.shellCommand": "使用 shell 命令 和文件占位符去处理文件",
"cfg.openInExternalApp.openMapper.item.apps.item.args": "传给打开命令的参数",
"cfg.openInExternalApp.openMapper.item.apps.item.isElectronApp": "当配置 electron 应用时请设置为 true",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv": "shellCommand 的额外环境变量",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.string": "环境变量",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.windows": "Windows 平台的 shellCommand 额外环境变量",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.linux": "Linux 平台的 shellCommand 额外环境变量",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.osx": "macOS 平台的 shellCommand 额外环境变量",
"cfg.openInExternalApp.openMapper.item.apps.item.wslConvertWindowsPath": "在 WSL remote 模式下是否将 WSL 路径转换为 Windows 路径。默认为 true(转换为 Windows 路径,用于 Windows 应用)。设置为 false 可保持 WSL 原生路径,用于 WSL 应用(如 evince)"
}