Types refactor and localization
This commit is contained in:
@@ -17,6 +17,36 @@
|
||||
'aircraft_type_groups' => [
|
||||
'comment' => 'Comment Identifying Aircraft Type Group',
|
||||
],
|
||||
'aircraft_types' => [
|
||||
'tabs' => [
|
||||
'operational' => 'Operational',
|
||||
'informational' => 'Informational',
|
||||
'weights' => 'Weights',
|
||||
],
|
||||
'aircraft_manufacturer' => 'Aircraft Manufacturer',
|
||||
'typerating_id' => 'Typerating',
|
||||
'only_charter' => 'True if Type is Charter Exclusive',
|
||||
'type' => 'Aircraft Type Specifier',
|
||||
'simbrief_type' => 'Aircraft Type Specifier for SimBrief',
|
||||
'aircraft_type_groups' => 'Aircraft Type Group',
|
||||
'dom' => 'Dry Operating Mass (kg)',
|
||||
'mpld' => 'Max Payload (kg)',
|
||||
'mzfm' => 'Max Zero Fuel Mass (kg)',
|
||||
'fuel_capacity' => 'Fuel Capacity (kg)',
|
||||
'mtom' => 'Maximum Takeoff Mass (kg)',
|
||||
'mlam' => 'Maximum Landing Mass (kg)',
|
||||
'description' => 'Aircraft Type Description',
|
||||
'wingspan' => 'Aircraft Wingspan (m)',
|
||||
'length' => 'Aircraft Length (m)',
|
||||
'cruise_speed' => 'Aircraft Cruise Speed (kph)',
|
||||
'range' => 'Aircraft Maximum Range (km)',
|
||||
'engines' => 'Engines Installed',
|
||||
'max_fl' => 'Maximum Altitude (ft)',
|
||||
'capacity_flight_crew' => 'Strenght of Flight Crew',
|
||||
'capacity_cabin_crew' => 'Strength of Cabin Crew',
|
||||
'capacity_passengers' => 'Maximum Amount of Passengers',
|
||||
'capacity_cargo' => 'Maximum amount of Cargo (kg)',
|
||||
],
|
||||
'menu' => [
|
||||
'main' => 'GA Fleet',
|
||||
'manufacturers' => 'Aircraft Manufacturers',
|
||||
|
||||
Reference in New Issue
Block a user