0
Fork 0
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:
Charles Zhao 2022-12-20 00:01:05 +08:00 committed by GitHub
parent 8ca25c8d5d
commit 5dd2eef34c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 与权限。',