1
0
forked from baron/baron-sso

DevFront 감사로그 번역 키 추가 및 로케일 동기화

This commit is contained in:
2026-02-27 17:50:25 +09:00
parent 7bb1f3f702
commit 45d1d3b910
7 changed files with 149 additions and 0 deletions

View File

@@ -207,6 +207,13 @@ unknown_error = "unknown error"
[msg.dev]
logout_confirm = "Are you sure you want to log out?"
[msg.dev.audit]
empty = "No audit logs found."
load_error = "Error loading audit logs: {{error}}"
loaded_count = "Loaded {{count}} rows"
loading = "Loading audit logs..."
subtitle = "Shows DevFront activity history within current tenant/app scope."
[msg.dev.clients]
copy_client_id = "Copy Client Id"
load_error = "Error loading clients: {{error}}"
@@ -941,9 +948,26 @@ env_badge = "Env: dev"
scope_badge = "Scoped to /dev"
[ui.dev.nav]
audit_logs = "Audit Logs"
clients = "Connected Application"
logout = "Logout"
[ui.dev.audit]
load_more = "Load more"
title = "Audit Logs"
[ui.dev.audit.filter]
action = "Filter by Action (e.g. ROTATE_SECRET)"
client_id = "Filter by Client ID"
status_all = "All Status"
[ui.dev.audit.table]
action = "Action"
actor = "Actor"
status = "Status"
target = "Target"
time = "Time"
[ui.dev.clients]
copy_client_id = "Copy client id"
new = "Add Connected Application"