From f9a7592d033f52d71f06125d0b71b30b025bc414 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 26 Jan 2024 15:35:19 +0800 Subject: [PATCH] * Modify the tip of costs in block. --- module/block/lang/de.php | 2 +- module/block/lang/en.php | 2 +- module/block/lang/fr.php | 2 +- module/block/lang/zh-cn.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/block/lang/de.php b/module/block/lang/de.php index cb1f773cf1..e14b85fd0a 100644 --- a/module/block/lang/de.php +++ b/module/block/lang/de.php @@ -717,7 +717,7 @@ $lang->block->tooltips['deliveryRate'] = "{$lang->SRCommon} delivery rate = $lang->block->tooltips['resolvedRate'] = "Bug repair rate by {$lang->productCommon} = number of fixed bugs by {$lang->productCommon} / number of valid bugs by {$lang->productCommon}"; $lang->block->tooltips['effectiveStory'] = "Total number of {$lang->SRCommon} by {$lang->productCommon}: Sum the number of {$lang->SRCommon} in a {$lang->productCommon}, filter deleted {$lang->SRCommon} and filter deleted {$lang->productCommon}."; $lang->block->tooltips['deliveredStory'] = "Number of {$lang->SRCommon} delivered by {$lang->productCommon}: Sum the number of {$lang->SRCommon} in the {$lang->productCommon}, the stage is released or the reason for closure is done, filter the deleted {$lang->SRCommon} and filter the deleted {$lang->productCommon}."; -$lang->block->tooltips['costs'] = "Have invested = Hours consumed / Available hours per day"; +$lang->block->tooltips['costs'] = "Have invested = Hours consumed / Available hours per day for admin configuration"; $lang->block->tooltips['sv'] = "Schedule Variance = (EV - PV) / PV * 100% "; $lang->block->tooltips['ev'] = "Earned Value = Number of estimated hours worked on tasks by {$lang->projectCommon} * Progress of tasks by {$lang->projectCommon}, filter deleted tasks, filter cancelled tasks, filter tasks in deleted tasks, filter tasks in deleted {$lang->projectCommon}.
Number of estimated hours worked on tasks by {$lang->projectCommon}: Summarise the estimated hours of tasks in a {$lang->projectCommon}, filter deleted tasks, filter parent tasks, filter tasks in deleted tasks, filter tasks in deleted {$lang->projectCommon}."; diff --git a/module/block/lang/en.php b/module/block/lang/en.php index 701f456f8d..2a31b61842 100644 --- a/module/block/lang/en.php +++ b/module/block/lang/en.php @@ -717,7 +717,7 @@ $lang->block->tooltips['deliveryRate'] = "{$lang->SRCommon} delivery rate = $lang->block->tooltips['resolvedRate'] = "Bug repair rate by {$lang->productCommon} = number of fixed bugs by {$lang->productCommon} / number of valid bugs by {$lang->productCommon}"; $lang->block->tooltips['effectiveStory'] = "Total number of {$lang->SRCommon} by {$lang->productCommon}: Sum the number of {$lang->SRCommon} in a {$lang->productCommon}, filter deleted {$lang->SRCommon} and filter {$lang->SRCommon} in deleted {$lang->productCommon}."; $lang->block->tooltips['deliveredStory'] = "Number of {$lang->SRCommon} delivered by {$lang->productCommon}: Sum the number of {$lang->SRCommon} in the {$lang->productCommon}, the stage is released or the reason for closure is done, filter the deleted {$lang->SRCommon} and filter the {$lang->SRCommon} in deleteddeleted {$lang->productCommon}."; -$lang->block->tooltips['costs'] = "Have invested = Hours consumed / Available hours per day"; +$lang->block->tooltips['costs'] = "Have invested = Hours consumed / Available hours per day for admin configuration"; $lang->block->tooltips['sv'] = "Schedule Variance = (EV - PV) / PV * 100% "; $lang->block->tooltips['ev'] = "Earned Value = Number of estimated hours worked on tasks by {$lang->projectCommon} * Progress of tasks by {$lang->projectCommon}, filter deleted tasks, filter cancelled tasks, filter tasks in deleted tasks, filter tasks in deleted {$lang->projectCommon}.
Number of estimated hours worked on tasks by {$lang->projectCommon}: Summarise the estimated hours of tasks in a {$lang->projectCommon}, filter deleted tasks, filter parent tasks, filter tasks in deleted tasks, filter tasks in deleted {$lang->projectCommon}."; diff --git a/module/block/lang/fr.php b/module/block/lang/fr.php index 0633768c1c..c4cfec670f 100644 --- a/module/block/lang/fr.php +++ b/module/block/lang/fr.php @@ -710,7 +710,7 @@ $lang->block->tooltips['deliveryRate'] = "{$lang->SRCommon} delivery rate = $lang->block->tooltips['resolvedRate'] = "Bug repair rate by {$lang->productCommon} = number of fixed bugs by {$lang->productCommon} / number of valid bugs by {$lang->productCommon}"; $lang->block->tooltips['effectiveStory'] = "Total number of {$lang->SRCommon} by {$lang->productCommon}: Sum the number of {$lang->SRCommon} in a {$lang->productCommon}, filter deleted {$lang->SRCommon} and filter deleted {$lang->productCommon}."; $lang->block->tooltips['deliveredStory'] = "Number of {$lang->SRCommon} delivered by {$lang->productCommon}: Sum the number of {$lang->SRCommon} in the {$lang->productCommon}, the stage is released or the reason for closure is done, filter the deleted {$lang->SRCommon} and filter the deleted {$lang->productCommon}."; -$lang->block->tooltips['costs'] = "Have invested = Hours consumed / Available hours per day"; +$lang->block->tooltips['costs'] = "Have invested = Hours consumed / Available hours per day for admin configuration"; $lang->block->tooltips['sv'] = "Schedule Variance = (EV - PV) / PV * 100% "; $lang->block->tooltips['ev'] = "Earned Value = Number of estimated hours worked on tasks by {$lang->projectCommon} * Progress of tasks by {$lang->projectCommon}, filter deleted tasks, filter cancelled tasks, filter tasks in deleted tasks, filter tasks in deleted {$lang->projectCommon}.
Number of estimated hours worked on tasks by {$lang->projectCommon}: Summarise the estimated hours of tasks in a {$lang->projectCommon}, filter deleted tasks, filter parent tasks, filter tasks in deleted tasks, filter tasks in deleted {$lang->projectCommon}."; diff --git a/module/block/lang/zh-cn.php b/module/block/lang/zh-cn.php index 77843fb595..0b81d0a473 100644 --- a/module/block/lang/zh-cn.php +++ b/module/block/lang/zh-cn.php @@ -708,7 +708,7 @@ $lang->block->tooltips['deliveryRate'] = "{$lang->SRCommon}交付率=按{$l $lang->block->tooltips['resolvedRate'] = "按{$lang->productCommon}统计的Bug修复率 = 按{$lang->productCommon}统计的修复Bug数 / 按{$lang->productCommon}统计的有效Bug数"; $lang->block->tooltips['effectiveStory'] = "按{$lang->productCommon}统计的{$lang->SRCommon}总数:{$lang->productCommon}中{$lang->SRCommon}的个数求和,过滤已删除的{$lang->SRCommon},过滤已删除的{$lang->productCommon}。"; $lang->block->tooltips['deliveredStory'] = "按{$lang->productCommon}统计的已交付{$lang->SRCommon}数:{$lang->productCommon}中{$lang->SRCommon}个数求和,所处阶段为已发布或关闭原因为已完成,过滤已删除的{$lang->SRCommon},过滤已删除的{$lang->productCommon}。"; -$lang->block->tooltips['costs'] = "已投入 = 已消耗工时 / 每日可用工时"; +$lang->block->tooltips['costs'] = "已投入 = 已消耗工时 / 后台配置的每日可用工时"; $lang->block->tooltips['sv'] = "进度偏差率 = (EV - PV) / PV * 100% "; $lang->block->tooltips['ev'] = "实际完成=按{$lang->projectCommon}统计的任务预计工时数*按{$lang->projectCommon}统计的任务进度,过滤已删除的任务,过滤已取消的任务,过滤已删除{$lang->execution->common}下的任务,过滤已删除的{$lang->projectCommon}。
按{$lang->projectCommon}统计的任务预计工时数:{$lang->projectCommon}中任务的预计工时数求和,过滤已删除的任务,过滤父任务,过滤已删除{$lang->execution->common}的任务,过滤已删除的{$lang->projectCommon}。";