* Add the lang config for the imported MR.

This commit is contained in:
dingguodong
2024-04-30 13:37:08 +08:00
parent 7634a6c679
commit 07f6003ef5
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ $lang->mr->removeAction = '%s, <strong>%s</strong> deleted <a href="%s">Merge Re
$lang->mr->submitType = 'Submit type';
$lang->mr->action = new stdclass();
$lang->mr->action->synced = '$date, <strong>$actor</strong> synced this Merge Request.';
$lang->mr->action->synced = '$date, <strong>$actor</strong> synced this Merge Request.';
$lang->mr->action->imported = '$date, <strong>$actor</strong> imported this Merge Request.';
$lang->mr->linkList = 'Link List of stories,Bugs,tasks';
$lang->mr->linkStory = 'Link Stories';
+2 -1
View File
@@ -25,7 +25,8 @@ $lang->mr->removeAction = '%s, 由 <strong>%s</strong> 删除了 <a href="%s">
$lang->mr->submitType = '提交方式';
$lang->mr->action = new stdclass();
$lang->mr->action->synced = '$date, 由 <strong>$actor</strong> 同步了合并请求。';
$lang->mr->action->synced = '$date, 由 <strong>$actor</strong> 同步了合并请求。';
$lang->mr->action->imported = '$date, 由 <strong>$actor</strong> 导入了合并请求。';
$lang->mr->linkList = '浏览关联需求、Bug、任务';
$lang->mr->linkStory = '关联需求';