-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.nls.json
38 lines (38 loc) · 2.17 KB
/
package.nls.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
{
"common.titleTip": "Got it",
"common.pkg.automationIntegrationServices": "Automation Integration Services",
"common.pkg.workspaceServerExplorer": "Workspace Server Group Explorer",
"common.pkg.globalServerExplorer": "Global Server Group Explorer",
"common.pkg.hostDescription": "the host description",
"common.pkg.beConnectedIPDomain": "ip or domain which can be connected",
"common.pkg.username": "username",
"common.pkg.password": "password",
"common.pkg.pathOfPrivateKeyCertificate": "Path address of the private key certificate",
"common.pkg.serverDir": "Server file directory for project uploads",
"common.pkg.buildCommand": "Build the executed command",
"common.pkg.uploadedDir": "Pack up the directory to be uploaded",
"common.pkg.allServerNode": "setting of all server nodes.",
"common.pkg.refresh": "refresh",
"common.pkg.packageDeploy": "package & deploy",
"common.pkg.terminal": "terminal",
"ext.deploy.checkSettings": "check settings",
"ext.deploy.pack": "pack",
"ext.deploy.deployTask": "Added to deployment queue[{0}({1})], current total pending[{3}]",
"ext.deploy.packedZip": "Compressed files",
"ext.deploy.connectingServer": "Connecting to the server",
"ext.deploy.removeServerFiles": "Delete server files",
"ext.deploy.uploadToServer": "Upload files to the server",
"ext.deploy.unpackZip": "Decompress the server files",
"ext.deploy.closedConnection": "Disconnect the server",
"ext.deploy.removeLocalZipFile": "Delete local zip file",
"ext.deploy.uploadServer": "Package upload [{0}({1})]",
"ext.deploy.uploadSuccess": "Upload successful [{0}({1})]",
"ext.deploy.uploadFail": "Upload fail [{0}({1})]",
"ext.deploy.setRemotePath": "Please configure the server file directory [remotePath]",
"ext.deploy.setUsername": "Please configure the user name [username]",
"ext.deploy.setHost": "Please configure the server address [host]",
"ext.deploy.setDistPath": "Please configure the local directory to be uploaded [distPath]",
"ext.deploy.workspaceEmpty": "No current work area",
"ext.deploy.packedUpload": "Package Upload",
"ext.terminal.needPrivateKeyCertificate": "The terminal connection must be configured with a key certificate"
}