diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
commit | 7bfeaaf1648ea8d6f03f8adf497e43bf2705ad39 (patch) | |
tree | 9ff6a873fe91dde17b79b4dff3ceab2165452ded /app/Locale/zh_CN | |
parent | 6bd0ce25c9546ceb68615a3321e0afc11ae29e6b (diff) |
Sync locales
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index f68b59dc..2ca48673 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -39,7 +39,6 @@ return array( 'Administrator' => '超级管理员', 'Sign in' => '登录', 'Users' => '用户', - 'No user' => '没有用户', 'Forbidden' => '禁止', 'Access Forbidden' => '禁止进入', 'Edit user' => '修改用户', @@ -402,16 +401,13 @@ return array( 'API' => '应用程序接口', 'Create a comment from an external provider' => '从外部创建一个评论', 'Project management' => '项目管理', - 'My projects' => '我的项目', 'Columns' => '栏目', 'Task' => '任务', - 'Your are not member of any project.' => '您尚未加入任何项目', 'Percentage' => '百分比', 'Number of tasks' => '任务数', 'Task distribution' => '任务分布', 'Analytics' => '分析', 'Subtask' => '子任务', - 'My subtasks' => '我的子任务', 'User repartition' => '用户分析', 'Clone this project' => '复制此项目', 'Column removed successfully.' => '成功删除了栏目。', @@ -889,7 +885,6 @@ return array( 'There is no user available.' => '当前没有有效用户', 'Do you really want to remove the user "%s" from the group "%s"?' => '你确定把用户"%s"从"%s"中移除?', 'There is no group.' => '当前没有用户组', - 'External Id' => '关联ID', 'Add group member' => '添加用户组成员', 'Do you really want to remove this group: "%s"?' => '你真的想要移除用户组:"%s"?', 'There is no user in this group.' => '当前用户组下没有成员', @@ -955,7 +950,6 @@ return array( 'Default priority' => '默认优先级', 'Lowest priority' => '最低优先级', 'Highest priority' => '最高优先级', - 'If you put zero to the low and high priority, this feature will be disabled.' => '如果你为优先级填0,将禁用本功能', 'Close a task when there is no activity' => '当任务没有活动记录时关闭任务', 'Duration in days' => '持续天数', 'Send email when there is no activity on a task' => '当任务没有活动记录时发送邮件', @@ -1169,8 +1163,6 @@ return array( 'Subtasks overview for %s' => '%s的子任务预览', 'Projects overview for %s' => '%s的项目预览', 'Activity stream for %s' => '%s的活动足迹', - 'Calendar for %s' => '%s的日历', - 'Notifications for %s' => '%s的通知', 'Assign a color when the task is moved to a specific swimlane' => '当任务移动到指定里程碑时标记颜色', 'Assign a priority when the task is moved to a specific swimlane' => '当任务移动到指定里程碑时标记优先级', 'User unlocked successfully.' => '用户解锁成功。', @@ -1316,7 +1308,6 @@ return array( // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', // 'Database file' => '', // 'Upload' => '', - // 'Remove this user from group' => '', // 'Your project must have at least one active swimlane.' => '', // 'Project: %s' => '', // 'Automatic action not found: "%s"' => '', @@ -1334,4 +1325,23 @@ return array( // 'Assign automatically a color when due date is expired' => '', // 'Total score in this column across all swimlanes' => '', // 'HRK - Kuna' => '', + // 'ARS - Argentine Peso' => '', + // 'COP - Colombian Peso' => '', + // '%d groups' => '', + // '%d group' => '', + // 'Group ID' => '', + // 'External ID' => '', + // '%d users' => '', + // '%d user' => '', + // 'Hide subtasks' => '', + // 'Show subtasks' => '', + // 'Authentication Parameters' => '', + // 'API Access' => '', + // 'No users found.' => '', + // 'User ID' => '', + // 'Notifications are activated' => '', + // 'Notifications are disabled' => '', + // 'User disabled' => '', + // '%d notifications' => '', + // '%d notification' => '', ); |