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

13 lines
590 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'checkout' => 'Thanh toán cho người tiêu dùng',
2016-10-04 12:23:02 -07:00
'consumable_name' => 'Tên vật tư phụ',
'create' => 'Tạo vật tư phụ',
2017-10-17 18:52:20 -07:00
'item_no' => 'Mã số',
2016-10-04 12:23:02 -07:00
'remaining' => 'Còn lại',
'total' => 'Tổng số',
2016-03-25 01:18:05 -07:00
'update' => 'Cập nhật vật tư phụ',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);