Merge branch 'zentaopms_289' of https://gitlab.zcorp.cc/easycorp/zentaopms into zentaopms_289
This commit is contained in:
@@ -29,7 +29,7 @@ $lang->build->basicInfo = 'Basis Info';
|
||||
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = $lang->productCommon;
|
||||
$lang->build->project = 'Project';
|
||||
$lang->build->project = $lang->projectCommon;
|
||||
$lang->build->branch = 'Platform/Branch';
|
||||
$lang->build->branchAll = 'All associated %s';
|
||||
$lang->build->branchName = '%s';
|
||||
@@ -64,7 +64,7 @@ $lang->build->notice = new stdclass();
|
||||
$lang->build->notice->changeProduct = "The {$lang->SRCommon}, bug, or the version of the submitted test order has been linked, and its {$lang->productCommon} cannot be modified";
|
||||
$lang->build->notice->changeExecution = "The version of the submitted test order cannot be modified {$lang->executionCommon}";
|
||||
$lang->build->notice->changeBuilds = "The version of the submitted test order cannot be modified builds";
|
||||
$lang->build->notice->autoRelation = "The completed requirements, resolved bugs, and generated bugs under the relevant version will be automatically associated with the project version";
|
||||
$lang->build->notice->autoRelation = "The completed requirements, resolved bugs, and generated bugs under the relevant version will be automatically associated with the {$lang->projectCommon} version";
|
||||
$lang->build->notice->createTest = "The execution of this version has been deleted, and the test cannot be submitted";
|
||||
|
||||
$lang->build->confirmChangeBuild = "After branch『%s』disassociation,under the %s have %s {$lang->SRCommon} and %s Bug will remove synchronization from version, whether to cancel?";
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang->build->basicInfo = 'Basic Info';
|
||||
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = $lang->productCommon;
|
||||
$lang->build->project = 'Project';
|
||||
$lang->build->project = $lang->projectCommon;
|
||||
$lang->build->branch = 'Platform/Branch';
|
||||
$lang->build->branchAll = 'All associated %s';
|
||||
$lang->build->branchName = '%s';
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang->build->basicInfo = 'Infos de Base';
|
||||
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = $lang->productCommon;
|
||||
$lang->build->project = 'Project';
|
||||
$lang->build->project = $lang->projectCommon;
|
||||
$lang->build->branch = 'Plateforme/Branche';
|
||||
$lang->build->branchAll = 'All associated %s';
|
||||
$lang->build->branchName = '%s';
|
||||
@@ -64,7 +64,7 @@ $lang->build->notice = new stdclass();
|
||||
$lang->build->notice->changeProduct = "The {$lang->SRCommon}, bug, or the version of the submitted test order has been linked, and its {$lang->productCommon} cannot be modified";
|
||||
$lang->build->notice->changeExecution = "The version of the submitted test order cannot be modified {$lang->executionCommon}";
|
||||
$lang->build->notice->changeBuilds = "The version of the submitted test order cannot be modified builds";
|
||||
$lang->build->notice->autoRelation = "The completed requirements, resolved bugs, and generated bugs under the relevant version will be automatically associated with the project version";
|
||||
$lang->build->notice->autoRelation = "The completed requirements, resolved bugs, and generated bugs under the relevant version will be automatically associated with the {$lang->projectCommon} version";
|
||||
$lang->build->notice->createTest = "The execution of this version has been deleted, and the test cannot be submitted";
|
||||
|
||||
$lang->build->confirmChangeBuild = "After branch『%s』disassociation,under the %s have %s {$lang->SRCommon} and %s Bug will remove synchronization from version, whether to cancel?";
|
||||
|
||||
@@ -29,7 +29,7 @@ $lang->build->basicInfo = '基本信息';
|
||||
|
||||
$lang->build->id = 'ID';
|
||||
$lang->build->product = '所属' . $lang->productCommon;
|
||||
$lang->build->project = '所属项目';
|
||||
$lang->build->project = '所属' . $lang->projectCommon;
|
||||
$lang->build->branch = '平台/分支';
|
||||
$lang->build->branchAll = '所有关联%s';
|
||||
$lang->build->branchName = '所属%s';
|
||||
@@ -64,7 +64,7 @@ $lang->build->notice = new stdclass();
|
||||
$lang->build->notice->changeProduct = "已经关联{$lang->SRCommon}、Bug或提交测试单的版本,不能修改其所属{$lang->productCommon}";
|
||||
$lang->build->notice->changeExecution = "提交测试单的版本,不能修改其所属{$lang->executionCommon}";
|
||||
$lang->build->notice->changeBuilds = "提交测试单的版本,不能修改关联版本";
|
||||
$lang->build->notice->autoRelation = "相关版本下完成的需求、解决的Bug、产生的Bug将会自动关联到项目版本中";
|
||||
$lang->build->notice->autoRelation = "相关版本下完成的需求、解决的Bug、产生的Bug将会自动关联到{$lang->projectCommon}版本中";
|
||||
$lang->build->notice->createTest = "该版本所属执行已删除,不能提交测试";
|
||||
|
||||
$lang->build->confirmChangeBuild = "%s『%s』解除关联后,%s下 %s个{$lang->SRCommon}和%s个Bug将同步从版本移除,是否解除?";
|
||||
|
||||
+14
-14
@@ -15,7 +15,7 @@ $lang->my->myTestCase = 'My Cases';
|
||||
$lang->my->story = 'My Stories';
|
||||
$lang->my->doc = "My Docs";
|
||||
$lang->my->createProgram = 'Create Program';
|
||||
$lang->my->project = "My Projects";
|
||||
$lang->my->project = "My {$lang->projectCommon}s";
|
||||
$lang->my->execution = "My {$lang->executionCommon}s";
|
||||
$lang->my->audit = 'Review';
|
||||
$lang->my->issue = 'My Issues';
|
||||
@@ -58,7 +58,7 @@ $lang->my->dynamicAction = 'Dynamic';
|
||||
$lang->my->myExecutions = "My Executions";
|
||||
$lang->my->name = 'Name';
|
||||
$lang->my->code = 'Code';
|
||||
$lang->my->projects = 'Projects';
|
||||
$lang->my->projects = "{$lang->projectCommon}s";
|
||||
$lang->my->executions = 'Executions';
|
||||
|
||||
$lang->my->taskMenu = new stdclass();
|
||||
@@ -96,27 +96,27 @@ $lang->my->form->lblContact = 'Contact Info';
|
||||
$lang->my->form->lblAccount = 'Account Info';
|
||||
|
||||
$lang->my->programLink = 'Program Default Page';
|
||||
$lang->my->productLink = 'Product Default Page';
|
||||
$lang->my->projectLink = 'Project Default Page';
|
||||
$lang->my->productLink = $lang->productCommon . ' Default Page';
|
||||
$lang->my->projectLink = $lang->projectCommon . ' Default Page';
|
||||
$lang->my->executionLink = 'Execution Default Page';
|
||||
|
||||
$lang->my->programLinkList = array();
|
||||
$lang->my->programLinkList['program-browse'] = 'Project Set List/View all project sets';
|
||||
$lang->my->programLinkList['program-kanban'] = 'Project Set Kanban/You can visually view the progress of all project sets';
|
||||
$lang->my->programLinkList['program-project'] = 'Project list of the most recent project set/You can view all items under the current project set';
|
||||
$lang->my->programLinkList['program-project'] = "{$lang->projectCommon} list of the most recent {$lang->projectCommon} set/You can view all items under the current {$lang->projectCommon} set";
|
||||
|
||||
$lang->my->productLinkList = array();
|
||||
$lang->my->productLinkList['product-all'] = 'Product List/Can view all products';
|
||||
$lang->my->productLinkList['product-kanban'] = 'Product Kanban/You can visually view the progress of all products';
|
||||
$lang->my->productLinkList['product-index'] = 'All product dashboards/You can view the statistics of all products';
|
||||
$lang->my->productLinkList['product-dashboard'] = 'Last product dashboard/You can view the current product overview';
|
||||
$lang->my->productLinkList['product-browse'] = 'Demand list of the latest product/You can view the demand information under the current product';
|
||||
$lang->my->productLinkList['product-all'] = "{$lang->productCommon} List/Can view all {$lang->productCommon}s";
|
||||
$lang->my->productLinkList['product-kanban'] = "{$lang->productCommon} Kanban/You can visually view the progress of all {$lang->productCommon}s";
|
||||
$lang->my->productLinkList['product-index'] = "All {$lang->productCommon} dashboards/You can view the statistics of all {$lang->productCommon}s";
|
||||
$lang->my->productLinkList['product-dashboard'] = "Last {$lang->productCommon} dashboard/You can view the current {$lang->productCommon} overview";
|
||||
$lang->my->productLinkList['product-browse'] = "Demand list of the latest {$lang->productCommon}/You can view the demand information under the current {$lang->productCommon}";
|
||||
|
||||
$lang->my->projectLinkList = array();
|
||||
$lang->my->projectLinkList['project-browse'] = 'Project List/Can view all items';
|
||||
$lang->my->projectLinkList['project-kanban'] = 'Project Kanban/The project board can visually view the progress of all projects';
|
||||
$lang->my->projectLinkList['project-execution'] = 'All execution lists under the project/View all execution information';
|
||||
$lang->my->projectLinkList['project-index'] = 'Recent Project Dashboard/You can view the current project overview';
|
||||
$lang->my->projectLinkList['project-browse'] = "{$lang->projectCommon} List/Can view all items";
|
||||
$lang->my->projectLinkList['project-kanban'] = "{$lang->projectCommon} Kanban/The {$lang->projectCommon} board can visually view the progress of all {$lang->projectCommon}s";
|
||||
$lang->my->projectLinkList['project-execution'] = "All execution lists under the {$lang->projectCommon}/View all execution information";
|
||||
$lang->my->projectLinkList['project-index'] = "Recent Project Dashboard/You can view the current {$lang->projectCommon} overview";
|
||||
|
||||
$lang->my->executionLinkList = array();
|
||||
$lang->my->executionLinkList['execution-all'] = 'Execution list/You can view all executions';
|
||||
|
||||
+14
-14
@@ -15,7 +15,7 @@ $lang->my->myTestCase = 'My Cases';
|
||||
$lang->my->story = 'My Stories';
|
||||
$lang->my->doc = "My Docs";
|
||||
$lang->my->createProgram = 'Create Program';
|
||||
$lang->my->project = "My Projects";
|
||||
$lang->my->project = "My {$lang->projectCommon}s";
|
||||
$lang->my->execution = "My {$lang->executionCommon}s";
|
||||
$lang->my->audit = 'Review';
|
||||
$lang->my->issue = 'My Issues';
|
||||
@@ -58,7 +58,7 @@ $lang->my->dynamicAction = 'Dynamic';
|
||||
$lang->my->myExecutions = "My Executions";
|
||||
$lang->my->name = 'Name';
|
||||
$lang->my->code = 'Code';
|
||||
$lang->my->projects = 'Projects';
|
||||
$lang->my->projects = "{$lang->projectCommon}s";
|
||||
$lang->my->executions = 'Executions';
|
||||
|
||||
$lang->my->taskMenu = new stdclass();
|
||||
@@ -96,27 +96,27 @@ $lang->my->form->lblContact = 'Contact Info';
|
||||
$lang->my->form->lblAccount = 'Account Info';
|
||||
|
||||
$lang->my->programLink = 'Program Default Page';
|
||||
$lang->my->productLink = 'Product Default Page';
|
||||
$lang->my->projectLink = 'Project Default Page';
|
||||
$lang->my->productLink = $lang->productCommon . ' Default Page';
|
||||
$lang->my->projectLink = $lang->projectCommon . ' Default Page';
|
||||
$lang->my->executionLink = 'Execution Default Page';
|
||||
|
||||
$lang->my->programLinkList = array();
|
||||
$lang->my->programLinkList['program-browse'] = 'Project Set List/View all project sets';
|
||||
$lang->my->programLinkList['program-kanban'] = 'Project Set Kanban/You can visually view the progress of all project sets';
|
||||
$lang->my->programLinkList['program-project'] = 'Project list of the most recent project set/You can view all items under the current project set';
|
||||
$lang->my->programLinkList['program-project'] = "{$lang->projectCommon} list of the most recent {$lang->projectCommon} set/You can view all items under the current {$lang->projectCommon} set";
|
||||
|
||||
$lang->my->productLinkList = array();
|
||||
$lang->my->productLinkList['product-all'] = 'Product List/Can view all products';
|
||||
$lang->my->productLinkList['product-kanban'] = 'Product Kanban/You can visually view the progress of all products';
|
||||
$lang->my->productLinkList['product-index'] = 'All product dashboards/You can view the statistics of all products';
|
||||
$lang->my->productLinkList['product-dashboard'] = 'Last product dashboard/You can view the current product overview';
|
||||
$lang->my->productLinkList['product-browse'] = 'Demand list of the latest product/You can view the demand information under the current product';
|
||||
$lang->my->productLinkList['product-all'] = "{$lang->productCommon} List/Can view all {$lang->productCommon}s";
|
||||
$lang->my->productLinkList['product-kanban'] = "{$lang->productCommon} Kanban/You can visually view the progress of all {$lang->productCommon}s";
|
||||
$lang->my->productLinkList['product-index'] = "All {$lang->productCommon} dashboards/You can view the statistics of all {$lang->productCommon}s";
|
||||
$lang->my->productLinkList['product-dashboard'] = "Last {$lang->productCommon} dashboard/You can view the current {$lang->productCommon} overview";
|
||||
$lang->my->productLinkList['product-browse'] = "Demand list of the latest {$lang->productCommon}/You can view the demand information under the current {$lang->productCommon}";
|
||||
|
||||
$lang->my->projectLinkList = array();
|
||||
$lang->my->projectLinkList['project-browse'] = 'Project List/Can view all items';
|
||||
$lang->my->projectLinkList['project-kanban'] = 'Project Kanban/The project board can visually view the progress of all projects';
|
||||
$lang->my->projectLinkList['project-execution'] = 'All execution lists under the project/View all execution information';
|
||||
$lang->my->projectLinkList['project-index'] = 'Recent Project Dashboard/You can view the current project overview';
|
||||
$lang->my->projectLinkList['project-browse'] = "{$lang->projectCommon} List/Can view all items";
|
||||
$lang->my->projectLinkList['project-kanban'] = "{$lang->projectCommon} Kanban/The {$lang->projectCommon} board can visually view the progress of all {$lang->projectCommon}s";
|
||||
$lang->my->projectLinkList['project-execution'] = "All execution lists under the {$lang->projectCommon}/View all execution information";
|
||||
$lang->my->projectLinkList['project-index'] = "Recent Project Dashboard/You can view the current {$lang->projectCommon} overview";
|
||||
|
||||
$lang->my->executionLinkList = array();
|
||||
$lang->my->executionLinkList['execution-all'] = 'Execution list/You can view all executions';
|
||||
|
||||
+14
-14
@@ -15,7 +15,7 @@ $lang->my->myTestCase = 'My Cases';
|
||||
$lang->my->story = 'My Stories';
|
||||
$lang->my->doc = "My Docs";
|
||||
$lang->my->createProgram = 'Create Program';
|
||||
$lang->my->project = "My Projects";
|
||||
$lang->my->project = "My {$lang->projectCommon}s";
|
||||
$lang->my->execution = "My {$lang->executionCommon}s";
|
||||
$lang->my->audit = 'Review';
|
||||
$lang->my->issue = 'My Issues';
|
||||
@@ -58,7 +58,7 @@ $lang->my->dynamicAction = 'Dynamic';
|
||||
$lang->my->myExecutions = "My Executions";
|
||||
$lang->my->name = 'Name';
|
||||
$lang->my->code = 'Code';
|
||||
$lang->my->projects = 'Projects';
|
||||
$lang->my->projects = "{$lang->projectCommon}s";
|
||||
$lang->my->executions = 'Executions';
|
||||
|
||||
$lang->my->taskMenu = new stdclass();
|
||||
@@ -96,27 +96,27 @@ $lang->my->form->lblContact = 'Contact Info';
|
||||
$lang->my->form->lblAccount = 'Account Info';
|
||||
|
||||
$lang->my->programLink = 'Program Default Page';
|
||||
$lang->my->productLink = 'Product Default Page';
|
||||
$lang->my->projectLink = 'Project Default Page';
|
||||
$lang->my->productLink = $lang->productCommon . ' Default Page';
|
||||
$lang->my->projectLink = $lang->projectCommon . ' Default Page';
|
||||
$lang->my->executionLink = 'Execution Default Page';
|
||||
|
||||
$lang->my->programLinkList = array();
|
||||
$lang->my->programLinkList['program-browse'] = 'Project Set List/View all project sets';
|
||||
$lang->my->programLinkList['program-kanban'] = 'Project Set Kanban/You can visually view the progress of all project sets';
|
||||
$lang->my->programLinkList['program-project'] = 'Project list of the most recent project set/You can view all items under the current project set';
|
||||
$lang->my->programLinkList['program-project'] = "{$lang->projectCommon} list of the most recent {$lang->projectCommon} set/You can view all items under the current {$lang->projectCommon} set";
|
||||
|
||||
$lang->my->productLinkList = array();
|
||||
$lang->my->productLinkList['product-all'] = 'Product List/Can view all products';
|
||||
$lang->my->productLinkList['product-kanban'] = 'Product Kanban/You can visually view the progress of all products';
|
||||
$lang->my->productLinkList['product-index'] = 'All product dashboards/You can view the statistics of all products';
|
||||
$lang->my->productLinkList['product-dashboard'] = 'Last product dashboard/You can view the current product overview';
|
||||
$lang->my->productLinkList['product-browse'] = 'Demand list of the latest product/You can view the demand information under the current product';
|
||||
$lang->my->productLinkList['product-all'] = "{$lang->productCommon} List/Can view all {$lang->productCommon}s";
|
||||
$lang->my->productLinkList['product-kanban'] = "{$lang->productCommon} Kanban/You can visually view the progress of all {$lang->productCommon}s";
|
||||
$lang->my->productLinkList['product-index'] = "All {$lang->productCommon} dashboards/You can view the statistics of all {$lang->productCommon}s";
|
||||
$lang->my->productLinkList['product-dashboard'] = "Last {$lang->productCommon} dashboard/You can view the current {$lang->productCommon} overview";
|
||||
$lang->my->productLinkList['product-browse'] = "Demand list of the latest {$lang->productCommon}/You can view the demand information under the current {$lang->productCommon}";
|
||||
|
||||
$lang->my->projectLinkList = array();
|
||||
$lang->my->projectLinkList['project-browse'] = 'Project List/Can view all items';
|
||||
$lang->my->projectLinkList['project-kanban'] = 'Project Kanban/The project board can visually view the progress of all projects';
|
||||
$lang->my->projectLinkList['project-execution'] = 'All execution lists under the project/View all execution information';
|
||||
$lang->my->projectLinkList['project-index'] = 'Recent Project Dashboard/You can view the current project overview';
|
||||
$lang->my->projectLinkList['project-browse'] = "{$lang->projectCommon} List/Can view all items";
|
||||
$lang->my->projectLinkList['project-kanban'] = "{$lang->projectCommon} Kanban/The {$lang->projectCommon} board can visually view the progress of all {$lang->projectCommon}s";
|
||||
$lang->my->projectLinkList['project-execution'] = "All execution lists under the {$lang->projectCommon}/View all execution information";
|
||||
$lang->my->projectLinkList['project-index'] = "Recent Project Dashboard/You can view the current {$lang->projectCommon} overview";
|
||||
|
||||
$lang->my->executionLinkList = array();
|
||||
$lang->my->executionLinkList['execution-all'] = 'Execution list/You can view all executions';
|
||||
|
||||
+15
-15
@@ -14,8 +14,8 @@ $lang->my->myTestTask = '我的版本';
|
||||
$lang->my->myTestCase = '我的用例';
|
||||
$lang->my->story = "我的{$lang->SRCommon}";
|
||||
$lang->my->doc = "我的文档";
|
||||
$lang->my->createProgram = '添加项目';
|
||||
$lang->my->project = "我的项目";
|
||||
$lang->my->createProgram = '添加' . $lang->projectCommon;
|
||||
$lang->my->project = '我的' . $lang->projectCommon;
|
||||
$lang->my->execution = "我的{$lang->executionCommon}";
|
||||
$lang->my->audit = '审批';
|
||||
$lang->my->issue = '我的问题';
|
||||
@@ -58,7 +58,7 @@ $lang->my->dynamicAction = '动态';
|
||||
$lang->my->myExecutions = "我参与的阶段/冲刺/迭代";
|
||||
$lang->my->name = '名称';
|
||||
$lang->my->code = '代号';
|
||||
$lang->my->projects = '所属项目';
|
||||
$lang->my->projects = '所属' . $lang->projectCommon;
|
||||
$lang->my->executions = "所属{$lang->executionCommon}";
|
||||
|
||||
$lang->my->taskMenu = new stdclass();
|
||||
@@ -96,27 +96,27 @@ $lang->my->form->lblContact = '联系信息';
|
||||
$lang->my->form->lblAccount = '帐号信息';
|
||||
|
||||
$lang->my->programLink = '项目集默认着陆页';
|
||||
$lang->my->productLink = '产品默认着陆页';
|
||||
$lang->my->projectLink = '项目默认着陆页';
|
||||
$lang->my->productLink = $lang->productCommon .'默认着陆页';
|
||||
$lang->my->projectLink = $lang->projectCommon . '默认着陆页';
|
||||
$lang->my->executionLink = '执行默认着陆页';
|
||||
|
||||
$lang->my->programLinkList = array();
|
||||
$lang->my->programLinkList['program-browse'] = '项目集列表/可以查看所有的项目集';
|
||||
$lang->my->programLinkList['program-kanban'] = '项目集看板/可以可视化的查看到所有项目集的进展情况';
|
||||
$lang->my->programLinkList['program-project'] = '最近一个项目集的项目列表/可以查看当前项目集下所有项目';
|
||||
$lang->my->programLinkList['program-project'] = "最近一个项目集的{$lang->projectCommon}列表/可以查看当前项目集下所有{$lang->projectCommon}";
|
||||
|
||||
$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->productCommon}列表/可以查看所有{$lang->productCommon}";
|
||||
$lang->my->productLinkList['product-kanban'] = "{$lang->productCommon}看板/以可视化的方式查看到所有{$lang->productCommon}的整体情况";
|
||||
$lang->my->productLinkList['product-index'] = "所有{$lang->productCommon}仪表盘/可以查看所有{$lang->productCommon}的统计,概况,总览等";
|
||||
$lang->my->productLinkList['product-dashboard'] = "最近一个{$lang->productCommon}仪表盘/可以查看最近查看过的一个{$lang->productCommon}仪表盘";
|
||||
$lang->my->productLinkList['product-browse'] = "最近一个{$lang->productCommon}的需求列表/可以进入最近查看过的一个{$lang->productCommon}下的研发需求列表";
|
||||
|
||||
$lang->my->projectLinkList = array();
|
||||
$lang->my->projectLinkList['project-browse'] = '项目列表/可以查看所有项目';
|
||||
$lang->my->projectLinkList['project-kanban'] = '项目看板/以可视化的查看到所有项目的整体情况';
|
||||
$lang->my->projectLinkList['project-execution'] = '最近一个项目执行列表/可以查看项目下所有的执行列表';
|
||||
$lang->my->projectLinkList['project-index'] = '最近一个项目仪表盘/可以进入最近查看过的一个项目的仪表盘';
|
||||
$lang->my->projectLinkList['project-browse'] = "{$lang->projectCommon}列表/可以查看所有{$lang->projectCommon}";
|
||||
$lang->my->projectLinkList['project-kanban'] = "{$lang->projectCommon}看板/以可视化的查看到所有{$lang->projectCommon}的整体情况";
|
||||
$lang->my->projectLinkList['project-execution'] = "最近一个{$lang->projectCommon}执行列表/可以查看{$lang->projectCommon}下所有的执行列表";
|
||||
$lang->my->projectLinkList['project-index'] = "最近一个{$lang->projectCommon}仪表盘/可以进入最近查看过的一个{$lang->projectCommon}的仪表盘";
|
||||
|
||||
$lang->my->executionLinkList = array();
|
||||
$lang->my->executionLinkList['execution-all'] = '执行列表/可以查看所有执行';
|
||||
|
||||
Reference in New Issue
Block a user