forked from baron/baron-sso
code-check 오류 수정
This commit is contained in:
@@ -1204,6 +1204,15 @@ title = "Tenant Members ({{count}})"
|
||||
total = "Total"
|
||||
total_label = "Total"
|
||||
|
||||
[ui.admin.tenants.import_preview]
|
||||
candidates = "Candidates"
|
||||
confirm = "Confirm Import"
|
||||
create_new = "Create New"
|
||||
fixed_id = "Fixed ID"
|
||||
match = "Matched Tenant"
|
||||
no_candidates = "No matching tenants found."
|
||||
title = "Import Preview"
|
||||
|
||||
[ui.admin.tenants.members.table]
|
||||
email = "EMAIL"
|
||||
name = "NAME"
|
||||
@@ -1339,6 +1348,7 @@ name = "Name"
|
||||
name_placeholder = "Name Placeholder"
|
||||
password = "Password"
|
||||
password_placeholder = "********"
|
||||
picker_description = "Search and select a tenant."
|
||||
phone = "Phone number"
|
||||
phone_placeholder = "010-1234-5678"
|
||||
position = "Position"
|
||||
|
||||
@@ -672,11 +672,17 @@ delete_confirm = "테넌트 \\\\\\\"{{name}}\\\\\\\"를 삭제할까요?"
|
||||
delete_success = "테넌트가 삭제되었습니다."
|
||||
empty = "아직 등록된 테넌트가 없습니다."
|
||||
fetch_error = "테넌트 목록 조회에 실패했습니다."
|
||||
import_empty = "임포트 파일에 테넌트 행이 없습니다."
|
||||
import_error = "테넌트 임포트에 실패했습니다: {{error}}"
|
||||
import_result = "{{count}}개의 테넌트 행을 처리했습니다."
|
||||
missing_id = "테넌트 ID가 없습니다."
|
||||
not_found = "테넌트를 찾을 수 없습니다."
|
||||
remove_sub_confirm = "테넌트 \\\\\\\"{{name}}\\\\\\\"을(를) 하위 조직에서 제외할까요?"
|
||||
subtitle = "현재 등록된 테넌트를 확인하고 상태를 관리합니다."
|
||||
|
||||
[msg.admin.tenants.import_preview]
|
||||
description = "임포트 전에 각 행의 매칭 결과를 검토하고 처리 방식을 선택하세요."
|
||||
|
||||
[msg.admin.tenants.admins]
|
||||
add_success = "관리자가 추가되었습니다."
|
||||
empty = "등록된 관리자가 없습니다."
|
||||
@@ -1645,6 +1651,8 @@ delete_bulk_confirm = "선택한 {{count}}개 테넌트를 삭제할까요?"
|
||||
|
||||
[msg.admin.users]
|
||||
self_delete_blocked = "자신의 계정은 삭제할 수 없습니다."
|
||||
export_error = "사용자 내보내기에 실패했습니다: {{error}}"
|
||||
status_error = "사용자 상태 변경에 실패했습니다: {{error}}"
|
||||
|
||||
[ui.admin.apikeys.registry]
|
||||
title = "API Key Registry"
|
||||
@@ -1658,6 +1666,15 @@ title = "테넌트 구성원 ({{count}})"
|
||||
total = "전체"
|
||||
total_label = "전체"
|
||||
|
||||
[ui.admin.tenants.import_preview]
|
||||
candidates = "후보"
|
||||
confirm = "임포트 확정"
|
||||
create_new = "새로 생성"
|
||||
fixed_id = "고정 ID"
|
||||
match = "매칭된 테넌트"
|
||||
no_candidates = "매칭 가능한 테넌트가 없습니다."
|
||||
title = "임포트 미리보기"
|
||||
|
||||
[ui.admin.tenants.members.table]
|
||||
email = "EMAIL"
|
||||
name = "NAME"
|
||||
@@ -1793,6 +1810,7 @@ name = "이름"
|
||||
name_placeholder = "홍길동"
|
||||
password = "비밀번호"
|
||||
password_placeholder = "********"
|
||||
picker_description = "배정할 테넌트를 검색해서 선택하세요."
|
||||
phone = "전화번호"
|
||||
phone_placeholder = "010-1234-5678"
|
||||
position = "직급"
|
||||
|
||||
@@ -1517,9 +1517,17 @@ import_partial_success = ""
|
||||
|
||||
[msg.admin.tenants]
|
||||
delete_bulk_confirm = ""
|
||||
import_empty = ""
|
||||
import_error = ""
|
||||
import_result = ""
|
||||
|
||||
[msg.admin.tenants.import_preview]
|
||||
description = ""
|
||||
|
||||
[msg.admin.users]
|
||||
self_delete_blocked = ""
|
||||
export_error = ""
|
||||
status_error = ""
|
||||
|
||||
[ui.admin.apikeys.registry]
|
||||
title = ""
|
||||
@@ -1604,6 +1612,15 @@ search_placeholder = ""
|
||||
title = ""
|
||||
tree_search_placeholder = ""
|
||||
|
||||
[ui.admin.tenants.import_preview]
|
||||
candidates = ""
|
||||
confirm = ""
|
||||
create_new = ""
|
||||
fixed_id = ""
|
||||
match = ""
|
||||
no_candidates = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.sub.table]
|
||||
action = ""
|
||||
name = ""
|
||||
@@ -1668,6 +1685,7 @@ name = ""
|
||||
name_placeholder = ""
|
||||
password = ""
|
||||
password_placeholder = ""
|
||||
picker_description = ""
|
||||
phone = ""
|
||||
phone_placeholder = ""
|
||||
position = ""
|
||||
|
||||
Reference in New Issue
Block a user