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

33 lines
732 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 ['Contact' => [
'Address' => '地址',
'Addresses' => '地址',
'City' => '城市',
'Contact' => '接触',
'Contacts' => '联系人',
'Country' => '国家',
'Email' => '电子邮件',
'FAO' => '粮农组织',
'Fax' => '传真',
'Name' => '名称',
'Office' => '办公室',
'Phone' => '电话',
'Private' => '私人的',
'Province' => '省',
'State' => '状态',
'Zip' => '压缩',
]];