1
0
forked from baron/baron-sso
Files
baron-sso/common/locales/template.toml
chan b2f155e35b perf(admin): full-stack performance optimization for all list tables
- Implemented server-side search, infinite scrolling, and list virtualization for Tenants, Users, and Audit Logs.
- Backend: Enhanced Repository, Service, and Handler layers to support 'search' and 'cursor' parameters.
- Frontend: Integrated @tanstack/react-virtual and useInfiniteQuery for high-performance rendering.
- Quality: Updated all unit tests and E2E tests to match the new asynchronous server-side search architecture.
- i18n: Synced all translation keys and cleaned up unused resources.
2026-06-04 16:06:30 +09:00

200 lines
2.5 KiB
TOML

[msg.common]
loading_more = ""
copied = ""
error = ""
forbidden = ""
loading = ""
no_results = ""
no_description = ""
parsing = ""
requesting = ""
saving = ""
unknown_error = ""
[msg.common.audit]
empty = ""
end = ""
load_error = ""
loading = ""
[msg.common.audit.registry]
count = ""
[msg.admin.audit]
subtitle = ""
[msg.dev.audit]
subtitle = ""
[ui.common]
no_results = ""
apply = "Apply"
actions = ""
add = ""
all = ""
apply = ""
admin_only = ""
apply = ""
approve = ""
assign = ""
back = ""
back_to_login = ""
cancel = ""
change_file = ""
clear = ""
clear_search = ""
close = ""
collapse = ""
confirm = ""
continue = ""
copy = ""
create = ""
delete = ""
detail = ""
details = ""
disabled = ""
edit = ""
enabled = ""
export = ""
export_csv = ""
export_with_ids = ""
export_without_ids = ""
fail = ""
go_home = ""
info = ""
view = ""
hyphen = ""
loading = ""
manage = ""
move = ""
move_org = ""
na = ""
never = ""
next = ""
none = ""
page_of = ""
prev = ""
previous = ""
qr = ""
reject = ""
rejected = ""
reset = ""
read_only = ""
refresh = ""
remove = ""
remove_org = ""
resend = ""
retry = ""
row = ""
save = ""
search = ""
search_group = ""
select = ""
select_file = ""
select_placeholder = ""
load_more = ""
show_more = ""
language = ""
language_ko = ""
language_en = ""
submit = ""
submitting = ""
success = ""
theme_dark = ""
theme_light = ""
theme_toggle = ""
unassigned = ""
unknown = ""
[ui.common.audit]
load_more = ""
title = ""
[ui.common.audit.copy]
actor_id = ""
target = ""
[ui.common.audit.filters]
user_id = ""
client_id = ""
action = ""
status_all = ""
[ui.common.audit.details]
actor = ""
actor_id = ""
after = ""
before = ""
device = ""
error = ""
event_id = ""
ip = ""
latency = ""
method = ""
path = ""
request = ""
request_id = ""
result = ""
tenant = ""
target = ""
[ui.common.audit.registry]
title = ""
[ui.common.audit.table]
no_logs = ""
action = ""
actor = ""
client_id = ""
user_id = ""
status = ""
target = ""
time = ""
[ui.common.overview]
title = ""
[ui.common.chart.period]
day = ""
month = ""
week = ""
[ui.common.chart.series_summary]
login_users = ""
[ui.common.chart.axis]
x = ""
y = ""
[ui.admin.integrity]
fetch_error = ""
[ui.admin.integrity.summary]
failures_text = ""
title = ""
[ui.admin.integrity.section]
tenant_integrity = ""
user_integrity = ""
[ui.admin.overview.chart]
description = ""
title = ""
[ui.common.badge]
admin_only = ""
command_only = ""
system = ""
[ui.common.status]
active = ""
blocked = ""
failure = ""
inactive = ""
new = ""
ok = ""
pending = ""
success = ""
unchanged = ""
updated = ""