Lang fixes

This commit is contained in:
Nabeel Shahzad
2018-05-25 15:37:53 -05:00
parent a515921143
commit 42fb13294b
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ return [
'groundspeed' => 'Ground Speed',
'altitude' => 'Altitude',
'heading' => 'Heading',
'distance' => 'Distance',
'noflights' => 'There are no flights.',
'gs' => 'GS',
],

View File

@@ -13,6 +13,7 @@ return [
'groundspeed' => 'Velocità al Suolo',
'altitude' => 'Altitudine',
'heading' => 'Direzione',
'distance' => 'Distanza',
'noflights' => 'Non ci sono voli.',
'gs' => 'VS',
],

View File

@@ -78,14 +78,14 @@ and being mindful of the rivets bindings
<table rv-show="has_data" id="live_flights_table" class="table table-striped">
<thead>
<tr class="text-small header">
<td class="text-small">{{ trans_choice('common.Flight', 1) }}</td>
<td class="text-small">{{ trans_choice('common.flight', 2) }}</td>
<td class="text-small">@lang('common.departure')</td>
<td class="text-small">@lang('common.arrival')</td>
<td class="text-small">@lang('common.aircraft')</td>
<td class="text-small">@lang('widgets.livemap.altitude')</td>
<td class="text-small">@lang('widgets.livemap.gs')</td>
<td class="text-small">@lang('widgets.livemap.distance')</td>
<td class="text-small">@lang('common.status') }}</td>
<td class="text-small">@lang('common.status')</td>
</tr>
</thead>
<tbody>