oms-Auditor/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn 0f41da13b4 fix language
2023-09-23 23:05:18 +00:00

40 lines
905 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' => 'Action',
'Audit' => 'Audit',
'Auditor' => 'Auditor',
'Audits' => 'Audits',
'By' => 'By',
'CREATE' => 'Create',
'Content' => 'Content',
'CreatedAt' => 'Created At',
'CreatedBy' => 'Created By',
'DELETE' => 'Delete',
'Date' => 'Date',
'Email' => 'Email',
'IP' => 'IP',
'Module' => 'Module',
'Name' => 'Name',
'New' => 'New',
'Old' => 'Old',
'Ref' => 'Ref',
'Subtype' => 'Subtype',
'Trigger' => 'Trigger',
'Type' => 'Type',
'UNKNOWN' => 'Unknown',
'UPDATE' => 'Update',
]];