diff options
author | James <18580089+thoja21@users.noreply.github.com> | 2018-05-25 09:09:53 +0100 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2018-05-25 01:09:53 -0700 |
commit | 0759535939a87143c038f8797af4bb6b9b978f3f (patch) | |
tree | 77e8b2233e33b6fb22eb59343f08fd71b78a1ee0 /app/Locale/zh_CN/translations.php | |
parent | ba0455d8e43d6eb26dbb7e48d2d50da24366c992 (diff) |
Correct typos in English text
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index c79f24e1..d9401dc2 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -682,20 +682,20 @@ return array( 'Search by category: ' => '按分类:', 'Search by description: ' => '按描述:', 'Search by due date: ' => '按超期时间:', - 'Average time spent into each column' => '每个任务栏的平均花费时间', + 'Average time spent in each column' => '每个任务栏的平均花费时间', 'Average time spent' => '平均花费时间', - 'This chart show the average time spent into each column for the last %d tasks.' => '当前柱状图表示最新%d条任务在每个任务栏下的平均花费时间', + 'This chart shows the average time spent in each column for the last %d tasks.' => '当前柱状图表示最新%d条任务在每个任务栏下的平均花费时间', 'Average Lead and Cycle time' => '平均工作时间和平均周期时间', 'Average lead time: ' => '平均工作时间', 'Average cycle time: ' => '平均周期时间: ', 'Cycle Time' => '周期时间', 'Lead Time' => '工作时间', - 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '该图表显示了过去 %d 个任务的平均和峰值耗时。', + 'This chart shows the average lead and cycle time for the last %d tasks over the time.' => '该图表显示了过去 %d 个任务的平均和峰值耗时。', 'Average time into each column' => '每个任务栏的平均时间', 'Lead and cycle time' => '工作时间和周期时间', 'Lead time: ' => '工作时间: ', 'Cycle time: ' => '周期时间: ', - 'Time spent into each column' => '每个任务栏的花费时间', + 'Time spent in each column' => '每个任务栏的花费时间', 'The lead time is the duration between the task creation and the completion.' => '工作时间是任务创建和完成之间的持续时间。', 'The cycle time is the duration between the start date and the completion.' => '周期时间是开始日期和完成时间之间的持续时间。', 'If the task is not closed the current time is used instead of the completion date.' => '如果当前任务未关闭时用当前时间代替完成时间', |