phpvms/resources/lang/pt-br/widgets.php
Nabeel S 3a07e34259
Add pt-br language #736 (#737)
Add pt-br language #736
2020-06-02 09:10:26 -04:00

34 lines
968 B
PHP
Executable File

<?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',
],
];