Language updates. New upload form. new classes.
This commit is contained in:
parent
4c2857b445
commit
8f3061ab99
62 changed files with 3107 additions and 1883 deletions
|
@ -2,7 +2,7 @@
|
|||
return [
|
||||
'welcome' => 'Benvenuto nel nostro sito Web!',
|
||||
'description' => 'Questa è una descrizione in inglese.',
|
||||
'desc' => 'Description',
|
||||
'desc' => 'Descrizione',
|
||||
'userProfile' => "Profilo Utente",
|
||||
'user' => 'Utente',
|
||||
'home' => 'Home',
|
||||
|
@ -24,7 +24,7 @@ return [
|
|||
"mixes" => "Miscele",
|
||||
"mix" => "Miscela",
|
||||
"mixNotFound" => "Impossibile caricare il mix; o il mix non è stato trovato, è vuoto, o questo mix è privato.",
|
||||
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
|
||||
"mixshowNotFound" => "Impossibile caricare mixshow; o il mixshow non è stato trovato, è stato vuoto, o questo mixshow è privato.",
|
||||
"mixName" => "Nome Mix",
|
||||
"mixDescription" => "Descrizione Mix",
|
||||
"mixLength" => "Miscela Lunghezza",
|
||||
|
@ -55,17 +55,22 @@ return [
|
|||
"play" => "Gioca",
|
||||
"contactus" => "Contattaci",
|
||||
"allrightsreserved" => "Tutti i diritti riservati.",
|
||||
"mixshows" => "Mixshows",
|
||||
"mixshows" => "Mixshow",
|
||||
"mixshow" => "Mixshow",
|
||||
"mixshowName" => "Mixshow Name",
|
||||
"share" => "Share",
|
||||
"sahrethismix" => "Share this mix",
|
||||
"sharethismixshow" => "Share this mixshow",
|
||||
"mixshowName" => "Nome Mixshow",
|
||||
"share" => "Condividi",
|
||||
"sahrethismix" => "Condividi questo mix",
|
||||
"sharethismixshow" => "Condividi questo mixshow",
|
||||
"rss" => "RSS",
|
||||
"year" => "Year",
|
||||
"sharetotwitter" => "Share to X (formerly Twitter)",
|
||||
"sharetofb" => "Share to Facebook",
|
||||
"sharetoig" => "Share to Instagram",
|
||||
"copyurl" => "Copy URL",
|
||||
|
||||
"year" => "Anno",
|
||||
"sharetotwitter" => "Condividi su X (ex Twitter)",
|
||||
"sharetofb" => "Condividi su Facebook",
|
||||
"sharetoig" => "Condividi su Instagram",
|
||||
"copyurl" => "Copia URL",
|
||||
"urlcopiedtoclipboard" => "URL copiato negli appunti",
|
||||
"failedtocopyurl" => "Impossibile copiare l'URL",
|
||||
"name" => "Nome",
|
||||
"username" => "Username",
|
||||
"logout" => "Esci",
|
||||
"upload" => "Carica",
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue