snipe-it/resources/lang/vi-VN/admin/consumables/general.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

12 lines
469 B
PHP

<?php
return array(
'checkout' => 'Thanh toán cho người tiêu dùng',
'consumable_name' => 'Tên vật tư phụ',
'create' => 'Tạo vật tư phụ',
'item_no' => 'Mã số',
'remaining' => 'Còn lại',
'total' => 'Tổng số',
'update' => 'Cập nhật vật tư phụ',
);