mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-27 12:48:42 +00:00
40 lines
918 B
PHP
Executable File
40 lines
918 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' => 'Eylem',
|
|
'Audit' => 'Denetim',
|
|
'Auditor' => 'Denetçi',
|
|
'Audits' => 'Denetim',
|
|
'By' => 'İle',
|
|
'CREATE' => 'Yaratmak',
|
|
'Content' => 'İçerik',
|
|
'CreatedAt' => '',
|
|
'CreatedBy' => '',
|
|
'DELETE' => 'Silmek',
|
|
'Date' => 'Tarih',
|
|
'Email' => 'E-posta',
|
|
'IP' => '#VALUE!',
|
|
'Module' => 'Modül',
|
|
'Name' => 'İsim',
|
|
'New' => 'Yeni',
|
|
'Old' => 'Eskimiş',
|
|
'Ref' => 'Ref',
|
|
'Subtype' => 'Alt tip',
|
|
'Trigger' => 'Tetiklemek',
|
|
'Type' => 'Tip',
|
|
'UNKNOWN' => 'Bilinmeyen',
|
|
'UPDATE' => 'Güncelleme',
|
|
]];
|