diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 91c6691bc..d075c83b0 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1346,56 +1346,46 @@ zh: text_user_destroy_confirmation: 您是否确定要删除这个用户并且移除该用户所有的参照? 这是无法被复原的动作。通常锁定一个用户是比较好的方案,而非将用户删除。若要确认,请在下面输入用户的帐号名称 (%{login})。 text_project_destroy_enter_identifier: 若要确认, 请在下面输入项目的标识 (%{identifier})。 button_add_subtask: 新建子任务 - notice_invalid_watcher: 'Invalid watcher: User will not receive any notifications - because it does not have access to view this object.' - button_fetch_changesets: Fetch commits - permission_view_message_watchers: View message watchers list - permission_add_message_watchers: Add message watchers - permission_delete_message_watchers: Delete message watchers - label_message_watchers: Watchers - button_copy_link: Copy link - error_invalid_authenticity_token: Invalid form authenticity token. - error_query_statement_invalid: An error occurred while executing the query and has - been logged. Please report this error to your Redmine administrator. - permission_view_wiki_page_watchers: View wiki page watchers list - permission_add_wiki_page_watchers: Add wiki page watchers - permission_delete_wiki_page_watchers: Delete wiki page watchers - label_wiki_page_watchers: Watchers - label_attachment_description: File description - error_no_data_in_file: The file does not contain any data - field_twofa_required: Require two factor authentication - twofa_hint_optional_html: Setting %{label} will let users set up - two-factor authentication at will, unless it is required by one of their groups. - twofa_text_group_required: This setting is only effective when the global two factor - authentication setting is set to 'optional'. Currently, two factor authentication - is required for all users. - twofa_text_group_disabled: This setting is only effective when the global two factor - authentication setting is set to 'optional'. Currently, two factor authentication - is disabled. - field_default_issue_query: Default issue query + notice_invalid_watcher: '无效的关注者:因为它无权查看此对象,所以用户将不会收到任何通知。' + button_fetch_changesets: 获取提交记录 + permission_view_message_watchers: 查看消息关注者列表 + permission_add_message_watchers: 添加消息关注者 + permission_delete_message_watchers: 删除消息关注者 + label_message_watchers: 关注者 + button_copy_link: 复制链接 + error_invalid_authenticity_token: 无效的表单验证令牌。 + error_query_statement_invalid: 执行查询时发生错误并已记录。请向您的Redmine管理员报告此错误。 + permission_view_wiki_page_watchers: 查看Wiki页面关注者列表 + permission_add_wiki_page_watchers: 添加Wiki页面关注者 + permission_delete_wiki_page_watchers: 删除Wiki页面关注者 + label_wiki_page_watchers: 关注者 + label_attachment_description: 文件描述 + error_no_data_in_file: 文件不包含任何数据 + field_twofa_required: 要求双因素身份验证 + twofa_hint_optional_html: 设置 %{label},用户可以自行设置双因素身份验证,除非其所在组要求必须设置。 + twofa_text_group_required: 仅当全局双因素身份验证设置为“选用项”时,此设置才有效。目前,所有用户都需要进行双因素身份验证。 + twofa_text_group_disabled: 仅当全局双因素身份验证设置为“选用项”时,此设置才有效。目前,双因素身份验证已禁用。 + field_default_issue_query: 默认问题查询 label_default_queries: - for_all_projects: For all projects - for_current_project: For current project - for_all_users: For all users - for_this_user: For this user - text_allowed_queries_to_select: Public (to any users) queries only selectable - text_all_migrations_have_been_run: All database migrations have been run - button_save_object: Save %{object_name} - button_edit_object: Edit %{object_name} - button_delete_object: Delete %{object_name} - text_setting_config_change: You can configure the behaviour in config/configuration.yml. - Please restart the application after editing it. - label_bulk_edit: Bulk edit - button_create_and_follow: Create and follow - label_subtask: Subtask - label_default_query: Default query - field_default_project_query: Default project query - label_required_administrators: required for administrators - twofa_hint_required_administrators_html: Setting %{label} behaves - like optional, but will require all users with administration rights to set up two-factor - authentication at their next login. - label_auto_watch_on: Auto watch - label_auto_watch_on_issue_contributed_to: Issues I contributed to + for_all_projects: 对于所有项目 + for_current_project: 对于当前项目 + for_all_users: 对于所有用户 + for_this_user: 对于此用户 + text_allowed_queries_to_select: 只允许选择公开(对任何用户开放)的查询 + text_all_migrations_have_been_run: 所有数据库迁移已完成 + button_save_object: 保存 %{object_name} + button_edit_object: 编辑 %{object_name} + button_delete_object: 删除 %{object_name} + text_setting_config_change: 您可以在 config/configuration.yml 中配置此行为。请在编辑后重新启动应用程序。 + label_bulk_edit: 批量编辑 + button_create_and_follow: 创建并关注 + label_subtask: 子任务 + label_default_query: 默认查询 + field_default_project_query: 默认项目查询 + label_required_administrators: 管理员所需 + twofa_hint_required_administrators_html: 设置 %{label} 与 选用项 类似,但会要求所有具有管理权限的用户在下次登录时设置双因素身份验证。 + label_auto_watch_on: 自动关注 + label_auto_watch_on_issue_contributed_to: 我参与的问题 text_project_close_confirmation: Are you sure you want to close the '%{value}' project to make it read-only? text_project_reopen_confirmation: Are you sure you want to reopen the '%{value}' project?