oms-Exchange/Theme/Backend/Lang/zh.lang.php
2024-03-20 07:21:21 +00:00

40 lines
882 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Exchange' => [
'Created' => '',
'CreatedAt' => '',
'CreatedBy' => '',
'Creator' => '',
'Database' => '数据库',
'End' => '结尾',
'Exchange' => '交换',
'Export' => '出口',
'Exports' => '出口',
'File' => '文件',
'Host' => '主持人',
'Import' => '进口',
'Imports' => '进口',
'Login' => '登录',
'Logs' => '日志',
'Options' => '选项',
'Password' => '密码',
'Port' => '港口',
'Start' => '开始',
'Subtype' => '',
'Title' => '',
'Type' => '',
'Website' => '网站',
]];