* Add lang.

This commit is contained in:
songchenxuan
2022-04-06 17:23:31 +08:00
parent 62656bde9e
commit 3e7dca6598
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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.";
+1
View File
@@ -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 = "『由谁评审』不能为空。";