From adf69cc82007dfcb5a5474a95a4cb1a2e019b71a Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 3 Jun 2024 10:37:54 +0800 Subject: [PATCH] * [bug#50481,done,0.1h] change completion date to end date. --- module/productplan/lang/de.php | 30 +++++++++++++++--------------- module/productplan/lang/en.php | 30 +++++++++++++++--------------- module/productplan/lang/fr.php | 30 +++++++++++++++--------------- module/productplan/lang/zh-cn.php | 30 +++++++++++++++--------------- 4 files changed, 60 insertions(+), 60 deletions(-) diff --git a/module/productplan/lang/de.php b/module/productplan/lang/de.php index fd8f0c76f7..b41a91cbac 100644 --- a/module/productplan/lang/de.php +++ b/module/productplan/lang/de.php @@ -127,22 +127,22 @@ $lang->productplan->endList[93] = '3 Monate'; $lang->productplan->endList[186] = '6 Monate'; $lang->productplan->endList[365] = '1 Jahr'; -$lang->productplan->errorNoTitle = 'ID %s Titel darf nicht leer sein.'; -$lang->productplan->errorNoBegin = 'ID %s Start darf nicht leer sein.'; -$lang->productplan->errorNoEnd = 'ID %s Ende darf nicht leer sein.'; -$lang->productplan->beginGeEnd = 'ID %s Start darf nicht größer als Ende sein.'; -$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan."; -$lang->productplan->endGreatThanParent = "The completion date of the parent plan: %s, the completion date cannot be greater than the completion date of the parent plan."; -$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan."; -$lang->productplan->endLessThanChild = "The completion date of the child plan: %s, the completion date cannot be less than the completion date of the child plan."; -$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}."; -$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}"; -$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s."; -$lang->productplan->endLessThanChildTip = "The completion date of the parent plan[%s]: %s, cannot be less than the completion date of the child plan: %s."; +$lang->productplan->errorNoTitle = 'ID %s Titel darf nicht leer sein.'; +$lang->productplan->errorNoBegin = 'ID %s Start darf nicht leer sein.'; +$lang->productplan->errorNoEnd = 'ID %s Ende darf nicht leer sein.'; +$lang->productplan->beginGeEnd = 'ID %s Start darf nicht größer als Ende sein.'; +$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan."; +$lang->productplan->endGreatThanParent = "The end date of the parent plan: %s, the end date cannot be greater than the end date of the parent plan."; +$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan."; +$lang->productplan->endLessThanChild = "The end date of the child plan: %s, the end date cannot be less than the end date of the child plan."; +$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}."; +$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}"; +$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s."; +$lang->productplan->endLessThanChildTip = "The end date of the parent plan[%s]: %s, cannot be less than the end date of the child plan: %s."; $lang->productplan->beginLessThanParentTip = "The start date of the child plan[%s]: %s, cannot be less than the start date of the parent plan: %s."; -$lang->productplan->endGreatThanParentTip = "The completion date of the child plan[%s]: %s, cannot be greater than the completion date of the parent plan: %s."; -$lang->productplan->diffBranchesTip = "The @branch@『%s』 of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?"; -$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified."; +$lang->productplan->endGreatThanParentTip = "The end date of the child plan[%s]: %s, cannot be greater than the end date of the parent plan: %s."; +$lang->productplan->diffBranchesTip = "The @branch@『%s』 of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?"; +$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified."; $lang->productplan->featureBar['browse']['all'] = 'Alle'; $lang->productplan->featureBar['browse']['undone'] = 'Undone'; diff --git a/module/productplan/lang/en.php b/module/productplan/lang/en.php index 86357b1cce..4cc22dbc41 100644 --- a/module/productplan/lang/en.php +++ b/module/productplan/lang/en.php @@ -127,22 +127,22 @@ $lang->productplan->endList[93] = '3 Months'; $lang->productplan->endList[186] = '6 Months'; $lang->productplan->endList[365] = '1 Year'; -$lang->productplan->errorNoTitle = 'ID %s title should not be empty.'; -$lang->productplan->errorNoBegin = 'ID %s begin time should not be empty.'; -$lang->productplan->errorNoEnd = 'ID %s end time should not be empty.'; -$lang->productplan->beginGeEnd = 'ID %s begin time should not be >= end time.'; -$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan."; -$lang->productplan->endGreatThanParent = "The completion date of the parent plan: %s, the completion date cannot be greater than the completion date of the parent plan."; -$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan."; -$lang->productplan->endLessThanChild = "The completion date of the child plan: %s, the completion date cannot be less than the completion date of the child plan."; -$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}."; -$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}"; -$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s."; -$lang->productplan->endLessThanChildTip = "The completion date of the parent plan[%s]: %s, cannot be less than the completion date of the child plan: %s."; +$lang->productplan->errorNoTitle = 'ID %s title should not be empty.'; +$lang->productplan->errorNoBegin = 'ID %s begin time should not be empty.'; +$lang->productplan->errorNoEnd = 'ID %s end time should not be empty.'; +$lang->productplan->beginGeEnd = 'ID %s begin time should not be >= end time.'; +$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan."; +$lang->productplan->endGreatThanParent = "The end date of the parent plan: %s, the end date cannot be greater than the end date of the parent plan."; +$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan."; +$lang->productplan->endLessThanChild = "The end date of the child plan: %s, the end date cannot be less than the end date of the child plan."; +$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}."; +$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}"; +$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s."; +$lang->productplan->endLessThanChildTip = "The end date of the parent plan[%s]: %s, cannot be less than the end date of the child plan: %s."; $lang->productplan->beginLessThanParentTip = "The start date of the child plan[%s]: %s, cannot be less than the start date of the parent plan: %s."; -$lang->productplan->endGreatThanParentTip = "The completion date of the child plan[%s]: %s, cannot be greater than the completion date of the parent plan: %s."; -$lang->productplan->diffBranchesTip = "The @branch@『%s』of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?"; -$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified."; +$lang->productplan->endGreatThanParentTip = "The end date of the child plan[%s]: %s, cannot be greater than the end date of the parent plan: %s."; +$lang->productplan->diffBranchesTip = "The @branch@『%s』of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?"; +$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified."; $lang->productplan->featureBar['browse']['all'] = 'All'; $lang->productplan->featureBar['browse']['undone'] = 'Undone'; diff --git a/module/productplan/lang/fr.php b/module/productplan/lang/fr.php index c59cf9d607..ed6a60dde7 100644 --- a/module/productplan/lang/fr.php +++ b/module/productplan/lang/fr.php @@ -127,22 +127,22 @@ $lang->productplan->endList[93] = '3 Mois'; $lang->productplan->endList[186] = '6 Mois'; $lang->productplan->endList[365] = '1 Année'; -$lang->productplan->errorNoTitle = 'ID %s titre ne doit pas être à blanc.'; -$lang->productplan->errorNoBegin = "ID %s l'heure de début devrait être renseignée."; -$lang->productplan->errorNoEnd = "ID %s l'heure de fin devrait être renseignée."; -$lang->productplan->beginGeEnd = "ID %s l'heure de début ne doit pas être >= à l'heure de fin."; -$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan."; -$lang->productplan->endGreatThanParent = "The completion date of the parent plan: %s, the completion date cannot be greater than the completion date of the parent plan."; -$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan."; -$lang->productplan->endLessThanChild = "The completion date of the child plan: %s, the completion date cannot be less than the completion date of the child plan."; -$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}."; -$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}"; -$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s."; -$lang->productplan->endLessThanChildTip = "The completion date of the parent plan[%s]: %s, cannot be less than the completion date of the child plan: %s."; +$lang->productplan->errorNoTitle = 'ID %s titre ne doit pas être à blanc.'; +$lang->productplan->errorNoBegin = "ID %s l'heure de début devrait être renseignée."; +$lang->productplan->errorNoEnd = "ID %s l'heure de fin devrait être renseignée."; +$lang->productplan->beginGeEnd = "ID %s l'heure de début ne doit pas être >= à l'heure de fin."; +$lang->productplan->beginLessThanParent = "The start date of the parent plan: %s, the start date cannot be less than the start date of the parent plan."; +$lang->productplan->endGreatThanParent = "The end date of the parent plan: %s, the end date cannot be greater than the end date of the parent plan."; +$lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan."; +$lang->productplan->endLessThanChild = "The end date of the child plan: %s, the end date cannot be less than the end date of the child plan."; +$lang->productplan->noLinkedProject = "The current {$lang->productCommon} has not been linked with a {$lang->projectCommon}. Please enter the list of the {$lang->productCommon} to link or create a {$lang->projectCommon}."; +$lang->productplan->enterProjectList = "Enter the list of the {$lang->productCommon}"; +$lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s."; +$lang->productplan->endLessThanChildTip = "The end date of the parent plan[%s]: %s, cannot be less than the end date of the child plan: %s."; $lang->productplan->beginLessThanParentTip = "The start date of the child plan[%s]: %s, cannot be less than the start date of the parent plan: %s."; -$lang->productplan->endGreatThanParentTip = "The completion date of the child plan[%s]: %s, cannot be greater than the completion date of the parent plan: %s."; -$lang->productplan->diffBranchesTip = "The @branch@『%s』of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?"; -$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified."; +$lang->productplan->endGreatThanParentTip = "The end date of the child plan[%s]: %s, cannot be greater than the end date of the parent plan: %s."; +$lang->productplan->diffBranchesTip = "The @branch@『%s』of parent plan is not linked with the child plan. @branch@'s stories and bugs whill be removed from the plan. Do you want to save?"; +$lang->productplan->deleteBranchTip = "@branch@『%s』are linked with sub plans and cannot be modified."; $lang->productplan->featureBar['browse']['all'] = 'Tous'; $lang->productplan->featureBar['browse']['undone'] = 'Undone'; diff --git a/module/productplan/lang/zh-cn.php b/module/productplan/lang/zh-cn.php index 5e795d2ce1..671227d4d4 100644 --- a/module/productplan/lang/zh-cn.php +++ b/module/productplan/lang/zh-cn.php @@ -127,22 +127,22 @@ $lang->productplan->endList[93] = '三个月'; $lang->productplan->endList[186] = '半年'; $lang->productplan->endList[365] = '一年'; -$lang->productplan->errorNoTitle = 'ID %s 标题不能为空'; -$lang->productplan->errorNoBegin = 'ID %s 开始时间不能为空'; -$lang->productplan->errorNoEnd = 'ID %s 结束时间不能为空'; -$lang->productplan->beginGeEnd = 'ID %s 开始时间不能大于结束时间'; -$lang->productplan->beginLessThanParent = "父计划的开始日期:%s,开始日期不能小于父计划的开始日期"; -$lang->productplan->endGreatThanParent = "父计划的完成日期:%s,完成日期不能大于父计划的完成日期"; -$lang->productplan->beginGreaterChild = "子计划的开始日期:%s,开始日期不能大于子计划的开始日期"; -$lang->productplan->endLessThanChild = "子计划的完成日期:%s,完成日期不能小于子计划的完成日期"; -$lang->productplan->noLinkedProject = "当前{$lang->productCommon}还未关联{$lang->projectCommon},请进入{$lang->productCommon}的{$lang->projectCommon}列表关联或创建一个{$lang->projectCommon}"; -$lang->productplan->enterProjectList = "进入{$lang->productCommon}的{$lang->projectCommon}列表"; -$lang->productplan->beginGreaterChildTip = "父计划[%s]的开始日期:%s,不能大于子计划的开始日期: %s"; -$lang->productplan->endLessThanChildTip = "父计划[%s]的完成日期:%s,不能小于子计划的完成日期: %s"; +$lang->productplan->errorNoTitle = 'ID %s 标题不能为空'; +$lang->productplan->errorNoBegin = 'ID %s 开始时间不能为空'; +$lang->productplan->errorNoEnd = 'ID %s 结束时间不能为空'; +$lang->productplan->beginGeEnd = 'ID %s 开始时间不能大于结束时间'; +$lang->productplan->beginLessThanParent = "父计划的开始日期:%s,开始日期不能小于父计划的开始日期"; +$lang->productplan->endGreatThanParent = "父计划的结束日期:%s,结束日期不能大于父计划的结束日期"; +$lang->productplan->beginGreaterChild = "子计划的开始日期:%s,开始日期不能大于子计划的开始日期"; +$lang->productplan->endLessThanChild = "子计划的结束日期:%s,结束日期不能小于子计划的结束日期"; +$lang->productplan->noLinkedProject = "当前{$lang->productCommon}还未关联{$lang->projectCommon},请进入{$lang->productCommon}的{$lang->projectCommon}列表关联或创建一个{$lang->projectCommon}"; +$lang->productplan->enterProjectList = "进入{$lang->productCommon}的{$lang->projectCommon}列表"; +$lang->productplan->beginGreaterChildTip = "父计划[%s]的开始日期:%s,不能大于子计划的开始日期: %s"; +$lang->productplan->endLessThanChildTip = "父计划[%s]的结束日期:%s,不能小于子计划的结束日期: %s"; $lang->productplan->beginLessThanParentTip = "子计划[%s]的开始日期:%s,不能小于父计划的开始日期: %s"; -$lang->productplan->endGreatThanParentTip = "子计划[%s]的完成日期:%s,不能大于父计划的完成日期: %s"; -$lang->productplan->diffBranchesTip = "父计划的@branch@『%s』未被子计划关联,对应@branch@的需求和bug将自动从计划中移除,是否保存?"; -$lang->productplan->deleteBranchTip = "@branch@『%s』被子计划关联,无法修改。"; +$lang->productplan->endGreatThanParentTip = "子计划[%s]的结束日期:%s,不能大于父计划的结束日期: %s"; +$lang->productplan->diffBranchesTip = "父计划的@branch@『%s』未被子计划关联,对应@branch@的需求和bug将自动从计划中移除,是否保存?"; +$lang->productplan->deleteBranchTip = "@branch@『%s』被子计划关联,无法修改。"; $lang->productplan->featureBar['browse']['all'] = '全部'; $lang->productplan->featureBar['browse']['undone'] = '未完成';