From 18eede3a1074e9c75f1c6d2ba888a32afcc9ee8b Mon Sep 17 00:00:00 2001 From: kyy Date: Fri, 15 May 2026 13:26:49 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=90=EC=82=AC=EB=A1=9C=EA=B7=B8=20?= =?UTF-8?q?=EA=B3=B5=ED=86=B5=20=EB=A1=9C=EC=BC=80=EC=9D=BC=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/locales/en.toml | 38 ++++++++++++++++++++++++++++++++++++ common/locales/ko.toml | 38 ++++++++++++++++++++++++++++++++++++ common/locales/template.toml | 38 ++++++++++++++++++++++++++++++++++++ 3 files changed, 114 insertions(+) diff --git a/common/locales/en.toml b/common/locales/en.toml index 0a451791..f9489562 100644 --- a/common/locales/en.toml +++ b/common/locales/en.toml @@ -10,6 +10,11 @@ requesting = "Requesting..." saving = "Saving..." unknown_error = "unknown error" +[msg.common.audit] +empty = "No audit logs found." +load_error = "Error loading logs: {{error}}" +loading = "Loading audit logs..." + [ui.common] apply = "Apply" actions = "Actions" @@ -86,6 +91,39 @@ theme_toggle = "Theme Toggle" unassigned = "Unassigned" unknown = "Unknown" +[ui.common.audit] +load_more = "Load more" +title = "Audit Logs" + +[ui.common.audit.copy] +actor_id = "Copy actor id" +target = "Copy target" + +[ui.common.audit.details] +actor = "Actor" +actor_id = "Actor ID · {{value}}" +after = "After · {{value}}" +before = "Before · {{value}}" +device = "Device · {{value}}" +error = "Error · {{value}}" +event_id = "Event ID · {{value}}" +ip = "IP · {{value}}" +latency = "Latency · {{value}}" +request = "Request" +request_id = "Request ID · {{value}}" +result = "Result" +tenant = "Tenant · {{value}}" + +[ui.common.audit.registry] +title = "Audit registry" + +[ui.common.audit.table] +action = "Action" +actor = "Actor" +status = "Status" +target = "Target" +time = "Time" + [ui.common.overview] title = "Operational Status" diff --git a/common/locales/ko.toml b/common/locales/ko.toml index 249cbf04..3eeb255e 100644 --- a/common/locales/ko.toml +++ b/common/locales/ko.toml @@ -10,6 +10,11 @@ requesting = "요청 중..." saving = "저장 중..." unknown_error = "알 수 없는 오류" +[msg.common.audit] +empty = "아직 수집된 감사 로그가 없습니다." +load_error = "Error loading logs: {{error}}" +loading = "Loading audit logs..." + [ui.common] apply = "적용" actions = "액션" @@ -86,6 +91,39 @@ theme_toggle = "테마 전환" unassigned = "미배정" unknown = "Unknown" +[ui.common.audit] +load_more = "더 보기" +title = "감사 로그" + +[ui.common.audit.copy] +actor_id = "Copy actor id" +target = "Copy target" + +[ui.common.audit.details] +actor = "Actor" +actor_id = "Actor ID · {{value}}" +after = "After · {{value}}" +before = "Before · {{value}}" +device = "Device · {{value}}" +error = "Error · {{value}}" +event_id = "Event ID · {{value}}" +ip = "IP · {{value}}" +latency = "Latency · {{value}}" +request = "Request" +request_id = "Request ID · {{value}}" +result = "Result" +tenant = "Tenant · {{value}}" + +[ui.common.audit.registry] +title = "Audit registry" + +[ui.common.audit.table] +action = "액션" +actor = "수행자" +status = "상태" +target = "대상" +time = "시간" + [ui.common.overview] title = "운영 현황" diff --git a/common/locales/template.toml b/common/locales/template.toml index cce406f5..3c8b5452 100644 --- a/common/locales/template.toml +++ b/common/locales/template.toml @@ -10,6 +10,11 @@ requesting = "" saving = "" unknown_error = "" +[msg.common.audit] +empty = "" +load_error = "" +loading = "" + [ui.common] apply = "Apply" actions = "" @@ -86,6 +91,39 @@ theme_toggle = "" unassigned = "" unknown = "" +[ui.common.audit] +load_more = "" +title = "" + +[ui.common.audit.copy] +actor_id = "" +target = "" + +[ui.common.audit.details] +actor = "" +actor_id = "" +after = "" +before = "" +device = "" +error = "" +event_id = "" +ip = "" +latency = "" +request = "" +request_id = "" +result = "" +tenant = "" + +[ui.common.audit.registry] +title = "" + +[ui.common.audit.table] +action = "" +actor = "" +status = "" +target = "" +time = "" + [ui.common.overview] title = ""