forum-oauth-center/locale/zh-Hans.yml

55 lines
1.5 KiB
YAML
Raw Normal View History

2024-02-25 04:55:37 +08:00
rhodes-island-oauth-center:
2023-09-28 22:44:45 +08:00
admin:
2023-10-13 20:30:09 +08:00
permission:
use_oauth: 使用 OAuth 授权
2023-09-29 15:26:42 +08:00
page:
index: 首页
clients: 应用管理
scopes: 权限管理
2023-09-29 20:39:41 +08:00
settings:
access_lifetime: 访问令牌有效期(秒)
allow_implicit: 允许隐式授权response_type=token
enforce_state: 强制状态验证state 参数)
require_exact_redirect_uri: 需要精确的重定向 URI
2023-09-29 21:58:04 +08:00
clients:
client_id: 应用 ID
client_secret: 应用密钥
2023-10-01 19:17:03 +08:00
redirect_uri: 回调地址
grant_types: 授权类型
scope: 权限
client_name: 名称
client_desc: 描述
client_icon: 图标
client_home: 主页
2024-02-25 04:55:37 +08:00
actions: 操作
2023-09-30 09:55:35 +08:00
add_button: 添加应用
2024-02-25 04:55:37 +08:00
edit_modal_title_add: 新建应用
edit_modal_title_edit: 编辑应用
edit_modal_save: 保存应用
2023-10-01 19:41:37 +08:00
scopes:
scope: 权限标识
resource_path: 资源路径
method: 请求方法
is_default: 默认
scope_name: 名称
scope_icon: 图标
scope_desc: 描述
add_button: 添加权限
2024-02-25 04:55:37 +08:00
save: 保存权限
2023-09-28 22:44:45 +08:00
forum:
page:
2023-09-29 14:47:36 +08:00
title:
2023-09-28 22:44:45 +08:00
authorize: 授权
2023-09-29 14:47:36 +08:00
label:
authorized: 授权记录
2023-10-01 19:17:03 +08:00
authorize:
2024-02-25 04:55:37 +08:00
title: 第三方应用授权
description: 授权第三方应用以你的身份使用部分权限
app_text: 你即将授权
to_app_homepage: 前往 {name} 的主页
scope_text: 获得以下权限
2023-10-01 22:09:46 +08:00
agree: 授权
deny: 拒绝
2024-02-25 04:55:37 +08:00
not_logged_in: 请登录后再继续操作