summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorrenothing <cncaiker+git@gmail.com>2018-05-15 19:20:15 +0800
committerFrédéric Guillot <fred@kanboard.net>2018-05-15 11:00:49 -0700
commitc7496a3574c93d68a0b2a74199859bdc243795da (patch)
tree4aadcce189f7cc0bd2953b6c7fd2a9f90da45e9e /app/Locale
parent902986d2fa931e96e58ca7b8b521ccb089067755 (diff)
update chinese translations
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/zh_CN/translations.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index 9cc8b190..c79f24e1 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1372,9 +1372,9 @@ 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"' => '',
- // '%sh spent' => '',
- // '%sh estimated' => '',
+ '%s moved the task #%d to the column "%s"' => '%s将任务 #%d 移动到了 "%s"',
+ '%s moved the task #%d to the position %d in the column "%s"' => '%s将任务 #%d 移动到了 "%s" 的 %d',
+ '%s moved the task #%d to the swimlane "%s"' => '%s将任务 #%d 移动到了里程碑 "%s" 下',
+ '%sh spent' => '花费%s小时',
+ '%sh estimated' => '预估%s小时',
);