From d76b563cc5408b3348408f2a8d53c9297d9a0a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Mon, 25 Oct 2021 13:34:41 +0800 Subject: [PATCH] * Add project managed products lang. --- module/project/lang/de.php | 3 +++ module/project/lang/en.php | 3 +++ module/project/lang/fr.php | 3 +++ module/project/lang/vi.php | 3 +++ module/project/lang/zh-cn.php | 3 +++ 5 files changed, 15 insertions(+) diff --git a/module/project/lang/de.php b/module/project/lang/de.php index 55a95073d0..3ea1073bff 100644 --- a/module/project/lang/de.php +++ b/module/project/lang/de.php @@ -229,3 +229,6 @@ $lang->project->endGreaterParent = "The end date of the parent project: %s. It $lang->project->beginGreateChild = "The minimum start date of the project set: %s. The start date of the project cannot be less than the minimum start date of the project set."; $lang->project->endLetterChild = "The maximum finish date for the project set: %s. The completion date of a project cannot be greater than the maximum completion date of the project set."; $lang->project->childLongTime = "There are long-term projects in the child project, and the parent project should also be a long-term project."; + +$lang->project->action = new stdclass(); +$lang->project->action->managed = '$date, managed by $actor. $extra' . "\n"; diff --git a/module/project/lang/en.php b/module/project/lang/en.php index dc574d6ebf..049dd9f874 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -288,3 +288,6 @@ $lang->project->beginGreateChild = "The minimum start date of the project set $lang->project->endLetterChild = "The maximum finish date for the project set: %s. The completion date of a project cannot be greater than the maximum completion date of the project set."; $lang->project->childLongTime = "There are long-term projects in the child project, and the parent project should also be a long-term project."; $lang->project->confirmUnlinkMember = "Do you want to remove this user from project?"; + +$lang->project->action = new stdclass(); +$lang->project->action->managed = '$date, managed by $actor. $extra' . "\n"; diff --git a/module/project/lang/fr.php b/module/project/lang/fr.php index ad8cc6e623..abe25e1d72 100644 --- a/module/project/lang/fr.php +++ b/module/project/lang/fr.php @@ -229,3 +229,6 @@ $lang->project->endGreaterParent = "The end date of the parent project: %s. It $lang->project->beginGreateChild = "The minimum start date of the project set: %s. The start date of the project cannot be less than the minimum start date of the project set."; $lang->project->endLetterChild = "The maximum finish date for the project set: %s. The completion date of a project cannot be greater than the maximum completion date of the project set."; $lang->project->childLongTime = "There are long-term projects in the child project, and the parent project should also be a long-term project."; + +$lang->project->action = new stdclass(); +$lang->project->action->managed = '$date, managed by $actor. $extra' . "\n"; diff --git a/module/project/lang/vi.php b/module/project/lang/vi.php index 78cf1f7963..023856e72f 100644 --- a/module/project/lang/vi.php +++ b/module/project/lang/vi.php @@ -229,3 +229,6 @@ $lang->project->endGreaterParent = "The end date of the parent project: %s. It $lang->project->beginGreateChild = "The minimum start date of the project set: %s. The start date of the project cannot be less than the minimum start date of the project set."; $lang->project->endLetterChild = "The maximum finish date for the project set: %s. The completion date of a project cannot be greater than the maximum completion date of the project set."; $lang->project->childLongTime = "There are long-term projects in the child project, and the parent project should also be a long-term project."; + +$lang->project->action = new stdclass(); +$lang->project->action->managed = '$date, managed by $actor. $extra' . "\n"; diff --git a/module/project/lang/zh-cn.php b/module/project/lang/zh-cn.php index 56cba084d1..5456081c7e 100644 --- a/module/project/lang/zh-cn.php +++ b/module/project/lang/zh-cn.php @@ -288,3 +288,6 @@ $lang->project->beginGreateChild = "项目集的最小开始日期:%s,项 $lang->project->endLetterChild = "项目集的最大完成日期:%s,项目的完成日期不能大于项目集的最大完成日期"; $lang->project->childLongTime = "子项目中有长期项目,父项目也应该是长期项目"; $lang->project->confirmUnlinkMember = "您确定从该项目中移除该用户吗?"; + +$lang->project->action = new stdclass(); +$lang->project->action->managed = '$date, 由 $actor 维护。$extra' . "\n";