1
0
forked from baron/baron-sso

code-check 오류 수정

This commit is contained in:
2026-05-20 17:12:48 +09:00
parent b55ab7bc67
commit 0af268021e
20 changed files with 442 additions and 269 deletions

View File

@@ -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."