From abe32aa391b708c25aae55b5f5884782e4d74032 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 7 Aug 2025 11:25:52 +0800 Subject: [PATCH 1/4] * [task#147383,doing,1h] Add language. --- module/block/view/productblock.html.php | 2 +- module/product/lang/de.php | 15 +++++++++++++-- module/product/lang/en.php | 15 +++++++++++++-- module/product/lang/fr.php | 15 +++++++++++++-- module/product/lang/zh-cn.php | 15 +++++++++++++-- 5 files changed, 53 insertions(+), 9 deletions(-) diff --git a/module/block/view/productblock.html.php b/module/block/view/productblock.html.php index 03aa71f56e..8864cb4054 100644 --- a/module/block/view/productblock.html.php +++ b/module/block/view/productblock.html.php @@ -27,7 +27,7 @@ product->plans;?> product->releases;?> product->activeStories;?> - product->unResolvedBugs;?> + product->unresolvedBugs;?> diff --git a/module/product/lang/de.php b/module/product/lang/de.php index 8220d4b1ad..9ddf874a0d 100644 --- a/module/product/lang/de.php +++ b/module/product/lang/de.php @@ -73,34 +73,43 @@ $lang->product->progress = "Progress"; $lang->product->currentExecution = "Aktuelle Execution"; $lang->product->activeStories = 'Aktivierte [S]'; $lang->product->activeStoriesTitle = 'Active Stories'; +$lang->product->changingStories = "Changing {$lang->SRCommon}"; +$lang->product->changingStoriesTitle = "Changing {$lang->SRCommon}"; $lang->product->changedStories = 'Geänderte [S]'; $lang->product->changedStoriesTitle = 'Changed Stories'; $lang->product->draftStories = 'Entwurf [S]'; $lang->product->draftStoriesTitle = 'Draft Stories'; $lang->product->reviewingStories = "Reviewing [S]"; $lang->product->reviewingStoriesTitle = "Reviewing Stories"; +$lang->product->finishedStories = "Finished {$lang->SRCommon}"; +$lang->product->finishedStoriesTitle = "Finished {$lang->SRCommon}"; $lang->product->closedStories = 'Geschlossene [S]'; $lang->product->closedStoriesTitle = 'Closed Stories'; $lang->product->storyCompleteRate = "{$lang->SRCommon} Completion rate"; $lang->product->totalStories = "Total {$lang->SRCommon}"; $lang->product->activeRequirements = "Active {$lang->URCommon}"; +$lang->product->changingRequirements = "Changing {$lang->URCommon}"; $lang->product->changedRequirements = "Changed {$lang->URCommon}"; $lang->product->draftRequirements = "Draft {$lang->URCommon}"; $lang->product->reviewingRequirements = "Reviewing {$lang->URCommon}"; +$lang->product->finishedRequirements = "Finished {$lang->URCommon}"; $lang->product->closedRequirements = "Closed {$lang->URCommon}"; $lang->product->requirementCompleteRate = "{$lang->URCommon} Completion rate"; $lang->product->totalRequirements = "Total {$lang->URCommon}"; $lang->product->activeEpics = "Active {$lang->ERCommon}"; +$lang->product->changingEpics = "Changing {$lang->ERCommon}"; $lang->product->changedEpics = "Changed {$lang->ERCommon}"; $lang->product->draftEpics = "Draft {$lang->ERCommon}"; $lang->product->reviewingEpics = "Reviewing {$lang->ERCommon}"; +$lang->product->finishedEpics = "Finished {$lang->ERCommon}"; $lang->product->closedEpics = "Closed {$lang->ERCommon}"; $lang->product->epicCompleteRate = "{$lang->ERCommon} Completion rate"; $lang->product->totalEpics = "Total {$lang->ERCommon}"; -$lang->product->unResolvedBugs = 'Ungelöste [B]'; -$lang->product->unResolvedBugsTitle = 'Active Bugs'; +$lang->product->unresolvedBugs = 'Ungelöste [B]'; +$lang->product->unresolvedBugsTitle = 'Active Bugs'; $lang->product->assignToNullBugs = 'Nicht zugewiesene [B]'; $lang->product->assignToNullBugsTitle = 'Unassigned Bugs'; +$lang->product->fixedBugs = 'Fixed Bug'; $lang->product->closedBugs = 'Closed Bug'; $lang->product->bugFixedRate = 'Repair Rate'; $lang->product->unfoldClosed = 'Unfold Closed'; @@ -161,8 +170,10 @@ $lang->product->iterationInfo = '%s Iterations'; $lang->product->iterationView = 'Details'; $lang->product->createdBy = 'Created By'; $lang->product->createdDate = 'Created Date'; +$lang->product->closedDate = 'Closed Date'; $lang->product->createdVersion = 'Created Version'; $lang->product->mailto = 'Mailto'; +$lang->product->vision = 'Vision'; $lang->product->searchStory = 'Suche'; $lang->product->assignedToMe = 'Mir zuweisen'; diff --git a/module/product/lang/en.php b/module/product/lang/en.php index 5fcbc73830..10ee259998 100644 --- a/module/product/lang/en.php +++ b/module/product/lang/en.php @@ -73,34 +73,43 @@ $lang->product->progress = "Progress"; $lang->product->currentExecution = "Current Execution"; $lang->product->activeStories = 'Active [S]'; $lang->product->activeStoriesTitle = 'Active Stories'; +$lang->product->changingStories = "Changing {$lang->SRCommon}"; +$lang->product->changingStoriesTitle = "Changing {$lang->SRCommon}"; $lang->product->changedStories = 'Changed [S]'; $lang->product->changedStoriesTitle = 'Changed Stories'; $lang->product->draftStories = 'Draft [S]'; $lang->product->draftStoriesTitle = 'Draft Stories'; $lang->product->reviewingStories = "Reviewing [S]"; $lang->product->reviewingStoriesTitle = "Reviewing Stories"; +$lang->product->finishedStories = "Finished {$lang->SRCommon}"; +$lang->product->finishedStoriesTitle = "Finished {$lang->SRCommon}"; $lang->product->closedStories = 'Closed [S]'; $lang->product->closedStoriesTitle = 'Closed Stories'; $lang->product->storyCompleteRate = "{$lang->SRCommon} Completion rate"; $lang->product->totalStories = "Total {$lang->SRCommon}"; $lang->product->activeRequirements = "Active {$lang->URCommon}"; +$lang->product->changingRequirements = "Changing {$lang->URCommon}"; $lang->product->changedRequirements = "Changed {$lang->URCommon}"; $lang->product->draftRequirements = "Draft {$lang->URCommon}"; $lang->product->reviewingRequirements = "Reviewing {$lang->URCommon}"; +$lang->product->finishedRequirements = "Finished {$lang->URCommon}"; $lang->product->closedRequirements = "Closed {$lang->URCommon}"; $lang->product->requirementCompleteRate = "{$lang->URCommon} Completion rate"; $lang->product->totalRequirements = "Total {$lang->URCommon}"; $lang->product->activeEpics = "Active {$lang->ERCommon}"; +$lang->product->changingEpics = "Changing {$lang->ERCommon}"; $lang->product->changedEpics = "Changed {$lang->ERCommon}"; $lang->product->draftEpics = "Draft {$lang->ERCommon}"; $lang->product->reviewingEpics = "Reviewing {$lang->ERCommon}"; +$lang->product->finishedEpics = "Finished {$lang->ERCommon}"; $lang->product->closedEpics = "Closed {$lang->ERCommon}"; $lang->product->epicCompleteRate = "{$lang->ERCommon} Completion rate"; $lang->product->totalEpics = "Total {$lang->ERCommon}"; -$lang->product->unResolvedBugs = 'Active [B]'; -$lang->product->unResolvedBugsTitle = 'Active Bugs'; +$lang->product->unresolvedBugs = 'Active [B]'; +$lang->product->unresolvedBugsTitle = 'Active Bugs'; $lang->product->assignToNullBugs = 'Unassigned [B]'; $lang->product->assignToNullBugsTitle = 'Unassigned Bugs'; +$lang->product->fixedBugs = 'Fixed Bug'; $lang->product->closedBugs = 'Closed Bug'; $lang->product->bugFixedRate = 'Repair Rate'; $lang->product->unfoldClosed = 'Unfold Closed'; @@ -162,7 +171,9 @@ $lang->product->iterationView = 'More'; $lang->product->createdBy = 'CreatedBy'; $lang->product->createdDate = 'createdDate'; $lang->product->createdVersion = 'Created Version'; +$lang->product->closedDate = 'Closed Date'; $lang->product->mailto = 'Mailto'; +$lang->product->vision = 'Vision'; $lang->product->searchStory = 'Search'; $lang->product->assignedToMe = 'AssignedToMe'; diff --git a/module/product/lang/fr.php b/module/product/lang/fr.php index 9499dc1e4a..dd317b3c93 100644 --- a/module/product/lang/fr.php +++ b/module/product/lang/fr.php @@ -73,34 +73,43 @@ $lang->product->progress = "Progress"; $lang->product->currentExecution = "Current Execution"; $lang->product->activeStories = 'Actives [S]'; $lang->product->activeStoriesTitle = 'Stories Actives'; +$lang->product->changingStories = "Changing {$lang->SRCommon}"; +$lang->product->changingStoriesTitle = "Changing {$lang->SRCommon}"; $lang->product->changedStories = 'Changées [S]'; $lang->product->changedStoriesTitle = 'Stories Modifiées'; $lang->product->draftStories = 'Brouillon [S]'; $lang->product->draftStoriesTitle = 'Stories en Analyse'; $lang->product->reviewingStories = "Reviewing [S]"; $lang->product->reviewingStoriesTitle = "Reviewing Stories"; +$lang->product->finishedStories = "Finished {$lang->SRCommon}"; +$lang->product->finishedStoriesTitle = "Finished {$lang->SRCommon}"; $lang->product->closedStories = 'Fermées [S]'; $lang->product->closedStoriesTitle = 'Stories Fermées'; $lang->product->storyCompleteRate = "{$lang->SRCommon} Completion rate"; $lang->product->totalStories = "Total {$lang->SRCommon}"; $lang->product->activeRequirements = "Active {$lang->URCommon}"; +$lang->product->changingRequirements = "Changing {$lang->URCommon}"; $lang->product->changedRequirements = "Changed {$lang->URCommon}"; $lang->product->draftRequirements = "Draft {$lang->URCommon}"; $lang->product->reviewingRequirements = "Reviewing {$lang->URCommon}"; +$lang->product->finishedRequirements = "Finished {$lang->URCommon}"; $lang->product->closedRequirements = "Closed {$lang->URCommon}"; $lang->product->requirementCompleteRate = "{$lang->URCommon} Completion rate"; $lang->product->totalRequirements = "Total {$lang->URCommon}"; $lang->product->activeEpics = "Active {$lang->ERCommon}"; +$lang->product->changingEpics = "Changing {$lang->ERCommon}"; $lang->product->changedEpics = "Changed {$lang->ERCommon}"; $lang->product->draftEpics = "Draft {$lang->ERCommon}"; $lang->product->reviewingEpics = "Reviewing {$lang->ERCommon}"; +$lang->product->finishedEpics = "Finished {$lang->ERCommon}"; $lang->product->closedEpics = "Closed {$lang->ERCommon}"; $lang->product->epicCompleteRate = "{$lang->ERCommon} Completion rate"; $lang->product->totalEpics = "Total {$lang->ERCommon}"; -$lang->product->unResolvedBugs = 'Ouverts [B]'; -$lang->product->unResolvedBugsTitle = 'Bugs Ouverts'; +$lang->product->unresolvedBugs = 'Ouverts [B]'; +$lang->product->unresolvedBugsTitle = 'Bugs Ouverts'; $lang->product->assignToNullBugs = 'Orphelins [B]'; $lang->product->assignToNullBugsTitle = 'Bugs non assignés'; +$lang->product->fixedBugs = 'Fixed Bug'; $lang->product->closedBugs = 'Closed Bug'; $lang->product->bugFixedRate = 'Repair Rate'; $lang->product->unfoldClosed = 'Unfold Closed'; @@ -162,7 +171,9 @@ $lang->product->iterationView = 'Détail'; $lang->product->createdBy = 'Créé par'; $lang->product->createdDate = 'Créé le'; $lang->product->createdVersion = 'Created Version'; +$lang->product->closedDate = 'Closed Date'; $lang->product->mailto = 'Mailto'; +$lang->product->vision = 'Vision'; $lang->product->searchStory = 'Recherche'; $lang->product->assignedToMe = 'Affectées à Moi'; diff --git a/module/product/lang/zh-cn.php b/module/product/lang/zh-cn.php index cda14c6e70..24d7a8fab6 100644 --- a/module/product/lang/zh-cn.php +++ b/module/product/lang/zh-cn.php @@ -73,34 +73,43 @@ $lang->product->progress = "{$lang->productCommon}完成度"; $lang->product->currentExecution = "当前执行"; $lang->product->activeStories = "激活{$lang->SRCommon}"; $lang->product->activeStoriesTitle = "激活{$lang->SRCommon}"; +$lang->product->changingStories = "变更中{$lang->SRCommon}"; +$lang->product->changingStoriesTitle = "变更中{$lang->SRCommon}"; $lang->product->changedStories = "已变更{$lang->SRCommon}"; $lang->product->changedStoriesTitle = "已变更{$lang->SRCommon}"; $lang->product->draftStories = "草稿{$lang->SRCommon}"; $lang->product->draftStoriesTitle = "草稿{$lang->SRCommon}"; $lang->product->reviewingStories = "评审中{$lang->SRCommon}"; $lang->product->reviewingStoriesTitle = "评审中{$lang->SRCommon}"; +$lang->product->finishedStories = "已完成{$lang->SRCommon}"; +$lang->product->finishedStoriesTitle = "已完成{$lang->SRCommon}"; $lang->product->closedStories = "已关闭{$lang->SRCommon}"; $lang->product->closedStoriesTitle = "已关闭{$lang->SRCommon}"; $lang->product->storyCompleteRate = "{$lang->SRCommon}完成率"; $lang->product->totalStories = "{$lang->SRCommon}数"; $lang->product->activeRequirements = "激活{$lang->URCommon}"; +$lang->product->changingRequirements = "变更中{$lang->URCommon}"; $lang->product->changedRequirements = "已变更{$lang->URCommon}"; $lang->product->draftRequirements = "草稿{$lang->URCommon}"; $lang->product->reviewingRequirements = "评审中{$lang->URCommon}"; +$lang->product->finishedRequirements = "已完成{$lang->URCommon}"; $lang->product->closedRequirements = "已关闭{$lang->URCommon}"; $lang->product->requirementCompleteRate = "{$lang->URCommon}完成率"; $lang->product->totalRequirements = "{$lang->URCommon}数"; $lang->product->activeEpics = "激活{$lang->ERCommon}"; +$lang->product->changingEpics = "变更中{$lang->ERCommon}"; $lang->product->changedEpics = "已变更{$lang->ERCommon}"; $lang->product->draftEpics = "草稿{$lang->ERCommon}"; $lang->product->reviewingEpics = "评审中{$lang->ERCommon}"; +$lang->product->finishedEpics = "已完成{$lang->ERCommon}"; $lang->product->closedEpics = "已关闭{$lang->ERCommon}"; $lang->product->epicCompleteRate = "{$lang->ERCommon}完成率"; $lang->product->totalEpics = "{$lang->ERCommon}数"; -$lang->product->unResolvedBugs = '未解决Bug'; -$lang->product->unResolvedBugsTitle = '未解决Bug'; +$lang->product->unresolvedBugs = '未解决Bug'; +$lang->product->unresolvedBugsTitle = '未解决Bug'; $lang->product->assignToNullBugs = '未指派Bug'; $lang->product->assignToNullBugsTitle = '未指派Bug'; +$lang->product->fixedBugs = '已修复Bug'; $lang->product->closedBugs = '关闭Bug'; $lang->product->bugFixedRate = '修复率'; $lang->product->unfoldClosed = '展开已关闭'; @@ -162,7 +171,9 @@ $lang->product->iterationView = '查看详情'; $lang->product->createdBy = '由谁创建'; $lang->product->createdDate = '创建日期'; $lang->product->createdVersion = '创建版本'; +$lang->product->closedDate = '关闭日期'; $lang->product->mailto = '抄送给'; +$lang->product->vision = '所属界面'; $lang->product->searchStory = '搜索'; $lang->product->assignedToMe = '指给我'; From 7b6909110fd8dcb043045e1ec48146b152ca22fb Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 7 Aug 2025 14:30:06 +0800 Subject: [PATCH 2/4] * [task#147383,doing,1h] Add language for fields of project table. --- module/project/lang/de.php | 12 ++++++++++++ module/project/lang/en.php | 12 ++++++++++++ module/project/lang/fr.php | 12 ++++++++++++ module/project/lang/zh-cn.php | 12 ++++++++++++ 4 files changed, 48 insertions(+) diff --git a/module/project/lang/de.php b/module/project/lang/de.php index 5b45c36755..034221b4bd 100644 --- a/module/project/lang/de.php +++ b/module/project/lang/de.php @@ -147,6 +147,7 @@ $lang->project->lastEditedBy = 'Last EditedBy'; $lang->project->lastEditedDate = 'Last EditedDate'; $lang->project->closedBy = 'ClosedBy'; $lang->project->closedDate = 'ClosedDate'; +$lang->project->closedReason = 'Closed Reason'; $lang->project->canceledBy = 'CanceledBy'; $lang->project->canceledDate = 'CanceledDate'; $lang->project->team = 'Team'; @@ -182,6 +183,8 @@ $lang->project->acl = 'ACL'; $lang->project->setPlanduration = 'Set Duration'; $lang->project->auth = 'Privileges'; $lang->project->durationEstimation = 'Estimated Workload'; +$lang->project->left = 'Left Hours'; +$lang->project->consumed = 'Consumed Hours'; $lang->project->leftStories = 'Left Stories'; $lang->project->leftTasks = 'Left Tasks'; $lang->project->leftBugs = 'Left Bugs'; @@ -219,6 +222,15 @@ $lang->project->createKanban = 'Create Kanban'; $lang->project->kanban = 'Kanban'; $lang->project->moreActions = 'More Actions'; $lang->project->taskDateLimit = 'Task Date Limit'; +$lang->project->isTpl = 'Is Template'; +$lang->project->tplWhiteList = 'Template White List'; +$lang->project->firstEnd = 'Planned Completion Date At Launch'; +$lang->project->parallel = 'Is Parallel'; +$lang->project->enabled = 'Is Enabled'; +$lang->project->linkType = 'Link Type'; +$lang->project->colWidth = 'Column Width'; +$lang->project->minColWidth = 'Minimum Column Width'; +$lang->project->maxColWidth = 'Maximum Column Width'; /* Project Category. */ $lang->project->projectTypeList = array(); diff --git a/module/project/lang/en.php b/module/project/lang/en.php index 5b45c36755..034221b4bd 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -147,6 +147,7 @@ $lang->project->lastEditedBy = 'Last EditedBy'; $lang->project->lastEditedDate = 'Last EditedDate'; $lang->project->closedBy = 'ClosedBy'; $lang->project->closedDate = 'ClosedDate'; +$lang->project->closedReason = 'Closed Reason'; $lang->project->canceledBy = 'CanceledBy'; $lang->project->canceledDate = 'CanceledDate'; $lang->project->team = 'Team'; @@ -182,6 +183,8 @@ $lang->project->acl = 'ACL'; $lang->project->setPlanduration = 'Set Duration'; $lang->project->auth = 'Privileges'; $lang->project->durationEstimation = 'Estimated Workload'; +$lang->project->left = 'Left Hours'; +$lang->project->consumed = 'Consumed Hours'; $lang->project->leftStories = 'Left Stories'; $lang->project->leftTasks = 'Left Tasks'; $lang->project->leftBugs = 'Left Bugs'; @@ -219,6 +222,15 @@ $lang->project->createKanban = 'Create Kanban'; $lang->project->kanban = 'Kanban'; $lang->project->moreActions = 'More Actions'; $lang->project->taskDateLimit = 'Task Date Limit'; +$lang->project->isTpl = 'Is Template'; +$lang->project->tplWhiteList = 'Template White List'; +$lang->project->firstEnd = 'Planned Completion Date At Launch'; +$lang->project->parallel = 'Is Parallel'; +$lang->project->enabled = 'Is Enabled'; +$lang->project->linkType = 'Link Type'; +$lang->project->colWidth = 'Column Width'; +$lang->project->minColWidth = 'Minimum Column Width'; +$lang->project->maxColWidth = 'Maximum Column Width'; /* Project Category. */ $lang->project->projectTypeList = array(); diff --git a/module/project/lang/fr.php b/module/project/lang/fr.php index 5b45c36755..034221b4bd 100644 --- a/module/project/lang/fr.php +++ b/module/project/lang/fr.php @@ -147,6 +147,7 @@ $lang->project->lastEditedBy = 'Last EditedBy'; $lang->project->lastEditedDate = 'Last EditedDate'; $lang->project->closedBy = 'ClosedBy'; $lang->project->closedDate = 'ClosedDate'; +$lang->project->closedReason = 'Closed Reason'; $lang->project->canceledBy = 'CanceledBy'; $lang->project->canceledDate = 'CanceledDate'; $lang->project->team = 'Team'; @@ -182,6 +183,8 @@ $lang->project->acl = 'ACL'; $lang->project->setPlanduration = 'Set Duration'; $lang->project->auth = 'Privileges'; $lang->project->durationEstimation = 'Estimated Workload'; +$lang->project->left = 'Left Hours'; +$lang->project->consumed = 'Consumed Hours'; $lang->project->leftStories = 'Left Stories'; $lang->project->leftTasks = 'Left Tasks'; $lang->project->leftBugs = 'Left Bugs'; @@ -219,6 +222,15 @@ $lang->project->createKanban = 'Create Kanban'; $lang->project->kanban = 'Kanban'; $lang->project->moreActions = 'More Actions'; $lang->project->taskDateLimit = 'Task Date Limit'; +$lang->project->isTpl = 'Is Template'; +$lang->project->tplWhiteList = 'Template White List'; +$lang->project->firstEnd = 'Planned Completion Date At Launch'; +$lang->project->parallel = 'Is Parallel'; +$lang->project->enabled = 'Is Enabled'; +$lang->project->linkType = 'Link Type'; +$lang->project->colWidth = 'Column Width'; +$lang->project->minColWidth = 'Minimum Column Width'; +$lang->project->maxColWidth = 'Maximum Column Width'; /* Project Category. */ $lang->project->projectTypeList = array(); diff --git a/module/project/lang/zh-cn.php b/module/project/lang/zh-cn.php index ac702b6f51..27f1981376 100644 --- a/module/project/lang/zh-cn.php +++ b/module/project/lang/zh-cn.php @@ -147,6 +147,7 @@ $lang->project->lastEditedBy = '最后编辑人'; $lang->project->lastEditedDate = '最后编辑日期'; $lang->project->closedBy = '由谁关闭'; $lang->project->closedDate = '关闭日期'; +$lang->project->closedReason = '关闭原因'; $lang->project->canceledBy = '由谁取消'; $lang->project->canceledDate = '取消日期'; $lang->project->team = '团队'; @@ -182,6 +183,8 @@ $lang->project->acl = '访问控制'; $lang->project->setPlanduration = '设置工期'; $lang->project->auth = '权限控制'; $lang->project->durationEstimation = '工作量估算'; +$lang->project->left = '剩余工时'; +$lang->project->consumed = '消耗工时'; $lang->project->leftStories = '剩余需求'; $lang->project->leftTasks = '剩余任务'; $lang->project->leftBugs = '剩余Bug'; @@ -219,6 +222,15 @@ $lang->project->createKanban = '添加看板'; $lang->project->kanban = '项目看板'; $lang->project->moreActions = '更多操作'; $lang->project->taskDateLimit = '任务时间限制'; +$lang->project->isTpl = '是否模板'; +$lang->project->tplWhiteList = '模板白名单'; +$lang->project->firstEnd = '启动时的计划完成日期'; +$lang->project->parallel = '是否允许并行'; +$lang->project->enabled = '是否启用阶段'; +$lang->project->linkType = '关联类型'; +$lang->project->colWidth = '列宽'; +$lang->project->minColWidth = '最小列宽'; +$lang->project->maxColWidth = '最大列宽'; /* Project Category. */ $lang->project->projectTypeList = array(); From 1f5a21c0ec1215b7c2a68ba0d23d0f74136fb256 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 7 Aug 2025 14:45:28 +0800 Subject: [PATCH 3/4] * [task#147383,doing,0.5h] Add language for fields of task table. --- module/task/lang/de.php | 3 +++ module/task/lang/en.php | 3 +++ module/task/lang/fr.php | 3 +++ module/task/lang/zh-cn.php | 3 +++ 4 files changed, 12 insertions(+) diff --git a/module/task/lang/de.php b/module/task/lang/de.php index e544b33c78..84c7f953cd 100644 --- a/module/task/lang/de.php +++ b/module/task/lang/de.php @@ -191,6 +191,9 @@ $lang->task->suffixHour = 'h'; $lang->task->update = 'Update'; $lang->task->isParent = 'Is Parent'; $lang->task->path = 'Path'; +$lang->task->isTpl = 'Is Template'; +$lang->task->fromIssue = 'From Issue'; +$lang->task->order = 'Order'; /* Fields of zt_taskestimate. */ $lang->task->task = 'Task'; diff --git a/module/task/lang/en.php b/module/task/lang/en.php index fa03267a7a..d067d4bd98 100755 --- a/module/task/lang/en.php +++ b/module/task/lang/en.php @@ -191,6 +191,9 @@ $lang->task->suffixHour = 'h'; $lang->task->update = 'Update'; $lang->task->isParent = 'Is Parent'; $lang->task->path = 'Path'; +$lang->task->isTpl = 'Is Template'; +$lang->task->fromIssue = 'From Issue'; +$lang->task->order = 'Order'; /* Fields of zt_taskestimate. */ $lang->task->task = 'Task'; diff --git a/module/task/lang/fr.php b/module/task/lang/fr.php index f6909f442c..9f55a000c1 100644 --- a/module/task/lang/fr.php +++ b/module/task/lang/fr.php @@ -191,6 +191,9 @@ $lang->task->suffixHour = 'h'; $lang->task->update = 'Update'; $lang->task->isParent = 'Is Parent'; $lang->task->path = 'Path'; +$lang->task->isTpl = 'Is Template'; +$lang->task->fromIssue = 'From Issue'; +$lang->task->order = 'Order'; /* Fields of zt_taskestimate. */ $lang->task->task = 'Task'; diff --git a/module/task/lang/zh-cn.php b/module/task/lang/zh-cn.php index 26c167b100..6aca5b54aa 100755 --- a/module/task/lang/zh-cn.php +++ b/module/task/lang/zh-cn.php @@ -191,6 +191,9 @@ $lang->task->suffixHour = 'h'; $lang->task->update = '更新'; $lang->task->isParent = '是父任务'; $lang->task->path = '路径'; +$lang->task->isTpl = '是模板'; +$lang->task->fromIssue = '来源问题'; +$lang->task->order = '排序'; /* Fields of zt_taskestimate. */ $lang->task->task = '任务'; From 99d388037c6b4a00dee7fc6916a312bdded10600 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 7 Aug 2025 15:39:55 +0800 Subject: [PATCH 4/4] * [task#147383,done,1h] Add language for fields of story table. --- module/story/lang/de.php | 12 ++++++++++++ module/story/lang/en.php | 12 ++++++++++++ module/story/lang/fr.php | 12 ++++++++++++ module/story/lang/zh-cn.php | 12 ++++++++++++ 4 files changed, 48 insertions(+) diff --git a/module/story/lang/de.php b/module/story/lang/de.php index 715f1c7780..af9cbdf5c9 100644 --- a/module/story/lang/de.php +++ b/module/story/lang/de.php @@ -227,6 +227,18 @@ $lang->story->linkCommit = 'Related Commits'; $lang->story->URS = 'User requirements'; $lang->story->estimateUnit = "(Unit: {$lang->story->hour})"; $lang->story->verifiedDate = 'Verified Date'; +$lang->story->root = 'Root'; +$lang->story->vision = 'Vision'; +$lang->story->fromStory = 'From Story'; +$lang->story->fromVersion = 'From Version'; +$lang->story->approvedDate = 'Approved Date'; +$lang->story->releasedDate = 'Released Date'; +$lang->story->parentVersion = 'Parent Version'; +$lang->story->demandVersion = 'Demand Version'; +$lang->story->storyChanged = 'Story Changed'; +$lang->story->demand = 'Demand'; +$lang->story->unlinkReason = 'Unlink Reason'; +$lang->story->retractedReason = 'Retracted Reason'; $lang->story->ditto = 'Dito'; $lang->story->dittoNotice = "This story is not linked to the same {$lang->productCommon} as the last one is!"; diff --git a/module/story/lang/en.php b/module/story/lang/en.php index 58c8f29eec..7547a8b6b5 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -227,6 +227,18 @@ $lang->story->linkCommit = 'Related Commits'; $lang->story->URS = 'User requirements'; $lang->story->estimateUnit = "(Unit: {$lang->story->hour})"; $lang->story->verifiedDate = 'Verified Date'; +$lang->story->root = 'Root'; +$lang->story->vision = 'Vision'; +$lang->story->fromStory = 'From Story'; +$lang->story->fromVersion = 'From Version'; +$lang->story->approvedDate = 'Approved Date'; +$lang->story->releasedDate = 'Released Date'; +$lang->story->parentVersion = 'Parent Version'; +$lang->story->demandVersion = 'Demand Version'; +$lang->story->storyChanged = 'Story Changed'; +$lang->story->demand = 'Demand'; +$lang->story->unlinkReason = 'Unlink Reason'; +$lang->story->retractedReason = 'Retracted Reason'; $lang->story->ditto = 'Ditto'; $lang->story->dittoNotice = "This story is not linked to the same {$lang->productCommon} as the last one is!"; diff --git a/module/story/lang/fr.php b/module/story/lang/fr.php index 664d5ad42b..dc6e438547 100644 --- a/module/story/lang/fr.php +++ b/module/story/lang/fr.php @@ -227,6 +227,18 @@ $lang->story->linkCommit = 'Related Commits'; $lang->story->URS = 'User requirements'; $lang->story->estimateUnit = "(Unit: {$lang->story->hour})"; $lang->story->verifiedDate = 'Verified Date'; +$lang->story->root = 'Root'; +$lang->story->vision = 'Vision'; +$lang->story->fromStory = 'From Story'; +$lang->story->fromVersion = 'From Version'; +$lang->story->approvedDate = 'Approved Date'; +$lang->story->releasedDate = 'Released Date'; +$lang->story->parentVersion = 'Parent Version'; +$lang->story->demandVersion = 'Demand Version'; +$lang->story->storyChanged = 'Story Changed'; +$lang->story->demand = 'Demand'; +$lang->story->unlinkReason = 'Unlink Reason'; +$lang->story->retractedReason = 'Retracted Reason'; $lang->story->ditto = 'Idem'; $lang->story->dittoNotice = "This story is not linked to the same {$lang->productCommon} as the last one is!"; diff --git a/module/story/lang/zh-cn.php b/module/story/lang/zh-cn.php index 753bb04682..4bb380705b 100644 --- a/module/story/lang/zh-cn.php +++ b/module/story/lang/zh-cn.php @@ -227,6 +227,18 @@ $lang->story->linkCommit = '相关代码版本'; $lang->story->URS = '用户需求'; $lang->story->estimateUnit = "(单位:{$lang->story->hour})"; $lang->story->verifiedDate = '验收时间'; +$lang->story->root = '顶级需求ID'; +$lang->story->vision = '所属界面'; +$lang->story->fromStory = '来源需求'; +$lang->story->fromVersion = '来源版本'; +$lang->story->approvedDate = '评审日期'; +$lang->story->releasedDate = '发布日期'; +$lang->story->parentVersion = '父需求版本'; +$lang->story->demandVersion = '需求池需求版本'; +$lang->story->storyChanged = '需求已变更'; +$lang->story->demand = '需求池需求'; +$lang->story->unlinkReason = '移除原因'; +$lang->story->retractedReason = '撤销原因'; $lang->story->ditto = '同上'; $lang->story->dittoNotice = "该{$lang->SRCommon}与上一{$lang->SRCommon}不属于同一{$lang->productCommon}!";