-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.nls.zh-cn.json
51 lines (49 loc) · 2.52 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
42
43
44
45
46
47
48
49
50
51
{
"noReady.description": "Welcome to nocalhost, please wait...",
"noServer.description": "Please config your server URL.\n[Config Server URL](command:Nocalhost.switchEndPoint)\n[Click here](https://nocalhost.dev/) for more details.",
"noLogin.description": "Click sign in button to list DevSpaces.\n[Sign In](command:Nocalhost.signin)\n[Click here](https://nocalhost.dev/) for more details.",
"noApps.description": "You have no cluster currently, You can click \"+\" icon for :\n- Add kubeconfig to develop existing workloads.\n- Connect to Nocalhost Server\n\nor view [Quick Start](https://nocalhost.dev/docs/quick-start/) if you use for Nocalhost first time.",
"tips.open": "You need to specify the source code directory before entering DevMode",
"tips.clone": "To start develop, you must specify source code directory.",
"bt.clone": "Clone from Git Repo",
"bt.open.dir": "Open associated directory",
"bt.open.other": "Open another directory",
"Start.Develop": "Start Development",
"End.Develop": "End Develop",
"Reset": "Reset",
"Terminal": "Open Remote Terminal",
"CopyTerminal": "Copy Terminal Exec Command",
"Logs": "View Logs",
"PortForward": "Port Forward",
"CleanPvc": "Clear PVC",
"HelmValues": "Helm Values",
"ViewKubeConfig": "View KubeConfig",
"AssociateLocalDir": "Associate Local DIR",
"nocalhost.editor.context.label": "Nocalhost",
"nocalhost.editor.title.context.label": "Nocalhost",
"debug": "Debug",
"OpenProject": "Open Project",
"editManifest": "Edit Manifest",
"nocalhost.nhctl.checkVersion": "When enabled,automatic detection of upgrade Nhctl when the plugin starts",
"nocalhost.showWelcome": "When enabled, show nocalhost welcome page when starting vscode",
"loadKubeConfig": "Load KubeConfig",
"rename": "Rename",
"deployLocal": "Deploy From Local Directory",
"deployGit": "Deploy From Git Repo",
"deployHelm": "Deploy From Helm Repo",
"deployDemo": "Deploy Demo",
"uninstallApp": "Uninstall Application",
"upgradeApp": "Upgrade Application",
"nocalhostProfile": "Nocalhost Profile",
"viewDevConfig": "View Dev Configs",
"resetPod": "Reset Pod",
"startCopyDevMode": "Start DevMode(Duplicate)",
"switchAssociate": "Switch This Service as Current Service",
"disassociateAssociate": "Disassociate from Current Directory",
"overrideRemoteChang": "Overwrite remote files",
"resumeSync": "Resume File Sync",
"sync.openDashboard": "Open Sync Dashboard",
"startProxyMode": "Start ProxyMode(Beta)",
"resumeProxyMode": "Resume ProxyMode",
"endProxyMode": "Stop ProxyMode"
}