a0309b6303
* Update AircraftStatus.php * EN * DE * ES * IT * PT-BR
13 lines
267 B
PHP
13 lines
267 B
PHP
<?php
|
|
|
|
return [
|
|
'status' => [
|
|
'active' => 'Active',
|
|
'maintenance' => 'Maintenance',
|
|
'stored' => 'Stored',
|
|
'retired' => 'Retired',
|
|
'scrapped' => 'Scrapped',
|
|
'written' => 'Written Off',
|
|
],
|
|
];
|