mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-26 12:18:41 +00:00
38 lines
829 B
PHP
Executable File
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',
|
|
]];
|