mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
69 lines
3.2 KiB
JSON
69 lines
3.2 KiB
JSON
|
|
{
|
||
|
|
"page.title": "Fail2ban UI Dashboard",
|
||
|
|
"nav.dashboard": "Dashboard",
|
||
|
|
"nav.filter_debug": "Filter Debug",
|
||
|
|
"nav.settings": "Settings",
|
||
|
|
"reload_banner.message": "Configuration changed!",
|
||
|
|
"reload_banner.button": "Reload Fail2ban",
|
||
|
|
"dashboard.title": "Dashboard",
|
||
|
|
"dashboard.overview": "Overview active Jails and Blocks",
|
||
|
|
"dashboard.search_label": "Search Banned IPs",
|
||
|
|
"dashboard.search_placeholder": "Enter IP address to search",
|
||
|
|
"dashboard.table.jail_name": "Jail Name",
|
||
|
|
"dashboard.table.total_banned": "Total Banned",
|
||
|
|
"dashboard.table.new_last_hour": "New Last Hour",
|
||
|
|
"dashboard.table.banned_ips": "Banned IPs (Unban)",
|
||
|
|
"dashboard.no_jails": "No jails found.",
|
||
|
|
"dashboard.last_bans": "Last 5 Ban Events",
|
||
|
|
"dashboard.table.time": "Time",
|
||
|
|
"dashboard.table.jail": "Jail",
|
||
|
|
"dashboard.table.ip": "IP",
|
||
|
|
"dashboard.table.log_line": "Log Line",
|
||
|
|
"dashboard.no_recent_bans": "No recent bans found.",
|
||
|
|
"dashboard.no_banned_ips": "No banned IPs",
|
||
|
|
"dashboard.unban": "Unban",
|
||
|
|
"filter_debug.title": "Filter Debug",
|
||
|
|
"filter_debug.select_filter": "Select a Filter",
|
||
|
|
"filter_debug.log_lines": "Log Lines",
|
||
|
|
"filter_debug.log_lines_placeholder": "Enter log lines here...",
|
||
|
|
"filter_debug.test_filter": "Test Filter",
|
||
|
|
"filter_debug.test_results_title": "Test Results",
|
||
|
|
"filter_debug.no_matches": "No matches found.",
|
||
|
|
"settings.title": "Settings",
|
||
|
|
"settings.general": "General Settings",
|
||
|
|
"settings.language": "Language",
|
||
|
|
"settings.enable_debug": "Enable Debug Log",
|
||
|
|
"settings.alert": "Alert Settings",
|
||
|
|
"settings.destination_email": "Destination Email (Alerts Receiver)",
|
||
|
|
"settings.destination_email_placeholder": "alerts@swissmakers.ch",
|
||
|
|
"settings.alert_countries": "Alert Countries",
|
||
|
|
"settings.alert_countries_description": "Choose the countries for which you want to receive email alerts when a block is triggered.",
|
||
|
|
"settings.smtp": "SMTP Configuration",
|
||
|
|
"settings.smtp_host": "SMTP Host",
|
||
|
|
"settings.smtp_host_placeholder": "e.g., smtp.gmail.com",
|
||
|
|
"settings.smtp_port": "SMTP Port",
|
||
|
|
"settings.smtp_username": "SMTP Username",
|
||
|
|
"settings.smtp_username_placeholder": "e.g., user@example.com",
|
||
|
|
"settings.smtp_password": "SMTP Password",
|
||
|
|
"settings.smtp_password_placeholder": "Enter SMTP Password",
|
||
|
|
"settings.smtp_sender": "Sender Email",
|
||
|
|
"settings.smtp_sender_placeholder": "noreply@swissmakers.ch",
|
||
|
|
"settings.smtp_tls": "Use TLS (Recommended)",
|
||
|
|
"settings.send_test_email": "Send Test Email",
|
||
|
|
"settings.fail2ban": "Fail2Ban Configuration",
|
||
|
|
"settings.enable_bantime_increment": "Enable Bantime Increment",
|
||
|
|
"settings.default_bantime": "Default Bantime",
|
||
|
|
"settings.default_bantime_placeholder": "e.g., 48h",
|
||
|
|
"settings.default_findtime": "Default Findtime",
|
||
|
|
"settings.default_findtime_placeholder": "e.g., 30m",
|
||
|
|
"settings.default_max_retry": "Default Max Retry",
|
||
|
|
"settings.default_max_retry_placeholder": "Enter maximum retries",
|
||
|
|
"settings.ignore_ips": "Ignore IPs",
|
||
|
|
"settings.ignore_ips_placeholder": "IPs to ignore, separated by spaces",
|
||
|
|
"settings.save": "Save",
|
||
|
|
"modal.filter_config": "Filter Config:",
|
||
|
|
"modal.cancel": "Cancel",
|
||
|
|
"modal.save": "Save",
|
||
|
|
"loading": "Loading..."
|
||
|
|
}
|
||
|
|
|