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' => 'Vítejte na našich webových stránkách!',
|
||||
'description' => 'To je popis v angličtině.',
|
||||
'desc' => 'Description',
|
||||
'desc' => 'L 343, 22.12.2009, s. 1).',
|
||||
'userProfile' => "Profil uživatele",
|
||||
'user' => 'Uživatel',
|
||||
'home' => 'Domů',
|
||||
|
@ -24,7 +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.",
|
||||
"mixshowNotFound" => "Nelze načíst mixshow; buď mixshow nebyl nalezen, byl prázdný, nebo je tento mixshow soukromý.",
|
||||
"mixName" => "Směsný název",
|
||||
"mixDescription" => "Smíchat popis",
|
||||
"mixLength" => "Míchat délku",
|
||||
|
@ -55,17 +55,22 @@ return [
|
|||
"play" => "Hrát",
|
||||
"contactus" => "Kontaktujte nás",
|
||||
"allrightsreserved" => "Všechna práva vyhrazena.",
|
||||
"mixshows" => "Mixshows",
|
||||
"mixshows" => "Směšovače",
|
||||
"mixshow" => "Mixshow",
|
||||
"mixshowName" => "Mixshow Name",
|
||||
"share" => "Share",
|
||||
"sahrethismix" => "Share this mix",
|
||||
"sharethismixshow" => "Share this mixshow",
|
||||
"mixshowName" => "Název Mixshow",
|
||||
"share" => "Sdílet",
|
||||
"sahrethismix" => "Sdílet tuto skladbu",
|
||||
"sharethismixshow" => "Sdílet tento mixshow",
|
||||
"rss" => "RSS",
|
||||
"year" => "Year",
|
||||
"sharetotwitter" => "Share to X (formerly Twitter)",
|
||||
"sharetofb" => "Share to Facebook",
|
||||
"sharetoig" => "Share to Instagram",
|
||||
"copyurl" => "Copy URL",
|
||||
|
||||
"year" => "Rok",
|
||||
"sharetotwitter" => "Sdílet na X (dříve Twitter)",
|
||||
"sharetofb" => "Sdílet na Facebook",
|
||||
"sharetoig" => "Sdílet na Instagramu",
|
||||
"copyurl" => "Kopírovat URL",
|
||||
"urlcopiedtoclipboard" => "URL zkopírováno do schránky",
|
||||
"failedtocopyurl" => "Kopírování URL se nezdařilo",
|
||||
"name" => "Název",
|
||||
"username" => "Uživatelské jméno",
|
||||
"logout" => "Odhlásit se",
|
||||
"upload" => "Nahrát",
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue