* [bug#59482,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-02-26 14:08:36 +08:00
committed by 刘梦艺
parent e2f73b2485
commit 71bba607e9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.";
+1 -1
View File
@@ -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.";
+1 -1
View File
@@ -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.";
+1 -1
View File
@@ -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,超出系统设置的层级范围,无法修改。";