Language updates. New upload form. new classes.

This commit is contained in:
Cody Cook 2025-02-22 00:20:39 -08:00
commit 8f3061ab99
62 changed files with 3107 additions and 1883 deletions

View file

@ -2,7 +2,7 @@
return [
'welcome' => '¡Bienvenido a nuestro sitio web!',
'description' => 'This is a description in Spanish.',
'desc' => 'Description',
'desc' => 'Descripción',
'userProfile' => "Perfil de usuario",
'user' => 'Usuario',
'home' => 'Inicio',
@ -24,7 +24,7 @@ return [
"mixes" => "Mezclas",
"mix" => "Mezcla",
"mixNotFound" => "No se pudo cargar la mezcla; o bien la mezcla no fue encontrada, estaba vacía, o esta mezcla es privada.",
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
"mixshowNotFound" => "No se pudo cargar mixshow; o bien el mixshow no fue encontrado, estaba vacío, o este mixshow es privado.",
"mixName" => "Mezclar nombre",
"mixDescription" => "Mezclar descripción",
"mixLength" => "Mezclar longitud",
@ -57,15 +57,20 @@ return [
"allrightsreserved" => "Todos los derechos reservados.",
"mixshows" => "Mixshows",
"mixshow" => "Mixshow",
"mixshowName" => "Mixshow Name",
"share" => "Share",
"sahrethismix" => "Share this mix",
"sharethismixshow" => "Share this mixshow",
"mixshowName" => "Nombre de Mixshow",
"share" => "Compartir",
"sahrethismix" => "Compartir esta mezcla",
"sharethismixshow" => "Compartir este mixshow",
"rss" => "RSS",
"year" => "Year",
"sharetotwitter" => "Share to X (formerly Twitter)",
"sharetofb" => "Share to Facebook",
"sharetoig" => "Share to Instagram",
"copyurl" => "Copy URL",
"year" => "Año",
"sharetotwitter" => "Compartir en X (anteriormente Twitter)",
"sharetofb" => "Compartir en Facebook",
"sharetoig" => "Compartir en Instagram",
"copyurl" => "Copiar URL",
"urlcopiedtoclipboard" => "URL copiada al portapapeles",
"failedtocopyurl" => "Error al copiar la URL",
"name" => "Nombre",
"username" => "Usuario",
"logout" => "Cerrar sesión",
"upload" => "Subir",
];