28 lines
851 B
PHP
28 lines
851 B
PHP
<?php
|
|
|
|
return [
|
|
'eyebrow' => 'Wartung',
|
|
'title' => 'Updates',
|
|
'subtitle' => 'Ausstehende Paket-Updates je Server + Sicherheits-Updates',
|
|
|
|
'scan_hint' => 'Prüfe Updates …',
|
|
'total_pending' => 'Ausstehend',
|
|
'total_security' => 'Sicherheit',
|
|
'no_servers_title' => 'Keine Server',
|
|
'no_servers' => 'Keine Server mit aktivem Credential.',
|
|
|
|
'up_to_date' => 'Aktuell',
|
|
'pending_label' => ':count Update(s)',
|
|
'security_label' => ':count Sicherheit',
|
|
'unknown' => 'unbekannt',
|
|
'scan_error' => 'Prüfung fehlgeschlagen',
|
|
|
|
'apply' => 'Patchen',
|
|
'patched' => ':server gepatcht.',
|
|
'patch_failed' => 'Patch fehlgeschlagen: :error',
|
|
'result_title' => 'Ergebnis',
|
|
|
|
'confirm_heading' => 'Updates einspielen',
|
|
'confirm_body' => 'Alle Updates auf :server einspielen (:count ausstehend)?',
|
|
];
|