mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
Implement filtering for ban event-history, simple aggregation and insights
This commit is contained in:
@@ -39,8 +39,16 @@
|
||||
"logs.overview.total_events": "Total stored events",
|
||||
"logs.overview.per_server": "Events per server",
|
||||
"logs.overview.recent_events_title": "Recent stored events",
|
||||
"logs.overview.recent_empty": "No stored events found for the selected server.",
|
||||
"logs.overview.recent_empty": "No stored events found.",
|
||||
"logs.overview.empty": "No ban events recorded yet.",
|
||||
"logs.overview.open_insights": "Open insights",
|
||||
"logs.overview.total_today": "Today",
|
||||
"logs.overview.total_week": "Last 7 days",
|
||||
"logs.overview.per_server_empty": "No per-server data available yet.",
|
||||
"logs.overview.recent_filtered_empty": "No stored events match the current filters.",
|
||||
"logs.overview.recent_count_label": "Events shown",
|
||||
"logs.overview.country_unknown": "Unknown",
|
||||
"logs.overview.last_seen": "Last seen",
|
||||
"logs.table.server": "Server",
|
||||
"logs.table.count": "Count",
|
||||
"logs.table.jail": "Jail",
|
||||
@@ -50,9 +58,21 @@
|
||||
"logs.table.actions": "Actions",
|
||||
"logs.actions.whois": "Whois",
|
||||
"logs.actions.logs": "Logs",
|
||||
"logs.search.label": "Search events",
|
||||
"logs.search.placeholder": "Search IP, jail or server",
|
||||
"logs.search.country_label": "Country",
|
||||
"logs.search.country_all": "All countries",
|
||||
"logs.search.country_unknown": "Unknown",
|
||||
"logs.badge.recurring": "Recurring",
|
||||
"logs.modal.whois_title": "Whois Information",
|
||||
"logs.modal.logs_title": "Logs",
|
||||
"logs.modal.jail": "Jail",
|
||||
"logs.modal.insights_title": "Ban Insights",
|
||||
"logs.modal.insights_description": "Country distribution and recurring offenders.",
|
||||
"logs.modal.insights_countries": "Bans by country",
|
||||
"logs.modal.insights_countries_empty": "No bans recorded for this period.",
|
||||
"logs.modal.insights_recurring": "Recurring IPs",
|
||||
"logs.modal.insights_recurring_empty": "No recurring IPs detected.",
|
||||
"filter_debug.title": "Filter Debug",
|
||||
"filter_debug.select_filter": "Select a Filter",
|
||||
"filter_debug.log_lines": "Log Lines",
|
||||
|
||||
Reference in New Issue
Block a user