forked from baron/baron-sso
merge feat/304-userfront-wasm-e2e into dev
This commit is contained in:
@@ -24,6 +24,24 @@ user_group = "User Group"
|
||||
[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]
|
||||
|
||||
@@ -24,6 +24,24 @@ user_group = "USER_GROUP (내부 부서/팀)"
|
||||
[err.common]
|
||||
unknown = "알 수 없는 오류가 발생했습니다."
|
||||
|
||||
[err.backend]
|
||||
authorization_pending = "인증 승인이 아직 완료되지 않았습니다."
|
||||
bad_request = "요청 값을 확인해 주세요."
|
||||
conflict = "요청이 현재 상태와 충돌합니다."
|
||||
expired_token = "토큰이 만료되었습니다."
|
||||
forbidden = "요청이 허용되지 않습니다."
|
||||
internal_error = "요청 처리 중 내부 오류가 발생했습니다."
|
||||
invalid_code = "인증 코드가 올바르지 않습니다."
|
||||
invalid_or_expired_code = "인증 코드가 유효하지 않거나 만료되었습니다."
|
||||
invalid_session = "세션이 유효하지 않습니다."
|
||||
invalid_session_reference = "세션 참조 정보가 유효하지 않습니다."
|
||||
not_found = "요청한 인증 흐름을 찾을 수 없습니다."
|
||||
not_supported = "지원하지 않는 로그인 방식입니다."
|
||||
password_or_email_mismatch = "이메일 혹은 비밀번호가 일치하지 않습니다."
|
||||
rate_limited = "요청이 너무 많습니다. 잠시 후 다시 시도해 주세요."
|
||||
service_unavailable = "인증 서비스를 현재 사용할 수 없습니다."
|
||||
slow_down = "요청 간격이 너무 빠릅니다. 잠시 후 다시 시도해 주세요."
|
||||
|
||||
[err.userfront]
|
||||
|
||||
[err.userfront.auth_proxy]
|
||||
|
||||
@@ -18,6 +18,24 @@ saman = ""
|
||||
[err.common]
|
||||
unknown = ""
|
||||
|
||||
[err.backend]
|
||||
authorization_pending = ""
|
||||
bad_request = ""
|
||||
conflict = ""
|
||||
expired_token = ""
|
||||
forbidden = ""
|
||||
internal_error = ""
|
||||
invalid_code = ""
|
||||
invalid_or_expired_code = ""
|
||||
invalid_session = ""
|
||||
invalid_session_reference = ""
|
||||
not_found = ""
|
||||
not_supported = ""
|
||||
password_or_email_mismatch = ""
|
||||
rate_limited = ""
|
||||
service_unavailable = ""
|
||||
slow_down = ""
|
||||
|
||||
[err.userfront]
|
||||
|
||||
[err.userfront.auth_proxy]
|
||||
|
||||
Reference in New Issue
Block a user