summaryrefslogtreecommitdiff
path: root/app/Locale/zh_CN
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-04-30 11:10:25 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-04-30 11:10:25 -0700
commit0b475c18509c335087cc3158b5a7e616c1928286 (patch)
treec8f96eb2ce30a33bed40bd2fe699bad2e0607f09 /app/Locale/zh_CN
parent9c50fc9eb57b7fe6bdb6b0d2905269525570f857 (diff)
Add missing translations
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r--app/Locale/zh_CN/translations.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index aa9d2142..dac6d0b3 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1377,4 +1377,7 @@ return array(
'The link with the relation "%s" to the task %s has been removed' => '该任务与任务:%s 已解除"%s"关联',
'Custom Filter:' => '自定义过滤器:',
'Unable to find this group.' => '无法找到该用户组。',
+ // '%s moved the task #%d to the column "%s"' => '',
+ // '%s moved the task #%d to the position %d in the column "%s"' => '',
+ // '%s moved the task #%d to the swimlane "%s"' => '',
);