mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
16 lines
711 B
PHP
16 lines
711 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',
|
|
'item_no' => 'Item No.',
|
|
'order' => 'Order Number',
|
|
'remaining' => 'Còn lại',
|
|
'total' => 'Tổng số',
|
|
'update' => 'Cập nhật vật tư phụ',
|
|
);
|