diff options
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index e8133ab6..3db92f58 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1392,12 +1392,12 @@ return array( 'Destination swimlane' => '目标泳道', 'Assign a category when the task is moved to a specific swimlane' => '将移动到指定泳道的任务设定分类', 'Move the task to another swimlane when the category is changed' => '当分类改变时将任务移动到另一个泳道', - // 'Reorder this column by priority (ASC)' => '', - // 'Reorder this column by priority (DESC)' => '', - // 'Reorder this column by assignee and priority (ASC)' => '', - // 'Reorder this column by assignee and priority (DESC)' => '', - // 'Reorder this column by assignee (A-Z)' => '', - // 'Reorder this column by assignee (Z-A)' => '', - // '%s moved the task #%d "%s" to the project "%s"' => '', - // 'Task #%d "%s" has been moved to the project "%s"' => '', + 'Reorder this column by priority (ASC)' => '按优先级顺序重排', + 'Reorder this column by priority (DESC)' => '按优先级倒序重排', + 'Reorder this column by assignee and priority (ASC)' => '按指派和优先级顺序重排', + 'Reorder this column by assignee and priority (DESC)' => '按指派和优先级倒序重排', + 'Reorder this column by assignee (A-Z)' => '按指派重排(A-Z)', + 'Reorder this column by assignee (Z-A)' => '按指派倒序重排(Z-A)', + '%s moved the task #%d "%s" to the project "%s"' => '%s 已将任务 #%d "%s" 移动到项目"%s" ', + 'Task #%d "%s" has been moved to the project "%s"' => '任务 #%d "%s" 已被移动到项目 "%s"', ); |