update chinese translations

This commit is contained in:
renothing 2018-05-15 19:20:15 +08:00 committed by Frédéric Guillot
parent 902986d2fa
commit c7496a3574
1 changed files with 5 additions and 5 deletions

View File

@ -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小时',
);