diff options
author | Go MAEDA <maeda@farend.jp> | 2021-12-14 00:09:53 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-12-14 00:09:53 +0000 |
commit | 9955844da1d209778f06ad9a3583949048b8ee88 (patch) | |
tree | 66ab53cdc74fd2dde980fd9dd6bd7a996fd1920b /config/locales/zh.yml | |
parent | 390841721e61e0037db9f6227c72ee12f4d76180 (diff) | |
download | redmine-9955844da1d209778f06ad9a3583949048b8ee88.tar.gz redmine-9955844da1d209778f06ad9a3583949048b8ee88.zip |
Drop OpenID support (#35755).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21312 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh.yml')
-rw-r--r-- | config/locales/zh.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 5e6fa2696..2e82bcc4b 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -308,7 +308,6 @@ zh: field_parent_title: 上级页面 field_editable: 可编辑 field_watcher: 关注者 - field_identity_url: OpenID URL field_content: 内容 field_group_by: 根据此条件分组 field_sharing: 共享 @@ -358,7 +357,6 @@ zh: setting_diff_max_lines_displayed: 查看差别页面上显示的最大行数 setting_file_max_size_displayed: 允许直接显示的最大文本文件 setting_repository_log_display_limit: 在文件变更记录页面上显示的最大修订版本数量 - setting_openid: 允许使用OpenID登录和注册 setting_password_min_length: 最短密码长度 setting_new_project_user_role_id: 非管理员用户新建项目时将被赋予的(在该项目中的)角色 setting_default_projects_modules: 新建项目默认启用的模块 @@ -487,7 +485,6 @@ zh: label_information: 信息 label_information_plural: 信息 label_register: 注册 - label_login_with_open_id_option: 或使用OpenID登录 label_password_lost: 忘记密码 label_home: 主页 label_my_page: 我的工作台 |