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' => 'Tervetuloa sivustollemme!',
'description' => 'Tämä on englanninkielinen kuvaus.',
'desc' => 'Description',
'desc' => 'Kuvaus',
'userProfile' => "Käyttäjän Profiili",
'user' => 'Käyttäjä',
'home' => 'Koti',
@ -24,7 +24,7 @@ return [
"mixes" => "Sekoitukset",
"mix" => "Sekoita",
"mixNotFound" => "Sekoitusta ei voitu ladata. Sekoitus ei löytynyt, se oli tyhjä, tai tämä sekoitus on yksityinen.",
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
"mixshowNotFound" => "Sekoitusnäyttöä ei voitu ladata. Sekoitusnäyttöä ei löytynyt, se oli tyhjä, tai tämä mixshow on yksityinen.",
"mixName" => "Sekoita Nimi",
"mixDescription" => "Sekoita Kuvaus",
"mixLength" => "Sekoita Pituus",
@ -57,15 +57,20 @@ return [
"allrightsreserved" => "Kaikki oikeudet pidätetään.",
"mixshows" => "Mixshows",
"mixshow" => "Mixshow",
"mixshowName" => "Mixshow Name",
"share" => "Share",
"sahrethismix" => "Share this mix",
"sharethismixshow" => "Share this mixshow",
"mixshowName" => "Mixshow Nimi",
"share" => "Jaa",
"sahrethismix" => "Jaa tämä sekoitus",
"sharethismixshow" => "Jaa tämä mixshow",
"rss" => "RSS",
"year" => "Year",
"sharetotwitter" => "Share to X (formerly Twitter)",
"sharetofb" => "Share to Facebook",
"sharetoig" => "Share to Instagram",
"copyurl" => "Copy URL",
"year" => "Vuosi",
"sharetotwitter" => "Jaa kohtaan X (entinen Twitter)",
"sharetofb" => "Jaa Facebookiin",
"sharetoig" => "Jaa Instagramiin",
"copyurl" => "Kopioi URL",
"urlcopiedtoclipboard" => "URL kopioitu leikepöydälle",
"failedtocopyurl" => "URL-osoitteen kopiointi epäonnistui",
"name" => "Nimi",
"username" => "Käyttäjätunnus",
"logout" => "Kirjaudu Ulos",
"upload" => "Lähetä",
];