Fix grammatical errors

Fixes #4420
This commit is contained in:
Frédéric Guillot
2020-02-29 16:05:32 -08:00
parent e79cf77058
commit c12bbb1613
48 changed files with 596 additions and 596 deletions

View File

@@ -110,7 +110,7 @@ return array(
'Settings saved successfully.' => '设置成功保存。',
'Unable to save your settings.' => '无法保存你的设置。',
'Database optimization done.' => '数据库优化完成。',
'Your project have been created successfully.' => '您的项目已经成功创建。',
'Your project has been created successfully.' => '您的项目已经成功创建。',
'Unable to create your project.' => '无法为您创建项目。',
'Project updated successfully.' => '成功更新项目。',
'Unable to update this project.' => '无法更新该项目。',
@@ -155,7 +155,7 @@ return array(
'Due Date' => '到期时间',
'Invalid date' => '无效日期',
'Automatic actions' => '自动动作',
'Your automatic action have been created successfully.' => '您的自动动作已成功创建',
'Your automatic action has been created successfully.' => '您的自动动作已成功创建',
'Unable to create your automatic action.' => '无法为您创建自动动作。',
'Remove an action' => '移除一个动作。',
'Unable to remove this action.' => '无法移除该动作',
@@ -227,7 +227,7 @@ return array(
'Category' => '分类',
'Category:' => '分类:',
'Categories' => '分类',
'Your category have been created successfully.' => '成功为您创建分类。',
'Your category has been created successfully.' => '成功为您创建分类。',
'This category has been updated successfully.' => '成功为您更新分类。',
'Unable to update this category.' => '无法为您更新分类。',
'Remove a category' => '移除一个分类',
@@ -287,8 +287,8 @@ return array(
'Unable to clone this project.' => '无法复制此项目',
'Enable email notifications' => '启用邮件通知',
'Task position:' => '任务位置:',
'The task #%d have been opened.' => '任务#%d已经被开启.',
'The task #%d have been closed.' => '任务#%d已经被关闭.',
'The task #%d has been opened.' => '任务#%d已经被开启.',
'The task #%d has been closed.' => '任务#%d已经被关闭.',
'Sub-task updated' => '子任务更新',
'Title:' => '标题:',
'Status:' => '状态:',
@@ -437,7 +437,7 @@ return array(
'Swimlane updated successfully.' => '成功更新了泳道。',
'Unable to remove this swimlane.' => '无法删除此泳道',
'Unable to update this swimlane.' => '无法更新此泳道',
'Your swimlane have been created successfully.' => '已经成功创建泳道。',
'Your swimlane has been created successfully.' => '已经成功创建泳道。',
'Example: "Bug, Feature Request, Improvement"' => '示例:“缺陷,功能需求,提升',
'Default categories for new projects (Comma-separated)' => '新项目的默认分类(用逗号分隔)',
'Integrations' => '整合',
@@ -543,7 +543,7 @@ return array(
'Rate' => '汇率',
'Change reference currency' => '修改参考货币',
'Reference currency' => '参考货币',
'The currency rate have been added successfully.' => '成功添加汇率。',
'The currency rate has been added successfully.' => '成功添加汇率。',
'Unable to add this currency rate.' => '无法添加此汇率',
'Webhook URL' => '网络钩子 URL',
'%s removed the assignee of the task %s' => '%s删除了任务%s的受理人',
@@ -624,8 +624,8 @@ return array(
'This report contains all tasks information for the given date range.' => '该报告包含了指定日期范围内的所有任务信息。',
'Project activities for %s' => '%s的项目活动记录',
'view the board on Kanboard' => '在看板上查看面板',
'The task have been moved to the first swimlane' => '该任务已被移动到首个泳道',
'The task have been moved to another swimlane:' => '该任务已被移动到别的泳道:',
'The task has been moved to the first swimlane' => '该任务已被移动到首个泳道',
'The task has been moved to another swimlane:' => '该任务已被移动到别的泳道:',
'New title: %s' => '新标题:%s',
'The task is not assigned anymore' => '该任务没有指派给任何人',
'New assignee: %s' => '新指派到:%s',
@@ -633,12 +633,12 @@ return array(
'New category: %s' => '新分类:%s',
'New color: %s' => '新颜色:%s',
'New complexity: %d' => '新的复杂度:%d',
'The due date have been removed' => '超期时间已被移除',
'The due date has been removed' => '超期时间已被移除',
'There is no description anymore' => '当前没有描述',
'Recurrence settings have been modified' => '循环周期已被更改',
'Recurrence settings has been modified' => '循环周期已被更改',
'Time spent changed: %sh' => '时间花费已变更:%sh',
'Time estimated changed: %sh' => '时间预估已变更:%sh',
'The field "%s" have been updated' => '"%s"字段已更新',
'The field "%s" has been updated' => '"%s"字段已更新',
'The description has been modified:' => '描述已更改',
'Do you really want to close the task "%s" as well as all subtasks?' => '你是否要移除所有子任务的同时父任务"%s"',
'I want to receive notifications for:' => '我想接收以下相关通知:',
@@ -746,12 +746,12 @@ return array(
'There is no plugin loaded.' => '当前没有插件载入',
'My notifications' => '我的通知',
'Custom filters' => '过滤器',
'Your custom filter have been created successfully.' => '成功创建过滤器',
'Your custom filter has been created successfully.' => '成功创建过滤器',
'Unable to create your custom filter.' => '无法创建过滤器',
'Custom filter removed successfully.' => '成功删除过滤器',
'Unable to remove this custom filter.' => '无法删除这个过滤器',
'Edit custom filter' => '编辑过滤器',
'Your custom filter have been updated successfully.' => '你的过滤器更新成功',
'Your custom filter has been updated successfully.' => '你的过滤器更新成功',
'Unable to update custom filter.' => '无法更新过滤器',
'Web' => 'web',
'New attachment on task #%d: %s' => '任务#%d下的新附件%s',
@@ -855,11 +855,11 @@ return array(
'There is no user in this group.' => '当前用户组下没有成员',
'Permissions' => '权限',
'Allowed Users' => '被允许的用户',
'No user have been allowed specifically.' => '没有被允许的用户。',
'No specific user has been allowed.' => '没有被允许的用户。',
'Role' => '角色',
'Enter user name...' => '输入用户名...',
'Allowed Groups' => '被允许的用户组',
'No group have been allowed specifically.' => '没有被允许的用户组。',
'No group has been allowed.' => '没有被允许的用户组。',
'Group' => '用户组',
'Group Name' => '用户组名称',
'Enter group name...' => '输入用户组名称...',
@@ -1114,7 +1114,7 @@ return array(
'Subtask removed' => '子任务已删除',
'%s set a new internal link for the task #%d' => '%s为任务#%d 设置了新内部链接',
'%s removed an internal link for the task #%d' => '%s 从任务 #%d 删除内部链接',
'A new internal link for the task #%d have been defined' => '#%d新内部链接已定义',
'A new internal link for the task #%d has been defined' => '#%d新内部链接已定义',
'Internal link removed for the task #%d' => '#%d内部链接已删除',
'%s set a new internal link for the task %s' => '%s为任务%s设置了新链接',
'%s removed an internal link for the task %s' => '%s删除了任务%s内部链接',