DocSpace-client/packages/login/public/locales/zh-CN/Errors.json
2023-04-27 13:39:08 +03:00

16 lines
775 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ErrorUserNotFound": "暂无符合条件的用户",
"ErrorExpiredActivationLink": "链接已失效",
"ErrorInvalidActivationLink": "激活链接有误或已失效",
"ErrorConfirmURLError": "Email地址无效或链接已过期",
"RecaptchaInvalid": "无效的Recaptcha",
"LoginWithAccountNotFound": "找不到相关的第三方帐户",
"InvalidUsernameOrPassword": "用户名或密码无效。",
"SsoSettingsDisabled": "单点登录已禁用",
"ErrorNotAllowedOption": "您的定价方案不支持该选项",
"SsoSettingsEmptyToken": "找不到身份验证令牌",
"SsoSettingsNotValidToken": "验证令牌无效",
"SsoSettingsCantCreateUser": "无法使用此身份验证令牌创建用户",
"SsoSettingsUserTerminated": "该用户被禁用"
}