clusev/lang/de/dashboard.php

37 lines
989 B
PHP

<?php
// Dashboard / live metrics view (R16). German = source of truth.
return [
// Page
'page_title' => 'Clusev — Dashboard',
'heading' => 'Übersicht',
// Service state labels (systemd ActiveState, operator wording)
'svc_online' => 'aktiv',
'svc_warning' => 'degradiert',
'svc_offline' => 'gestoppt',
// Utilisation chart
'utilization' => 'Auslastung',
'utilization_subtitle' => 'CPU & Memory · 15 Min',
'axis_minus_15min' => '-15 Min',
'axis_now' => 'jetzt',
// systemd services panel
'services_title' => 'systemd-Dienste',
'col_unit' => 'Unit',
'col_status' => 'Status',
'col_state' => 'Zustand',
'col_boot' => 'Autostart',
'no_service_data' => 'Keine Dienstdaten — Server nicht verbunden.',
// Audit panel
'audit_title' => 'Audit-Log',
'audit_subtitle' => 'letzte Ereignisse',
'no_events' => 'Keine Ereignisse.',
// Cores (CPU)
'core' => 'Kern',
'cores' => 'Kerne',
];