Merge branch 'sprint/208_liumengiy_fixlang' into 'master'

* Fix lang file.

See merge request easycorp/zentaopms!4222
This commit is contained in:
王怡栋
2022-06-29 08:07:20 +00:00
4 changed files with 6 additions and 34 deletions
+2 -9
View File
@@ -59,9 +59,9 @@ $lang->action->dynamicAction->task['linkchildtask'] = 'Link child Task';
$lang->action->label->createchildrenstory = "Create child story";
$lang->action->label->linkchildstory = "Link child story";
$lang->action->label->unlinkchildrenstory = "CanceledLink child story";
$lang->action->label->unlinkchildrenstory = "unlinked a child story";
$lang->action->label->linkparentstory = "Link parent story";
$lang->action->label->unlinkparentstory = "From parent storyCanceledLink";
$lang->action->label->unlinkparentstory = "CanceledLink from parent story ";
$lang->action->label->deletechildrenstory = "Deleted child story";
$lang->action->search->label = array();
@@ -101,13 +101,6 @@ $lang->action->search->label['verified'] = $lang->action->label->ve
$lang->action->search->label['login'] = $lang->action->label->login;
$lang->action->search->label['logout'] = $lang->action->label->logout;
$lang->action->label->createchildrenstory = "Create child story";
$lang->action->label->linkchildstory = "Link child story";
$lang->action->label->unlinkchildrenstory = "unlinked a child story";
$lang->action->label->linkparentstory = "Link parent story";
$lang->action->label->unlinkparentstory = "CanceledLink from parent story ";
$lang->action->label->deletechildrenstory = "Deleted child story";
$lang->action->desc->createchildrenstory = '$date, <strong>$actor</strong> Create child story <strong>$extra</strong>。' . "\n";
$lang->action->desc->linkchildstory = '$date, <strong>$actor</strong> Link child story <strong>$extra</strong>。' . "\n";
$lang->action->desc->unlinkchildrenstory = '$date, <strong>$actor</strong> Unlink child story <strong>$extra</strong>。' . "\n";
+2 -9
View File
@@ -59,9 +59,9 @@ $lang->action->dynamicAction->task['linkchildtask'] = 'Link child Task';
$lang->action->label->createchildrenstory = "Create child story";
$lang->action->label->linkchildstory = "Link child story";
$lang->action->label->unlinkchildrenstory = "CanceledLink child story";
$lang->action->label->unlinkchildrenstory = "unlinked a child story";
$lang->action->label->linkparentstory = "Link parent story";
$lang->action->label->unlinkparentstory = "From parent storyCanceledLink";
$lang->action->label->unlinkparentstory = "CanceledLink from parent story ";
$lang->action->label->deletechildrenstory = "Deleted child story";
$lang->action->search->label = array();
@@ -101,13 +101,6 @@ $lang->action->search->label['verified'] = $lang->action->label->ve
$lang->action->search->label['login'] = $lang->action->label->login;
$lang->action->search->label['logout'] = $lang->action->label->logout;
$lang->action->label->createchildrenstory = "Create child story";
$lang->action->label->linkchildstory = "Link child story";
$lang->action->label->unlinkchildrenstory = "unlinked a child story";
$lang->action->label->linkparentstory = "Link parent story";
$lang->action->label->unlinkparentstory = "CanceledLink from parent story ";
$lang->action->label->deletechildrenstory = "Deleted child story";
$lang->action->desc->createchildrenstory = '$date, <strong>$actor</strong> Create child story <strong>$extra</strong>。' . "\n";
$lang->action->desc->linkchildstory = '$date, <strong>$actor</strong> Link child story <strong>$extra</strong>。' . "\n";
$lang->action->desc->unlinkchildrenstory = '$date, <strong>$actor</strong> Unlink child story <strong>$extra</strong>。' . "\n";
+2 -9
View File
@@ -59,9 +59,9 @@ $lang->action->dynamicAction->task['linkchildtask'] = 'Link child Task';
$lang->action->label->createchildrenstory = "Create child story";
$lang->action->label->linkchildstory = "Link child story";
$lang->action->label->unlinkchildrenstory = "CanceledLink child story";
$lang->action->label->unlinkchildrenstory = "unlinked a child story";
$lang->action->label->linkparentstory = "Link parent story";
$lang->action->label->unlinkparentstory = "From parent storyCanceledLink";
$lang->action->label->unlinkparentstory = "CanceledLink from parent story ";
$lang->action->label->deletechildrenstory = "Deleted child story";
$lang->action->search->label = array();
@@ -101,13 +101,6 @@ $lang->action->search->label['verified'] = $lang->action->label->ve
$lang->action->search->label['login'] = $lang->action->label->login;
$lang->action->search->label['logout'] = $lang->action->label->logout;
$lang->action->label->createchildrenstory = "Create child story";
$lang->action->label->linkchildstory = "Link child story";
$lang->action->label->unlinkchildrenstory = "unlinked a child story";
$lang->action->label->linkparentstory = "Link parent story";
$lang->action->label->unlinkparentstory = "CanceledLink from parent story ";
$lang->action->label->deletechildrenstory = "Deleted child story";
$lang->action->desc->createchildrenstory = '$date, <strong>$actor</strong> Create child story <strong>$extra</strong>。' . "\n";
$lang->action->desc->linkchildstory = '$date, <strong>$actor</strong> Link child story <strong>$extra</strong>。' . "\n";
$lang->action->desc->unlinkchildrenstory = '$date, <strong>$actor</strong> Unlink child story <strong>$extra</strong>。' . "\n";
@@ -101,13 +101,6 @@ $lang->action->search->label['verified'] = $lang->action->label->ve
$lang->action->search->label['login'] = $lang->action->label->login;
$lang->action->search->label['logout'] = $lang->action->label->logout;
$lang->action->label->createchildrenstory = "创建子目标";
$lang->action->label->linkchildstory = "关联子目标";
$lang->action->label->unlinkchildrenstory = "取消关联子目标";
$lang->action->label->linkparentstory = "关联到父目标";
$lang->action->label->unlinkparentstory = "从父目标取消关联";
$lang->action->label->deletechildrenstory = "删除子目标";
$lang->action->desc->createchildrenstory = '$date, 由 <strong>$actor</strong> 创建子目标 <strong>$extra</strong>。' . "\n";
$lang->action->desc->linkchildstory = '$date, 由 <strong>$actor</strong> 关联子目标 <strong>$extra</strong>。' . "\n";
$lang->action->desc->unlinkchildrenstory = '$date, 由 <strong>$actor</strong> 移除子目标 <strong>$extra</strong>。' . "\n";