forked from baron/baron-sso
코드체크 업데이트
This commit is contained in:
@@ -208,6 +208,11 @@ subtitle = "Review registered tenants and manage their current status."
|
||||
[msg.admin.tenants.import_preview]
|
||||
description = "Rows without tenant_id are compared with existing tenant candidates, then imported as new tenants or updates."
|
||||
|
||||
[msg.admin.tenants.parent]
|
||||
local_picker_description = "Select the tenant to use as the parent from the tenant list."
|
||||
local_picker_empty = "No selectable tenants are available."
|
||||
picker_description = "Select a tenant in org-chart to apply it as the parent tenant."
|
||||
|
||||
[msg.admin.tenants.admins]
|
||||
add_success = "Tenant admin added successfully."
|
||||
empty = "No tenant admins are assigned yet."
|
||||
@@ -218,6 +223,7 @@ remove_success = "Tenant admin removed successfully."
|
||||
subtitle = "Manage the administrators assigned to this tenant."
|
||||
|
||||
[msg.admin.tenants.create]
|
||||
pick_parent_first = "Select the parent tenant first."
|
||||
subtitle = "Enter the minimum required information to create a tenant."
|
||||
|
||||
[msg.admin.tenants.create.form]
|
||||
@@ -1124,9 +1130,14 @@ title = "Domain conflict"
|
||||
candidates = "Candidates"
|
||||
confirm = "Run import"
|
||||
create_new_reset = "Create new (reset ID/slug)"
|
||||
csv_parents = "CSV Parents"
|
||||
external_id = "External ID"
|
||||
match = "Match"
|
||||
no_candidates = "No candidates"
|
||||
parent = "Parent"
|
||||
parent_companies = "Parent Companies"
|
||||
parent_company_groups = "Parent Company Groups"
|
||||
parent_organizations = "Parent Organizations"
|
||||
parent_unresolved = "Parent needs review"
|
||||
slug_exists = "slug conflict"
|
||||
title = "Confirm CSV import"
|
||||
@@ -1163,11 +1174,20 @@ domains_placeholder = "example.com, example.kr"
|
||||
name = "Tenant name"
|
||||
name_placeholder = "Enter tenant name"
|
||||
parent = "Parent"
|
||||
pick_hanmac_parent = "Pick from Hanmac Family"
|
||||
pick_other_parent = "Pick another tenant"
|
||||
root_tenant = "Create as top-level tenant"
|
||||
slug = "Slug"
|
||||
slug_placeholder = "tenant-slug"
|
||||
status = "Status"
|
||||
type = "Type"
|
||||
|
||||
[ui.admin.tenants.create.parent_context]
|
||||
general = "General child tenant"
|
||||
hanmac = "Hanmac Family child tenant"
|
||||
pick_required = "Parent tenant selection required"
|
||||
root = "Top-level tenant"
|
||||
|
||||
[ui.admin.tenants.create.memo]
|
||||
title = "Policy Memo"
|
||||
|
||||
@@ -1249,9 +1269,14 @@ view_profile = "View Profile"
|
||||
candidates = "Candidates"
|
||||
confirm = "Confirm Import"
|
||||
create_new = "Create New"
|
||||
csv_parents = "CSV Parents"
|
||||
fixed_id = "Fixed ID"
|
||||
match = "Matched Tenant"
|
||||
no_candidates = "No matching tenants found."
|
||||
parent = "Parent"
|
||||
parent_companies = "Parent Companies"
|
||||
parent_company_groups = "Parent Company Groups"
|
||||
parent_organizations = "Parent Organizations"
|
||||
title = "Import Preview"
|
||||
|
||||
[ui.admin.tenants.members.table]
|
||||
@@ -1278,16 +1303,22 @@ allowed_domains_help = "Users with these email domains will be automatically ass
|
||||
approve_button = "Approve Tenant"
|
||||
description = "Review and edit the tenant's basic profile information."
|
||||
name = "Tenant Name"
|
||||
org_unit_type = "Organization detail type"
|
||||
slug = "Slug"
|
||||
status = "Status"
|
||||
subtitle = "Slug and status changes are applied immediately."
|
||||
title = "Tenant Profile"
|
||||
type = "Type"
|
||||
visibility = "Visibility"
|
||||
|
||||
[ui.admin.tenants.profile.form]
|
||||
parent = "Parent Tenant (Optional)"
|
||||
parent_help = "Select a parent tenant if this is a subsidiary or sub-organization."
|
||||
|
||||
[ui.admin.tenants.parent]
|
||||
local_search_placeholder = "Search tenant name or slug"
|
||||
pick_tenant = "Pick tenant"
|
||||
|
||||
[ui.admin.tenants.registry]
|
||||
title = "Tenant registry"
|
||||
|
||||
|
||||
@@ -120,6 +120,11 @@ subtitle = "현재 등록된 테넌트를 확인하고 상태를 관리합니다
|
||||
[msg.admin.tenants.import_preview]
|
||||
description = "tenant_id가 없는 행은 기존 테넌트 후보와 비교한 뒤 신규 생성 또는 기존 테넌트 갱신으로 처리합니다."
|
||||
|
||||
[msg.admin.tenants.parent]
|
||||
local_picker_description = "테넌트 목록에서 상위 테넌트로 사용할 항목을 선택합니다."
|
||||
local_picker_empty = "선택할 수 있는 테넌트가 없습니다."
|
||||
picker_description = "org-chart에서 테넌트를 선택하면 상위 테넌트에 반영됩니다."
|
||||
|
||||
[msg.dev.auth]
|
||||
access_denied_description = "DevFront는 관리자 전용 화면입니다. 권한이 필요하면 관리자에게 요청해 주세요."
|
||||
access_denied_title = "접근 권한이 없습니다."
|
||||
@@ -368,9 +373,14 @@ title = "도메인 충돌"
|
||||
candidates = "후보"
|
||||
confirm = "가져오기 실행"
|
||||
create_new_reset = "신규 생성 (ID/slug 재설정)"
|
||||
csv_parents = "CSV 상위 테넌트"
|
||||
external_id = "외부 ID"
|
||||
match = "매칭"
|
||||
no_candidates = "후보 없음"
|
||||
parent = "상위"
|
||||
parent_companies = "상위 회사"
|
||||
parent_company_groups = "상위 그룹사"
|
||||
parent_organizations = "상위 조직"
|
||||
parent_unresolved = "부모 확인 필요"
|
||||
slug_exists = "slug 충돌"
|
||||
title = "CSV 가져오기 확인"
|
||||
@@ -699,6 +709,7 @@ remove_success = "권한이 회수되었습니다."
|
||||
subtitle = "이 테넌트의 자원을 관리할 수 있는 사용자 목록입니다."
|
||||
|
||||
[msg.admin.tenants.create]
|
||||
pick_parent_first = "상위 테넌트를 먼저 선택하세요."
|
||||
subtitle = "글로벌 운영 기준의 신규 테넌트를 등록합니다."
|
||||
|
||||
[msg.admin.tenants.create.form]
|
||||
@@ -1623,11 +1634,20 @@ domains_placeholder = "example.com, example.kr"
|
||||
name = "테넌트 이름"
|
||||
name_placeholder = "테넌트 이름을 입력하세요"
|
||||
parent = "상위 테넌트"
|
||||
pick_hanmac_parent = "한맥가족에서 선택"
|
||||
pick_other_parent = "다른 테넌트 선택"
|
||||
root_tenant = "최상위 테넌트로 생성"
|
||||
slug = "Slug"
|
||||
slug_placeholder = "tenant-slug"
|
||||
status = "상태"
|
||||
type = "유형"
|
||||
|
||||
[ui.admin.tenants.create.parent_context]
|
||||
general = "일반 하위 테넌트"
|
||||
hanmac = "한맥가족 하위 테넌트"
|
||||
pick_required = "상위 테넌트 선택 필요"
|
||||
root = "최상위 테넌트"
|
||||
|
||||
[ui.admin.tenants.create.memo]
|
||||
title = "정책 메모"
|
||||
|
||||
@@ -1711,9 +1731,14 @@ view_profile = "상세 정보"
|
||||
candidates = "후보"
|
||||
confirm = "임포트 확정"
|
||||
create_new = "새로 생성"
|
||||
csv_parents = "CSV 상위 테넌트"
|
||||
fixed_id = "고정 ID"
|
||||
match = "매칭된 테넌트"
|
||||
no_candidates = "매칭 가능한 테넌트가 없습니다."
|
||||
parent = "상위"
|
||||
parent_companies = "상위 회사"
|
||||
parent_company_groups = "상위 그룹사"
|
||||
parent_organizations = "상위 조직"
|
||||
title = "임포트 미리보기"
|
||||
|
||||
[ui.admin.tenants.members.table]
|
||||
@@ -1740,16 +1765,22 @@ allowed_domains_help = "이 도메인을 가진 이메일로 가입한 사용자
|
||||
approve_button = "테넌트 승인"
|
||||
description = "설명"
|
||||
name = "테넌트 이름"
|
||||
org_unit_type = "조직 세부타입"
|
||||
slug = "슬러그 (Slug)"
|
||||
status = "상태"
|
||||
subtitle = "슬러그 및 상태 변경은 즉시 적용됩니다."
|
||||
title = "테넌트 프로필"
|
||||
type = "테넌트 유형"
|
||||
visibility = "공개 범위"
|
||||
|
||||
[ui.admin.tenants.profile.form]
|
||||
parent = "상위 테넌트 (선택)"
|
||||
parent_help = "가족사 테넌트나 하위 조직을 종속시킬 경우 상위 테넌트를 선택해주세요."
|
||||
|
||||
[ui.admin.tenants.parent]
|
||||
local_search_placeholder = "테넌트 이름 또는 슬러그 검색"
|
||||
pick_tenant = "테넌트 선택"
|
||||
|
||||
[ui.admin.tenants.registry]
|
||||
title = "Tenant registry"
|
||||
|
||||
|
||||
@@ -237,9 +237,14 @@ title = ""
|
||||
candidates = ""
|
||||
confirm = ""
|
||||
create_new_reset = ""
|
||||
csv_parents = ""
|
||||
external_id = ""
|
||||
match = ""
|
||||
no_candidates = ""
|
||||
parent = ""
|
||||
parent_companies = ""
|
||||
parent_company_groups = ""
|
||||
parent_organizations = ""
|
||||
parent_unresolved = ""
|
||||
slug_exists = ""
|
||||
title = ""
|
||||
@@ -568,6 +573,7 @@ remove_success = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.create]
|
||||
pick_parent_first = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.create.form]
|
||||
@@ -1492,11 +1498,20 @@ domains_placeholder = ""
|
||||
name = ""
|
||||
name_placeholder = ""
|
||||
parent = ""
|
||||
pick_hanmac_parent = ""
|
||||
pick_other_parent = ""
|
||||
root_tenant = ""
|
||||
slug = ""
|
||||
slug_placeholder = ""
|
||||
status = ""
|
||||
type = ""
|
||||
|
||||
[ui.admin.tenants.create.parent_context]
|
||||
general = ""
|
||||
hanmac = ""
|
||||
pick_required = ""
|
||||
root = ""
|
||||
|
||||
[ui.admin.tenants.create.memo]
|
||||
title = ""
|
||||
|
||||
@@ -1565,6 +1580,11 @@ seed_delete_blocked = ""
|
||||
[msg.admin.tenants.import_preview]
|
||||
description = ""
|
||||
|
||||
[msg.admin.tenants.parent]
|
||||
local_picker_description = ""
|
||||
local_picker_empty = ""
|
||||
picker_description = ""
|
||||
|
||||
[msg.admin.users]
|
||||
self_delete_blocked = ""
|
||||
export_error = ""
|
||||
@@ -1610,16 +1630,22 @@ allowed_domains_help = ""
|
||||
approve_button = ""
|
||||
description = ""
|
||||
name = ""
|
||||
org_unit_type = ""
|
||||
slug = ""
|
||||
status = ""
|
||||
subtitle = ""
|
||||
title = ""
|
||||
type = ""
|
||||
visibility = ""
|
||||
|
||||
[ui.admin.tenants.profile.form]
|
||||
parent = ""
|
||||
parent_help = ""
|
||||
|
||||
[ui.admin.tenants.parent]
|
||||
local_search_placeholder = ""
|
||||
pick_tenant = ""
|
||||
|
||||
[ui.admin.tenants.registry]
|
||||
title = ""
|
||||
|
||||
@@ -1662,9 +1688,14 @@ tree_search_placeholder = ""
|
||||
candidates = ""
|
||||
confirm = ""
|
||||
create_new = ""
|
||||
csv_parents = ""
|
||||
fixed_id = ""
|
||||
match = ""
|
||||
no_candidates = ""
|
||||
parent = ""
|
||||
parent_companies = ""
|
||||
parent_company_groups = ""
|
||||
parent_organizations = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.sub.table]
|
||||
|
||||
Reference in New Issue
Block a user