diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-06-20 21:59:59 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-06-20 21:59:59 -0300 |
commit | b513313c2fbfb0e5f15cab97ea74929b5c0d0a60 (patch) | |
tree | f96d6022f88fc22fc82f85e68a57eddafb423d39 /app/Locales/zh_CN/translations.php | |
parent | 08621f99e6333c5e218724d173654bf225586d59 (diff) |
Add a board selector instead of the list of projects
Diffstat (limited to 'app/Locales/zh_CN/translations.php')
-rw-r--r-- | app/Locales/zh_CN/translations.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index 23ca6ba0..2144fcef 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -354,4 +354,32 @@ return array( 'Add a comment' => '添加一个注释', 'Edit a comment' => '修改一个注释', 'Summary' => '概要', + // 'Time tracking' => '', + // 'Estimate:' => '', + // 'Spent:' => '', + // 'Do you really want to remove this sub-task?' => '', + // 'Remaining:' => '', + // 'hours' => '', + // 'spent' => '', + // 'estimated' => '', + // 'Sub-Tasks' => '', + // 'Add a sub-task' => '', + // 'Original Estimate' => '', + // 'Create another sub-task' => '', + // 'Time Spent' => '', + // 'Edit a sub-task' => '', + // 'Remove a sub-task' => '', + // 'The time must be a numeric value' => '', + // 'Todo' => '', + // 'In progress' => '', + // 'Done' => '', + // 'Sub-task removed successfully.' => '', + // 'Unable to remove this sub-task.' => '', + // 'Sub-task updated successfully.' => '', + // 'Unable to update your sub-task.' => '', + // 'Unable to create your sub-task.' => '', + // 'Sub-task added successfully.' => '', + // 'Maximum size: ' => '', + // 'Unable to upload the file.' => '', + // 'Display another project' => '', ); |