snipe-it/resources/lang/ko/admin/consumables/general.php

12 lines
443 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-01-10 17:53:06 -08:00
'checkout' => '사용자에게 소모품 반출',
2016-10-04 12:23:02 -07:00
'consumable_name' => '소모품 명',
'create' => '소모품 생성',
'item_no' => '항목 번호',
'remaining' => '잔여수량',
'total' => '총계',
2016-03-25 01:18:05 -07:00
'update' => '소모품 갱신',
);