* Modify action lang
This commit is contained in:
@@ -134,7 +134,7 @@ $lang->action->desc->createchildren = '$date, <strong>$actor</strong> create
|
||||
$lang->action->desc->linkchildtask = '$date, <strong>$actor</strong> linked a Child Task <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->linkchildtask = '$date, <strong>$actor</strong> linked a Child Task <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->unlinkchildrentask = '$date, <strong>$actor</strong> unlinked a Child Task <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->linkparenttask = '$date, <strong>$actor</strong> linked a Parent Task <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->linkparenttask = '$date, <strong>$actor</strong> linked to a Parent Task <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->unlinkparenttask = '$date, <strong>$actor</strong> unlinked a Parent Task <strong>$extra</strong>。' . "\n";
|
||||
|
||||
/* 关联用例和移除用例时的历史操作记录。*/
|
||||
|
||||
@@ -134,8 +134,8 @@ $lang->action->desc->createchildren = '$date, 由 <strong>$actor</strong>
|
||||
$lang->action->desc->linkchildtask = '$date, 由 <strong>$actor</strong> 关联子任务 <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->linkchildtask = '$date, 由 <strong>$actor</strong> 关联子任务 <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->unlinkchildrentask = '$date, 由 <strong>$actor</strong> 移除子任务 <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->linkparenttask = '$date, 由 <strong>$actor</strong> 关联父任务 <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->unlinkparenttask = '$date, 由 <strong>$actor</strong> 取消关联父任务 <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->linkparenttask = '$date, 由 <strong>$actor</strong> 关联到父任务 <strong>$extra</strong>。' . "\n";
|
||||
$lang->action->desc->unlinkparenttask = '$date, 由 <strong>$actor</strong> 从父任务<strong>$extra</strong>取消关联。' . "\n";
|
||||
|
||||
/* 关联用例和移除用例时的历史操作记录。*/
|
||||
$lang->action->desc->linkrelatedcase = '$date, 由 <strong>$actor</strong> 关联相关用例 <strong>$extra</strong>。' . "\n";
|
||||
|
||||
Reference in New Issue
Block a user