mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
13 lines
425 B
PHP
13 lines
425 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => '제조업체 란',
|
|
'about_manufacturers_text' => '제조업체는 우리가 소모하는 모든 마법 같은 품목들을 만든다.',
|
|
'asset_manufacturers' => '자산 제조업체',
|
|
'create' => '제조업체 생성',
|
|
'id' => '아이디',
|
|
'name' => '제조업체 명',
|
|
'update' => '제조업체 갱신',
|
|
|
|
);
|