From 810aa04ec021df6e69b4121bf480cd0a8d9e8b92 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Sun, 7 Apr 2024 16:12:18 +0800 Subject: [PATCH] * Remove grade setting in open. --- module/custom/lang/de.php | 2 -- module/custom/lang/en.php | 2 -- module/custom/lang/fr.php | 2 -- module/custom/lang/zh-cn.php | 2 -- 4 files changed, 8 deletions(-) diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 9daf9b1d69..193d08bc5d 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -132,8 +132,6 @@ $lang->custom->story->fields['statusList'] = 'Status'; $lang->custom->story->fields['reviewRules'] = 'Review Rules'; $lang->custom->story->fields['reviewResultList'] = 'Review Result'; $lang->custom->story->fields['review'] = 'Review Required'; -$lang->custom->story->fields['grade'] = 'Grade Setting'; -$lang->custom->story->fields['gradeRule'] = 'Grade Rule'; $lang->custom->epic = clone $lang->custom->story; $lang->custom->requirement = clone $lang->custom->story; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index 53f77b16b4..a71de924c0 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -132,8 +132,6 @@ $lang->custom->story->fields['statusList'] = 'Status'; $lang->custom->story->fields['reviewRules'] = 'Review Rules'; $lang->custom->story->fields['reviewResultList'] = 'Review Result'; $lang->custom->story->fields['review'] = 'Need Review'; -$lang->custom->story->fields['grade'] = 'Grade Setting'; -$lang->custom->story->fields['gradeRule'] = 'Grade Rule'; $lang->custom->epic = clone $lang->custom->story; $lang->custom->requirement = clone $lang->custom->story; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index 38c664978e..f58e030466 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -132,8 +132,6 @@ $lang->custom->story->fields['statusList'] = 'Statut'; $lang->custom->story->fields['reviewRules'] = 'Review Rules'; $lang->custom->story->fields['reviewResultList'] = 'Valider Résultats'; $lang->custom->story->fields['review'] = 'Validation Requise'; -$lang->custom->story->fields['grade'] = 'Grade Setting'; -$lang->custom->story->fields['gradeRule'] = 'Grade Rule'; $lang->custom->epic = clone $lang->custom->story; $lang->custom->requirement = clone $lang->custom->story; diff --git a/module/custom/lang/zh-cn.php b/module/custom/lang/zh-cn.php index 1ca0a52ba5..05492c79d4 100644 --- a/module/custom/lang/zh-cn.php +++ b/module/custom/lang/zh-cn.php @@ -132,8 +132,6 @@ $lang->custom->story->fields['statusList'] = '状态'; $lang->custom->story->fields['reviewRules'] = '评审规则'; $lang->custom->story->fields['reviewResultList'] = '评审结果'; $lang->custom->story->fields['review'] = '评审流程'; -$lang->custom->story->fields['grade'] = '层级设置'; -$lang->custom->story->fields['gradeRule'] = '细分流程'; $lang->custom->epic = clone $lang->custom->story; $lang->custom->requirement = clone $lang->custom->story;