Files
snipe-it/app/lang/ko/admin/consumables/general.php
T
2015-11-04 03:42:37 -08:00

15 lines
654 B
PHP
Executable File

<?php
return array(
'about_consumables_title' => '소모품이란',
'about_consumables_text' => '소모품은 시간이 지남에 따라 소진되어 구매해야 하는 것들 입니다. 예로, 프린터 잉크나 복사 용지가 있습니다.',
'consumable_name' => '소모품 명',
'cost' => 'Purchase Cost',
'create' => '소모품 생성',
'date' => 'Purchase Date',
'order' => 'Order Number',
'remaining' => '잔여수량',
'total' => '총계',
'update' => '소모품 갱신',
);