33
resources/lang/pt-br/widgets.php
Executable file
33
resources/lang/pt-br/widgets.php
Executable file
@@ -0,0 +1,33 @@
|
||||
<?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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user