mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
12 lines
236 B
PHP
Executable file
12 lines
236 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'asset_manufacturers' => '자산 제조업체',
|
|
'create' => '제조업체 생성',
|
|
'id' => '아이디',
|
|
'name' => '제조업체 명',
|
|
'update' => '제조업체 갱신',
|
|
|
|
);
|