forked from baron/baron-sso
접근 제한 UX 구현
This commit is contained in:
@@ -503,6 +503,16 @@ const Map<String, String> koStrings = {
|
||||
"msg.userfront.error.title_generic": "오류가 발생했습니다",
|
||||
"msg.userfront.error.title_with_code": "오류: {{code}}",
|
||||
"msg.userfront.error.type": "오류 종류: {{type}}",
|
||||
"msg.userfront.error.tenant.account": "계정",
|
||||
"msg.userfront.error.tenant.account_unknown": "알 수 없음",
|
||||
"msg.userfront.error.tenant.detail":
|
||||
"현재 로그인된 계정은 이 애플리케이션에 접근할 수 없습니다.",
|
||||
"msg.userfront.error.tenant.load_failed":
|
||||
"계정 정보를 확인하지 못했습니다. 다시 시도해 주세요.",
|
||||
"msg.userfront.error.tenant.loading": "현재 계정 정보를 불러오는 중입니다.",
|
||||
"msg.userfront.error.tenant.tenant": "소속 테넌트",
|
||||
"msg.userfront.error.tenant.tenant_unknown": "알 수 없음",
|
||||
"msg.userfront.error.tenant.title": "접근 제한 정보",
|
||||
"msg.userfront.error.whitelist.\"\$normalizedCode\"": "{{error}}",
|
||||
"msg.userfront.error.whitelist.bad_request": "입력값을 확인해 주세요.",
|
||||
"msg.userfront.error.whitelist.invalid_session": "세션이 만료되었습니다. 다시 로그인해 주세요.",
|
||||
@@ -514,6 +524,7 @@ const Map<String, String> koStrings = {
|
||||
"재설정 링크가 만료되었습니다. 다시 요청해 주세요.",
|
||||
"msg.userfront.error.whitelist.recovery_invalid": "재설정 링크가 유효하지 않습니다.",
|
||||
"msg.userfront.error.whitelist.settings_disabled": "현재 계정 설정 화면은 준비 중입니다.",
|
||||
"msg.userfront.error.whitelist.tenant_not_allowed": "허용되지 않은 테넌트입니다.",
|
||||
"msg.userfront.error.whitelist.verification_required":
|
||||
"추가 인증이 필요합니다. 안내에 따라 진행해 주세요.",
|
||||
"msg.userfront.forgot.description":
|
||||
@@ -1738,6 +1749,7 @@ const Map<String, String> koStrings = {
|
||||
"ui.userfront.device.windows": "Desktop(Windows)",
|
||||
"ui.userfront.error.go_home": "홈으로 이동",
|
||||
"ui.userfront.error.go_login": "로그인으로 이동",
|
||||
"ui.userfront.error.switch_account": "다른 계정으로 로그인",
|
||||
"ui.userfront.forgot.heading": "비밀번호를 잊으셨나요?",
|
||||
"ui.userfront.forgot.input_label": "이메일 또는 휴대폰 번호",
|
||||
"ui.userfront.forgot.submit": "재설정 링크 전송",
|
||||
@@ -2436,6 +2448,16 @@ const Map<String, String> enStrings = {
|
||||
"msg.userfront.error.title_generic": "An error occurred.",
|
||||
"msg.userfront.error.title_with_code": "Error: {{code}}",
|
||||
"msg.userfront.error.type": "Error type: {{type}}",
|
||||
"msg.userfront.error.tenant.account": "Account",
|
||||
"msg.userfront.error.tenant.account_unknown": "Unknown",
|
||||
"msg.userfront.error.tenant.detail":
|
||||
"The currently signed-in account cannot access this application.",
|
||||
"msg.userfront.error.tenant.load_failed":
|
||||
"We could not confirm the account details. Please try again.",
|
||||
"msg.userfront.error.tenant.loading": "Loading the current account details.",
|
||||
"msg.userfront.error.tenant.tenant": "Tenant",
|
||||
"msg.userfront.error.tenant.tenant_unknown": "Unknown",
|
||||
"msg.userfront.error.tenant.title": "Access restriction details",
|
||||
"msg.userfront.error.whitelist.\"\$normalizedCode\"": "{{error}}",
|
||||
"msg.userfront.error.whitelist.bad_request": "Please check your input.",
|
||||
"msg.userfront.error.whitelist.invalid_session":
|
||||
@@ -2452,6 +2474,8 @@ const Map<String, String> enStrings = {
|
||||
"The recovery link is invalid.",
|
||||
"msg.userfront.error.whitelist.settings_disabled":
|
||||
"Account settings are currently unavailable.",
|
||||
"msg.userfront.error.whitelist.tenant_not_allowed":
|
||||
"This tenant is not allowed.",
|
||||
"msg.userfront.error.whitelist.verification_required":
|
||||
"Additional verification is required. Please follow the instructions.",
|
||||
"msg.userfront.forgot.description":
|
||||
@@ -3752,6 +3776,7 @@ const Map<String, String> enStrings = {
|
||||
"ui.userfront.device.windows": "Desktop(Windows)",
|
||||
"ui.userfront.error.go_home": "Go Home",
|
||||
"ui.userfront.error.go_login": "Go Login",
|
||||
"ui.userfront.error.switch_account": "Sign in with another account",
|
||||
"ui.userfront.forgot.heading": "Forgot your password?",
|
||||
"ui.userfront.forgot.input_label": "Email address or phone number",
|
||||
"ui.userfront.forgot.submit": "Send reset link",
|
||||
|
||||
Reference in New Issue
Block a user