* Add program statistic.

This commit is contained in:
Yagami
2020-08-21 15:39:39 +08:00
parent de2b16d64e
commit bc831b9e94
5 changed files with 273 additions and 9 deletions
+4
View File
@@ -53,6 +53,10 @@ $lang->program->leftTasks = '剩余任务';
$lang->program->leftBugs = '剩余Bug';
$lang->program->children = '子项目';
$lang->program->parent = '父项目';
$lang->program->allStories = '总需求';
$lang->program->doneStories = '已完成';
$lang->program->leftStories = '剩余需求';
$lang->program->allInput = '项目总投入';
$lang->program->unitList[''] = '';
$lang->program->unitList['yuan'] = '元';