1
0
forked from baron/baron-sso

Fix locale resources for code check

This commit is contained in:
2026-04-30 15:56:49 +09:00
parent f7e4d43b16
commit 6c45eca3d3
10 changed files with 485 additions and 19 deletions

View File

@@ -191,11 +191,17 @@ delete_confirm = "Delete Tenant \\\\\\\"{{name}}\\\\\\\"?"
delete_success = "Tenant deleted."
empty = "No tenants have been registered yet."
fetch_error = "Failed to load the tenant list."
import_empty = "There are no tenant rows to import."
import_error = "Failed to import tenants."
import_result = "Created {{created}}, updated {{updated}}, failed {{failed}}"
missing_id = "No Tenant ID."
not_found = "Tenant not found."
remove_sub_confirm = "Remove tenant \\\"{{name}}\\\" from sub-tenants?"
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.admins]
add_success = "Tenant admin added successfully."
empty = "No tenant admins are assigned yet."
@@ -248,6 +254,8 @@ empty = "No child tenants are connected."
subtitle = "Review and manage child tenants linked under this tenant."
[msg.admin.users]
export_error = "Failed to export users."
status_error = "Failed to update user status."
[msg.admin.users.bulk]
delete_confirm = "Are you sure you want to delete the selected {{count}} users?"
@@ -262,9 +270,13 @@ schema_missing = "Missing required fields for target tenant:"
update_success = "User info updated successfully."
[msg.admin.users.create]
appointment_required = "Select at least one tenant for Hanmac family members."
error = "Failed to User Create."
external_tenant_required = "Select a primary tenant for external users."
password_required = "Password Required"
personal_tenant_failed = "Failed to prepare the Personal tenant."
success = "User created successfully."
tenant_resolve_failed = "Failed to load the selected tenant information."
[msg.admin.users.create.account]
subtitle = "Fill in the account details required to create the user."
@@ -277,6 +289,7 @@ login_id_help = "msg.admin.users.create.form.login_id_help"
name_required = "Name is required."
password_auto_help = "Password Auto Help"
password_manual_help = "Password Manual Help"
picker_description = "Select a tenant in org-chart to apply it to the user's appointment."
role_help = "Role Help"
[msg.admin.users.create.password_generated]
@@ -594,6 +607,7 @@ approved_device = "Approved device: {{device}}"
approved_ip = "Approved IP: {{ip}}"
audit_empty = "No recent sign-in activity."
audit_load_error = "Could not load sign-in history."
auto_login_supported = "You can sign in without an extra login when opening this linked app."
auth_method = "Auth method: {{method}}"
client_id = "Client ID: {{id}}"
client_id_missing = "No client ID available."
@@ -1076,10 +1090,29 @@ user = "TENANT MEMBER"
[ui.admin.tenants]
add = "Add Tenant"
csv_template = "Template"
delete_selected = "Delete Selected"
export_with_ids = "Include UUIDs"
export_without_ids = "Export without UUIDs"
import = "Import"
title = "Tenant Registry"
view_org_chart = "View Full Org Chart"
[ui.admin.tenants.domain_conflict]
description = "{{message}}"
title = "Domain conflict"
[ui.admin.tenants.import_preview]
candidates = "Candidates"
confirm = "Run import"
create_new_reset = "Create new (reset ID/slug)"
external_id = "External ID"
match = "Match"
no_candidates = "No candidates"
parent_unresolved = "Parent needs review"
slug_exists = "slug conflict"
title = "Confirm CSV import"
[ui.admin.tenants.admins]
add_button = "Add Button"
already_admin = "Already Admin"
@@ -1214,6 +1247,7 @@ title = "User Schema Extension"
[ui.admin.tenants.schema.field]
admin_only = "Admin Only"
indexed = "Search index"
is_login_id = "Is Login Id"
key = "Field Key (ID)"
key_placeholder = "e.g. employee_id"
@@ -1249,6 +1283,7 @@ status = "STATUS"
[ui.admin.tenants.table]
actions = "ACTIONS"
id = "ID"
members = "Members"
name = "NAME"
slug = "SLUG"
@@ -1260,6 +1295,7 @@ updated = "UPDATED"
[ui.admin.users.bulk]
acknowledge_warning = "I acknowledge the warning and will proceed."
create_missing_tenant = "Create new"
do_move = "Execute Move"
download_template = "Download Template"
move_group = "Bulk Tenant Move"
@@ -1269,6 +1305,7 @@ schema_warning = "Schema Compatibility Warning"
select_group = "Select Target Tenant"
selected_count = "{{count}} users selected"
start_upload = "Start Upload"
tenant_resolution = "Tenant mapping"
title = "Bulk Actions"
[ui.admin.users.create]
@@ -1565,6 +1602,7 @@ empty = "No users found."
fetch_error = "Failed to load the user list."
search_placeholder = "Search Placeholder"
subtitle = "Browse and manage registered users."
toggle_status = "{{name}} active status"
title = "User Manage"
[ui.admin.users.list.breadcrumb]

