* adjust for upgrade.

This commit is contained in:
wangyidong
2021-05-21 16:59:19 +08:00
parent e56f9d04bb
commit 5206f44c1e
15 changed files with 1443 additions and 176 deletions

View File

@@ -80,6 +80,11 @@ $lang->execution->product = $lang->execution->products;
$lang->execution->readjustTime = "調整{$lang->executionCommon}起止時間";
$lang->execution->readjustTask = '順延任務的起止時間';
$lang->execution->effort = '日誌';
$lang->execution->storyEstimate = '需求估算';
$lang->execution->newEstimate = '新一輪估算';
$lang->execution->reestimate = '重新估算';
$lang->execution->selectRound = '選擇輪次';
$lang->execution->average = '平均值';
$lang->execution->relatedMember = '相關成員';
$lang->execution->watermark = '由禪道導出';
$lang->execution->burnXUnit = '(日期)';
@@ -90,6 +95,7 @@ $lang->execution->oneProduct = "階段只能關聯一個{$lang->productComm
$lang->execution->noLinkProduct = "階段沒有關聯{$lang->productCommon}";
$lang->execution->recent = '近期訪問:';
$lang->execution->copyNoExecution = '沒有可用的' . $lang->executionCommon . '來複制';
$lang->execution->noTeam = '暫時沒有團隊成員';
$lang->execution->start = "開始";
$lang->execution->activate = "激活";