diff options
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 10 |
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小时', ); |