mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
15 lines
508 B
PHP
15 lines
508 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'asset_maintenance_type' => 'Maintenance Type',
|
||
|
'title' => 'Title',
|
||
|
'start_date' => 'Started',
|
||
|
'completion_date' => 'Completed',
|
||
|
'cost' => 'Cost',
|
||
|
'is_warranty' => 'Warranty Improvement',
|
||
|
'asset_maintenance_time' => 'Days',
|
||
|
'notes' => 'Notes',
|
||
|
'update' => 'Update',
|
||
|
'create' => 'Create'
|
||
|
];
|