* [misc] adjust merge request action lang.

This commit is contained in:
caoyanyi
2024-10-10 16:10:03 +08:00
committed by 李阳
parent cd4273d349
commit 0fd031ee6d
4 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -478,9 +478,9 @@ $lang->action->label->syncexecution = 'start';
$lang->action->label->syncexecutionbychild = 'start';
$lang->action->label->syncmultipleproject = 'start';
$lang->action->label->startProgram = '(The start of the project sets the status of the program as Ongoing)';
$lang->action->label->createmr = 'Merge Request Linked';
$lang->action->label->deletemr = 'Merge Request Unlinked';
$lang->action->label->mergedmr = 'Merge Request Merged';
$lang->action->label->createmr = 'Linked';
$lang->action->label->deletemr = 'Unlinked';
$lang->action->label->mergedmr = 'Merged';
$lang->action->label->compilepass = 'Compile Success';
$lang->action->label->compilefail = 'Compile Fail';
$lang->action->label->reopen = 'Reopen';
+3 -3
View File
@@ -478,9 +478,9 @@ $lang->action->label->syncexecution = 'start';
$lang->action->label->syncexecutionbychild = 'start';
$lang->action->label->syncmultipleproject = 'start';
$lang->action->label->startProgram = '(The start of the project sets the status of the program as Ongoing)';
$lang->action->label->createmr = 'Merge Request Linked';
$lang->action->label->deletemr = 'Merge Request Unlinked';
$lang->action->label->mergedmr = 'Merge Request Merged';
$lang->action->label->createmr = 'Linked';
$lang->action->label->deletemr = 'Unlinked';
$lang->action->label->mergedmr = 'Merged';
$lang->action->label->compilepass = 'Compile Success';
$lang->action->label->compilefail = 'Compile Fail';
$lang->action->label->reopen = 'Reopen';
+3 -3
View File
@@ -478,9 +478,9 @@ $lang->action->label->syncexecution = 'start';
$lang->action->label->syncexecutionbychild = 'start';
$lang->action->label->syncmultipleproject = 'start';
$lang->action->label->startProgram = '(The start of the project sets the status of the program as Ongoing)';
$lang->action->label->createmr = 'Merge Request Linked';
$lang->action->label->deletemr = 'Merge Request Unlinked';
$lang->action->label->mergedmr = 'Merge Request Merged';
$lang->action->label->createmr = 'Linked';
$lang->action->label->deletemr = 'Unlinked';
$lang->action->label->mergedmr = 'Merged';
$lang->action->label->compilepass = 'Compile Success';
$lang->action->label->compilefail = 'Compile Fail';
$lang->action->label->reopen = 'Reopen';
+3 -3
View File
@@ -478,9 +478,9 @@ $lang->action->label->syncexecution = '开始了';
$lang->action->label->syncexecutionbychild = '开始了';
$lang->action->label->syncmultipleproject = '开始了';
$lang->action->label->startProgram = "(因{$lang->projectCommon}开始而启动项目集)";
$lang->action->label->createmr = '合并请求关联了';
$lang->action->label->deletemr = '合并请求取消了';
$lang->action->label->mergedmr = '合并请求合并了';
$lang->action->label->createmr = '关联了';
$lang->action->label->deletemr = '取消了';
$lang->action->label->mergedmr = '合并了';
$lang->action->label->compilepass = '构建成功';
$lang->action->label->compilefail = '构建失败';
$lang->action->label->reopen = '重新打开了';