mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
12 lines
316 B
PHP
12 lines
316 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'name' => '부서 명',
|
|
'manager' => '관리자',
|
|
'location' => '위치',
|
|
'create' => '부서 생성',
|
|
'update' => '부서 갱신',
|
|
);
|