diff options
author | renothing <261274+renothing@users.noreply.github.com> | 2019-07-09 10:48:24 +0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-08 19:48:24 -0700 |
commit | d3d55224329681722b52a84b31f141bf78aaa134 (patch) | |
tree | da51edcae81ff95a6f73d028e256df33cb5853bf /app/Locale/zh_CN/translations.php | |
parent | 91d703eb8dd627659712e2c87fffab6140ec9aec (diff) |
Automatically update the start date when a task move away from a column
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index bc914864..1ca66bdb 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1398,11 +1398,12 @@ return array( '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)', - // 'Reorder this column by due date (ASC)' => '', - // 'Reorder this column by due date (DESC)' => '', + 'Reorder this column by due date (ASC)' => '按逾期时间顺序重排(ASC)', + 'Reorder this column by due date (DESC)' => '按逾期时间倒序重排(DESC)', '%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"', 'Move the task to another column when the due date is less than a certain number of days' => '当任务即将在指定天数内超期时移动到另一栏', + 'Automatically update the start date when task move away from certain column' => '当任务离开指定栏目时自动开始计时', 'HTTP Client:' => 'HTTP客户端', 'XBT - bitcoin' => 'XBT - 比特币', ); |