mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-26 20:28:41 +00:00
38 lines
870 B
PHP
Executable File
38 lines
870 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' => '동작',
|
|
'Audit' => '심사',
|
|
'Auditor' => '감사',
|
|
'Audits' => '감사',
|
|
'By' => '에 의해',
|
|
'CREATE' => '만들다',
|
|
'Content' => '콘텐츠',
|
|
'DELETE' => '삭제',
|
|
'Date' => '날짜',
|
|
'Email' => '이메일',
|
|
'IP' => '#VALUE!',
|
|
'Module' => '기준 치수',
|
|
'Name' => '이름',
|
|
'New' => '새로운',
|
|
'Old' => '낡은',
|
|
'Ref' => '조항',
|
|
'Subtype' => '하위 유형',
|
|
'Trigger' => '방아쇠',
|
|
'Type' => '유형',
|
|
'UNKNOWN' => '알려지지 않은',
|
|
'UPDATE' => '업데이트',
|
|
]];
|