clusev/lang/en/posture.php

30 lines
804 B
PHP

<?php
return [
'eyebrow' => 'Security',
'title' => 'Security posture',
'subtitle' => 'Per-server hardening score across the fleet',
'scan_hint' => 'Scanning servers …',
'fleet_avg' => 'Fleet average',
'no_servers_title' => 'No servers',
'no_servers' => 'No servers with an active credential to scan.',
// Rating
'rating_strong' => 'Strong',
'rating_fair' => 'Fair',
'rating_weak' => 'Weak',
// Per server
'passed_of' => ':passed/:applicable checks passed',
'view_server' => 'Open server',
'scan_error' => 'Scan failed',
// Checks
'check_secure' => 'OK',
'check_open' => 'Open',
'check_neutral' => 'Info',
'check_unsupported' => 'n/a',
'remediation_hint' => 'Harden the open items on the server details page.',
];