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 Aug 22, 2023
1 parent b0567fa commit 0a9427d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
disttask-cc.desc=A brand-new, self-developed engine with zero intrusion and one-click acceleration offers faster speeds. It provides visual compilation charts to clearly control the entire process data. Features include support for PCH, Gcov, distributed preprocessing, and more.
disttask-cc.recommendReason=A brand-new, self-developed engine with zero intrusion and one-click acceleration offers faster speeds. It provides visual compilation charts to clearly control the entire process data. Features include support for PCH, Gcov, distributed preprocessing, and more.
disttask-cc.pluginTips=Example: <br> \n <code style = \"background-color: #f1f1f1;padding: 2px;\"> bk-booster -bt cc -p $ TURBO_PLAN_ID --hook -a \"<Your compilation script or command>\"</code><br><br>\nNote: If your compilation environment is a "private build machine", please run the installation script with root privileges on the machine in advance: <br>\n<code style = \"background-color: #f1f1f1;padding: 2px;\"> /bin/bash -c \"$(curl http://devgw.devops.oa.com/turbo-client/disttask/install.sh)\"</code><br><br>\nFor more detailed instructions, please refer to the <a class=\"g-accelerate-click-text\" href=\"https://iwiki.woa.com/pages/viewpage.action?pageId=800800374\" target=\"__blank\">documentation</a></span>
disttask-cc.pluginTips=Example: <br>\n<code style=\"background-color: #f1f1f1;padding: 2px;\">bk-booster -bt cc -p $TURBO_PLAN_ID --hook -a 'Your build script or command'</code><br><br>\nNote: If your compilation environment is a "private build machine", please run the installation script with root privileges on the machine in advance: <br>\n<code style = \"background-color: #f1f1f1;padding: 2px;\"> /bin/bash -c \"$(curl http://devgw.devops.oa.com/turbo-client/disttask/install.sh)\"</code><br><br>\nFor more detailed instructions, please refer to the <a class=\"g-accelerate-click-text\" href=\"https://iwiki.woa.com/pages/viewpage.action?pageId=800800374\" target=\"__blank\">documentation</a></span>
disttask-cc.userManual.0=After the acceleration plan is configured, there are two ways to use:
disttask-cc.userManual.1=Method 1:
disttask-cc.userManual.2=Used in the pipeline, add the [Turbo-Compilation Acceleration] plugin, select the acceleration scheme, configure the acceleration script, and execute the pipeline.
Expand Down Expand Up @@ -31,7 +31,7 @@ disttask-ue4.paramConfig.worker_version.paramEnum.macvm=MacOS General Environmen
disttask-ue4.paramConfig.worker_version.paramEnum.tlinux2.2-generic=TLinux2.2 General Environment
disttask-ue4.paramConfig.queue_name.paramName=Acceleration OS

distcc.desc=\u3010Deprecated\u3011Traditional distcc approach, suitable for C/C++ compilation under Linux.
distcc.desc=[Deprecated]Traditional distcc approach, suitable for C/C++ compilation under Linux.
distcc.pluginTips=Example: <br>\n<code style=\"background-color: #f1f1f1;padding: 2px;\">bk-make -p $TURBO_PLAN_ID -a \"all\"</code><br><br>\nNote: If your build environment is a \"privately imported build machine,\" please first download the client on the machine <a href=\"http://devgw.devops.oa.com/turbo-client/LD_Turbo_install.tar.gz\" class=\"external-link\" target=\"_blank\">here</a>, extract it, and install it with root privileges:<br>\n<code style=\"background-color: #f1f1f1;padding: 2px;\">tar -zxf LD_Turbo_install.tar.gz && cd LD_Turbo_install && sh install.sh</code><br/><br>\nFor more detailed instructions, please <a class=\"g-accelerate-click-text\" href=\"https://iwiki.woa.com/pages/viewpage.action?pageId=800812335\" target=\"__blank\">refer to the documentation</a>.</span>
distcc.userManual.0=After the acceleration plan is configured, there are three access methods:
distcc.userManual.1=Method 1
Expand Down

0 comments on commit 0a9427d

Please sign in to comment.