Change language behavior; change _ to - and lowercase langs.
This commit is contained in:
parent
8288ebc67a
commit
dc7f0025ef
32 changed files with 2 additions and 2 deletions
|
@ -1,50 +0,0 @@
|
|||
<?php
|
||||
return [
|
||||
'welcome' => 'Benvenuto nel nostro sito Web!',
|
||||
'description' => 'Questa è una descrizione in inglese.',
|
||||
'userProfile' => "Profilo Utente",
|
||||
'user' => 'Utente',
|
||||
'home' => 'Home',
|
||||
'djName' => 'Nome DJ',
|
||||
'email' => 'Email',
|
||||
'location' => 'Posizione',
|
||||
'bio' => 'Bio',
|
||||
'submit' => 'Invia',
|
||||
'login' => 'Accedi',
|
||||
'message' => 'Messaggio',
|
||||
'follow' => 'Segui',
|
||||
'djs' => 'DJ',
|
||||
"djNotFound" => "Impossibile caricare DJ; o il DJ non è stato trovato o questo DJ è privato.",
|
||||
"notfound" => "Pagina non trovata",
|
||||
"genre" => "Genere",
|
||||
"genres" => "Genres",
|
||||
"genreNotFound" => "Impossibile caricare il genere; o il genere non è stato trovato, è vuoto, o questo genere è privato.",
|
||||
"mix-count" => "Conteggio Mix",
|
||||
"mixes" => "Miscele",
|
||||
"mix" => "Miscela",
|
||||
"mixNotFound" => "Impossibile caricare il mix; o il mix non è stato trovato, è vuoto, o questo mix è privato.",
|
||||
"mixName" => "Nome Mix",
|
||||
"mixDescription" => "Descrizione Mix",
|
||||
"mixLength" => "Miscela Lunghezza",
|
||||
"mixGenre" => "Miscelare Genere",
|
||||
"view" => "Visualizza",
|
||||
"mixname" => "Nome Mix",
|
||||
"search" => "Cerca",
|
||||
"searchResults" => "Risultati Della Ricerca",
|
||||
"searchResultsFor" => "Risultati della ricerca per",
|
||||
"searchResultsFound" => "Risultati Di Ricerca Trovati",
|
||||
"tracklist" => "Tracklist",
|
||||
"lastupdated" => "Ultimo Aggiornamento",
|
||||
"duration" => "Durata",
|
||||
"hour" => "ora",
|
||||
"hours" => "ore",
|
||||
"minute" => "minuto",
|
||||
"minutes" => "minuti",
|
||||
"second" => "secondo",
|
||||
"seconds" => "secondi",
|
||||
"by" => "di",
|
||||
"added" => "Aggiunto",
|
||||
"recorded" => "Registrato",
|
||||
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue