diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-20 22:03:03 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-20 22:03:03 -0400 |
commit | b7092d5e2d5cf58400a9fa1fd52d28ad9021794e (patch) | |
tree | b7bdcaf06e671a66f566d5119271b6a8dd6caffe /app/Locale/zh_CN | |
parent | 04a12dd10283e502aeb42902386bdaadb79989e4 (diff) |
Update locales
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 6b759f57..c9122bfd 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1027,4 +1027,17 @@ return array( // 'Moving or resizing a task will change the start and due date of the task.' => '', // 'There is no task in your project.' => '', // 'Gantt chart' => '', + // 'People who are project managers' => '', + // 'People who are project members' => '', + // 'NOK - Norwegian Krone' => '', + // 'Show this column' => '', + // 'Hide this column' => '', + // 'open file' => '', + // 'End date' => '', + // 'Users overview' => '', + // 'Managers' => '', + // 'Members' => '', + // 'Shared project' => '', + // 'Project managers' => '', + // 'Project members' => '', ); |