clusev/lang/en/patch.php

28 lines
806 B
PHP

<?php
return [
'eyebrow' => 'Maintenance',
'title' => 'Updates',
'subtitle' => 'Pending package updates per server + security updates',
'scan_hint' => 'Scanning updates …',
'total_pending' => 'Pending',
'total_security' => 'Security',
'no_servers_title' => 'No servers',
'no_servers' => 'No servers with an active credential.',
'up_to_date' => 'Up to date',
'pending_label' => ':count update(s)',
'security_label' => ':count security',
'unknown' => 'unknown',
'scan_error' => 'Scan failed',
'apply' => 'Patch',
'patched' => ':server patched.',
'patch_failed' => 'Patch failed: :error',
'result_title' => 'Result',
'confirm_heading' => 'Apply updates',
'confirm_body' => 'Apply all updates on :server (:count pending)?',
];