mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-27 12:48:42 +00:00
40 lines
905 B
PHP
Executable File
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',
|
|
]];
|