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

40 lines
915 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' => '内容',
'CreatedAt' => '',
'CreatedBy' => '',
'DELETE' => '删除',
'Date' => '日期',
'Email' => '电子邮件',
'IP' => '#VALUE!',
'Module' => '模块',
'Name' => '名称',
'New' => '新的',
'Old' => '老的',
'Ref' => '裁判',
'Subtype' => '亚型',
'Trigger' => '扳机',
'Type' => '类型',
'UNKNOWN' => '未知',
'UPDATE' => '更新',
]];