* Finish task #36436.

This commit is contained in:
Yagami
2021-03-10 13:43:15 +08:00
parent 86055e545f
commit 1082a2425f
21 changed files with 100 additions and 90 deletions

View File

@@ -50,9 +50,9 @@ $lang->dev->tableList['lang'] = 'Ngôn ngữ';
$lang->dev->tableList['module'] = 'Module';
$lang->dev->tableList['product'] = $lang->productCommon;
$lang->dev->tableList['productplan'] = 'Kế hoạch '.$lang->productCommon;
$lang->dev->tableList['project'] = $lang->projectCommon;
$lang->dev->tableList['projectproduct'] = $lang->projectCommon . $lang->productCommon;
$lang->dev->tableList['projectstory'] = $lang->projectCommon . 'Câu chuyện';
$lang->dev->tableList['project'] = 'project';
$lang->dev->tableList['projectproduct'] = 'project' . $lang->productCommon;
$lang->dev->tableList['projectstory'] = 'project Câu chuyện';
$lang->dev->tableList['execution'] = $lang->executionCommon;
$lang->dev->tableList['release'] = 'Phát hành';
$lang->dev->tableList['story'] = 'Câu chuyện';