28 Star 19 Fork 14

openKylin/dist-build

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.nls.json 6.12 KB
一键复制 编辑 原始数据 按行查看 历史
xw1985 提交于 2022-11-08 11:11 . fix bug
{
"commands.distbuild.addHost": "Add build host",
"commands.distbuild.setting": "Setting",
"commands.distbuild.refresh": "Refresh",
"commands.distbuild.runTask": "Run task",
"commands.distbuild.stopTask": "Stop task",
"commands.distbuild.stop": "Stop build host",
"commands.distbuild.run": "Start build host",
"commands.distbuild.remove": "Remove build host",
"treeview.childitems.loadavg.label": "load avg:",
"treeview.childitems.loadavg.tooltip": "Display the load of compiler host in the last 1 minute, 5 minutes and 15 minutes respectively",
"treeview.childitems.maxjobs.label": "max jobs:",
"treeview.childitems.maxjobs.tooltip": "The maximum number of concurrent tasks of the compiler can be configured through parameters. The default value is cpunum + 2",
"treeview.childitems.tcpaccept.label": "tcp accept:",
"treeview.childitems.tcpaccept.tooltip": "Count the total number of TCP accept",
"treeview.childitems.badreq.label": "bad request:",
"treeview.childitems.badreq.tooltip": "Total number of requests rejected due to protocol errors",
"treeview.childitems.overload.label": "overload:",
"treeview.childitems.overload.tooltip": "The total number of rejected tasks after the requested tasks are greater than the maximum number of tasks",
"treeview.childitems.compileok.label": "compile ok:",
"treeview.childitems.compileok.tooltip": "Total number of successful compilations",
"treeview.childitems.compileerror.label": "compile error:",
"treeview.childitems.compileerror.tooltip": "Total number of error compilations",
"treeview.childitems.compiletimeout.label": "compile timeout:",
"treeview.childitems.compiletimeout.tooltip": "Total number of timeout compilations",
"treeview.childitems.clidisconnect.label": "client disconnect:",
"treeview.childitems.clidisconnect.tooltip": "Total number of compilation terminated tasks due to client disconnection",
"treeview.childitems.other.label": "other:",
"treeview.childitems.other.tooltip": "Some other error numbers",
"treeview.add.inputbox.placeholder": "format: {user}@{IP address}/{Max jobs}",
"treeview.add.inputbox.title": "Please enter the address of the compilation host",
"treeview.add.disthost.failed": "Please enter a valid compilation host",
"treeview.add.createbuildenv.failed": "Failed to create compilation environment",
"treeview.add.startdisthost.failed": "Compilation host startup failed",
"treeview.add.progress.title": "Deploy compilation environment",
"treeview.add.progress.step1": "Clone local compilation environment",
"treeview.add.progress.step2": "Deploy remote compilation host",
"treeview.redeploy.progress.step2": "Redeploy all compliation hosts ...",
"treeview.add.progress.step3": "Save compilation host configuration",
"treeview.add.progress.finish": "Deployment complete",
"treeview.remove.failed": "Compilation host cannot be deleted during startup",
"treeview.run.started": "Compilation host started",
"treeview.run.failed": "Compilation host startup failed",
"treeview.stop.stoped": "Compilation host stoped",
"treeview.stop.failed": "Compilation host stop failed",
"treeview.disthost.notexists": "Compilation host not exists",
"treeview.disthost.empty": "Compilation host empty",
"treeview.disthost.quickpick": "Please select a compilation host",
"tasks.resolvetask.start.failed": "Distributed compilation will not work because the compilation host is not added or started",
"tasks.template.detail": "Distributed compilation template",
"tasks.template.source": "Distributed",
"sshclient.connection.failed": "Login compilation host failed, please check the network or configuration information:\n{0}@{1}:{2}\n{3} ",
"sshclient.permission.denied": "Compilation host {0} Permission denied, Please check whether the user name and password are correct",
"sshclient.sftp.failed": "SFTP compilation host failed . Please check the network or configuration information",
"sshclient.upload.failed": "Failed to transfer the compilation environment:{0}->{1},{2} ",
"sshclient.distbuildsh.missing": "Environment creation script is missing ",
"sshclient.envtar.missing": "The compilation environment installation package is missing",
"sshclient.autorun.missing": "Startup script missing ",
"sshclient.createenv.failed": "Failed to generate compilation environment installation package",
"sshclient.updateenv.failed": "Failed to update the compilation environment installation package",
"sshclient.env.updated": "The compilation environment has been updated! Please redeploy the remote compilation environment",
"sshclient.env.updated.button": "Update Now",
"treeview.passwd.inputbox.placeholder": "We need to deploy the compilation environment on the host",
"treeview.passwd.inputbox.title": "Please enter the password of host {0}",
"treeview.setting.inputbox.placeholder": "Please select the compilation host",
"sshclient.deploy.failed": "Compilation host deployment failed: {0}",
"sshclient.start.failed": "Compilation host startup failed: {0}",
"sshclient.stop.failed": "Compilation host stop failed: {0}",
"sshclient.stop.nopid": "Compilation host stopped",
"sshclient.remove.failed": "Compilation host remove failed: {0}",
"sshclient.reinit.failed": "Compilation host reinit failed: {0}",
"extensions.system.support": "Currently, only linux is supported",
"treeview.add.compiler.failed": "Not found compiler! please install gcc or clang.",
"treeview.add.distcc.failed": "Cannot find distributes compilation program 'distcc'.",
"treeview.run.addbutton": "Add now",
"treeview.run.laterbutton": "Later",
"treeview.host.state.run": "running",
"treeview.host.state.starting": "starting",
"treeview.host.state.stop": "stopped",
"treeview.host.state.error": "error",
"tasks.quickpick.detail": "Distributed build",
"tasks.quickpick.placeHolder": "Please select a task",
"commands.distbuild.compilerPath": "Compiler path",
"treeview.setcompilerpath.inputbox.title": "Set compiler path",
"treeview.setcompilerpath.inputbox.placeholder": "default: /usr/bin"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/dist-build.git
git@gitee.com:openkylin/dist-build.git
openkylin
dist-build
dist-build
master

搜索帮助