Update translations
This commit is contained in:
@@ -4,9 +4,7 @@ return array(
|
||||
'number.decimals_separator' => '.',
|
||||
'number.thousands_separator' => ',',
|
||||
'None' => '无',
|
||||
'edit' => '编辑',
|
||||
'Edit' => '编辑',
|
||||
'remove' => '移除',
|
||||
'Remove' => '移除',
|
||||
'Yes' => '是',
|
||||
'No' => '否',
|
||||
@@ -167,8 +165,6 @@ return array(
|
||||
'Automatic actions for the project "%s"' => '项目"%s"的自动动作',
|
||||
'Add an action' => '添加动作',
|
||||
'Event name' => '事件名称',
|
||||
'Action name' => '动作名称',
|
||||
'Action parameters' => '动作参数',
|
||||
'Action' => '动作',
|
||||
'Event' => '事件',
|
||||
'When the selected event occurs execute the corresponding action.' => '当所选事件发生时执行相应动作。',
|
||||
@@ -187,7 +183,7 @@ return array(
|
||||
'Position' => '位置',
|
||||
'Duplicate to another project' => '复制到另一项目',
|
||||
'Duplicate' => '复制',
|
||||
'link' => '连接',
|
||||
'Link' => '连接',
|
||||
'Comment updated successfully.' => '评论成功更新。',
|
||||
'Unable to update your comment.' => '无法更新您的评论。',
|
||||
'Remove a comment' => '移除评论',
|
||||
@@ -234,7 +230,6 @@ return array(
|
||||
'Category:' => '分类:',
|
||||
'Categories' => '分类',
|
||||
'Your category have been created successfully.' => '成功为您创建分类。',
|
||||
'Unable to create your category.' => '无法为您创建分类。',
|
||||
'This category has been updated successfully.' => '成功为您更新分类。',
|
||||
'Unable to update this category.' => '无法为您更新分类。',
|
||||
'Remove a category' => '移除一个分类',
|
||||
@@ -899,7 +894,6 @@ return array(
|
||||
'Add group member' => '添加用户组成员',
|
||||
'Do you really want to remove this group: "%s"?' => '你真的想要移除用户组:"%s"?',
|
||||
'There is no user in this group.' => '当前用户组下没有成员',
|
||||
'Remove this user' => '移除用户',
|
||||
'Permissions' => '权限',
|
||||
'Allowed Users' => '被允许的用户',
|
||||
'No user have been allowed specifically.' => '没有被允许的用户。',
|
||||
@@ -1309,4 +1303,21 @@ return array(
|
||||
'This project is open' => '项目已打开',
|
||||
'This project is closed' => '项目已关闭',
|
||||
'Unable to upload files, check the permissions of your data folder.' => '无法上传文件,请检查你的data目录权限。',
|
||||
// 'Another category with the same name exists in this project' => '',
|
||||
// 'Comment sent by email successfully.' => '',
|
||||
// 'Sent by email to [%s](mailto:%s) (%s)' => '',
|
||||
// 'Unable to read uploaded file.' => '',
|
||||
// 'Database uploaded successfully.' => '',
|
||||
// 'Task sent by email successfully.' => '',
|
||||
// 'There is no category in this project.' => '',
|
||||
// 'Send by email' => '',
|
||||
// 'Create and send a comment by email' => '',
|
||||
// 'Subject' => '',
|
||||
// 'Upload the database' => '',
|
||||
// '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' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user