oms-Profile/Theme/Backend/Lang/zh.lang.php

105 lines
3.7 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Profile' => [
'Account' => '帐户',
'Account/Group' => '帐户/组',
'Activity' => '活动',
'Address' => '地址',
'Amount' => '{数量}',
'Area' => '区域',
'Birthday' => '生日',
'Change' => '改变',
'City' => '城市',
'Community' => '社区',
'Contact' => '接触',
'ContactInformation' => '联系信息',
'Country' => '国家',
'CreateProfile' => '创建个人资料',
'Currency' => '货币',
'Currencyformat' => 'Currencyformat',
'Customized' => '定制',
'DateDelim' => '日期分隔符',
'DecimalPoint' => '小数点',
'Defaults' => '默认',
'Email' => '电子邮件',
'Fast' => '快速地',
'General' => '一般的',
'Glass' => '玻璃',
'Heavy' => '重的',
'Language' => '语言',
'Large' => '大',
'LastLogin' => '上次登录',
'Length' => '长度',
'Light' => '光',
'Load' => '加载',
'Localization' => '本土化',
'Long' => '长',
'Medium' => '中等的',
'Name' => '姓名',
'NoAddressSpecified' => '没有指定的地址',
'NoContactSpecified' => '没有联系人指定',
'Numberformat' => 'NUMBERFORMAT',
'Numeric' => '数字',
'OFF' => '离开',
'ON' => '在',
'Occupation' => '职业',
'Phone' => '电话',
'Precision' => '精确',
'Profile' => '轮廓',
'ProfileImage' => '简介的图片',
'Profiles' => '简介',
'Ranks' => '行列',
'Registered' => '挂号的',
'Sea' => '海',
'Search' => '搜索',
'Short' => '短的',
'Skype' => 'Skype的',
'Slow' => '慢',
'Small' => '小的',
'Speed' => '速度',
'Status' => '状态',
'Tablespoon' => '汤匙',
'Teaspoon' => '茶匙',
'Temperature' => '温度',
'ThousandsSeparator' => '千位分隔符',
'Time' => '时间',
'TimeDelim' => '时间分隔符',
'Timeformat' => '时间格式',
'Timezone' => '时区',
'VeryFast' => '非常快',
'VeryHeavy' => '非常重',
'VeryLarge' => '很大',
'VeryLight' => '很轻',
'VeryLong' => '很长',
'VeryShort' => '很短',
'VerySlow' => '非常慢',
'VerySmall' => '很小',
'Visibility' => '能见度',
'Volume' => '体积',
'Weight' => '重量',
'Zip' => '压缩',
'aType1' => '家',
'aType2' => '商业',
'aType3' => '船运',
'aType4' => '开票',
'aType5' => '工作',
'aType6' => '合同',
'aType7' => '其他',
'cType1' => '电话',
'cType2' => '传真',
'cType3' => '网站',
'cType4' => '电子邮件',
]];