diff options
Diffstat (limited to 'app/Locale')
-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 - 比特币', ); |