diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 646b0d3804..c5c9080fed 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -67,6 +67,7 @@ $lang->custom->beginAndEndDateRange = 'The Range Of Begin & End'; $lang->custom->limitTaskDateAction = 'Set start and end date required'; $lang->custom->closeSetting = 'Close Setting'; $lang->custom->gradeRule = 'Allow cross-level segmentation'; +$lang->custom->setExecutionClose = 'Execution Close Setting'; $lang->custom->gradeRuleList['cross'] = 'Yes'; $lang->custom->gradeRuleList['stepwise'] = 'No'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index b25cbb1b9a..1f5712fcf2 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -67,6 +67,7 @@ $lang->custom->beginAndEndDateRange = 'The Range Of Begin & End'; $lang->custom->limitTaskDateAction = 'Set start and end date required'; $lang->custom->closeSetting = 'Close Setting'; $lang->custom->gradeRule = 'Allow cross-level segmentation'; +$lang->custom->setExecutionClose = 'Execution Close Setting'; $lang->custom->gradeRuleList['cross'] = 'Yes'; $lang->custom->gradeRuleList['stepwise'] = 'No'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index acae2d2116..5bff639ed0 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -67,6 +67,7 @@ $lang->custom->beginAndEndDateRange = 'The Range Of Begin & End'; $lang->custom->limitTaskDateAction = 'Set start and end date required'; $lang->custom->closeSetting = 'Close Setting'; $lang->custom->gradeRule = 'Allow cross-level segmentation'; +$lang->custom->setExecutionClose = 'Execution Close Setting'; $lang->custom->gradeRuleList['cross'] = 'Yes'; $lang->custom->gradeRuleList['stepwise'] = 'No'; diff --git a/module/custom/lang/zh-cn.php b/module/custom/lang/zh-cn.php index 7a75772bb5..1769e446fa 100644 --- a/module/custom/lang/zh-cn.php +++ b/module/custom/lang/zh-cn.php @@ -67,6 +67,7 @@ $lang->custom->beginAndEndDateRange = '起止日期范围'; $lang->custom->limitTaskDateAction = '设置起止日期必填'; $lang->custom->closeSetting = '关闭设置'; $lang->custom->gradeRule = '是否允许跨层级细分'; +$lang->custom->setExecutionClose = '执行关闭设置'; $lang->custom->gradeRuleList['cross'] = '是'; $lang->custom->gradeRuleList['stepwise'] = '否'; diff --git a/module/group/lang/resource.php b/module/group/lang/resource.php index b8dc6b50cc..0f711d5ed9 100644 --- a/module/group/lang/resource.php +++ b/module/group/lang/resource.php @@ -1606,7 +1606,7 @@ $lang->resource->custom = new stdclass(); $lang->resource->custom->set = 'set'; $lang->resource->custom->product = 'productName'; $lang->resource->custom->project = 'projectCommon'; -$lang->resource->custom->execution = 'executionCommon'; +$lang->resource->custom->execution = 'setExecutionClose'; $lang->resource->custom->required = 'required'; $lang->resource->custom->restore = 'restore'; $lang->resource->custom->flow = 'flow';