* Finish task #36024.
This commit is contained in:
+1
-1
@@ -4323,7 +4323,7 @@ INSERT INTO `zt_stage` (`name`,`percent`,`type`,`createdBy`,`createdDate`,`edite
|
||||
('总结评审','5','review','admin','2020-02-08 21:08:45','admin','2020-02-12 13:50:27','0');
|
||||
|
||||
INSERT INTO `zt_lang` (`lang`, `module`, `section`, `key`, `value`, `system`) VALUES
|
||||
('zh-cn', 'custom', 'URSRList', '1', '{\"SRName\":\"\\u8f6f\\u4ef6\\u9700\\u6c42\",\"URName\":\"\\u7528\\u6237\\u9700\\u6c42\"}', '1'),
|
||||
('zh-cn', 'custom', 'URSRList', '1', '{\"SRName\":\"\\u7814\\u53d1\\u9700\\u6c42\",\"URName\":\"\\u7528\\u6237\\u9700\\u6c42\"}', '1'),
|
||||
('zh-cn', 'custom', 'URSRList', '2', '{\"SRName\":\"\\u8f6f\\u9700\",\"URName\":\"\\u7528\\u9700\"}', '1'),
|
||||
('zh-cn', 'custom', 'URSRList', '3', '{\"SRName\":\"\\u6545\\u4e8b\",\"URName\":\"\\u9700\\u6c42\"}', '1'),
|
||||
('zh-cn', 'custom', 'URSRList', '4', '{\"SRName\":\"\\u6545\\u4e8b\",\"URName\":\"\\u53f2\\u8bd7\"}', '1');
|
||||
|
||||
@@ -119,13 +119,13 @@ $lang->report->annualData->baseInfo = "Basic Data";
|
||||
$lang->report->annualData->actionData = "Operation Data";
|
||||
$lang->report->annualData->contributionData = "Contribution Data";
|
||||
$lang->report->annualData->radar = "Capability Radar Chart";
|
||||
$lang->report->annualData->projects = "{$lang->projectCommon} Data";
|
||||
$lang->report->annualData->projects = "{$lang->executionCommon} Data";
|
||||
$lang->report->annualData->products = "{$lang->productCommon} Data";
|
||||
$lang->report->annualData->stories = "Story Data";
|
||||
$lang->report->annualData->tasks = "Task Data";
|
||||
$lang->report->annualData->bugs = "Bug Data";
|
||||
$lang->report->annualData->cases = "Case Data";
|
||||
$lang->report->annualData->statusStat = "{$lang->storyCommon}/task/bug status distribution (as of today)";
|
||||
$lang->report->annualData->statusStat = "{$lang->SRCommon}/task/bug status distribution (as of today)";
|
||||
|
||||
$lang->report->annualData->companyUsers = "Number of company";
|
||||
$lang->report->annualData->deptUsers = "Number of departments";
|
||||
@@ -150,7 +150,7 @@ $lang->report->annualData->taskMonthActions = "Monthly task operation";
|
||||
$lang->report->annualData->bugMonthActions = "Monthly bug operation";
|
||||
$lang->report->annualData->caseMonthActions = "Monthly case operation";
|
||||
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->projectCommon} name";
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->executionCommon} name";
|
||||
$lang->report->annualData->projectFields['story'] = "Finished stories";
|
||||
$lang->report->annualData->projectFields['task'] = "Finished tasks";
|
||||
$lang->report->annualData->projectFields['bug'] = "Resolved bugs";
|
||||
@@ -166,10 +166,10 @@ $lang->report->annualData->productFields['story'] = "Created stories";
|
||||
$lang->report->annualData->productFields['finished'] = "Finished stories";
|
||||
|
||||
$lang->report->annualData->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->report->annualData->objectTypeList['story'] = $lang->storyCommon;
|
||||
$lang->report->annualData->objectTypeList['story'] = $lang->SRCommon;
|
||||
$lang->report->annualData->objectTypeList['productplan'] = "Plan";
|
||||
$lang->report->annualData->objectTypeList['release'] = "Release";
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->projectCommon;
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->executionCommon;
|
||||
$lang->report->annualData->objectTypeList['task'] = 'Task';
|
||||
$lang->report->annualData->objectTypeList['repo'] = 'Code';
|
||||
$lang->report->annualData->objectTypeList['bug'] = 'Bug';
|
||||
|
||||
@@ -119,13 +119,13 @@ $lang->report->annualData->baseInfo = "Basic Data";
|
||||
$lang->report->annualData->actionData = "Operation Data";
|
||||
$lang->report->annualData->contributionData = "Contribution Data";
|
||||
$lang->report->annualData->radar = "Capability Radar Chart";
|
||||
$lang->report->annualData->projects = "{$lang->projectCommon} Data";
|
||||
$lang->report->annualData->projects = "{$lang->executionCommon} Data";
|
||||
$lang->report->annualData->products = "{$lang->productCommon} Data";
|
||||
$lang->report->annualData->stories = "Story Data";
|
||||
$lang->report->annualData->tasks = "Task Data";
|
||||
$lang->report->annualData->bugs = "Bug Data";
|
||||
$lang->report->annualData->cases = "Case Data";
|
||||
$lang->report->annualData->statusStat = "{$lang->storyCommon}/task/bug status distribution (as of today)";
|
||||
$lang->report->annualData->statusStat = "{$lang->SRCommon}/task/bug status distribution (as of today)";
|
||||
|
||||
$lang->report->annualData->companyUsers = "Number of company";
|
||||
$lang->report->annualData->deptUsers = "Number of departments";
|
||||
@@ -150,7 +150,7 @@ $lang->report->annualData->taskMonthActions = "Monthly task operation";
|
||||
$lang->report->annualData->bugMonthActions = "Monthly bug operation";
|
||||
$lang->report->annualData->caseMonthActions = "Monthly case operation";
|
||||
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->projectCommon} name";
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->executionCommon} name";
|
||||
$lang->report->annualData->projectFields['story'] = "Finished stories";
|
||||
$lang->report->annualData->projectFields['task'] = "Finished tasks";
|
||||
$lang->report->annualData->projectFields['bug'] = "Resolved bugs";
|
||||
@@ -166,10 +166,10 @@ $lang->report->annualData->productFields['story'] = "Created stories";
|
||||
$lang->report->annualData->productFields['finished'] = "Finished stories";
|
||||
|
||||
$lang->report->annualData->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->report->annualData->objectTypeList['story'] = $lang->storyCommon;
|
||||
$lang->report->annualData->objectTypeList['story'] = $lang->SRCommon;
|
||||
$lang->report->annualData->objectTypeList['productplan'] = "Plan";
|
||||
$lang->report->annualData->objectTypeList['release'] = "Release";
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->projectCommon;
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->executionCommon;
|
||||
$lang->report->annualData->objectTypeList['task'] = 'Task';
|
||||
$lang->report->annualData->objectTypeList['repo'] = 'Code';
|
||||
$lang->report->annualData->objectTypeList['bug'] = 'Bug';
|
||||
|
||||
@@ -119,13 +119,13 @@ $lang->report->annualData->baseInfo = "Basic Data";
|
||||
$lang->report->annualData->actionData = "Operation Data";
|
||||
$lang->report->annualData->contributionData = "Contribution Data";
|
||||
$lang->report->annualData->radar = "Capability Radar Chart";
|
||||
$lang->report->annualData->projects = "{$lang->projectCommon} Data";
|
||||
$lang->report->annualData->projects = "{$lang->executionCommon} Data";
|
||||
$lang->report->annualData->products = "{$lang->productCommon} Data";
|
||||
$lang->report->annualData->stories = "Story Data";
|
||||
$lang->report->annualData->tasks = "Task Data";
|
||||
$lang->report->annualData->bugs = "Bug Data";
|
||||
$lang->report->annualData->cases = "Case Data";
|
||||
$lang->report->annualData->statusStat = "{$lang->storyCommon}/task/bug status distribution (as of today)";
|
||||
$lang->report->annualData->statusStat = "{$lang->SRCommon}/task/bug status distribution (as of today)";
|
||||
|
||||
$lang->report->annualData->companyUsers = "Number of company";
|
||||
$lang->report->annualData->deptUsers = "Number of departments";
|
||||
@@ -150,7 +150,7 @@ $lang->report->annualData->taskMonthActions = "Monthly task operation";
|
||||
$lang->report->annualData->bugMonthActions = "Monthly bug operation";
|
||||
$lang->report->annualData->caseMonthActions = "Monthly case operation";
|
||||
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->projectCommon} name";
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->executionCommon} name";
|
||||
$lang->report->annualData->projectFields['story'] = "Finished stories";
|
||||
$lang->report->annualData->projectFields['task'] = "Finished tasks";
|
||||
$lang->report->annualData->projectFields['bug'] = "Resolved bugs";
|
||||
@@ -166,10 +166,10 @@ $lang->report->annualData->productFields['story'] = "Created stories";
|
||||
$lang->report->annualData->productFields['finished'] = "Finished stories";
|
||||
|
||||
$lang->report->annualData->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->report->annualData->objectTypeList['story'] = $lang->storyCommon;
|
||||
$lang->report->annualData->objectTypeList['story'] = $lang->SRCommon;
|
||||
$lang->report->annualData->objectTypeList['productplan'] = "Plan";
|
||||
$lang->report->annualData->objectTypeList['release'] = "Release";
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->projectCommon;
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->executionCommon;
|
||||
$lang->report->annualData->objectTypeList['task'] = 'Task';
|
||||
$lang->report->annualData->objectTypeList['repo'] = 'Code';
|
||||
$lang->report->annualData->objectTypeList['bug'] = 'Bug';
|
||||
|
||||
@@ -119,13 +119,13 @@ $lang->report->annualData->baseInfo = "Basic Data";
|
||||
$lang->report->annualData->actionData = "Operation Data";
|
||||
$lang->report->annualData->contributionData = "Contribution Data";
|
||||
$lang->report->annualData->radar = "Capability Radar Chart";
|
||||
$lang->report->annualData->projects = "{$lang->projectCommon} Data";
|
||||
$lang->report->annualData->projects = "{$lang->executionCommon} Data";
|
||||
$lang->report->annualData->products = "{$lang->productCommon} Data";
|
||||
$lang->report->annualData->stories = "Story Data";
|
||||
$lang->report->annualData->tasks = "Task Data";
|
||||
$lang->report->annualData->bugs = "Bug Data";
|
||||
$lang->report->annualData->cases = "Case Data";
|
||||
$lang->report->annualData->statusStat = "{$lang->storyCommon}/task/bug status distribution (as of today)";
|
||||
$lang->report->annualData->statusStat = "{$lang->SRCommon}/task/bug status distribution (as of today)";
|
||||
|
||||
$lang->report->annualData->companyUsers = "Number of company";
|
||||
$lang->report->annualData->deptUsers = "Number of departments";
|
||||
@@ -150,7 +150,7 @@ $lang->report->annualData->taskMonthActions = "Monthly task operation";
|
||||
$lang->report->annualData->bugMonthActions = "Monthly bug operation";
|
||||
$lang->report->annualData->caseMonthActions = "Monthly case operation";
|
||||
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->projectCommon} name";
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->executionCommon} name";
|
||||
$lang->report->annualData->projectFields['story'] = "Finished stories";
|
||||
$lang->report->annualData->projectFields['task'] = "Finished tasks";
|
||||
$lang->report->annualData->projectFields['bug'] = "Resolved bugs";
|
||||
@@ -166,10 +166,10 @@ $lang->report->annualData->productFields['story'] = "Created stories";
|
||||
$lang->report->annualData->productFields['finished'] = "Finished stories";
|
||||
|
||||
$lang->report->annualData->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->report->annualData->objectTypeList['story'] = $lang->storyCommon;
|
||||
$lang->report->annualData->objectTypeList['story'] = $lang->SRCommon;
|
||||
$lang->report->annualData->objectTypeList['productplan'] = "Plan";
|
||||
$lang->report->annualData->objectTypeList['release'] = "Release";
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->projectCommon;
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->executionCommon;
|
||||
$lang->report->annualData->objectTypeList['task'] = 'Task';
|
||||
$lang->report->annualData->objectTypeList['repo'] = 'Code';
|
||||
$lang->report->annualData->objectTypeList['bug'] = 'Bug';
|
||||
|
||||
@@ -119,13 +119,13 @@ $lang->report->annualData->baseInfo = "基本数据";
|
||||
$lang->report->annualData->actionData = "操作数据";
|
||||
$lang->report->annualData->contributionData = "贡献数据";
|
||||
$lang->report->annualData->radar = "能力雷达图";
|
||||
$lang->report->annualData->projects = "{$lang->projectCommon}数据";
|
||||
$lang->report->annualData->projects = "{$lang->executionCommon}数据";
|
||||
$lang->report->annualData->products = "{$lang->productCommon}数据";
|
||||
$lang->report->annualData->stories = "需求数据";
|
||||
$lang->report->annualData->tasks = "任务数据";
|
||||
$lang->report->annualData->bugs = "Bug数据";
|
||||
$lang->report->annualData->cases = "用例数据";
|
||||
$lang->report->annualData->statusStat = "{$lang->storyCommon}/任务/Bug状态分布(截止今日)";
|
||||
$lang->report->annualData->statusStat = "{$lang->SRCommon}/任务/Bug状态分布(截止今日)";
|
||||
|
||||
$lang->report->annualData->companyUsers = "公司总人数";
|
||||
$lang->report->annualData->deptUsers = "部门人数";
|
||||
@@ -150,8 +150,8 @@ $lang->report->annualData->taskMonthActions = "每月任务操作情况";
|
||||
$lang->report->annualData->bugMonthActions = "每月Bug操作情况";
|
||||
$lang->report->annualData->caseMonthActions = "每月用例操作情况";
|
||||
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->projectCommon}名称";
|
||||
$lang->report->annualData->projectFields['story'] = "完成{$lang->storyCommon}数";
|
||||
$lang->report->annualData->projectFields['name'] = "{$lang->executionCommon}名称";
|
||||
$lang->report->annualData->projectFields['story'] = "完成{$lang->SRCommon}数";
|
||||
$lang->report->annualData->projectFields['task'] = "完成任务数";
|
||||
$lang->report->annualData->projectFields['bug'] = "解决Bug数";
|
||||
|
||||
@@ -162,14 +162,14 @@ if(!empty($config->URAndSR))
|
||||
{
|
||||
$lang->report->annualData->productFields['requirement'] = "创建{$lang->URCommon}数";
|
||||
}
|
||||
$lang->report->annualData->productFields['story'] = "创建{$lang->storyCommon}数";
|
||||
$lang->report->annualData->productFields['story'] = "创建{$lang->SRCommon}数";
|
||||
$lang->report->annualData->productFields['finished'] = "完成需求数";
|
||||
|
||||
$lang->report->annualData->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->report->annualData->objectTypeList['story'] = "需求";
|
||||
$lang->report->annualData->objectTypeList['productplan'] = "计划";
|
||||
$lang->report->annualData->objectTypeList['release'] = "发布";
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->projectCommon;
|
||||
$lang->report->annualData->objectTypeList['project'] = $lang->executionCommon;
|
||||
$lang->report->annualData->objectTypeList['task'] = '任务';
|
||||
$lang->report->annualData->objectTypeList['repo'] = '代码';
|
||||
$lang->report->annualData->objectTypeList['bug'] = 'Bug';
|
||||
|
||||
Reference in New Issue
Block a user