From 02c028365bceecbdc1f98238573d6d7b20989bf6 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Fri, 19 Nov 2021 15:27:52 +0800 Subject: [PATCH] Modified language. --- module/action/lang/de.php | 6 +++--- module/action/lang/en.php | 6 +++--- module/action/lang/fr.php | 6 +++--- module/action/lang/vi.php | 7 ++++--- module/action/lang/zh-cn.php | 4 ++-- module/action/lang/zh-tw.php | 4 ++-- 6 files changed, 17 insertions(+), 16 deletions(-) diff --git a/module/action/lang/de.php b/module/action/lang/de.php index 166a75bda5..2aab68b3bd 100644 --- a/module/action/lang/de.php +++ b/module/action/lang/de.php @@ -150,9 +150,9 @@ $lang->action->desc->resolved = '$date, resolved by $actoraction->desc->managed = '$date, by $actor managed.' . "\n"; $lang->action->desc->estimated = '$date, by $actor estimated.' . "\n"; $lang->action->desc->run = '$date, by $actor executed.' . "\n"; -$lang->action->desc->syncprogram = '$date, started by $actor(The start of the project sets the status of the program as Ongoing)' . "\n"; -$lang->action->desc->syncproject = '$date, The start of the execution sets the status of the project as Ongoing' . "\n"; -$lang->action->desc->syncexecution = '$date, The start of the task sets the status of the execution as Ongoing' . "\n"; +$lang->action->desc->syncprogram = '$date, started by $actor(starting the project sets the program status as Ongoing).' . "\n"; +$lang->action->desc->syncproject = '$date, starting the execution sets the project status as Ongoing.' . "\n"; +$lang->action->desc->syncexecution = '$date, starting the task sets the execution status as Ongoing.' . "\n"; /* 子任务修改父任务的历史操作记录 */ $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 74bf4065d9..226eed0e12 100755 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -164,9 +164,9 @@ $lang->action->desc->resolved = '$date, resolved by $actoraction->desc->managed = '$date, by $actor managed.' . "\n"; $lang->action->desc->estimated = '$date, by $actor estimated.' . "\n"; $lang->action->desc->run = '$date, by $actor executed.' . "\n"; -$lang->action->desc->syncprogram = '$date, started by $actor(The start of the project sets the status of the program as Ongoing)' . "\n"; -$lang->action->desc->syncproject = '$date, The start of the execution sets the status of the project as Ongoing' . "\n"; -$lang->action->desc->syncexecution = '$date, The start of the task sets the status of the execution as Ongoing' . "\n"; +$lang->action->desc->syncprogram = '$date, started by $actor(starting the project sets the program status as Ongoing).' . "\n"; +$lang->action->desc->syncproject = '$date, starting the execution sets the project status as Ongoing.' . "\n"; +$lang->action->desc->syncexecution = '$date, starting the task sets the execution status as Ongoing.' . "\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 d54512e2ef..b10bd57465 100644 --- a/module/action/lang/fr.php +++ b/module/action/lang/fr.php @@ -150,9 +150,9 @@ $lang->action->desc->resolved = '$date, resolved by $actoraction->desc->managed = '$date, by $actor managed.' . "\n"; $lang->action->desc->estimated = '$date, by $actor estimated.' . "\n"; $lang->action->desc->run = '$date, by $actor executed.' . "\n"; -$lang->action->desc->syncprogram = '$date, started by $actor(The start of the project sets the status of the program as Ongoing)' . "\n"; -$lang->action->desc->syncproject = '$date, The start of the execution sets the status of the project as Ongoing' . "\n"; -$lang->action->desc->syncexecution = '$date, The start of the task sets the status of the execution as Ongoing' . "\n"; +$lang->action->desc->syncprogram = '$date, started by $actor(starting the project sets the program status as Ongoing).' . "\n"; +$lang->action->desc->syncproject = '$date, starting the execution sets the project status as Ongoing.' . "\n"; +$lang->action->desc->syncexecution = '$date, starting the task sets the execution status as Ongoing.' . "\n"; /* 子任务修改父任务的历史操作记录 */ $lang->action->desc->createchildren = '$date, $actor a créé un sous-tâche $extra。' . "\n"; diff --git a/module/action/lang/vi.php b/module/action/lang/vi.php index ce4be8b8ef..fbe01fab3b 100644 --- a/module/action/lang/vi.php +++ b/module/action/lang/vi.php @@ -150,9 +150,10 @@ $lang->action->desc->resolved = '$date, resolved by $actoraction->desc->managed = '$date, by $actor managed.' . "\n"; $lang->action->desc->estimated = '$date, by $actor estimated.' . "\n"; $lang->action->desc->run = '$date, by $actor executed.' . "\n"; -$lang->action->desc->syncprogram = '$date, started by $actor(The start of the project sets the status of the program as Ongoing)' . "\n"; -$lang->action->desc->syncproject = '$date, The start of the execution sets the status of the project as Ongoing' . "\n"; -$lang->action->desc->syncexecution = '$date, The start of the task sets the status of the execution as Ongoing' . "\n"; +$lang->action->desc->syncprogram = '$date, started by $actor(starting the project sets the program status as Ongoing).' . "\n"; +$lang->action->desc->syncproject = '$date, starting the execution sets the project status as Ongoing.' . "\n"; +$lang->action->desc->syncexecution = '$date, starting the task sets the execution status as Ongoing.' . "\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/zh-cn.php b/module/action/lang/zh-cn.php index 8cbf105983..e8873fc3b1 100755 --- a/module/action/lang/zh-cn.php +++ b/module/action/lang/zh-cn.php @@ -165,8 +165,8 @@ $lang->action->desc->managed = '$date, 由 $actor 维 $lang->action->desc->estimated = '$date, 由 $actor 估算。' . "\n"; $lang->action->desc->run = '$date, 由 $actor 执行。' . "\n"; $lang->action->desc->syncprogram = '$date, 由 $actor 启动(因项目开始而启动项目集)。' . "\n"; -$lang->action->desc->syncproject = '$date, 系统判断由执行开始,将项目状态置为进行中。' . "\n"; -$lang->action->desc->syncexecution = '$date, 系统判断由任务开始,将执行状态置为进行中。' . "\n"; +$lang->action->desc->syncproject = '$date, 系统判断由于执行开始,将项目状态置为进行中。' . "\n"; +$lang->action->desc->syncexecution = '$date, 系统判断由于任务开始,将执行状态置为进行中。' . "\n"; /* 用来描述和父子任务相关的操作历史记录。*/ diff --git a/module/action/lang/zh-tw.php b/module/action/lang/zh-tw.php index 3cf12df3db..a12cf989c6 100755 --- a/module/action/lang/zh-tw.php +++ b/module/action/lang/zh-tw.php @@ -165,8 +165,8 @@ $lang->action->desc->managed = '$date, 由 $actor 維 $lang->action->desc->estimated = '$date, 由 $actor 估算。' . "\n"; $lang->action->desc->run = '$date, 由 $actor 執行。' . "\n"; $lang->action->desc->syncprogram = '$date, 由 $actor 啟動(因項目開始而啟動項目集)。' . "\n"; -$lang->action->desc->syncproject = '$date, 系統判斷由執行開始,將項目狀態置為進行中。' . "\n"; -$lang->action->desc->syncexecution = '$date, 系統判斷由任務開始,將執行狀態置為進行中。' . "\n"; +$lang->action->desc->syncproject = '$date, 系統判斷由於執行開始,將項目狀態置為進行中。' . "\n"; +$lang->action->desc->syncexecution = '$date, 系統判斷由於任務開始,將執行狀態置為進行中。' . "\n"; /* 用來描述和父子任務相關的操作歷史記錄。*/ $lang->action->desc->createchildren = '$date, 由 $actor 創建子任務 $extra。' . "\n";