forked from baron/baron-sso
e2e 구조변경
This commit is contained in:
@@ -18,6 +18,24 @@ saman = "Saman"
|
||||
[err.common]
|
||||
unknown = "An unknown error occurred."
|
||||
|
||||
[err.backend]
|
||||
authorization_pending = "Authentication approval is still pending."
|
||||
bad_request = "Please check your request."
|
||||
conflict = "The request conflicts with the current state."
|
||||
expired_token = "The token has expired."
|
||||
forbidden = "This request is not allowed."
|
||||
internal_error = "An internal error occurred while processing the request."
|
||||
invalid_code = "The verification code is invalid."
|
||||
invalid_or_expired_code = "The verification code is invalid or expired."
|
||||
invalid_session = "The session is invalid."
|
||||
invalid_session_reference = "The session reference is invalid."
|
||||
not_found = "The requested authentication flow was not found."
|
||||
not_supported = "This login method is not supported."
|
||||
password_or_email_mismatch = "Email or password does not match."
|
||||
rate_limited = "Too many requests. Please try again later."
|
||||
service_unavailable = "The authentication service is currently unavailable."
|
||||
slow_down = "Requests are too frequent. Please try again shortly."
|
||||
|
||||
[err.userfront]
|
||||
|
||||
[err.userfront.auth_proxy]
|
||||
|
||||
Reference in New Issue
Block a user