* [bug#67873] Change the title of the priv of custom-execution.

This commit is contained in:
xieqiyu
2025-12-10 06:19:43 +00:00
parent feb0243c44
commit 3a6202d227
5 changed files with 5 additions and 1 deletions
+1
View File
@@ -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';
+1
View File
@@ -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';
+1
View File
@@ -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';
+1
View File
@@ -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'] = '否';
+1 -1
View File
@@ -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';