View File

@@ -108,11 +108,17 @@ delete_confirm = "테넌트 \"{{name}}\"를 삭제할까요?"
delete_success = "테넌트가 삭제되었습니다."
empty = "아직 등록된 테넌트가 없습니다."
fetch_error = "테넌트 목록 조회에 실패했습니다."
import_empty = "가져올 테넌트 행이 없습니다."
import_error = "테넌트 가져오기에 실패했습니다."
import_result = "생성 {{created}}, 갱신 {{updated}}, 실패 {{failed}}"
missing_id = "테넌트 ID가 없습니다."
not_found = "테넌트를 찾을 수 없습니다."
remove_sub_confirm = "테넌트 \"{{name}}\"을(를) 하위 조직에서 제외할까요?"
subtitle = "현재 등록된 테넌트를 확인하고 상태를 관리합니다."
[msg.admin.tenants.import_preview]
description = "tenant_id가 없는 행은 기존 테넌트 후보와 비교한 뒤 신규 생성 또는 기존 테넌트 갱신으로 처리합니다."
[msg.dev.auth]
access_denied_description = "DevFront는 관리자 전용 화면입니다. 권한이 필요하면 관리자에게 요청해 주세요."
access_denied_title = "접근 권한이 없습니다."
@@ -345,10 +351,29 @@ user = "TENANT MEMBER"
[ui.admin.tenants]
add = "테넌트 추가"
csv_template = "템플릿"
delete_selected = "선택 삭제"
export_with_ids = "UUID 포함"
export_without_ids = "UUID 제외 내보내기"
import = "가져오기"
title = "테넌트 목록"
view_org_chart = "전체 조직도 보기"
[ui.admin.tenants.domain_conflict]
description = "{{message}}"
title = "도메인 충돌"
[ui.admin.tenants.import_preview]
candidates = "후보"
confirm = "가져오기 실행"
create_new_reset = "신규 생성 (ID/slug 재설정)"
external_id = "외부 ID"
match = "매칭"
no_candidates = "후보 없음"
parent_unresolved = "부모 확인 필요"
slug_exists = "slug 충돌"
title = "CSV 가져오기 확인"
[ui.common.badge]
admin_only = "Admin only"
command_only = "Command only"
@@ -704,6 +729,8 @@ empty = "하위 테넌트가 없습니다."
subtitle = "현재 테넌트 하위에 생성된 조직입니다."
[msg.admin.users]
export_error = "사용자 내보내기에 실패했습니다."
status_error = "사용자 상태 변경에 실패했습니다."
[msg.admin.users.bulk]
delete_confirm = "선택한 {{count}}명의 사용자를 정말로 삭제하시겠습니까?"
@@ -718,9 +745,13 @@ schema_missing = "대상 테넌트의 필수 필드가 누락되어 있습니다
update_success = "사용자 정보가 일괄 업데이트되었습니다."
[msg.admin.users.create]
appointment_required = "한맥 가족 구성원은 소속 테넌트를 하나 이상 선택해 주세요."
error = "사용자 생성에 실패했습니다."
external_tenant_required = "외부 사용자는 대표소속을 선택해 주세요."
password_required = "비밀번호를 입력하거나 자동 생성을 사용해 주세요."
personal_tenant_failed = "Personal 테넌트를 준비하지 못했습니다."
success = "사용자가 성공적으로 생성되었습니다."
tenant_resolve_failed = "선택한 테넌트 정보를 불러오지 못했습니다."
[msg.admin.users.create.account]
subtitle = "새로운 사용자를 시스템에 등록합니다."
@@ -733,6 +764,7 @@ login_id_help = "msg.admin.users.create.form.login_id_help"
name_required = "이름은 필수입니다."
password_auto_help = "비워두면 시스템이 초기 비밀번호를 자동 생성합니다."
password_manual_help = "초기 비밀번호를 직접 설정합니다."
picker_description = "org-chart에서 테넌트를 선택하면 사용자 소속에 반영됩니다."
role_help = "시스템 접근 권한을 결정합니다."
[msg.admin.users.create.password_generated]
@@ -1050,6 +1082,7 @@ approved_device = "승인 기기: {{device}}"
approved_ip = "승인 IP: {{ip}}"
audit_empty = "최근 접속 이력이 없습니다."
audit_load_error = "접속이력을 불러오지 못했습니다."
auto_login_supported = "연동앱 클릭 시 별도 로그인 없이 로그인할 수 있습니다."
auth_method = "인증수단: {{method}}"
client_id = "Client ID: {{id}}"
client_id_missing = "Client ID 없음"
@@ -1668,6 +1701,7 @@ title = "User Schema Extension"
[ui.admin.tenants.schema.field]
admin_only = "관리자 전용"
indexed = "조회 인덱스"
is_login_id = "로그인 ID로 사용"
key = "Field Key (ID)"
key_placeholder = "e.g. employee_id"
@@ -1703,6 +1737,7 @@ status = "STATUS"
[ui.admin.tenants.table]
actions = "ACTIONS"
id = "ID"
members = "멤버수"
name = "NAME"
slug = "SLUG"
@@ -1714,6 +1749,7 @@ updated = "UPDATED"
[ui.admin.users.bulk]
acknowledge_warning = "경고를 확인했으며 계속 진행합니다."
create_missing_tenant = "신규 생성"
do_move = "이동 실행"
download_template = "템플릿 받기"
move_group = "테넌트 일괄 이동"
@@ -1723,6 +1759,7 @@ schema_warning = "스키마 호환성 경고"
select_group = "대상 테넌트 선택"
selected_count = "{{count}}명 선택됨"
start_upload = "업로드 시작"
tenant_resolution = "테넌트 매핑"
title = "일괄 작업"
[ui.admin.users.create]
@@ -2019,6 +2056,7 @@ empty = "검색 결과가 없습니다."
fetch_error = "사용자 목록 조회에 실패했습니다."
search_placeholder = "이름 또는 이메일 검색..."
subtitle = "시스템 사용자를 조회하고 관리합니다."
toggle_status = "{{name}} 활성 상태"
title = "사용자 관리"
[ui.admin.users.list.breadcrumb]

