From b725b9e88ab9c19cd9e7c89038d0d38ffba4cb44 Mon Sep 17 00:00:00 2001 From: Zihang Ye Date: Tue, 24 Sep 2019 23:52:38 +0800 Subject: [PATCH] Update Chinese translation Correct translation and add missing colon --- app/Locale/zh_CN/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index b5ef659cb..4925d1962 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -951,14 +951,14 @@ return array( 'Column:' => '栏目:', 'Position:' => '位置:', 'Creator:' => '创建者:', - 'Time estimated:' => '时间已过去:', + 'Time estimated:' => '预计时间:', '%s hours' => '%s 小时', 'Time spent:' => '时间消耗:', 'Created:' => '已创建:', 'Modified:' => '已修改:', 'Completed:' => '已完成:', 'Started:' => '已开始:', - 'Moved:' => '已移走', + 'Moved:' => '已移走:', 'Task #%d' => '任务#%d', 'Time format' => '时间格式', 'Start date: ' => '开始时间:',