* [bug#51762,done,0.1h] fix bug.

This commit is contained in:
sunguangming
2024-07-01 08:51:14 +08:00
committed by 田淑杰
parent 384e76a66a
commit 2d5a313b66
5 changed files with 5 additions and 1 deletions
+1
View File
@@ -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";
+1
View File
@@ -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";
+1
View File
@@ -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";
+1
View File
@@ -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}详情";
+1 -1
View File
@@ -503,7 +503,7 @@ dtable
'linkCreator' => helper::createLink('execution', 'story', "executionID={$execution->id}&storyType={$storyType}&orderBy=$orderBy&type={$type}&param={$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 : '')
);