mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
1,018 B
PHP
Executable file
15 lines
1,018 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'ประเภทการซ่อมบำรุงสินทรัพย์',
|
|
'title' => 'ชื่อเรื่อง',
|
|
'start_date' => 'วันที่เริ่มต้น',
|
|
'completion_date' => 'วันที่แล้วเสร็จ',
|
|
'cost' => 'ต้นทุน',
|
|
'is_warranty' => 'การปรับปรุงการรับประกัน',
|
|
'asset_maintenance_time' => 'ระยะเวลาการซ่อมบำรุงสินทรัพย์ (หน่วยเป็น วัน)',
|
|
'notes' => 'หมายเหตุ',
|
|
'update' => 'แก้ไขการซ่อมบำรุงสินทรัพย์',
|
|
'create' => 'สร้างการซ่อมบำรุงสินทรัพย์'
|
|
];
|