1
0
forked from baron/baron-sso

CSV 내보내기 버튼 공통

This commit is contained in:
2026-05-15 15:27:21 +09:00
parent 0f80ee4f4d
commit eddab895e9
5 changed files with 27 additions and 6 deletions

View File

@@ -19,6 +19,12 @@ loading = "Loading audit logs..."
[msg.common.audit.registry]
count = "{{count}} logs"
[msg.admin.audit]
subtitle = "View administrator activity history."
[msg.dev.audit]
subtitle = "View developer activity history within the current app scope."
[ui.common]
apply = "Apply"
actions = "Actions"
@@ -47,6 +53,7 @@ disabled = "Disabled"
edit = "Edit"
enabled = "Enabled"
export = "Export"
export_csv = "Export CSV"
export_with_ids = "Include UUID"
export_without_ids = "Export without UUID"
fail = "Fail"