-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.nls.zh-cn.json
41 lines (41 loc) · 2.16 KB
/
package.nls.zh-cn.json
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
{
"common.titleTip": "知道了",
"common.pkg.automationIntegrationServices": "自动化集成服务",
"common.pkg.workspaceServerExplorer": "工作区服务器组",
"common.pkg.globalServerExplorer": "全局服务器组",
"common.pkg.hostDescription": "服务器描述说明",
"common.pkg.beConnectedIPDomain": "服务器的IP或域名",
"common.pkg.username": "用户名",
"common.pkg.password": "密码",
"common.pkg.pathOfPrivateKeyCertificate": "私有密钥证书路径",
"common.pkg.serverDir": "部署项目的服务器目录",
"common.pkg.buildCommand": "项目编译命令",
"common.pkg.uploadedDir": "项目被编译后的目录",
"common.pkg.allServerNode": "所有服务器配置信息",
"common.pkg.refresh": "刷新",
"common.pkg.packageDeploy": "打包部署",
"common.pkg.terminal": "打开终端",
"ext.deploy.checkSettings": "配置检查",
"ext.deploy.pack": "打包",
"ext.deploy.deployTask": "已添加到发布队列[{0}({1})],当前队列数[{3}]",
"ext.deploy.packedZip": "压缩文件",
"ext.deploy.connectingServer": "连接服务器",
"ext.deploy.removeServerFiles": "删除服务器文件",
"ext.deploy.uploadToServer": "上传文件至服务器",
"ext.deploy.unpackZip": "解压服务器文件",
"ext.deploy.closedConnection": "断开服务器",
"ext.deploy.removeLocalZipFile": "删除本地压缩文件",
"ext.deploy.uploadServer": "打包上传 [{0}({1})]",
"ext.deploy.uploadSuccess": "上传成功 [{0}({1})]",
"ext.deploy.uploadFail": "上传失败 [{0}({1})]",
"ext.deploy.setRemotePath": "请配置服务器文件目录[remotePath]",
"ext.deploy.setUsername": "请配置用户名[username]",
"ext.deploy.setHost": "请配置服务端地址[host]",
"ext.deploy.setDistPath": "请配置本地需要上传的目录[distPath]",
"ext.deploy.workspaceEmpty": "当前无工作区",
"ext.deploy.packedUpload": "打包上传",
"ext.deploy.firstStep.error": "1. 执行打包脚本失败:{0}",
"ext.deploy.secondStep.error": "2. 打包zip出错: {0}",
"ext.deploy.thirdStep.error": "3. 连接服务器出错: {0}",
"ext.terminal.needPrivateKeyCertificate": "终端连接必须配置密钥证书"
}