Language updates from Crowdin.

This commit is contained in:
Cody Cook 2025-01-09 12:00:07 -08:00
commit c76ab1abf3
30 changed files with 420 additions and 60 deletions

View file

@ -2,6 +2,7 @@
return [
'welcome' => 'Vítejte na našich webových stránkách!',
'description' => 'To je popis v angličtině.',
'desc' => 'Description',
'userProfile' => "Profil uživatele",
'user' => 'Uživatel',
'home' => 'Domů',
@ -23,6 +24,7 @@ return [
"mixes" => "Směsi",
"mix" => "Míchat",
"mixNotFound" => "Nelze načíst mix; buď směs nebyla nalezena, byla prázdná, nebo je tato směs soukromá.",
"mixshowNotFound" => "Could not load mixshow; either the mixshow wasn't found, was empty, or this mixshow is private.",
"mixName" => "Směsný název",
"mixDescription" => "Smíchat popis",
"mixLength" => "Míchat délku",
@ -53,7 +55,17 @@ return [
"play" => "Hrát",
"contactus" => "Kontaktujte nás",
"allrightsreserved" => "Všechna práva vyhrazena.",
"mixshows" => "Mixshows",
"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",
];