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

32 lines
745 B
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 ['Organization' => [
'Active' => '积极的',
'Department' => '部',
'Departments' => '部门',
'Description' => '描述',
'Inactive' => '待用',
'Logo' => '标识',
'Name' => '姓名',
'Parent' => '亲',
'Position' => '位置',
'Positions' => '位置',
'Search' => '搜索',
'Status' => '状态',
'Unit' => '单元',
'UnitLogo' => '单位徽标',
'Units' => '单位',
]];