Lang fixes
This commit is contained in:
@@ -13,6 +13,7 @@ return [
|
|||||||
'groundspeed' => 'Ground Speed',
|
'groundspeed' => 'Ground Speed',
|
||||||
'altitude' => 'Altitude',
|
'altitude' => 'Altitude',
|
||||||
'heading' => 'Heading',
|
'heading' => 'Heading',
|
||||||
|
'distance' => 'Distance',
|
||||||
'noflights' => 'There are no flights.',
|
'noflights' => 'There are no flights.',
|
||||||
'gs' => 'GS',
|
'gs' => 'GS',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ return [
|
|||||||
'groundspeed' => 'Velocità al Suolo',
|
'groundspeed' => 'Velocità al Suolo',
|
||||||
'altitude' => 'Altitudine',
|
'altitude' => 'Altitudine',
|
||||||
'heading' => 'Direzione',
|
'heading' => 'Direzione',
|
||||||
|
'distance' => 'Distanza',
|
||||||
'noflights' => 'Non ci sono voli.',
|
'noflights' => 'Non ci sono voli.',
|
||||||
'gs' => 'VS',
|
'gs' => 'VS',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -78,14 +78,14 @@ and being mindful of the rivets bindings
|
|||||||
<table rv-show="has_data" id="live_flights_table" class="table table-striped">
|
<table rv-show="has_data" id="live_flights_table" class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="text-small header">
|
<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.departure')</td>
|
||||||
<td class="text-small">@lang('common.arrival')</td>
|
<td class="text-small">@lang('common.arrival')</td>
|
||||||
<td class="text-small">@lang('common.aircraft')</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.altitude')</td>
|
||||||
<td class="text-small">@lang('widgets.livemap.gs')</td>
|
<td class="text-small">@lang('widgets.livemap.gs')</td>
|
||||||
<td class="text-small">@lang('widgets.livemap.distance')</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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user