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

15 lines
668 B
PHP

<?php
return array(
'about_consumables_title' => 'Vật rẻ mau hỏng',
'about_consumables_text' => 'Vật rẻ mau hỏng là bất cứ thứ gì được mua định kỳ theo thời gian. Ví dụ: mục in hoặc giấy photo.',
'consumable_name' => 'Tên vật tư phụ',
'cost' => 'Purchase Cost',
'create' => 'Tạo vật tư phụ',
'date' => 'Purchase Date',
'order' => 'Order Number',
'remaining' => 'Còn lại',
'total' => 'Tổng số',
'update' => 'Cập nhật vật tư phụ',
);