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' => 'Bem-vindo ao nosso site!',
|
||||
'description' => 'Esta é uma descrição em inglês.',
|
||||
'desc' => 'Description',
|
||||
'desc' => 'Descrição:',
|
||||
'userProfile' => "Informações do Perfil",
|
||||
'user' => 'Usuário',
|
||||
'home' => 'Residencial',
|
||||
|
@ -24,7 +24,7 @@ return [
|
|||
"mixes" => "Misturar",
|
||||
"mix" => "Mistura",
|
||||
"mixNotFound" => "Não foi possível carregar o mix; ou a mistura não foi encontrada, estava vazia, ou esta mistura é privada.",
|
||||
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
|
||||
"mixshowNotFound" => "Não foi possível carregar o mixshow; ou o mixshow não foi encontrado, estava vazio ou este mixshow é privado.",
|
||||
"mixName" => "Nome do mix",
|
||||
"mixDescription" => "Descrição Misto",
|
||||
"mixLength" => "Comprimento Misturado",
|
||||
|
@ -55,17 +55,22 @@ return [
|
|||
"play" => "Reproduzir",
|
||||
"contactus" => "Entre em contato",
|
||||
"allrightsreserved" => "Todos os direitos reservados.",
|
||||
"mixshows" => "Mixshows",
|
||||
"mixshows" => "Misturas",
|
||||
"mixshow" => "Mixshow",
|
||||
"mixshowName" => "Mixshow Name",
|
||||
"share" => "Share",
|
||||
"sahrethismix" => "Share this mix",
|
||||
"sharethismixshow" => "Share this mixshow",
|
||||
"rss" => "RSS",
|
||||
"year" => "Year",
|
||||
"sharetotwitter" => "Share to X (formerly Twitter)",
|
||||
"sharetofb" => "Share to Facebook",
|
||||
"sharetoig" => "Share to Instagram",
|
||||
"copyurl" => "Copy URL",
|
||||
|
||||
"mixshowName" => "Nome do Mixshow",
|
||||
"share" => "Compartilhar",
|
||||
"sahrethismix" => "Compartilhe esta mistura",
|
||||
"sharethismixshow" => "Compartilhar este mixshow",
|
||||
"rss" => "Resposta",
|
||||
"year" => "ano",
|
||||
"sharetotwitter" => "Compartilhar para X (antigo Twitter)",
|
||||
"sharetofb" => "Compartilhar no Facebook",
|
||||
"sharetoig" => "Compartilhar com o Instagram",
|
||||
"copyurl" => "Copiar URL",
|
||||
"urlcopiedtoclipboard" => "URL copiado para área de transferência",
|
||||
"failedtocopyurl" => "Falha ao copiar URL",
|
||||
"name" => "Nome:",
|
||||
"username" => "Usuário:",
|
||||
"logout" => "Desconectar",
|
||||
"upload" => "Transferir",
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue