diff options
Diffstat (limited to 'app/Locales/zh_CN/translations.php')
-rw-r--r-- | app/Locales/zh_CN/translations.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index 1d759336..823075fe 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -407,4 +407,30 @@ return array( // 'Clone Project' => '', // 'Project cloned successfully.' => '', // 'Unable to clone this project.' => '', + // 'Email notifications' => '', + // 'Enable email notifications' => '', + // 'Task position:' => '', + // 'The task #%d have been opened.' => '', + // 'The task #%d have been closed.' => '', + // 'Sub-task updated' => '', + // 'Title:' => '', + // 'Status:' => '', + // 'Assignee:' => '', + // 'Time tracking:' => '', + // 'New sub-task' => '', + // 'New attachment added "%s"' => '', + // 'Comment updated' => '', + // 'New comment posted by %s' => '', + // 'List of due tasks for the project "%s"' => '', + // '[%s][New attachment] %s (#%d)' => '', + // '[%s][New comment] %s (#%d)' => '', + // '[%s][Comment updated] %s (#%d)' => '', + // '[%s][New subtask] %s (#%d)' => '', + // '[%s][Subtask updated] %s (#%d)' => '', + // '[%s][New task] %s (#%d)' => '', + // '[%s][Task updated] %s (#%d)' => '', + // '[%s][Task closed] %s (#%d)' => '', + // '[%s][Task opened] %s (#%d)' => '', + // '[%s][Due tasks]' => '', + // '[Kanboard] Notification' => '', ); |