More organizing for translations
This commit is contained in:
@@ -4,11 +4,15 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'newflightreport' => 'New Flight Report',
|
||||
'editflightreport' => 'Edit Flight Report',
|
||||
'savepirep' => 'Save PIREP',
|
||||
'submitpirep' => 'Submit PIREP',
|
||||
'fileflightreport' => 'File New Report',
|
||||
'filenewpirep' => 'File New PIREP',
|
||||
'pilotreport' => 'Pilot Report|Pilot Reports',
|
||||
'arrived' => 'Arrived',
|
||||
'source' => 'Source',
|
||||
'flighttype' => 'Flight Type',
|
||||
'filedroute' => 'Filed Route',
|
||||
'filedon' => 'Filed On',
|
||||
'fare' => 'Fare|Fares',
|
||||
@@ -16,20 +20,50 @@ return [
|
||||
'count' => 'Count',
|
||||
'flightlevel' => 'Flight Level',
|
||||
'fieldsreadonly' => 'Once a PIREP has been accepted/rejected, certain fields go into read-only mode.',
|
||||
'flightinformations' => 'Flight Informations',
|
||||
'flightinformations' => 'Flight Information',
|
||||
'flightident' => 'Flight Number/Code/Leg',
|
||||
'codeoptional' => 'Code (optional)',
|
||||
'legoptional' => 'Leg (optional)',
|
||||
'deparrinformations' => 'Departure/Arrival Informations',
|
||||
'aircraftinformations' => 'Aircraft Informations',
|
||||
'deparrinformations' => 'Departure/Arrival Information',
|
||||
'aircraftinformations' => 'Aircraft Information',
|
||||
'dateflown' => 'Date Flown',
|
||||
'departuretime' => 'Departure Time',
|
||||
'arrivaltime' => 'Arrival Time',
|
||||
'deletepirep' => 'Delete PIREP',
|
||||
'savepirep' => 'Save PIREP',
|
||||
'submitpirep' => 'Submit PIREP',
|
||||
'editflightreport' => 'Edit Flight Report',
|
||||
'fileflightreport' => 'File New Report',
|
||||
'newflightreport' => 'New Flight Report',
|
||||
'submitted' => 'Submitted',
|
||||
|
||||
'source_types' => [
|
||||
'manual' => 'Manual',
|
||||
'acars' => 'ACARS',
|
||||
],
|
||||
'state' => [
|
||||
'accepted' => 'Accepted',
|
||||
'pending' => 'Pending Approval',
|
||||
'rejected' => 'Rejected',
|
||||
'in_progress' => 'In Progress',
|
||||
'cancelled' => 'Cancelled',
|
||||
'deleted' => 'Deleted',
|
||||
'draft' => 'Draft',
|
||||
],
|
||||
'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',
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user