View File

@@ -220,10 +220,29 @@ user = ""
[ui.admin.tenants]
add = ""
csv_template = ""
delete_selected = ""
export_with_ids = ""
export_without_ids = ""
import = ""
title = ""
view_org_chart = ""
[ui.admin.tenants.domain_conflict]
description = ""
title = ""
[ui.admin.tenants.import_preview]
candidates = ""
confirm = ""
create_new_reset = ""
external_id = ""
match = ""
no_candidates = ""
parent_unresolved = ""
slug_exists = ""
title = ""
[ui.common.badge]
admin_only = ""
command_only = ""
@@ -522,11 +541,17 @@ delete_confirm = ""
delete_success = ""
empty = ""
fetch_error = ""
import_empty = ""
import_error = ""
import_result = ""
missing_id = ""
not_found = ""
remove_sub_confirm = ""
subtitle = ""
[msg.admin.tenants.import_preview]
description = ""
[msg.admin.tenants.admins]
add_success = ""
empty = ""
@@ -579,6 +604,8 @@ empty = ""
subtitle = ""
[msg.admin.users]
export_error = ""
status_error = ""
[msg.admin.users.bulk]
delete_confirm = ""
@@ -593,9 +620,13 @@ schema_missing = ""
update_success = ""
[msg.admin.users.create]
appointment_required = ""
error = ""
external_tenant_required = ""
password_required = ""
personal_tenant_failed = ""
success = ""
tenant_resolve_failed = ""
[msg.admin.users.create.account]
subtitle = ""
@@ -608,6 +639,7 @@ login_id_help = ""
name_required = ""
password_auto_help = ""
password_manual_help = ""
picker_description = ""
role_help = ""
[msg.admin.users.create.password_generated]
@@ -925,6 +957,7 @@ approved_device = ""
approved_ip = ""
audit_empty = ""
audit_load_error = ""
auto_login_supported = ""
auth_method = ""
client_id = ""
client_id_missing = ""
@@ -1543,6 +1576,7 @@ title = ""
[ui.admin.tenants.schema.field]
admin_only = ""
indexed = ""
is_login_id = ""
key = ""
key_placeholder = ""
@@ -1578,6 +1612,7 @@ status = ""
[ui.admin.tenants.table]
actions = ""
id = ""
members = ""
name = ""
slug = ""
@@ -1589,6 +1624,7 @@ updated = ""
[ui.admin.users.bulk]
acknowledge_warning = ""
create_missing_tenant = ""
do_move = ""
download_template = ""
move_group = ""
@@ -1598,6 +1634,7 @@ schema_warning = ""
select_group = ""
selected_count = ""
start_upload = ""
tenant_resolution = ""
title = ""
[ui.admin.users.create]
@@ -1894,6 +1931,7 @@ empty = ""
fetch_error = ""
search_placeholder = ""
subtitle = ""
toggle_status = ""
title = ""
[ui.admin.users.list.breadcrumb]