diff options
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 2f3a9f74..cafb8c55 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -154,8 +154,6 @@ return array( '%d closed tasks' => '%d个已关闭任务', 'No task for this project' => '该项目尚无任务', 'Public link' => '公开链接', - 'Change assignee' => '变更负责人', - 'Change assignee for the task "%s"' => '更改任务"%s"的负责人', 'Timezone' => '时区', 'Sorry, I didn\'t find this information in my database!' => '抱歉,无法在数据库中找到该信息!', 'Page not found' => '页面未找到', @@ -248,7 +246,6 @@ return array( 'Category' => '分类', 'Category:' => '分类:', 'Categories' => '分类', - 'Category not found.' => '未找到分类。', 'Your category have been created successfully.' => '成功为您创建分类。', 'Unable to create your category.' => '无法为您创建分类。', 'Your category have been updated successfully.' => '成功为您更新分类。', @@ -270,7 +267,6 @@ return array( 'Do you really want to remove this file: "%s"?' => '确定要移除文件"%s"吗?', 'Attachments' => '附件', 'Edit the task' => '修改任务', - 'Edit the description' => '修改描述', 'Add a comment' => '添加评论', 'Edit a comment' => '编辑评论', 'Summary' => '概要', @@ -368,7 +364,6 @@ return array( 'No external authentication enabled.' => '未启用外部认证。', 'Password modified successfully.' => '已经成功修改密码。', 'Unable to change the password.' => '无法修改密码。', - 'Change category for the task "%s"' => '变更任务 "%s" 的分类', 'Change category' => '变更分类', '%s updated the task %s' => '%s 更新了任务 %s', '%s opened the task %s' => '%s 开启了任务 %s', @@ -485,7 +480,6 @@ return array( 'Remove a swimlane' => '删除里程碑', 'Show default swimlane' => '显示默认里程碑', 'Swimlane modification for the project "%s"' => '项目"%s"的里程碑变更', - 'Swimlane not found.' => '未找到里程碑。', 'Swimlane removed successfully.' => '成功删除里程碑', 'Swimlanes' => '里程碑', 'Swimlane updated successfully.' => '成功更新了里程碑。', @@ -1202,4 +1196,23 @@ return array( // 'Email transport' => '', // 'Webhook token' => '', // 'Imports' => '', + // 'Project tags management' => '', + // 'Tag created successfully.' => '', + // 'Unable to create this tag.' => '', + // 'Tag updated successfully.' => '', + // 'Unable to update this tag.' => '', + // 'Tag removed successfully.' => '', + // 'Unable to remove this tag.' => '', + // 'Global tags management' => '', + // 'Tags' => '', + // 'Tags management' => '', + // 'Add new tag' => '', + // 'Edit a tag' => '', + // 'Project tags' => '', + // 'There is no specific tag for this project at the moment.' => '', + // 'Tag' => '', + // 'Remove a tag' => '', + // 'Do you really want to remove this tag: "%s"?' => '', + // 'Global tags' => '', + // 'There is no global tag at the moment.' => '', ); |