3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-12 03:21:39 +00:00
Files
snipe-it/resources/lang/th-TH/admin/consumables/general.php
2023-12-19 17:23:16 +00:00

12 lines
690 B
PHP

<?php
return array(
'checkout' => 'ชำระเงินผ่าน Checkout สำหรับผู้ใช้',
'consumable_name' => 'ชื่อวัสดุสิ้นเปลือง',
'create' => 'สร้างวัสดุสิ้นเปลือง',
'item_no' => 'หมายเลขสินค้า',
'remaining' => 'คงค้าง',
'total' => 'รวมทั้งหมด',
'update' => 'ปรับปรุงวัสดุสิ้นเปลือง',
);