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

16 lines
711 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?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',
2016-05-16 21:54:13 -07:00
'item_no' => 'Item No.',
2016-03-25 01:18:05 -07:00
'order' => 'Order Number',
'remaining' => 'Còn lại',
'total' => 'Tổng số',
'update' => 'Cập nhật vật tư phụ',
);