Types refactor and localization

This commit is contained in:
Gogs
2021-06-03 22:15:32 +02:00
parent 126e966792
commit a665efb204
13 changed files with 123 additions and 73 deletions
+30
View File
@@ -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',