Skip to content

Commit

Permalink
feat: turbo后台信息国际化 TencentBlueKing#86
Browse files Browse the repository at this point in the history
  • Loading branch information
eazence committed Jul 5, 2023
1 parent 9620818 commit 463364f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ distcc.paramConfig.gcc_version.paramName=Builder Version
distcc.paramConfig.ccache_enabled.paramName=Enable Ccache

displayFields.taskId=Plan ID
displayFields.plan=Plan ID
displayFields.plan=Plan Name
displayFields.queue_name.fieldName=Acceleration Zone
displayFields.request_cpu.fieldName=Acceleration CPU Core
displayFields.worker_version.fieldName=Work Version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ disttask-ue4.paramConfig.worker_version.paramEnum.tlinux2.2-generic=TLinux2.2通
disttask-ue4.paramConfig.queue_name.paramName=加速平台

distcc.desc=【旧版本】传统distcc方案, 适用于linux下的c/c++编译
distcc.userManual.0=After the acceleration plan is configured, there are three access methods:
distcc.userManual.1=Method 1
distcc.userManual.2=If your project has previously been associated with the "Bash" plug-in of the pipeline and executed compilation acceleration, while keeping the original access method unchanged, replace the new solution id you applied for with the original
distcc.userManual.3=in this parameter, it can be used normally.
distcc.userManual.4=Method 2
distcc.userManual.5=Used in the pipeline, add [compilation acceleration] Plug-in, select the acceleration plan, configure the acceleration script and execute the pipeline.
distcc.userManual.6=View user guide
distcc.userManual.7=Method 3
distcc.userManual.8=Use on a private build machine.
distcc.userManual.0=配置好加速方案后,有三种接入方式:
distcc.userManual.1=方式一
distcc.userManual.2=如果你的项目之前用流水线的“Bash”插件关联并执行编译加速,保持原来的接入方式不变的情况下,将申请到的新的方案id,替换到原来的
distcc.userManual.3=这个参数中,即可正常使用。
distcc.userManual.4=方式二
distcc.userManual.5=在流水线中使用,添加【编译加速】插件,选择加速方案,配置加速脚本后执行流水线。
distcc.userManual.6=查看使用指引
distcc.userManual.7=方式三
distcc.userManual.8=在私人构建机上使用
distcc.engineName=distcc
distcc.paramConfig.city.paramName=优先调度区域
distcc.paramConfig.city.paramEnum.K8S\://gd=深圳K8S集群(推荐)
Expand Down

0 comments on commit 463364f

Please sign in to comment.