This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
Locales["cs"] = {
["male"] = "Muž",
["female"] = "Žena",
["command_setslots"] = "Nastavit počet multicharakterových slotů hráče",
["command_remslots"] = "Odebrat počet multicharakterových slotů hráče",
["command_enablechar"] = "Povolit danou postavu hráče",
["command_disablechar"] = "Zakázat danou postavu hráče",
["command_charslot"] = "Číslo slotu postavy",
["command_identifier"] = "Identifikátor hráče",
["command_slots"] = "Počet slotů",
["slotsadd"] = "Nastavil jsi %s slotů pro %s",
["slotsrem"] = "Odebral jsi sloty pro %s",
["charenabled"] = "Povolil jsi postavu #%s hráče %s",
["chardisabled"] = "Zakázal jsi postavu #%s hráče %s",
["charnotfound"] = "Postava #%s hráče %s neexistuje",
UI = {
["title"] = "VÝBĚR POSTAVY",
["char_info_title"] = "Informace o postavě",
["play"] = "HRÁT",
}
}