forked from baron/baron-sso
code-check 오류 수정
This commit is contained in:
@@ -114,6 +114,7 @@ empty = "No filters applied."
|
||||
|
||||
[msg.admin.audit.registry]
|
||||
count = "{{count}} logs loaded."
|
||||
description = "Filter recent audit logs by search criteria and review action history quickly."
|
||||
|
||||
[msg.admin.common]
|
||||
forbidden = "You do not have permission to perform this action."
|
||||
@@ -386,6 +387,7 @@ forbidden = "You do not have permission to view audit logs. Please request acces
|
||||
load_error = "Error loading audit logs: {{error}}"
|
||||
loaded_count = "Loaded {{count}} rows"
|
||||
loading = "Loading audit logs..."
|
||||
registry_description = "Filter recent audit logs by search criteria and review action history quickly."
|
||||
subtitle = "Shows DevFront activity history within current tenant/app scope."
|
||||
|
||||
[msg.dev.request]
|
||||
@@ -424,6 +426,7 @@ status = "Status"
|
||||
user = "User"
|
||||
|
||||
[msg.dev.request.list]
|
||||
approved_count = "{{count}} users have been approved."
|
||||
title = "Request History"
|
||||
|
||||
[msg.dev.request.admin]
|
||||
@@ -802,6 +805,7 @@ body = "We could not find an account for that information.\\\\\\\\\\\\\\\\nPleas
|
||||
[msg.userfront.login.verification]
|
||||
approved = "Approved. Complete sign-in in the original window."
|
||||
approved_local = "Approved. This device is already signed in, and the remote window will be signed in shortly."
|
||||
approved_remote = "Approved. Please return to the original browser or PC screen."
|
||||
success = "Sign-in approval completed."
|
||||
|
||||
[msg.userfront.login_success]
|
||||
@@ -2522,8 +2526,29 @@ title = "Account not found"
|
||||
|
||||
[ui.userfront.login.verification]
|
||||
action_label = "Done"
|
||||
action_label_close = "Close Window"
|
||||
page_title = "Sign-in approval"
|
||||
title = "Approval complete"
|
||||
title_remote = "Sign-in approved"
|
||||
|
||||
[ui.shell.nav]
|
||||
logout = "Logout"
|
||||
profile = "My Profile"
|
||||
|
||||
[ui.shell.profile]
|
||||
menu_aria = "Open account menu"
|
||||
menu_title = "Account"
|
||||
unknown_email = "unknown@example.com"
|
||||
unknown_name = "Unknown User"
|
||||
|
||||
[ui.shell.session]
|
||||
active = "Session active"
|
||||
auto_extend = "Session expiry"
|
||||
disabled = "Session expiry disabled"
|
||||
expired = "Session expired"
|
||||
expiring = "Expiring soon: {{minutes}}m {{seconds}}s left"
|
||||
remaining = "Expires in {{minutes}}m {{seconds}}s"
|
||||
unknown = "Unknown"
|
||||
|
||||
[ui.userfront.login_success]
|
||||
later = "Do this later (go to dashboard)"
|
||||
@@ -2642,6 +2667,15 @@ toggle_label = "Show active sessions only"
|
||||
[msg.userfront.audit.filter]
|
||||
description = "Toggle to view only active sessions."
|
||||
|
||||
[msg.admin.integrity]
|
||||
subtitle = "Review integrity status and inspect checks across the admin data model."
|
||||
|
||||
[msg.admin.integrity.section.tenant_integrity]
|
||||
description = "Check duplicate tenant slugs and invalid parent relationships."
|
||||
|
||||
[msg.admin.integrity.section.user_integrity]
|
||||
description = "Check orphan records in user and login ID references."
|
||||
|
||||
[msg.admin.integrity.forbidden]
|
||||
description = "This screen is available only to super_admin."
|
||||
|
||||
|
||||
@@ -145,6 +145,7 @@ forbidden = "감사 로그를 조회할 권한이 없습니다. 관리자에게
|
||||
load_error = "감사 로그 조회 실패: {{error}}"
|
||||
loaded_count = "로드된 로그 {{count}}건"
|
||||
loading = "감사 로그를 불러오는 중..."
|
||||
registry_description = "최근 감사 로그를 검색 조건에 맞춰 필터링하고, 작업 이력을 빠르게 확인합니다."
|
||||
subtitle = "현재 테넌트/앱 범위의 DevFront 작업 이력을 조회합니다."
|
||||
|
||||
[msg.dev.clients]
|
||||
@@ -614,6 +615,7 @@ empty = "필터 없음"
|
||||
|
||||
[msg.admin.audit.registry]
|
||||
count = "로드된 로그 {{count}}건"
|
||||
description = "최근 감사 로그를 검색 조건에 맞춰 필터링하고, 작업 이력을 빠르게 확인합니다."
|
||||
|
||||
[msg.admin.common]
|
||||
forbidden = "이 작업을 수행할 권한이 없습니다."
|
||||
@@ -916,6 +918,7 @@ status = "상태"
|
||||
user = "사용자"
|
||||
|
||||
[msg.dev.request.list]
|
||||
approved_count = "총 {{count}}명의 사용자가 승인되었습니다."
|
||||
title = "신청 내역"
|
||||
|
||||
[msg.dev.request.admin]
|
||||
@@ -1293,6 +1296,7 @@ body = "가입되지 않은 정보입니다.\\\\n회원가입 후 이용해 주
|
||||
[msg.userfront.login.verification]
|
||||
approved = "승인되었습니다. 로그인은 요청하신 창에서 완료됩니다."
|
||||
approved_local = "승인 되었습니다. 이 기기는 로그인되어 있는 상태입니다. 원격 창도 로그인이 될 예정입니다"
|
||||
approved_remote = "승인되었습니다. 요청하신 브라우저 또는 PC 화면으로 돌아가 주세요."
|
||||
success = "로그인 승인에 성공했습니다."
|
||||
|
||||
[msg.userfront.login_success]
|
||||
@@ -2949,6 +2953,27 @@ title = "미등록 회원"
|
||||
action_label = "확인"
|
||||
page_title = "로그인 승인"
|
||||
title = "승인 완료"
|
||||
action_label_close = "창 닫기"
|
||||
title_remote = "로그인 승인 완료"
|
||||
|
||||
[ui.shell.nav]
|
||||
logout = "로그아웃"
|
||||
profile = "내 정보"
|
||||
|
||||
[ui.shell.profile]
|
||||
menu_aria = "계정 메뉴 열기"
|
||||
menu_title = "계정"
|
||||
unknown_email = "unknown@example.com"
|
||||
unknown_name = "Unknown User"
|
||||
|
||||
[ui.shell.session]
|
||||
active = "세션 활성"
|
||||
auto_extend = "세션 만료 관리"
|
||||
disabled = "세션 만료 비활성화"
|
||||
expired = "세션 만료"
|
||||
expiring = "만료 임박: {{minutes}}분 {{seconds}}초 남음"
|
||||
remaining = "만료 예정: {{minutes}}분 {{seconds}}초 남음"
|
||||
unknown = "알 수 없음"
|
||||
|
||||
[ui.userfront.login_success]
|
||||
later = "나중에 하기 (대시보드로 이동)"
|
||||
@@ -3102,6 +3127,12 @@ description = "user_login_ids.user_id가 존재하지 않거나 soft-deleted use
|
||||
[msg.admin.integrity.check.orphan_user_tenant_memberships]
|
||||
description = "users.tenant_id가 존재하지 않거나 soft-deleted tenant를 참조하는지 검사합니다."
|
||||
|
||||
[msg.admin.integrity.section.tenant_integrity]
|
||||
description = "테넌트 slug 중복과 부모 관계 이상을 확인합니다."
|
||||
|
||||
[msg.admin.integrity.section.user_integrity]
|
||||
description = "사용자와 로그인 ID 참조의 고아 레코드를 확인합니다."
|
||||
|
||||
[msg.admin.integrity]
|
||||
subtitle = "정합성 상태를 확인하고 데이터 모델 전반의 검증 결과를 살펴봅니다."
|
||||
|
||||
|
||||
@@ -474,6 +474,7 @@ empty = ""
|
||||
|
||||
[msg.admin.audit.registry]
|
||||
count = ""
|
||||
description = ""
|
||||
|
||||
[msg.admin.common]
|
||||
forbidden = ""
|
||||
@@ -738,6 +739,7 @@ forbidden = ""
|
||||
load_error = ""
|
||||
loaded_count = ""
|
||||
loading = ""
|
||||
registry_description = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.dev.request]
|
||||
@@ -776,6 +778,7 @@ status = ""
|
||||
user = ""
|
||||
|
||||
[msg.dev.request.list]
|
||||
approved_count = ""
|
||||
title = ""
|
||||
|
||||
[msg.dev.request.admin]
|
||||
@@ -1153,6 +1156,7 @@ body = ""
|
||||
[msg.userfront.login.verification]
|
||||
approved = ""
|
||||
approved_local = ""
|
||||
approved_remote = ""
|
||||
success = ""
|
||||
|
||||
[msg.userfront.login_success]
|
||||
@@ -2827,8 +2831,29 @@ title = ""
|
||||
|
||||
[ui.userfront.login.verification]
|
||||
action_label = ""
|
||||
action_label_close = ""
|
||||
page_title = ""
|
||||
title = ""
|
||||
title_remote = ""
|
||||
|
||||
[ui.shell.nav]
|
||||
logout = ""
|
||||
profile = ""
|
||||
|
||||
[ui.shell.profile]
|
||||
menu_aria = ""
|
||||
menu_title = ""
|
||||
unknown_email = ""
|
||||
unknown_name = ""
|
||||
|
||||
[ui.shell.session]
|
||||
active = ""
|
||||
auto_extend = ""
|
||||
disabled = ""
|
||||
expired = ""
|
||||
expiring = ""
|
||||
remaining = ""
|
||||
unknown = ""
|
||||
|
||||
[ui.userfront.login_success]
|
||||
later = ""
|
||||
@@ -2985,6 +3010,12 @@ description = ""
|
||||
[msg.admin.integrity]
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.integrity.section.tenant_integrity]
|
||||
description = ""
|
||||
|
||||
[msg.admin.integrity.section.user_integrity]
|
||||
description = ""
|
||||
|
||||
[msg.admin.user_projection]
|
||||
action_error = ""
|
||||
action_success = ""
|
||||
|
||||
Reference in New Issue
Block a user