2018-05-19 03:45:52 +08:00
|
|
|
<?php
|
2018-08-27 00:40:04 +08:00
|
|
|
|
2018-05-19 03:45:52 +08:00
|
|
|
return [
|
2018-05-22 00:55:40 +08:00
|
|
|
'newflightreport' => 'New Flight Report',
|
|
|
|
'editflightreport' => 'Edit Flight Report',
|
|
|
|
'savepirep' => 'Save PIREP',
|
|
|
|
'submitpirep' => 'Submit PIREP',
|
|
|
|
'fileflightreport' => 'File New Report',
|
2018-05-19 03:45:52 +08:00
|
|
|
'filenewpirep' => 'File New PIREP',
|
2019-11-06 00:44:31 +08:00
|
|
|
'newpirep' => 'New PIREP',
|
2018-05-19 03:45:52 +08:00
|
|
|
'pilotreport' => 'Pilot Report|Pilot Reports',
|
|
|
|
'arrived' => 'Arrived',
|
|
|
|
'source' => 'Source',
|
2018-07-13 10:29:14 +08:00
|
|
|
'flightlog' => 'Flight Log',
|
2018-05-19 03:45:52 +08:00
|
|
|
'filedroute' => 'Filed Route',
|
|
|
|
'filedon' => 'Filed On',
|
|
|
|
'fare' => 'Fare|Fares',
|
|
|
|
'class' => 'Class',
|
|
|
|
'count' => 'Count',
|
2018-05-30 03:21:44 +08:00
|
|
|
'flighttime' => 'Flight Time',
|
2018-05-19 03:45:52 +08:00
|
|
|
'flightlevel' => 'Flight Level',
|
2018-05-31 03:00:20 +08:00
|
|
|
'fieldsreadonly' => 'Once a PIREP has been submitted, certain fields go into read-only mode.',
|
2018-05-22 00:55:40 +08:00
|
|
|
'flightinformations' => 'Flight Information',
|
2018-05-19 03:45:52 +08:00
|
|
|
'flightident' => 'Flight Number/Code/Leg',
|
2019-07-23 20:41:20 +08:00
|
|
|
'block_fuel' => 'Block Fuel',
|
2019-06-20 03:28:25 +08:00
|
|
|
'fuel_used' => 'Fuel Used',
|
2018-05-19 03:45:52 +08:00
|
|
|
'codeoptional' => 'Code (optional)',
|
|
|
|
'legoptional' => 'Leg (optional)',
|
2018-05-22 00:55:40 +08:00
|
|
|
'deparrinformations' => 'Departure/Arrival Information',
|
|
|
|
'aircraftinformations' => 'Aircraft Information',
|
2018-05-19 03:45:52 +08:00
|
|
|
'dateflown' => 'Date Flown',
|
|
|
|
'deletepirep' => 'Delete PIREP',
|
|
|
|
'submitted' => 'Submitted',
|
2019-06-20 03:30:47 +08:00
|
|
|
'source_types' => [
|
2018-05-22 00:55:40 +08:00
|
|
|
'manual' => 'Manual',
|
|
|
|
'acars' => 'ACARS',
|
|
|
|
],
|
2018-08-27 00:40:04 +08:00
|
|
|
'state' => [
|
2018-05-22 00:55:40 +08:00
|
|
|
'accepted' => 'Accepted',
|
|
|
|
'pending' => 'Pending Approval',
|
|
|
|
'rejected' => 'Rejected',
|
|
|
|
'in_progress' => 'In Progress',
|
|
|
|
'cancelled' => 'Cancelled',
|
|
|
|
'deleted' => 'Deleted',
|
|
|
|
'draft' => 'Draft',
|
2021-07-22 23:59:52 +08:00
|
|
|
'paused' => 'Paused',
|
2018-05-22 00:55:40 +08:00
|
|
|
],
|
|
|
|
'status' => [
|
|
|
|
'initialized' => 'Initiated',
|
|
|
|
'scheduled' => 'Scheduled',
|
|
|
|
'boarding' => 'Boarding',
|
|
|
|
'ready_start' => 'Ready for start',
|
|
|
|
'push_tow' => 'Pushback/towing',
|
|
|
|
'departed' => 'Departed',
|
|
|
|
'ready_deice' => 'Ready for de-icing',
|
|
|
|
'deicing' => 'De-icing in progress',
|
|
|
|
'ground_ret' => 'Ground return',
|
|
|
|
'taxi' => 'Taxi',
|
|
|
|
'takeoff' => 'Takeoff',
|
|
|
|
'initial_clb' => 'Initial Climb',
|
|
|
|
'enroute' => 'Enroute',
|
|
|
|
'diverted' => 'Diverted',
|
|
|
|
'approach' => 'Approach',
|
|
|
|
'final_appr' => 'Final approach',
|
|
|
|
'landing' => 'Landing',
|
|
|
|
'landed' => 'Landed',
|
|
|
|
'arrived' => 'Arrived',
|
|
|
|
'cancelled' => 'Cancelled',
|
|
|
|
'emerg_decent' => 'Emergency decent',
|
2021-07-22 23:59:52 +08:00
|
|
|
'paused' => 'Paused',
|
2018-08-27 00:40:04 +08:00
|
|
|
],
|
2018-05-19 03:45:52 +08:00
|
|
|
];
|