mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
chore(phrases): improve Chinese translation (#2684)
This commit is contained in:
parent
8ca25c8d5d
commit
5dd2eef34c
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ const errors = {
|
|||
invalid_input: 'Input is invalid. {{details}}', // UNTRANSLATED
|
||||
},
|
||||
auth: {
|
||||
authorization_header_missing: '缺少权限标题',
|
||||
authorization_token_type_not_supported: '权限类型不支持',
|
||||
authorization_header_missing: 'Authorization 请求头缺失。',
|
||||
authorization_token_type_not_supported: 'Authorization token 类型不支持',
|
||||
unauthorized: '未经授权。请检查凭据及其范围。',
|
||||
forbidden: '禁止访问。请检查用户 role 与权限。',
|
||||
expected_role_not_found: '未找到期望的 role。请检查用户 role 与权限。',
|
||||
|
|
Loading…
Add table
Reference in a new issue