Add missing flighttime translation

This commit is contained in:
Nabeel Shahzad 2018-05-29 14:21:44 -05:00
parent d76b264238
commit b7a6cb4fbc
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ return [
'fare' => 'Fare|Fares',
'class' => 'Class',
'count' => 'Count',
'flighttime' => 'Flight Time',
'flightlevel' => 'Flight Level',
'fieldsreadonly' => 'Once a PIREP has been accepted/rejected, certain fields go into read-only mode.',
'flightinformations' => 'Flight Information',

View File

@ -13,6 +13,7 @@ return [
'fare' => 'Tariffa|Tariffe',
'class' => 'Classe',
'count' => 'Numero',
'flighttime' => 'Tempo di volo',
'flightlevel' => 'Livello di Volo',
'fieldsreadonly' => 'Quando un PIREP viene accettato/rifiutato, alcuni cami entrano in modalità di sola lettura.',
'flightinformations' => 'Informazioni di Volo',