Move widgets/home

This commit is contained in:
Nabeel Shahzad
2018-05-18 14:59:34 -05:00
parent 33ef3dd252
commit 2b074ee894
13 changed files with 84 additions and 67 deletions

View File

@@ -18,13 +18,6 @@ return [
'nodownloads' => 'Non ci sono downloads!',
],
'home' => [
'welcome' => [
'title' => 'Benvenuti!',
'message' => 'Benvenuti in :Appname',
],
],
'nav' => [
'administration' => 'Amministrazione',
'logout' => 'Uscita',
@@ -108,34 +101,4 @@ return [
'location' => 'Posizione',
],
'widgets' => [
'latestnews' => [
'news' => 'Novità',
'nonewsfound' => 'Nessuna Novità Trovata',
],
'livemap' => [
'groundspeed' => 'Velocità al Suolo',
'altitude' => 'Altitudine',
'heading' => 'Direzione',
'noflights' => 'Non ci sono voli.',
'gs' => 'VS',
],
'weather' => [
'metarnotretrieved' => 'I dati METAR/TAF non possono essere recuperati',
'conditions' => 'Condizioni',
'visibility' => 'visibilità',
'humidity' => 'umidità',
'dewpoint' => 'punto di rugiada',
'barometer' => 'Barometro',
'clouds' => 'Nuvole',
'wind' => 'Vento',
'guststo' => 'raffiche da',
'remarks' => 'Remarks',
'updated' => 'Aggiornato',
'hrago' => 'ora fa|ore fa',
'minago' => 'ninuto fa|minuti fa',
],
],
];