Project

General

Profile

Patch #39551 » 39551.patch

Go MAEDA, 2023-11-15 10:20

View differences:

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