From 3e7dca6598719c1eac3dcb03d855f79f8540f7ae Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Wed, 6 Apr 2022 17:23:31 +0800 Subject: [PATCH] * Add lang. --- module/story/lang/en.php | 1 + module/story/lang/zh-cn.php | 1 + 2 files changed, 2 insertions(+) diff --git a/module/story/lang/en.php b/module/story/lang/en.php index 7c15156424..78ff05105a 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -268,6 +268,7 @@ $lang->story->specTemplate = "As a < type of user >, I want < some goal $lang->story->needNotReview = 'No Review'; $lang->story->successSaved = "Story is saved!"; $lang->story->confirmDelete = "Do you want to delete this story?"; +$lang->story->confirmRecall = "Do you want to recall this story?"; $lang->story->errorEmptyChildStory = '『Decomposed Stories』canot be blank.'; $lang->story->errorNotSubdivide = "If the status is not active, or the stage is not wait, or a sub story, it cannot be subdivided."; $lang->story->errorEmptyReviewedBy = "『ReviewedBy』canot be blank."; diff --git a/module/story/lang/zh-cn.php b/module/story/lang/zh-cn.php index 9c0e7761d3..ff0751f10c 100644 --- a/module/story/lang/zh-cn.php +++ b/module/story/lang/zh-cn.php @@ -268,6 +268,7 @@ $lang->story->specTemplate = "建议参考的模板:作为一名<某 $lang->story->needNotReview = '不需要评审'; $lang->story->successSaved = "{$lang->SRCommon}成功添加,"; $lang->story->confirmDelete = "您确认删除该{$lang->SRCommon}吗?"; +$lang->story->confirmRecall = "您确认撤销该{$lang->SRCommon}吗?"; $lang->story->errorEmptyChildStory = "『细分{$lang->SRCommon}』不能为空。"; $lang->story->errorNotSubdivide = "状态不是激活,或者阶段不是未开始的{$lang->SRCommon},或者是子需求,则不能细分。"; $lang->story->errorEmptyReviewedBy = "『由谁评审』不能为空。";