snipe-it/resources/lang/ko-KR/admin/consumables/general.php
snipe 593554daed Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2024-07-23 18:14:19 +01:00

13 lines
564 B
PHP

<?php
return array(
'checkout' => '사용자에게 소모품 반출',
'consumable_name' => '소모품 명',
'create' => '소모품 생성',
'item_no' => '항목 번호',
'remaining' => '잔여수량',
'total' => '총계',
'update' => '소모품 갱신',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);