diff options
author | renothing <renothing@users.noreply.github.com> | 2019-06-25 11:59:50 +0800 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-06-24 20:59:50 -0700 |
commit | 02f6e94e24d5f717bd610da4a69049f81d13a0fc (patch) | |
tree | a3b32dfe87c5dfd84fce93b8f4632b8e372979c8 /app | |
parent | 02a51724be3f9857f05b0e52e7020ba24fb0871c (diff) |
Update Chinese translations
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 13a1687a..013ded31 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1400,7 +1400,7 @@ return array( '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"', - // 'Move the task to another column when due date is less than a certain number of days' => '', - // 'HTTP Client:' => '', - // 'XBT - bitcoin' => '', + 'Move the task to another column when the due date is less than a certain number of days' => '当任务即将在指定天数内超期时移动到另一栏', + 'HTTP Client:' => 'HTTP客户端', + 'XBT - bitcoin' => 'XBT - 比特币', ); |