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

39 lines
992 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 ['Organization' => [
'Active' => '积极的',
'Address' => '',
'City' => '',
'Country' => '',
'Department' => '部',
'Departments' => '部门',
'Description' => '描述',
'IMG_alt_profile' => '',
'Inactive' => '不活跃',
'LegalName' => '',
'Logo' => '标识',
'MainAddress' => '',
'Name' => '名称',
'Parent' => '父母',
'Position' => '位置',
'Positions' => '姿势',
'Postal' => '',
'Search' => '搜索',
'Status' => '地位',
'Unit' => '单元',
'UnitLogo' => '单位徽标',
'Units' => '单位',
]];