diff --git a/[esx]/esx_multicharacter/locales/cs.lua b/[esx]/esx_multicharacter/locales/cs.lua index 5093e4bf..b1f03691 100644 --- a/[esx]/esx_multicharacter/locales/cs.lua +++ b/[esx]/esx_multicharacter/locales/cs.lua @@ -1,32 +1,31 @@ Locales['cs'] = { - ['male'] = "Muž", - ['female'] = "Žena", - ['delete_label'] = "Vymazat %s %s?", + ["male"] = "Muž", + ["female"] = "Žena", ['select_char'] = "Zvolit Postavu", - ["select_char_description"] = "Select a character to play as.", + ["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"] = "Continue Into The City.", + ["char_play_description"] = "Pokračovat do města.", ['char_disabled'] = "Tato postava je zakázána!", - ["char_disabled_description"] = "This Character Is Unusable.", + ["char_disabled_description"] = "Tuto postavu nemůžeš používat.", ['char_delete'] = "Vymazat postavu", - ["char_delete_description"] = "Permanently Remove This Character.", - ["character"] = "Character: %s", - ["return"] = "Return", - ["return_description"] = "Return To Character Selection.", + ["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.", ['cancel'] = "Zrušit", ['confirm'] = "Potvrdit", - ['command_setslots'] = "Nastavit slot pro hráče v multicharacteru", - ['command_remslots'] = "Odebrat slot pro hráče v multicharacteru", - ['command_enablechar'] = "Povolit zovlený slot hráči", - ['command_disablechar'] = "Zakázat zvolený slot pro hračé", + ['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'] = "Přidal slot %s hráči %s", ['slotsedit'] = "Nastavil si slot %s hráči %s", ['slotsrem'] = "Odebral si slot %s", - ['charenabled'] = "Povolol si postavu #%s z %s", + ['charenabled'] = "Povolil si postavu #%s z %s", ['chardisabled'] = "Zakázal si postavu #%s z %s", ['charnotfound'] = "Postava #%s z %s nebyla nalezena/neexistuje", }