clusev/lang/de/services.php

59 lines
2.0 KiB
PHP

<?php
// Services (systemd) page strings (R16). Shared buttons live in common.php.
return [
// Header / overview
'eyebrow' => 'Dienste',
'heading' => 'Dienste',
'fleet_active' => ':active / :total aktiv',
// systemd panel
'panel_title' => 'systemd-Dienste',
'panel_subtitle' => ':total Units · :server',
'search_label' => 'Dienste durchsuchen',
'search_placeholder' => 'Dienst suchen…',
// Service status labels (status triad)
'status_online' => 'aktiv',
'status_warning' => 'degradiert',
'status_offline' => 'gestoppt',
// Service actions
'start' => 'Starten',
'stop' => 'Stopp',
'restart' => 'Neustart',
// Empty state
'empty_title' => 'Kein Dienst gefunden',
'empty_hint' => 'Suche „:search“ ergab keine Treffer.',
// Journal panel
'journal_title' => 'Journal',
'journal_subtitle' => 'journalctl · :server',
'journal_live' => 'live',
'journal_follow' => 'Live · automatische Aktualisierung · :count Zeilen',
// Confirm modal — operations
'confirm_start_heading' => 'Dienst starten',
'confirm_start_phrase' => 'wird gestartet',
'confirm_start_label' => 'Starten',
'confirm_stop_heading' => 'Dienst stoppen',
'confirm_stop_phrase' => 'wird gestoppt',
'confirm_stop_label' => 'Stoppen',
'confirm_restart_heading' => 'Dienst neu starten',
'confirm_restart_phrase' => 'wird neu gestartet',
'confirm_restart_label' => 'Neu starten',
'confirm_body' => ':name :phrase. Ausgeführt über systemctl auf :server.',
'confirm_notify' => ':name: :label ausgeführt.',
// Action results / notifications
'action_error' => ':name: :error',
'action_done' => ':name: :op ausgeführt.',
'action_failed' => ':name: fehlgeschlagen — :output',
'action_failed_short' => ':name: fehlgeschlagen — vollständige Meldung im Audit-Log.',
'no_permission' => 'keine Rechte',
// Page title
'title' => 'Dienste — Clusev',
];