mirror of
https://github.com/logto-io/logto.git
synced 2025-03-17 22:31:28 -05:00
chore: zh-cn translation for connector (#278)
This commit is contained in:
parent
be916b274c
commit
44e2be0972
1 changed files with 5 additions and 5 deletions
|
@ -65,17 +65,17 @@ const errors = {
|
|||
invalid_sign_in_method: '当前登录方式不可用。',
|
||||
insufficient_info: '登录信息缺失,请检查您的输入。',
|
||||
invalid_connector_id: '无法找到 ID 为 {{connectorId}} 的可用连接器。',
|
||||
connector_id_mismatch: '传入的 connectorId 与 session 中保存的记录不一致。',
|
||||
connector_session_not_found: '无法找到 connector 登录信息,请尝试重新登录。',
|
||||
connector_id_mismatch: '传入的连接器 ID 与 session 中保存的记录不一致。',
|
||||
connector_session_not_found: '无法找到连接器登录信息,请尝试重新登录。',
|
||||
unauthorized: '请先登录。',
|
||||
unsupported_prompt_name: '不支持的 prompt name。',
|
||||
},
|
||||
connector: {
|
||||
general: 'Connector 发生未知错误。',
|
||||
general: '连接器发生未知错误。',
|
||||
not_found: '找不到可用的 {{type}} 类型的连接器。',
|
||||
not_enabled: '连接器尚未启用。',
|
||||
invalid_config: 'Connector 配置错误。',
|
||||
template_not_found: '无法从 connector 配置中找到对应的模板。',
|
||||
invalid_config: '连接器配置错误。',
|
||||
template_not_found: '无法从连接器配置中找到对应的模板。',
|
||||
access_token_invalid: '当前连接器的 access_token 无效。',
|
||||
oauth_code_invalid: '无法获取 access_token,请检查授权 code 是否有效。',
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue