34 lines
968 B
PHP
34 lines
968 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'latestnews' => [
|
||
|
'news' => 'Notícias',
|
||
|
'nonewsfound' => 'Nenhuma notícia encontrada',
|
||
|
],
|
||
|
|
||
|
'livemap' => [
|
||
|
'groundspeed' => 'Velocidade no solo',
|
||
|
'altitude' => 'Altitude',
|
||
|
'heading' => 'Heading',
|
||
|
'distance' => 'Distância',
|
||
|
'noflights' => 'Não há voos.',
|
||
|
'gs' => 'GS',
|
||
|
],
|
||
|
|
||
|
'weather' => [
|
||
|
'nometar' => 'METAR/TAF não podem ser identificados.',
|
||
|
'conditions' => 'Condições',
|
||
|
'visibility' => 'Visibilidade',
|
||
|
'humidity' => 'Umidade',
|
||
|
'dewpoint' => 'Ponto de orvalho',
|
||
|
'barometer' => 'Barômetro',
|
||
|
'clouds' => 'Nuvens',
|
||
|
'wind' => 'Vento',
|
||
|
'remarks' => 'Remarks',
|
||
|
'guststo' => 'rajadas de',
|
||
|
'updated' => 'Atualizado',
|
||
|
'hrago' => 'hr atrás|hrs atrás',
|
||
|
'minago' => 'min atrás|mins atrás',
|
||
|
],
|
||
|
];
|