This commit is contained in:
wangyidong
2022-12-23 11:53:02 +08:00
parent a65844d582
commit 177dcb534f
6 changed files with 60 additions and 1 deletions
+3
View File
@@ -23,6 +23,7 @@ $config->dev->group['projectproduct'] = 'project';
$config->dev->group['projectstory'] = 'project';
$config->dev->group['projectcase'] = 'project';
$config->dev->group['projectspec'] = 'project';
$config->dev->group['projectplan'] = 'project';
$config->dev->group['programplan'] = 'project';
$config->dev->group['stage'] = 'project';
$config->dev->group['weekly'] = 'project';
@@ -92,6 +93,8 @@ $config->dev->group['config'] = 'admin';
$config->dev->group['svn'] = 'repo';
$config->dev->group['git'] = 'repo';
$config->dev->group['gitlab'] = 'repo';
$config->dev->group['gitea'] = 'repo';
$config->dev->group['gogs'] = 'repo';
$config->dev->group['oauth'] = 'repo';
$config->dev->group['mr'] = 'repo';
$config->dev->group['mrapproval'] = 'repo';
+13
View File
@@ -141,6 +141,19 @@ $lang->dev->tableList['kanbanspace'] = 'Kanban Space';
$lang->dev->tableList['personnel'] = 'Personnel';
$lang->dev->tableList['projectbuild'] = 'Project Build';
$lang->dev->tableList['projectrelease'] = 'Project Release';
$lang->dev->tableList['design'] = 'Design';
$lang->dev->tableList['stage'] = 'Stage';
$lang->dev->tableList['gitlab'] = 'Gitlab';
$lang->dev->tableList['gitea'] = 'Gitea';
$lang->dev->tableList['gogs'] = 'Gogs';
$lang->dev->tableList['holiday'] = 'Holiday';
$lang->dev->tableList['projectplan'] = 'Product Plan';
$lang->dev->tableList['im'] = 'IM';
$lang->dev->tableList['transfer'] = 'Transfer';
$lang->dev->tableList['client'] = 'Client Version Update';
$lang->dev->tableList['conference'] = 'Conference';
$lang->dev->tableList['integration'] = 'Integration';
$lang->dev->tableList['license'] = 'License';
$lang->dev->groupList['my'] = 'Dashboard';
$lang->dev->groupList['program'] = 'Program';
+14 -1
View File
@@ -141,11 +141,24 @@ $lang->dev->tableList['kanbanspace'] = 'Kanban Space';
$lang->dev->tableList['personnel'] = 'Personnel';
$lang->dev->tableList['projectbuild'] = 'Project Build';
$lang->dev->tableList['projectrelease'] = 'Project Release';
$lang->dev->tableList['design'] = 'Design';
$lang->dev->tableList['stage'] = 'Stage';
$lang->dev->tableList['gitlab'] = 'Gitlab';
$lang->dev->tableList['gitea'] = 'Gitea';
$lang->dev->tableList['gogs'] = 'Gogs';
$lang->dev->tableList['holiday'] = 'Holiday';
$lang->dev->tableList['projectplan'] = 'Product Plan';
$lang->dev->tableList['im'] = 'IM';
$lang->dev->tableList['transfer'] = 'Transfer';
$lang->dev->tableList['client'] = 'Client Version Update';
$lang->dev->tableList['conference'] = 'Conference';
$lang->dev->tableList['integration'] = 'Integration';
$lang->dev->tableList['license'] = 'License';
$lang->dev->groupList['my'] = 'Dashboard';
$lang->dev->groupList['program'] = 'Program';
$lang->dev->groupList['product'] = $lang->productCommon;
$lang->dev->groupList['project'] = 'project';
$lang->dev->groupList['project'] = 'Project';
$lang->dev->groupList['execution'] = $lang->executionCommon;
$lang->dev->groupList['kanban'] = 'Kanban';
$lang->dev->groupList['qa'] = 'Test';
+13
View File
@@ -141,6 +141,19 @@ $lang->dev->tableList['kanbanspace'] = 'Kanban Space';
$lang->dev->tableList['personnel'] = 'Personnel';
$lang->dev->tableList['projectbuild'] = 'Project Build';
$lang->dev->tableList['projectrelease'] = 'Project Release';
$lang->dev->tableList['design'] = 'Design';
$lang->dev->tableList['stage'] = 'Stage';
$lang->dev->tableList['gitlab'] = 'Gitlab';
$lang->dev->tableList['gitea'] = 'Gitea';
$lang->dev->tableList['gogs'] = 'Gogs';
$lang->dev->tableList['holiday'] = 'Holiday';
$lang->dev->tableList['projectplan'] = 'Product Plan';
$lang->dev->tableList['im'] = 'IM';
$lang->dev->tableList['transfer'] = 'Transfer';
$lang->dev->tableList['client'] = 'Client Version Update';
$lang->dev->tableList['conference'] = 'Conference';
$lang->dev->tableList['integration'] = 'Integration';
$lang->dev->tableList['license'] = 'License';
$lang->dev->groupList['my'] = 'Dashboard';
$lang->dev->groupList['program'] = 'Program';
+13
View File
@@ -141,6 +141,19 @@ $lang->dev->tableList['kanbanspace'] = '看板空间';
$lang->dev->tableList['personnel'] = '可访问人员';
$lang->dev->tableList['projectbuild'] = '项目版本';
$lang->dev->tableList['projectrelease'] = '项目发布';
$lang->dev->tableList['design'] = '设计';
$lang->dev->tableList['stage'] = '阶段';
$lang->dev->tableList['gitlab'] = 'Gitlab';
$lang->dev->tableList['gitea'] = 'Gitea';
$lang->dev->tableList['gogs'] = 'Gogs';
$lang->dev->tableList['holiday'] = '节假日';
$lang->dev->tableList['projectplan'] = '项目计划';
$lang->dev->tableList['im'] = '喧喧';
$lang->dev->tableList['transfer'] = '转换';
$lang->dev->tableList['client'] = '客户端版本更新';
$lang->dev->tableList['conference'] = '音视频';
$lang->dev->tableList['integration'] = '集成';
$lang->dev->tableList['license'] = '授权';
$lang->dev->groupList['my'] = '我的地盘';
$lang->dev->groupList['program'] = '项目集';
@@ -1,5 +1,9 @@
<?php
$config->dev->group['im'] = 'xuanxuan';
$config->dev->group['client'] = 'xuanxuan';
$config->dev->group['conference'] = 'xuanxuan';
$config->dev->group['integration'] = 'xuanxuan';
$config->dev->group['license'] = 'xuanxuan';
$config->dev->group['im_chatuser'] = 'xuanxuan';
$config->dev->group['im_message'] = 'xuanxuan';
$config->dev->group['im_messagestatus'] = 'xuanxuan';