snipe-it/resources/lang/ko/admin/manufacturers/table.php
2016-12-03 17:10:05 -08:00

13 lines
395 B
PHP

<?php
return array(
'about_manufacturers_title' => 'About manufacturers',
'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.',
'asset_manufacturers' => '자산 제조업체',
'create' => '제조업체 생성',
'id' => '아이디',
'name' => '제조업체 명',
'update' => '제조업체 갱신',
);