2018-05-22 00:55:40 +08:00
|
|
|
<?php
|
2018-08-27 00:40:04 +08:00
|
|
|
|
2018-05-22 00:55:40 +08:00
|
|
|
return [
|
|
|
|
'status' => [
|
2021-09-17 03:15:50 +08:00
|
|
|
'active' => 'Active',
|
|
|
|
'maintenance' => 'Maintenance',
|
|
|
|
'stored' => 'Stored',
|
|
|
|
'retired' => 'Retired',
|
|
|
|
'scrapped' => 'Scrapped',
|
|
|
|
'written' => 'Written Off',
|
2018-05-22 00:55:40 +08:00
|
|
|
],
|
|
|
|
];
|