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["pl"] = {
["male"] = "Mężczyzna",
["female"] = "Kobieta",
["command_setslots"] = "Ustaw liczbę slotów multi-postaci dla gracza",
["command_remslots"] = "Usuń liczbę slotów multi-postaci od gracza",
["command_enablechar"] = "Włącz konkretną postać gracza",
["command_disablechar"] = "Wyłącz konkretną postać gracza",
["command_charslot"] = "Numer slotu postaci",
["command_identifier"] = "Identyfikator gracza",
["command_slots"] = "Liczba slotów",
["slotsadd"] = "Ustawiłeś %s slotów dla %s",
["slotsrem"] = "Usunąłeś sloty od %s",
["charenabled"] = "Włączyłeś postać #%s dla %s",
["chardisabled"] = "Wyłączyłeś postać #%s dla %s",
["charnotfound"] = "Postać #%s dla %s nie istnieje",
UI = {
["title"] = "WYBÓR POSTACI",
["char_info_title"] = "Informacje o postaci",
["play"] = "GRAJ",
}
}