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"

View File

@@ -19,6 +19,12 @@ loading = "Loading audit logs..."
[msg.common.audit.registry]
count = "총 {{count}}개 로그"
[msg.admin.audit]
subtitle = "관리자 작업 이력을 조회합니다."
[msg.dev.audit]
subtitle = "현재 앱 범위의 개발자 작업 이력을 조회합니다."
[ui.common]
apply = "적용"
actions = "액션"
@@ -47,6 +53,7 @@ disabled = "사용 안 함"
edit = "편집"
enabled = "사용"
export = "내보내기"
export_csv = "CSV 내보내기"
export_with_ids = "UUID 포함"
export_without_ids = "UUID 제외 내보내기"
fail = "실패"

View File

@@ -19,6 +19,12 @@ loading = ""
[msg.common.audit.registry]
count = ""
[msg.admin.audit]
subtitle = ""
[msg.dev.audit]
subtitle = ""
[ui.common]
apply = "Apply"
actions = ""
@@ -47,6 +53,7 @@ disabled = ""
edit = ""
enabled = ""
export = ""
export_csv = ""
export_with_ids = ""
export_without_ids = ""
fail = ""