chore: simplify locale(cn)
This commit is contained in:
parent
c29b8f7fff
commit
465a005d05
1 changed files with 9 additions and 7 deletions
|
@ -12,13 +12,13 @@ foskym-oauth-center:
|
||||||
clients:
|
clients:
|
||||||
client_id: 应用 ID
|
client_id: 应用 ID
|
||||||
client_secret: 应用密钥
|
client_secret: 应用密钥
|
||||||
redirect_uri: 回调地址(多地址请用空格分割)
|
redirect_uri: 回调地址
|
||||||
grant_types: 授权类型(可空)
|
grant_types: 授权类型
|
||||||
scope: 权限(可空)
|
scope: 权限
|
||||||
client_name: 应用名称(可空)
|
client_name: 名称
|
||||||
client_desc: 应用描述(可空)
|
client_desc: 描述
|
||||||
client_icon: 应用图标地址(可空 可使用fontawesome图标)
|
client_icon: 图标
|
||||||
client_home: 主页地址(可空)
|
client_home: 主页
|
||||||
add_button: 添加应用
|
add_button: 添加应用
|
||||||
|
|
||||||
forum:
|
forum:
|
||||||
|
@ -27,3 +27,5 @@ foskym-oauth-center:
|
||||||
authorize: 授权
|
authorize: 授权
|
||||||
label:
|
label:
|
||||||
authorized: 授权记录
|
authorized: 授权记录
|
||||||
|
authorize:
|
||||||
|
access: 授权访问
|
||||||
|
|
Loading…
Reference in a new issue