Merge branch 'sprint/master_lanzongjun_fixbug_lite' into 'master'

* fix bug #20922

See merge request easycorp/zentaopms!2362
This commit is contained in:
王怡栋
2022-03-18 04:12:25 +00:00
4 changed files with 8 additions and 0 deletions

View File

@@ -22,3 +22,5 @@ $lang->execution->icons['tree'] = 'treemap';
$lang->execution->icons['grouptask'] = 'sitemap';
$lang->execution->aclList['private'] = "Private (Accessible to team members and project leaders)";
$lang->execution->common = 'Project Execution';

View File

@@ -23,3 +23,5 @@ $lang->execution->icons['tree'] = 'treemap';
$lang->execution->icons['grouptask'] = 'sitemap';
$lang->execution->aclList['private'] = "私有(团队成员和项目负责人可访问)";
$lang->execution->common = '项目看板';

View File

@@ -6,3 +6,5 @@ $lang->kanban->taskColumn['developed'] = 'Developed';
$lang->kanban->taskColumn['pause'] = 'Pause';
$lang->kanban->taskColumn['canceled'] = 'Canceled';
$lang->kanban->taskColumn['closed'] = 'Closed';
$lang->kanban->common = 'Common Kanban';

View File

@@ -6,3 +6,5 @@ $lang->kanban->taskColumn['developed'] = '已完成';
$lang->kanban->taskColumn['pause'] = '已暂停';
$lang->kanban->taskColumn['canceled'] = '已取消';
$lang->kanban->taskColumn['closed'] = '已关闭';
$lang->kanban->common = '通用看板';