* Modify language items for project,product common.

This commit is contained in:
tianshujie
2023-03-08 09:51:30 +08:00
parent 44b97bdab1
commit f9fdc67892
4 changed files with 19 additions and 19 deletions
+5 -5
View File
@@ -60,7 +60,7 @@ $lang->program->browse = 'Programs';
$lang->program->kanbanAction = 'Kanban';
$lang->program->view = 'Program Detail';
$lang->program->copy = 'Copy Program';
$lang->program->product = 'Products';
$lang->program->product = "{$lang->productCommon}s";
$lang->program->project = "Program {$lang->projectCommon} List";
$lang->program->all = 'All Programs';
$lang->program->start = 'Start';
@@ -100,7 +100,7 @@ $lang->program->stakeholderTypeList['outside'] = 'Outside';
$lang->program->noProgram = 'No program.';
$lang->program->showClosed = 'Closed programs.';
$lang->program->tips = "If a parent program is selected, the products under the parent program can be associated. If no program is selected for the {$lang->projectCommon}, a product with the same name as the {$lang->projectCommon} is created and associated with the {$lang->projectCommon} by default.";
$lang->program->tips = "If a parent program is selected, the {$lang->productCommon}s under the parent program can be associated. If no program is selected for the {$lang->projectCommon}, a {$lang->productCommon} with the same name as the {$lang->projectCommon} is created and associated with the {$lang->projectCommon} by default.";
$lang->program->confirmBatchUnlink = "Do you want to batch unlink these stakeholders?";
$lang->program->beginLetterParent = 'The start date of the program is less than the start date of the parent program:';
$lang->program->endGreaterParent = 'The finish date of the program is greater than the finish date of the parent program:';
@@ -110,7 +110,7 @@ $lang->program->endLetterChild = "The finish date of the program is less tha
$lang->program->dateExceedChild = "The start and finish date of the program no longer include the date scope of the subprogram or {$lang->projectCommon}:";
$lang->program->closeErrorMessage = "There are subprograms or {$lang->projectCommon}s that are not closed";
$lang->program->hasChildren = "The program has a child program or the {$lang->projectCommon} exists and can not be deleted.";
$lang->program->hasProduct = 'It has products. You cannot delete it.';
$lang->program->hasProduct = "The program has {$lang->productCommon}s exist and can not be deleted.";
$lang->program->confirmDelete = "Do you want to delete it?";
$lang->program->confirmUnlink = 'Do you want to remove the Stakeholder?';
$lang->program->readjustTime = 'Change the program begin&end date.';
@@ -125,7 +125,7 @@ $lang->program->endList[186] = 'Half year';
$lang->program->endList[365] = 'One year';
$lang->program->endList[999] = 'Longtime';
$lang->program->aclList['private'] = "Private (accessible to project portfolio holders and stakeholders, stakeholders can follow up maintenance)";
$lang->program->aclList['private'] = "Private (accessible to {$lang->projectCommon} portfolio holders and stakeholders, stakeholders can follow up maintenance)";
$lang->program->aclList['open'] = "Default(user who can visit the program can access it)";
$lang->program->subAclList['private'] = "Private (accessible to this program set leader and stakeholders, stakeholders can follow up maintenance)";
@@ -167,7 +167,7 @@ $lang->program->kanban->common = 'Program Kanban';
$lang->program->kanban->typeList['my'] = 'My Programs';
$lang->program->kanban->typeList['others'] = 'Others';
$lang->program->kanban->openProducts = 'Open Products';
$lang->program->kanban->openProducts = "Open {$lang->productCommon}s";
$lang->program->kanban->unexpiredPlans = 'Unexpired Plans';
$lang->program->kanban->waitingProjects = "Waiting {$lang->projectCommon}s";
$lang->program->kanban->doingProjects = "Ongoing {$lang->projectCommon}s";
+5 -5
View File
@@ -60,7 +60,7 @@ $lang->program->browse = 'Programs';
$lang->program->kanbanAction = 'Kanban';
$lang->program->view = 'Program Detail';
$lang->program->copy = 'Copy Program';
$lang->program->product = 'Products';
$lang->program->product = "{$lang->productCommon}s";
$lang->program->project = "Program {$lang->projectCommon} List";
$lang->program->all = 'All Programs';
$lang->program->start = 'Start';
@@ -100,7 +100,7 @@ $lang->program->stakeholderTypeList['outside'] = 'Outside';
$lang->program->noProgram = 'No program.';
$lang->program->showClosed = 'Closed';
$lang->program->tips = "If a parent program is selected, the products under the parent program can be associated. If no program is selected for the {$lang->projectCommon}, a product with the same name as the {$lang->projectCommon} is created and associated with the {$lang->projectCommon} by default.";
$lang->program->tips = "If a parent program is selected, the {$lang->productCommon}s under the parent program can be associated. If no program is selected for the {$lang->projectCommon}, a {$lang->productCommon} with the same name as the {$lang->projectCommon} is created and associated with the {$lang->projectCommon} by default.";
$lang->program->confirmBatchUnlink = "Do you want to batch unlink these stakeholders?";
$lang->program->beginLetterParent = 'The start date of the program is less than the start date of the parent program:';
$lang->program->endGreaterParent = 'The finish date of the program is greater than the finish date of the parent program:';
@@ -110,7 +110,7 @@ $lang->program->endLetterChild = "The finish date of the program is less tha
$lang->program->dateExceedChild = "The start and finish date of the program no longer include the date scope of the subprogram or {$lang->projectCommon}:";
$lang->program->closeErrorMessage = "There are subprograms or {$lang->projectCommon}s that are not closed";
$lang->program->hasChildren = "The program has a child program or the {$lang->projectCommon} exists and can not be deleted.";
$lang->program->hasProduct = 'The program has products exist and can not be deleted.';
$lang->program->hasProduct = "The program has {$lang->productCommon}s exist and can not be deleted.";
$lang->program->confirmDelete = 'Do you want to delete the \"%s\" Program?';
$lang->program->confirmUnlink = 'Do you want to remove the Stakeholder?';
$lang->program->readjustTime = 'Change the program begin&end date.';
@@ -125,7 +125,7 @@ $lang->program->endList[186] = 'Half year';
$lang->program->endList[365] = 'One year';
$lang->program->endList[999] = 'Longtime';
$lang->program->aclList['private'] = "Private (accessible to project portfolio holders and stakeholders, stakeholders can follow up maintenance)";
$lang->program->aclList['private'] = "Private (accessible to {$lang->projectCommon} portfolio holders and stakeholders, stakeholders can follow up maintenance)";
$lang->program->aclList['open'] = "Default(user who can visit the program can access it)";
$lang->program->subAclList['private'] = "Private (accessible to this program set leader and stakeholders, stakeholders can follow up maintenance)";
@@ -167,7 +167,7 @@ $lang->program->kanban->common = 'Program Kanban';
$lang->program->kanban->typeList['my'] = 'My Programs';
$lang->program->kanban->typeList['others'] = 'Others';
$lang->program->kanban->openProducts = 'Open Products';
$lang->program->kanban->openProducts = "Open {$lang->productCommon}s";
$lang->program->kanban->unexpiredPlans = 'Unexpired Plans';
$lang->program->kanban->waitingProjects = "Waiting {$lang->projectCommon}s";
$lang->program->kanban->doingProjects = "Ongoing {$lang->projectCommon}s";
+5 -5
View File
@@ -60,7 +60,7 @@ $lang->program->browse = 'Programs';
$lang->program->kanbanAction = 'Kanban';
$lang->program->view = 'Program Detail';
$lang->program->copy = 'Copy Program';
$lang->program->product = 'Products';
$lang->program->product = "{$lang->productCommon}s";
$lang->program->project = "Program {$lang->projectCommon} List";
$lang->program->all = 'All Programs';
$lang->program->start = 'Start';
@@ -100,7 +100,7 @@ $lang->program->stakeholderTypeList['outside'] = 'Outside';
$lang->program->noProgram = 'No program.';
$lang->program->showClosed = 'Closed programs.';
$lang->program->tips = "If a parent program is selected, the products under the parent program can be associated. If no program is selected for the {$lang->projectCommon}, a product with the same name as the {$lang->projectCommon} is created and associated with the {$lang->projectCommon} by default.";
$lang->program->tips = "If a parent program is selected, the {$lang->productCommon}s under the parent program can be associated. If no program is selected for the {$lang->projectCommon}, a {$lang->productCommon} with the same name as the {$lang->projectCommon} is created and associated with the {$lang->projectCommon} by default.";
$lang->program->confirmBatchUnlink = "Do you want to batch unlink these stakeholders?";
$lang->program->beginLetterParent = 'La date de début du programme était < à la date de début du programme parent:';
$lang->program->endGreaterParent = 'La date de fin du programme était > à la date de fin du programme parent:';
@@ -110,7 +110,7 @@ $lang->program->endLetterChild = "The finish date of the program is less tha
$lang->program->dateExceedChild = "The start and finish date of the program no longer include the date scope of the subprogram or {$lang->projectCommon}:";
$lang->program->closeErrorMessage = "There are subprograms or {$lang->projectCommon}s that are not closed";
$lang->program->hasChildren = "The program has a child program or the {$lang->projectCommon} exists and can not be deleted.";
$lang->program->hasProduct = 'It has products. You cannot delete it.';
$lang->program->hasProduct = "The program has {$lang->productCommon}s exist and can not be deleted.";
$lang->program->confirmDelete = "Do you want to delete it?";
$lang->program->confirmUnlink = 'Voulez - vous retirer les intervenants?';
$lang->program->readjustTime = 'Change the program begin&end date.';
@@ -125,7 +125,7 @@ $lang->program->endList[186] = 'Half year';
$lang->program->endList[365] = 'One year';
$lang->program->endList[999] = 'Longtime';
$lang->program->aclList['private'] = "Private (accessible to project portfolio holders and stakeholders, stakeholders can follow up maintenance)";
$lang->program->aclList['private'] = "Private (accessible to {$lang->projectCommon} portfolio holders and stakeholders, stakeholders can follow up maintenance)";
$lang->program->aclList['open'] = "Default(user who can visit the program can access it)";
$lang->program->subAclList['private'] = "Private (accessible to this program set leader and stakeholders, stakeholders can follow up maintenance)";
@@ -167,7 +167,7 @@ $lang->program->kanban->common = 'Program Kanban';
$lang->program->kanban->typeList['my'] = 'My Programs';
$lang->program->kanban->typeList['others'] = 'Others';
$lang->program->kanban->openProducts = 'Open Products';
$lang->program->kanban->openProducts = "Open {$lang->productCommon}s";
$lang->program->kanban->unexpiredPlans = 'Unexpired Plans';
$lang->program->kanban->waitingProjects = "Waiting {$lang->projectCommon}s";
$lang->program->kanban->doingProjects = "Ongoing {$lang->projectCommon}s";
+4 -4
View File
@@ -60,7 +60,7 @@ $lang->program->browse = '项目集列表';
$lang->program->kanbanAction = '项目集看板';
$lang->program->view = '项目集详情';
$lang->program->copy = '复制项目集';
$lang->program->product = '产品列表';
$lang->program->product = "{$lang->productCommon}列表";
$lang->program->project = "项目集{$lang->projectCommon}列表";
$lang->program->all = '所有项目集';
$lang->program->start = '启动项目集';
@@ -100,7 +100,7 @@ $lang->program->stakeholderTypeList['outside'] = '外部';
$lang->program->noProgram = '暂时没有项目集';
$lang->program->showClosed = '显示已关闭';
$lang->program->tips = "选择了父项目集,则可关联该父项目集下的产品。如果{$lang->projectCommon}未选择任何项目集,则系统会默认创建一个和该{$lang->projectCommon}同名的产品并关联该{$lang->projectCommon}。";
$lang->program->tips = "选择了父项目集,则可关联该父项目集下的{$lang->productCommon}。如果{$lang->projectCommon}未选择任何项目集,则系统会默认创建一个和该{$lang->projectCommon}同名的{$lang->productCommon}并关联该{$lang->projectCommon}。";
$lang->program->confirmBatchUnlink = "您确定要批量移除这些干系人吗?";
$lang->program->beginLetterParent = '项目集的开始日期小于了父项目集的开始日期:';
$lang->program->endGreaterParent = '项目集的完成日期大于了父项目集的完成日期:';
@@ -110,7 +110,7 @@ $lang->program->endLetterChild = "项目集的完成日期小于了子项目
$lang->program->dateExceedChild = "项目集的起止日期已不包含子项目集或{$lang->projectCommon}的日期范围";
$lang->program->closeErrorMessage = "存在子项目集或{$lang->projectCommon}为未关闭状态";
$lang->program->hasChildren = "该项目集有子项目集或{$lang->projectCommon}存在,不能删除。";
$lang->program->hasProduct = '该项目集有产品存在,不能删除。';
$lang->program->hasProduct = "该项目集有{$lang->productCommon}存在,不能删除。";
$lang->program->confirmDelete = '您确定要删除\“%s\”项目集吗?';
$lang->program->confirmUnlink = '您确定要移除干系人吗?';
$lang->program->readjustTime = '重新调整项目集起止时间';
@@ -167,7 +167,7 @@ $lang->program->kanban->common = '项目集看板';
$lang->program->kanban->typeList['my'] = '我参与的项目集';
$lang->program->kanban->typeList['others'] = '其他项目集';
$lang->program->kanban->openProducts = '未关闭的产品';
$lang->program->kanban->openProducts = "未关闭的{$lang->productCommon}";
$lang->program->kanban->unexpiredPlans = '未过期的计划';
$lang->program->kanban->waitingProjects = '未开始的' . $lang->projectCommon;
$lang->program->kanban->doingProjects = '进行中的' . $lang->projectCommon;