* code for task #40827

This commit is contained in:
tianshujie
2022-12-30 17:32:05 +08:00
parent 41dd1a0280
commit e11298c33b
3 changed files with 16 additions and 16 deletions

View File

@@ -133,8 +133,8 @@ function initPreference() {
'project-kanban': 'kanban',
'execution-all': 'list',
'execution-task': 'kanban',
'execution-executionkanban': 'list-recent',
'execution-task': 'list-recent',
'execution-executionkanban': 'kanban',
}
function optionRenderProgram($option, b)
{

View File

@@ -16,8 +16,8 @@ function initPreference() {
'project-kanban': 'kanban',
'execution-all': 'list',
'execution-task': 'kanban',
'execution-executionkanban': 'list-recent',
'execution-task': 'list-recent',
'execution-executionkanban': 'kanban',
}
function optionRenderProgram($option, b)
{

View File

@@ -131,22 +131,22 @@ $lang->my->programLinkList['program-kanban'] = '项目集看板/可以可视化
$lang->my->programLinkList['program-project'] = '最近一个项目集的项目列表/可以查看当前项目集下所有项目';
$lang->my->productLinkList = array();
$lang->my->productLinkList['product-all'] = '产品列表/可以查看所有产品';
$lang->my->productLinkList['product-kanban'] = '产品看板/以可视化的查看到所有产品的进展情况';
$lang->my->productLinkList['product-index'] = '所有产品仪表盘/可以查看所有产品的统计';
$lang->my->productLinkList['product-dashboard'] = '最近一个产品仪表盘/可以查看当前产品概况';
$lang->my->productLinkList['product-browse'] = '最近一个产品的需求列表/可以查看当前产品下的需求信息';
$lang->my->productLinkList['product-all'] = '产品列表/可以查看所有产品';
$lang->my->productLinkList['product-kanban'] = '产品看板/以可视化的方式查看到所有产品的整体情况';
$lang->my->productLinkList['product-index'] = '所有产品仪表盘/可以查看所有产品的统计,概况,总览等';
$lang->my->productLinkList['product-dashboard'] = '最近一个产品仪表盘/可以查看最近查看过的一个产品仪表盘';
$lang->my->productLinkList['product-browse'] = '最近一个产品的需求列表/可以进入最近查看过的一个产品下的研发需求列表';
$lang->my->projectLinkList = array();
$lang->my->projectLinkList['project-browse'] = '项目列表/可以查看所有项目';
$lang->my->projectLinkList['project-execution'] = '项目下所有执行列表/查看所有执行信息';
$lang->my->projectLinkList['project-index'] = '最近一个项目仪表盘/可以查看当前项目概况';
$lang->my->projectLinkList['project-kanban'] = '项目看板/可以可视化的查看到所有项目的进展情况';
$lang->my->projectLinkList['project-browse'] = '项目列表/可以查看所有项目';
$lang->my->projectLinkList['project-kanban'] = '项目看板/以可视化的查看所有项目的整体情况';
$lang->my->projectLinkList['project-execution'] = '最近一个项目执行列表/可以查看项目下所有的执行列表';
$lang->my->projectLinkList['project-index'] = '最近一个项目仪表盘/可以进入最近查看过的一个项目的仪表盘';
$lang->my->executionLinkList = array();
$lang->my->executionLinkList['execution-all'] = '执行列表/可以查看所有执行';
$lang->my->executionLinkList['execution-task'] = '最近一个执行的任务列表/可以查看当前迭代下的任务信息';
$lang->my->executionLinkList['execution-executionkanban'] = '执行看板/可以查看进行中项目的执行情况';
$lang->my->executionLinkList['execution-all'] = '执行列表/可以查看所有执行';
$lang->my->executionLinkList['execution-executionkanban'] = '执行看板/以可视化的方式查看所有执行的整体情况';
$lang->my->executionLinkList['execution-task'] = '最近一个执行的任务列表/可以查看最近创建的一个执行下的任务';
$lang->my->confirmReview['pass'] = '您确定要执行通过操作吗?';
$lang->my->guideChangeTheme = <<<EOT