From 0b362d406192d7087b306fabb6fd9033d6849fc6 Mon Sep 17 00:00:00 2001 From: mayue Date: Mon, 8 Aug 2022 11:23:36 +0800 Subject: [PATCH] * Add lang . --- module/action/lang/de.php | 3 +++ module/action/lang/en.php | 3 +++ module/action/lang/fr.php | 3 +++ module/action/lang/zh-cn.php | 4 ++-- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/module/action/lang/de.php b/module/action/lang/de.php index e979911ba9..38bfa5fed4 100644 --- a/module/action/lang/de.php +++ b/module/action/lang/de.php @@ -245,6 +245,9 @@ $lang->action->desc->linkbug = '$date, $actor link bugs action->desc->unlinkstory = '$date, $actor remove stories $extra from plan.' . "\n"; $lang->action->desc->unlinkbug = '$date, $actor remove bugs $extra from plan.' . "\n"; +/* Used to describe the historical operation records of gantt. */ +$lang->action->desc->ganttmove = '$date, $actor tasks sorted $extra.' . "\n"; + /* Used to display dynamic information. */ $lang->action->label = new stdclass(); $lang->action->label->install = 'install '; diff --git a/module/action/lang/en.php b/module/action/lang/en.php index cb2d41453a..b9a2b63bbd 100755 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -245,6 +245,9 @@ $lang->action->desc->linkbug = '$date, $actor link bugs action->desc->unlinkstory = '$date, $actor remove stories $extra from plan.' . "\n"; $lang->action->desc->unlinkbug = '$date, $actor remove bugs $extra from plan.' . "\n"; +/* Used to describe the historical operation records of gantt. */ +$lang->action->desc->ganttmove = '$date, $actor tasks sorted $extra.' . "\n"; + /* Used to display dynamic information. */ $lang->action->label = new stdclass(); $lang->action->label->install = 'install '; diff --git a/module/action/lang/fr.php b/module/action/lang/fr.php index d6e3830032..70393f7e3c 100644 --- a/module/action/lang/fr.php +++ b/module/action/lang/fr.php @@ -245,6 +245,9 @@ $lang->action->desc->linkbug = '$date, $actor link bugs action->desc->unlinkstory = '$date, $actor remove stories $extra from plan.' . "\n"; $lang->action->desc->unlinkbug = '$date, $actor remove bugs $extra from plan.' . "\n"; +/* Used to describe the historical operation records of gantt. */ +$lang->action->desc->ganttmove = '$date, $actor tasks sorted $extra.' . "\n"; + /* Used to display dynamic information. */ $lang->action->label = new stdclass(); $lang->action->label->install = 'install '; diff --git a/module/action/lang/zh-cn.php b/module/action/lang/zh-cn.php index 222980d274..924d6701d6 100755 --- a/module/action/lang/zh-cn.php +++ b/module/action/lang/zh-cn.php @@ -246,8 +246,8 @@ $lang->action->desc->unlinkstory = '$date, 由 $actor 从计划 $lang->action->desc->unlinkbug = '$date, 由 $actor 从计划移除BUG $extra。' . "\n"; /* 用来描述gantt chat相关操作记录。 */ -$lang->action->desc->ganttdrag = '$date, 由 $actor 拖动了任务 $extra'; -$lang->action->desc->ganttmove = '$date, 由 $actor 排序了任务 $extra'; +$lang->action->desc->ganttdrag = '$date, 由 $actor 拖动了任务 $extra。' . "\n"; +$lang->action->desc->ganttmove = '$date, 由 $actor 排序了任务 $extra。' . "\n"; /* 用来显示动态信息。*/ $lang->action->label = new stdclass();