From 90068c5a8f0d68fc43aeab549b51aa77fc383287 Mon Sep 17 00:00:00 2001 From: mayue Date: Mon, 22 Aug 2022 14:45:51 +0800 Subject: [PATCH 1/2] * Fix bug #26638. --- module/action/lang/zh-cn.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/action/lang/zh-cn.php b/module/action/lang/zh-cn.php index dee6daa7ef..40d7ece328 100755 --- a/module/action/lang/zh-cn.php +++ b/module/action/lang/zh-cn.php @@ -221,6 +221,7 @@ $lang->action->desc->updatetolib = '$date, 由 $actor $lang->action->desc->adjusttasktowait = '$date, 系统判断由于消耗工时调整为0,将任务状态置为未开始。' . "\n"; $lang->action->desc->reopen = '$date, 由 $actor 重新打开。' . "\n"; $lang->action->desc->merged = '$date, 由 $actor 合并。' . "\n"; +$lang->action->desc->ganttmove = '$date, 由 $actor 排序。' . "\n"; /* 用来描述和父子任务相关的操作历史记录。*/ $lang->action->desc->createchildren = '$date, 由 $actor 创建子任务 $extra。' . "\n"; From 93c0360d4257ae85791c6b957ac7003827331fd5 Mon Sep 17 00:00:00 2001 From: mayue Date: Mon, 22 Aug 2022 14:50:33 +0800 Subject: [PATCH 2/2] * Add other language. --- module/action/lang/de.php | 1 + module/action/lang/en.php | 1 + module/action/lang/fr.php | 1 + 3 files changed, 3 insertions(+) diff --git a/module/action/lang/de.php b/module/action/lang/de.php index 86e6b08025..8e031ef002 100644 --- a/module/action/lang/de.php +++ b/module/action/lang/de.php @@ -221,6 +221,7 @@ $lang->action->desc->updatetolib = '$date, updated to ' . $lang->testca $lang->action->desc->adjusttasktowait = '$date, System Reminder: The task status will be set to Not Started as the consumed work hour is adjusted to 0. ' . "\n"; $lang->action->desc->reopen = '$date, reopened by $actor .' . "\n"; $lang->action->desc->merged = '$date, merged by $actor .' . "\n"; +$lang->action->desc->ganttmove = '$date, sort by $actor .' . "\n"; /* Used to describe the history of operations related to parent-child tasks. */ $lang->action->desc->createchildren = '$date, $actor created a child task $extra。' . "\n"; diff --git a/module/action/lang/en.php b/module/action/lang/en.php index f6c1e1ad00..de17c51b57 100755 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -221,6 +221,7 @@ $lang->action->desc->updatetolib = '$date, updated to ' . $lang->testca $lang->action->desc->adjusttasktowait = '$date, System Reminder: The task status will be set to Not Started as the consumed work hour is adjusted to 0. ' . "\n"; $lang->action->desc->reopen = '$date, reopened by $actor .' . "\n"; $lang->action->desc->merged = '$date, merged by $actor .' . "\n"; +$lang->action->desc->ganttmove = '$date, sort by $actor .' . "\n"; /* Used to describe the history of operations related to parent-child tasks. */ $lang->action->desc->createchildren = '$date, $actor created a child task $extra。' . "\n"; diff --git a/module/action/lang/fr.php b/module/action/lang/fr.php index 3a2db412b6..e68edaa204 100644 --- a/module/action/lang/fr.php +++ b/module/action/lang/fr.php @@ -221,6 +221,7 @@ $lang->action->desc->updatetolib = '$date, MàJ de ' . $lang->testcase- $lang->action->desc->adjusttasktowait = '$date, System Reminder: The task status will be set to Not Started as the consumed work hour is adjusted to 0. ' . "\n"; $lang->action->desc->reopen = '$date, reopened by $actor .' . "\n"; $lang->action->desc->merged = '$date, merged by $actor .' . "\n"; +$lang->action->desc->ganttmove = '$date, sort by $actor .' . "\n"; /* Used to describe the history of operations related to parent-child tasks. */ $lang->action->desc->createchildren = '$date, $actor a créé un sous-tâche $extra。' . "\n";