diff options
author | renothing <cncaiker+git@gmail.com> | 2018-01-31 12:50:23 +0800 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2018-02-05 22:51:54 -0800 |
commit | 5c1d31d8579e6976d1141e554a26239d5ddd8c12 (patch) | |
tree | 81c8c18612fafb38de3adbf6e8dde6aba2d2789f /app/Locale/zh_CN/translations.php | |
parent | 65d4f051cbf089a24bb86381d45b0f3d42c679b0 (diff) |
update chinese translations
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 983856bc..cd5587da 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' => '当到达预定起始日期时移动任务到另一栏目', ); |