* adjust for dev module.

This commit is contained in:
wangyidong
2021-06-22 16:01:24 +08:00
parent 2ca2752120
commit 353278f136
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
$config->dev->group['index'] = 'my';
$config->dev->group['my'] = 'my';
$config->dev->group['todo'] = 'my';
$config->dev->group['program'] = 'program';
$config->dev->group['product'] = 'product';
$config->dev->group['story'] = 'product';
$config->dev->group['storyspec'] = 'product';
+2 -1
View File
@@ -48,9 +48,10 @@ $lang->dev->tableList['grouppriv'] = 'Privilege';
$lang->dev->tableList['history'] = 'History';
$lang->dev->tableList['lang'] = 'Language';
$lang->dev->tableList['module'] = 'Module';
$lang->dev->tableList['program'] = 'Program';
$lang->dev->tableList['product'] = $lang->productCommon;
$lang->dev->tableList['productplan'] = $lang->productCommon . 'Plan';
$lang->dev->tableList['project'] = 'Project';
$lang->dev->tableList['project'] = 'Project';
$lang->dev->tableList['projectproduct'] = 'Project' . $lang->productCommon;
$lang->dev->tableList['projectstory'] = 'Project Story';
$lang->dev->tableList['execution'] = $lang->executionCommon;
+2 -1
View File
@@ -48,9 +48,10 @@ $lang->dev->tableList['grouppriv'] = '组权限';
$lang->dev->tableList['history'] = '操作历史';
$lang->dev->tableList['lang'] = '语言定义';
$lang->dev->tableList['module'] = '模块';
$lang->dev->tableList['program'] = '项目集';
$lang->dev->tableList['product'] = $lang->productCommon;
$lang->dev->tableList['productplan'] = $lang->productCommon . '计划';
$lang->dev->tableList['project'] = '项目';
$lang->dev->tableList['project'] = '项目';
$lang->dev->tableList['projectproduct'] = '项目' . $lang->productCommon;
$lang->dev->tableList['projectstory'] = '项目' . $lang->SRCommon;
$lang->dev->tableList['execution'] = $lang->executionCommon;