forked from baron/baron-sso
테넌트 접근 제한 안내화면 개선
This commit is contained in:
@@ -505,11 +505,16 @@ const Map<String, String> koStrings = {
|
||||
"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.affiliated_tenants": "전체 소속 테넌트",
|
||||
"msg.userfront.error.tenant.allowed_tenants": "접속 가능 테넌트",
|
||||
"msg.userfront.error.tenant.allowed_box_title": "접속 가능 테넌트",
|
||||
"msg.userfront.error.tenant.detail": "현재 로그인된 계정은 이 애플리케이션에 접근할 수 없습니다.",
|
||||
"msg.userfront.error.tenant.load_failed": "계정 정보를 확인하지 못했습니다. 다시 시도해 주세요.",
|
||||
"msg.userfront.error.tenant.lookup_fallback":
|
||||
"표시 정보가 충분하지 않아 일부 항목은 확인되지 않을 수 있습니다.",
|
||||
"msg.userfront.error.tenant.page_title": "애플리케이션 접근이 제한되었습니다",
|
||||
"msg.userfront.error.tenant.loading": "현재 계정 정보를 불러오는 중입니다.",
|
||||
"msg.userfront.error.tenant.primary_tenant": "대표 소속 테넌트",
|
||||
"msg.userfront.error.tenant.tenant": "소속 테넌트",
|
||||
"msg.userfront.error.tenant.tenant_unknown": "알 수 없음",
|
||||
"msg.userfront.error.tenant.title": "접근 제한 정보",
|
||||
@@ -2450,11 +2455,19 @@ const Map<String, String> enStrings = {
|
||||
"msg.userfront.error.type": "Error type: {{type}}",
|
||||
"msg.userfront.error.tenant.account": "Account",
|
||||
"msg.userfront.error.tenant.account_unknown": "Unknown",
|
||||
"msg.userfront.error.tenant.affiliated_tenants": "All affiliated tenants",
|
||||
"msg.userfront.error.tenant.allowed_tenants": "Allowed tenants",
|
||||
"msg.userfront.error.tenant.allowed_box_title": "Allowed tenants",
|
||||
"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.lookup_fallback":
|
||||
"Some fields could not be verified because the access context was incomplete.",
|
||||
"msg.userfront.error.tenant.page_title":
|
||||
"Access to this application is restricted",
|
||||
"msg.userfront.error.tenant.loading": "Loading the current account details.",
|
||||
"msg.userfront.error.tenant.primary_tenant": "Primary affiliated tenant",
|
||||
"msg.userfront.error.tenant.tenant": "Tenant",
|
||||
"msg.userfront.error.tenant.tenant_unknown": "Unknown",
|
||||
"msg.userfront.error.tenant.title": "Access restriction details",
|
||||
|
||||
Reference in New Issue
Block a user