From 2d5a313b66b6f18e2eba034e81ddb821398bac67 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Sat, 29 Jun 2024 05:10:54 +0000 Subject: [PATCH] * [bug#51762,done,0.1h] fix bug. --- module/execution/lang/de.php | 1 + module/execution/lang/en.php | 1 + module/execution/lang/fr.php | 1 + module/execution/lang/zh-cn.php | 1 + module/execution/ui/story.html.php | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index b463dca937..9d810020c9 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -94,6 +94,7 @@ $lang->execution->progress = 'Fortschritt'; $lang->execution->hours = '%s geplant, %s verbraucht, %s Rest.'; $lang->execution->viewBug = 'Bugs'; $lang->execution->noProduct = "Kein {$lang->productCommon}"; +$lang->execution->noStory = "No Stories yet."; $lang->execution->createStory = "Story erstellen"; $lang->execution->storyTitle = "Story Name"; $lang->execution->storyView = "Story Detail"; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index 0bc6dd130e..f709e98e7c 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -94,6 +94,7 @@ $lang->execution->progress = ' Progress'; $lang->execution->hours = 'Estimates: %s, Cost: %s, Left: %s.'; $lang->execution->viewBug = 'Bugs'; $lang->execution->noProduct = "No {$lang->productCommon} yet."; +$lang->execution->noStory = "No Stories yet."; $lang->execution->createStory = "Create Story"; $lang->execution->storyTitle = "Story Name"; $lang->execution->storyView = "Story Detail"; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index 4c6c553cb2..80d087e1bb 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -94,6 +94,7 @@ $lang->execution->progress = ' Progrès'; $lang->execution->hours = 'Estimé: %s, Coût: %s, Reste: %s.'; $lang->execution->viewBug = 'Bugs'; $lang->execution->noProduct = "Aucun {$lang->productCommon} pour l'instant."; +$lang->execution->noStory = "No Stories yet."; $lang->execution->createStory = "Créer une Story"; $lang->execution->storyTitle = "Story Name"; $lang->execution->storyView = "Story Detail"; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 06433e9165..58e520bf1b 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -94,6 +94,7 @@ $lang->execution->progress = '进度'; $lang->execution->hours = '预计 %s 消耗 %s 剩余 %s'; $lang->execution->viewBug = '查看bug'; $lang->execution->noProduct = "无{$lang->executionCommon}"; +$lang->execution->noStory = "暂时没有需求"; $lang->execution->createStory = "提{$lang->SRCommon}"; $lang->execution->storyTitle = "{$lang->SRCommon}名称"; $lang->execution->storyView = "{$lang->SRCommon}详情"; diff --git a/module/execution/ui/story.html.php b/module/execution/ui/story.html.php index e46b87d767..66c5c73691 100644 --- a/module/execution/ui/story.html.php +++ b/module/execution/ui/story.html.php @@ -503,7 +503,7 @@ dtable 'linkCreator' => helper::createLink('execution', 'story', "executionID={$execution->id}&storyType={$storyType}&orderBy=$orderBy&type={$type}¶m={$param}&recTotal={recTotal}&recPerPage={recPerPage}&page={page}") . "#app={$app->tab}" ))), set::checkInfo(jsRaw('function(checkedIDList){return window.setStatistics(this, checkedIDList);}')), - set::emptyTip($lang->story->noStory), + set::emptyTip($lang->execution->noStory), set::createTip($lang->story->create), set::createLink($canOpreate['create'] ? $createLink : '') );