diff options
author | renothing <renothing@users.noreply.github.com> | 2018-04-10 01:30:37 +0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-09 10:30:37 -0700 |
commit | 5b299143384b29db8c5728d59c6146c5f4d50739 (patch) | |
tree | a1406b10af664e673e10e125489714c562adaf2b /app | |
parent | f6e2dea411246c011d3d1d21d56fda0cf8c3705f (diff) |
Update Chinese translations
Diffstat (limited to 'app')
-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 03afb4d8..aa9d2142 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1373,8 +1373,8 @@ return array( 'seconds' => '秒', 'Assign automatically a color when preset start date is reached' => '当到达预设起始日期时自动指派颜色', 'Move the task to another column once a predefined start date is reached' => '当到达预定起始日期时移动任务到另一栏目', - // 'This task is now linked to the task %s with the relation "%s"' => '', - // 'The link with the relation "%s" to the task %s has been removed' => '', - // 'Custom Filter:' => '', - // 'Unable to find this group.' => '', + 'This task is now linked to the task %s with the relation "%s"' => '该任务与任务:%s 已建立"%s"关联', + 'The link with the relation "%s" to the task %s has been removed' => '该任务与任务:%s 已解除"%s"关联', + 'Custom Filter:' => '自定义过滤器:', + 'Unable to find this group.' => '无法找到该用户组。', ); |