diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-16 19:09:25 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-16 19:09:25 -0700 |
commit | 41c2ab0c2451ea00d1236bc31f13ee7c2da97c3a (patch) | |
tree | fa1dda191117d08b4196138248eb5ed97cbdc14b /app/Locale/zh_CN/translations.php | |
parent | 914b40b4afcfd309eed4044ea93a52ba636e90e7 (diff) |
Add tooltip to subtask icons
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 94a9b2ba..0c9e0356 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1338,5 +1338,10 @@ return array( // 'This task was sent by email to "%s" with subject "%s".' => '', 'Predefined Email Subjects' => '预定义的邮件主题', // 'Write one subject by line.' => '', - '%a days, %h hours, %i minutes and %s seconds' => '%a 天, %h 小时, %i 分, %s 秒', + // 'Create another link' => '', + // 'BRL - Brazilian Real' => '', + // 'Add a new Kanboard task' => '', + // 'Subtask not started' => '', + // 'Subtask currently in progress' => '', + // 'Subtask completed' => '', ); |