oms-Auditor/Theme/Backend/Lang/de.lang.php
2023-06-17 03:13:20 +02:00

38 lines
829 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Auditor' => [
'Action' => 'Aktion',
'Audit' => 'Prüfung',
'Auditor' => 'Abschlussprüfer',
'Audits' => 'Audits',
'By' => 'Durch',
'CREATE' => 'Erstellen',
'Content' => 'Inhalt',
'DELETE' => 'Löschen',
'Date' => 'Datum',
'Email' => 'Email',
'IP' => '#VALUE!',
'Module' => 'Modul',
'Name' => 'Name',
'New' => 'Neu',
'Old' => 'Alt',
'Ref' => 'REF.',
'Subtype' => 'Untertyp',
'Trigger' => 'Abzug',
'Type' => 'Typ',
'UNKNOWN' => 'Unbekannt',
'UPDATE' => 'Aktualisieren',
]];