forked from baron/baron-sso
감사로그 공통 로케일 적용
This commit is contained in:
@@ -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 = "운영 현황"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user