diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-06-21 20:18:35 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-06-21 20:18:35 -0700 |
commit | 95150183652cbe2381f1741bb214621bc628c055 (patch) | |
tree | 41bf52147c34ca58ab3f6d52655f732396fdeeff /app/Locale/zh_CN/translations.php | |
parent | 878c6f29c356871a43493eea9e2eaf0368a8ec6a (diff) |
Update French translation
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 3db92f58..13a1687a 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1400,4 +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' => '', ); |