mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
14 lines
520 B
JavaScript
14 lines
520 B
JavaScript
const translate = new Object();
|
|
|
|
translate.name = "imię";
|
|
translate.job = "Zajęcie";
|
|
translate.bank = "Bank";
|
|
translate.money = "Gotówka";
|
|
translate.gender = "Seks";
|
|
translate.dob = "Data urodzenia";
|
|
translate.new = "Utwórz nową postać";
|
|
translate.delete = "KASOWAĆ";
|
|
translate.play = "GRAĆ";
|
|
translate.playNew = "TWORZYĆ POSTAĆ";
|
|
translate.modalTitle = "Jesteś pewny?";
|
|
translate.modalText = "Po usunięciu konta nie będziemy mogli go odzyskać, wszystkie nieruchomości, samochody itp. Zostaną usunięte"; |