Files
snipe-it/resources/lang/th-TH/admin/maintenances/form.php
T
snipe cb2ffe6b3f Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-08-27 14:02:39 +01:00

16 lines
1.0 KiB
PHP

<?php
return [
'select_type' => 'Select Maintenance Type',
'asset_maintenance_type' => 'ประเภทการซ่อมบำรุงสินทรัพย์',
'title' => 'ชื่อเรื่อง',
'start_date' => 'วันที่เริ่มต้น',
'completion_date' => 'วันที่แล้วเสร็จ',
'cost' => 'ราคา',
'is_warranty' => 'การปรับปรุงการรับประกัน',
'asset_maintenance_time' => 'ระยะเวลาการซ่อมบำรุงสินทรัพย์ (หน่วยเป็น วัน)',
'notes' => 'หมายเหตุ',
'update' => 'แก้ไขการซ่อมบำรุงสินทรัพย์',
'create' => 'สร้างการซ่อมบำรุงสินทรัพย์'
];