ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/ko-KR/admin/departments/table.php
Normal file
11
SNIPE-IT/resources/lang/ko-KR/admin/departments/table.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ID',
|
||||
'name' => '부서 명',
|
||||
'manager' => '관리자',
|
||||
'location' => '위치',
|
||||
'create' => '부서 생성',
|
||||
'update' => '부서 갱신',
|
||||
);
|
Reference in New Issue
Block a user