clusev/lang/de/audit.php

34 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
// Audit log page strings (R16). Shared buttons live in common.php.
return [
// Header
'eyebrow' => 'Sicherheit',
'heading' => 'Audit-Log',
'event_count' => ':count Ereignisse',
// Events panel
'panel_title' => 'Ereignisse',
'panel_subtitle' => 'letzte 50 · neueste zuerst',
'search_label' => 'Audit-Log durchsuchen',
'search_placeholder' => 'Akteur, Aktion, Ziel …',
// Empty state
'empty_title' => 'Keine Ereignisse',
'empty_filtered' => 'Für „:query“ wurden keine Audit-Einträge gefunden.',
'empty_none' => 'Es liegen noch keine Audit-Einträge vor.',
// Aufbewahrung (Retention)
'retention_title' => 'Aufbewahrung',
'retention_subtitle' => 'Audit-Log automatisch ausdünnen',
'retention_label' => 'Aufbewahrung',
'retention_unlimited' => 'unbegrenzt',
'retention_days' => ':count Tage',
'retention_save' => 'Speichern',
'retention_saved_notify' => 'Aufbewahrungsrichtlinie gespeichert.',
'retention_hint' => 'Anzahl der Tage (13650). Leer lassen für unbegrenzte Aufbewahrung. Ältere Einträge werden täglich gelöscht.',
// Page title
'title' => 'Audit-Log — Clusev',
];