From 71bba607e90dbf1529ed7507a87ebe9c4d8cd15b Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 26 Feb 2025 05:51:46 +0000 Subject: [PATCH] * [bug#59482,done,0.2h] fix bug. --- module/story/lang/de.php | 2 +- module/story/lang/en.php | 2 +- module/story/lang/fr.php | 2 +- module/story/lang/zh-cn.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/story/lang/de.php b/module/story/lang/de.php index b823aa42b8..ba4cedb61d 100644 --- a/module/story/lang/de.php +++ b/module/story/lang/de.php @@ -374,7 +374,7 @@ $lang->story->confirmChangePlan = $lang->SRCommon . ' %s is linked to the b $lang->story->errorDuplicateStory = $lang->SRCommon . '%s not exist'; $lang->story->confirmRecallChange = "After undo the change, the story content will revert to the version before the change. Are you sure you want to undo?"; $lang->story->confirmRecallReview = "Are you sure you want to withdraw the review?"; -$lang->story->noStoryToTask = "Only the activated child {$lang->SRCommon} can be converted into a task!"; +$lang->story->noStoryToTask = "The status is not activated, and the parent {$lang->SRCommon} cannot be converted into a task!"; $lang->story->ignoreClosedStory = "{$lang->SRCommon} %s status is closed, and the operation has been filtered."; $lang->story->changeProductTips = "Are you sure you want to modify the product? After modification, all sub-level requirements of the requirement will also be changed accordingly."; $lang->story->gradeOverflow = "The system detects that the maximum level of sub-requirements under this requirement is %s. After synchronization modification, it is %s. It exceeds the level range set by the system and cannot be modified."; diff --git a/module/story/lang/en.php b/module/story/lang/en.php index f8dda3d889..7c7c291a49 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -374,7 +374,7 @@ $lang->story->confirmChangePlan = $lang->SRCommon . ' %s is linked to the b $lang->story->errorDuplicateStory = $lang->SRCommon . '%s not exist'; $lang->story->confirmRecallChange = "After undo the change, the story content will revert to the version before the change. Are you sure you want to undo?"; $lang->story->confirmRecallReview = "Are you sure you want to withdraw the review?"; -$lang->story->noStoryToTask = "Only the activated child {$lang->SRCommon} can be converted into a task!"; +$lang->story->noStoryToTask = "The status is not activated, and the parent {$lang->SRCommon} cannot be converted into a task!"; $lang->story->ignoreClosedStory = "{$lang->SRCommon} %s status is closed, and the operation has been filtered."; $lang->story->changeProductTips = "Are you sure you want to modify the product? After modification, all sub-level requirements of the requirement will also be changed accordingly."; $lang->story->gradeOverflow = "The system detects that the maximum level of sub-requirements under this requirement is %s. After synchronization modification, it is %s. It exceeds the level range set by the system and cannot be modified."; diff --git a/module/story/lang/fr.php b/module/story/lang/fr.php index 3dce206c97..6c0fd0ac41 100644 --- a/module/story/lang/fr.php +++ b/module/story/lang/fr.php @@ -374,7 +374,7 @@ $lang->story->confirmChangePlan = $lang->SRCommon . ' %s is linked to the b $lang->story->errorDuplicateStory = $lang->SRCommon . '%s not exist'; $lang->story->confirmRecallChange = "After undo the change, the story content will revert to the version before the change. Are you sure you want to undo?"; $lang->story->confirmRecallReview = "Are you sure you want to withdraw the review?"; -$lang->story->noStoryToTask = "Only the activated child {$lang->SRCommon} can be converted into a task!"; +$lang->story->noStoryToTask = "The status is not activated, and the parent {$lang->SRCommon} cannot be converted into a task!"; $lang->story->ignoreClosedStory = "{$lang->SRCommon} %s status is closed, and the operation has been filtered."; $lang->story->changeProductTips = "Are you sure you want to modify the product? After modification, all sub-level requirements of the requirement will also be changed accordingly."; $lang->story->gradeOverflow = "The system detects that the maximum level of sub-requirements under this requirement is %s. After synchronization modification, it is %s. It exceeds the level range set by the system and cannot be modified."; diff --git a/module/story/lang/zh-cn.php b/module/story/lang/zh-cn.php index 2d05914fd7..52de3d5499 100644 --- a/module/story/lang/zh-cn.php +++ b/module/story/lang/zh-cn.php @@ -374,7 +374,7 @@ $lang->story->confirmChangePlan = $lang->SRCommon . '%s已关联在之前 $lang->story->errorDuplicateStory = $lang->SRCommon . '%s不存在'; $lang->story->confirmRecallChange = "撤销变更后,需求内容会回退至变更前的版本,您确定要撤销吗?"; $lang->story->confirmRecallReview = "您确定要撤回评审吗?"; -$lang->story->noStoryToTask = "只有激活的子{$lang->SRCommon}才能转为任务!"; +$lang->story->noStoryToTask = "状态不是激活的{$lang->SRCommon}和父{$lang->SRCommon}无法转为任务!"; $lang->story->ignoreClosedStory = "{$lang->SRCommon} %s 状态为已关闭,本次操作已被过滤。"; $lang->story->changeProductTips = "确认修改所属产品吗,修改后,需求的所有子级需求也会跟随变更。"; $lang->story->gradeOverflow = "系统检测该需求下子需求的最大层级为%s,同步修改后为%s,超出系统设置的层级范围,无法修改。";