mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-01-25 23:18:41 +00:00
33 lines
732 B
PHP
Executable File
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' => '压缩',
|
|
]];
|