forked from baron/baron-sso
감사 로그 테이블 헤더 및 검색창 문구 수정
This commit is contained in:
@@ -12,9 +12,13 @@ unknown_error = "unknown error"
|
||||
|
||||
[msg.common.audit]
|
||||
empty = "No audit logs found."
|
||||
end = "End of audit feed"
|
||||
load_error = "Error loading logs: {{error}}"
|
||||
loading = "Loading audit logs..."
|
||||
|
||||
[msg.common.audit.registry]
|
||||
count = "{{count}} logs"
|
||||
|
||||
[ui.common]
|
||||
apply = "Apply"
|
||||
actions = "Actions"
|
||||
@@ -96,12 +100,18 @@ load_more = "Load more"
|
||||
title = "Audit Logs"
|
||||
|
||||
[ui.common.audit.copy]
|
||||
actor_id = "Copy actor id"
|
||||
target = "Copy target"
|
||||
actor_id = "Copy User ID"
|
||||
target = "Copy Client ID"
|
||||
|
||||
[ui.common.audit.filters]
|
||||
user_id = "Filter by User ID"
|
||||
client_id = "Filter by Client ID"
|
||||
action = "Filter by Action (e.g. ROTATE_SECRET)"
|
||||
status_all = "All Status"
|
||||
|
||||
[ui.common.audit.details]
|
||||
actor = "Actor"
|
||||
actor_id = "Actor ID · {{value}}"
|
||||
actor = "User ID"
|
||||
actor_id = "User ID · {{value}}"
|
||||
after = "After · {{value}}"
|
||||
before = "Before · {{value}}"
|
||||
device = "Device · {{value}}"
|
||||
@@ -109,19 +119,24 @@ error = "Error · {{value}}"
|
||||
event_id = "Event ID · {{value}}"
|
||||
ip = "IP · {{value}}"
|
||||
latency = "Latency · {{value}}"
|
||||
method = "Method · {{value}}"
|
||||
path = "Path · {{value}}"
|
||||
request = "Request"
|
||||
request_id = "Request ID · {{value}}"
|
||||
result = "Result"
|
||||
tenant = "Tenant · {{value}}"
|
||||
target = "Client ID · {{value}}"
|
||||
|
||||
[ui.common.audit.registry]
|
||||
title = "Audit registry"
|
||||
|
||||
[ui.common.audit.table]
|
||||
action = "Action"
|
||||
actor = "Actor"
|
||||
actor = "User ID"
|
||||
client_id = "Client ID"
|
||||
user_id = "User ID"
|
||||
status = "Status"
|
||||
target = "Target"
|
||||
target = "Client ID"
|
||||
time = "Time"
|
||||
|
||||
[ui.common.overview]
|
||||
|
||||
Reference in New Issue
Block a user