Skip to content

Commit

Permalink
Merge pull request #1531 from xGhostxDev/patch-1
Browse files Browse the repository at this point in the history
Create pl.lua
  • Loading branch information
feelfreetofee authored Dec 8, 2024
2 parents e1a0643 + ce773fe commit 0e991ce
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions [core]/esx_multicharacter/locales/pl.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Locales["pl"] = {
["male"] = "Mężczyzna",
["female"] = "Kobieta",
["select_char"] = "Wybierz postać",
["select_char_description"] = "Wybierz postać, którą chcesz grać.",
["create_char"] = "Nowa postać",
["char_play"] = "Graj",
["char_play_description"] = "Przejdź do miasta.",
["char_disabled"] = "Wyłączona",
["char_disabled_description"] = "Ta postać jest niedostępna.",
["char_delete"] = "Usuń",
["char_delete_description"] = "Trwale usuń tę postać.",
["char_delete_confirmation"] = "Potwierdz usunięcie",
["char_delete_confirmation_description"] = "Czy na pewno chcesz usunąć wybraną postać?",
["char_delete_yes_description"] = "Tak, jestem pewien, że chcę usunąć wybraną postać",
["char_delete_no_description"] = "Nie, wróć do opcji postaci",
["character"] = "Postać: %s",
["return"] = "Powrót",
["return_description"] = "Wróć do wyboru postaci.",
["command_setslots"] = "Ustaw liczbę slotów dla wielu postaci",
["command_remslots"] = "Usuń liczbę slotów dla wielu postaci",
["command_enablechar"] = "Włącz określoną postać",
["command_disablechar"] = "Wyłącz określoną postać",
["command_charslot"] = "Numer slotu postaci",
["command_identifier"] = "Identyfikator postaci",
["command_slots"] = "# liczba slotów",
["slotsadd"] = "Ustawiłeś %s slotów dla %s",
["slotsrem"] = "Usunąłeś sloty dla %s",
["charenabled"] = "Włączyłeś postać #%s gracza %s",
["chardisabled"] = "Wyłączyłeś postać #%s gracza %s",
["charnotfound"] = "Postać #%s gracza %s nie istnieje",

}

0 comments on commit 0e991ce

Please sign in to comment.