diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 983856bc3..cd5587da6 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1373,6 +1373,6 @@ return array( 'days' => '天', 'minutes' => '分钟', 'seconds' => '秒', - // 'Assign automatically a color when preset start date is reached' => '', - // 'Move the task to another column once a predefined start date is reached' => '', + 'Assign automatically a color when preset start date is reached' => '当到达预设起始日期时自动指派颜色', + 'Move the task to another column once a predefined start date is reached' => '当到达预定起始日期时移动任务到另一栏目', );