clusev/lang/en/threats.php

39 lines
1.2 KiB
PHP

<?php
// Threats (honeypot dashboard): probe feed, KPIs, banned IPs (R16).
return [
// Header
'eyebrow' => 'Security',
'title' => 'Threats',
'subtitle' => 'Honeypot activity and banned IP addresses',
'probes_pill' => ':count probes (24h)',
// KPI tiles
'kpi_probes' => 'Probes (24h)',
'kpi_banned' => 'Banned IPs',
'kpi_honeytoken' => 'Honeytokens',
'kpi_top_ip' => 'Top attacker',
// Threat feed
'feed_title' => 'Honeypot events',
'feed_subtitle' => 'newest first',
'search_label' => 'Search threats',
'search_placeholder' => 'IP address, target …',
'pagination_nav' => 'Threat pages',
'pagination_prev' => 'Previous',
'pagination_next' => 'Next',
'empty_title' => 'No threats',
'empty_feed' => 'No threats recorded.',
'empty_filtered' => 'No threats found for “:query”.',
// Banned IPs
'banned_title' => 'Banned IPs',
'banned_subtitle' => 'active blocks',
'banned_until' => 'blocked until :time',
'reason_unknown' => 'unknown',
'unban' => 'Unblock',
'unbanned_toast' => ':ip unblocked.',
'empty_banned_title' => 'No blocks',
'empty_banned' => 'No IP addresses are currently blocked.',
];