* Add priv module.

This commit is contained in:
liumengyi
2023-03-15 10:06:08 +00:00
parent 01fe1b42f8
commit 9b545e9ab2
4 changed files with 57 additions and 6 deletions
+15 -1
View File
@@ -91,8 +91,22 @@ $lang->zahost = new stdclass();
$lang->zanode = new stdclass();
$lang->holiday = new stdclass();
$lang->contact = new stdclass();
$lang->programStakeholder = new stdclass();
$lang->featureSwitch = new stdclass();
$lang->featureSwitch = new stdclass();
$lang->researchplan = new stdclass();
$lang->workestimation = new stdclass();
$lang->gapanalysis = new stdclass();
$lang->executionview = new stdclass();
$lang->managespace = new stdclass();
$lang->managespace = new stdclass();
$lang->systemteam = new stdclass();
$lang->systemschedule = new stdclass();
$lang->systemeffort = new stdclass();
$lang->systemdynamic = new stdclass();
$lang->systemcompany = new stdclass();
$lang->pipeline = new stdclass();
$lang->devopssetting = new stdclass();
$lang->projectbuild = new stdclass();
$lang->projectrelease = new stdclass();
+17 -5
View File
@@ -628,12 +628,17 @@ $lang->navGroup->projectrelease = 'project';
$lang->navGroup->build = 'project';
$lang->navGroup->measrecord = 'project';
$lang->navGroup->milestone = 'project';
$lang->navGroup->researchplan = 'project';
$lang->navGroup->workestimation = 'project';
$lang->navGroup->gapanalysis = 'project';
$lang->navGroup->execution = 'execution';
$lang->navGroup->task = 'execution';
$lang->navGroup->build = 'execution';
$lang->navGroup->team = 'execution';
$lang->navGroup->execution = 'execution';
$lang->navGroup->task = 'execution';
$lang->navGroup->build = 'execution';
$lang->navGroup->team = 'execution';
$lang->navGroup->executionview = 'execution';
$lang->navGroup->managespace = 'kanban';
$lang->navGroup->kanbanspace = 'kanban';
$lang->navGroup->kanban = 'kanban';
$lang->navGroup->kanbanregion = 'kanban';
@@ -675,8 +680,15 @@ $lang->navGroup->ci = 'devops';
$lang->navGroup->svn = 'devops';
$lang->navGroup->git = 'devops';
$lang->navGroup->app = 'devops';
$lang->navGroup->pipeline = 'devops';
$lang->navGroup->devopssetting = 'devops';
$lang->navGroup->company = 'system';
$lang->navGroup->company = 'system';
$lang->navGroup->systemteam = 'system';
$lang->navGroup->systemschedule = 'system';
$lang->navGroup->systemeffort = 'system';
$lang->navGroup->systemdynamic = 'system';
$lang->navGroup->systemcompany = 'system';
$lang->navGroup->attend = 'attend';
$lang->navGroup->leave = 'attend';
+12
View File
@@ -237,6 +237,18 @@ $lang->productplan->shortCommon = '计划';
$lang->score->shortCommon = '积分';
$lang->testreport->shortCommon = '报告';
$lang->qa->shortCommon = 'QA';
$lang->researchplan->common = '调研';
$lang->workestimation->common = '估算';
$lang->gapanalysis->common = '培训';
$lang->executionview->common = '视图';
$lang->managespace->common = '空间管理';
$lang->systemteam->common = '组织团队';
$lang->systemschedule->common = '组织日程';
$lang->systemeffort->common = '组织日志';
$lang->systemdynamic->common = '组织动态';
$lang->systemcompany->common = '组织公司';
$lang->pipeline->common = '流水线';
$lang->devopssetting->common = '设置';
$lang->dashboard = '仪表盘';
$lang->contribute = '贡献';
+13
View File
@@ -2052,6 +2052,19 @@ $lang->editor->methodOrder[30] = 'delete';
$lang->resource->contact = new stdclass();
$lang->resource->programStakeholder = new stdclass();
$lang->resource->researchplan = new stdclass();
$lang->resource->workestimation = new stdclass();
$lang->resource->gapanalysis = new stdclass();
$lang->resource->executionview = new stdclass();
$lang->resource->managespace = new stdclass();
$lang->resource->managespace = new stdclass();
$lang->resource->systemteam = new stdclass();
$lang->resource->systemschedule = new stdclass();
$lang->resource->systemeffort = new stdclass();
$lang->resource->systemdynamic = new stdclass();
$lang->resource->systemcompany = new stdclass();
$lang->resource->pipeline = new stdclass();
$lang->resource->devopssetting = new stdclass();
global $config;
$inUpgrade = (defined('IN_UPGRADE') and IN_UPGRADE);