mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-27 23:28:41 +00:00
32 lines
768 B
PHP
32 lines
768 B
PHP
<?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' => '단위',
|
|
]];
|