This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
2025-02-02 10:40:42 +01:00

29 lines
1.3 KiB
Lua

Locales["cs"] = {
["male"] = "Muž",
["female"] = "Žena",
["select_char"] = "Zvolit Postavu",
["select_char_description"] = "Zvol si postavu za kterou budeš hrát.",
["create_char"] = "Vytvořit Novou Postavu",
["char_play"] = "Hrát za postavu",
["char_play_description"] = "Pokračovat do města.",
["char_disabled"] = "Tato postava je zakázána!",
["char_disabled_description"] = "Tuto postavu nemůžeš používat.",
["char_delete"] = "Vymazat postavu",
["char_delete_description"] = "Na vždy smazat tuto postavu.",
["character"] = "Postava: %s",
["return"] = "Zpět",
["return_description"] = "Vrátit se na vybírání postav.",
["command_setslots"] = "Nastavit sloty pro hráče v multicharacteru",
["command_remslots"] = "Odebrat sloty pro hráče v multicharacteru",
["command_enablechar"] = "Povolit zvolený slot hráči",
["command_disablechar"] = "Zakázat zvolený slot pro hrače",
["command_charslot"] = "Číslo slotu",
["command_identifier"] = "Identifier hráče",
["command_slots"] = "# ze slotu",
["slotsadd"] = "Nastavil si slot %s hráči %s",
["slotsrem"] = "Odebral si slot %s",
["charenabled"] = "Povolil si postavu #%s z %s",
["chardisabled"] = "Zakázal si postavu #%s z %s",
["charnotfound"] = "Postava #%s z %s nebyla nalezena/neexistuje",
}