Translations. Fixing the language bar.
This commit is contained in:
parent
27373f0c61
commit
28fc75dd25
38 changed files with 1006 additions and 150 deletions
37
locale/cs_CZ/messages.php
Normal file
37
locale/cs_CZ/messages.php
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
return [
|
||||
'welcome' => 'Vítejte na našich webových stránkách!',
|
||||
'description' => 'To je popis v angličtině.',
|
||||
'userProfile' => "Profil uživatele",
|
||||
'user' => 'Uživatel',
|
||||
'home' => 'Domů',
|
||||
'djName' => 'Název DJ',
|
||||
'email' => 'E-mailová adresa',
|
||||
'location' => 'Poloha',
|
||||
'bio' => 'Bio',
|
||||
'submit' => 'Odeslat',
|
||||
'login' => 'Přihlásit se',
|
||||
'message' => 'Zpráva',
|
||||
'follow' => 'Sledovat',
|
||||
'djs' => 'DJs',
|
||||
"djNotFound" => "Nelze načíst DJ; buď nebyl nalezen DJ nebo je tento DJ soukromý.",
|
||||
"notfound" => "Stránka nenalezena",
|
||||
"genre" => "Žánr",
|
||||
"genres" => "Genres",
|
||||
"genreNotFound" => "Nelze načíst genre; buď nebyl žánr nalezen, byl prázdný, nebo tento žánr je soukromý.",
|
||||
"mix-count" => "Počet smíšených",
|
||||
"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á.",
|
||||
"mixName" => "Směsný název",
|
||||
"mixDescription" => "Smíchat popis",
|
||||
"mixLength" => "Míchat délku",
|
||||
"mixGenre" => "Míchat žánr",
|
||||
"view" => "Zobrazit",
|
||||
"mixname" => "Směsný název",
|
||||
"search" => "Hledat",
|
||||
"searchResults" => "Výsledky hledání",
|
||||
"searchResultsFor" => "Výsledky hledání pro",
|
||||
"searchResultsFound" => "Nalezeny výsledky hledání",
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue