mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
Czech locale
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const translate = new Object();
|
||||
|
||||
translate.name = "Jméno";
|
||||
translate.job = "Práce";
|
||||
translate.bank = "Banka";
|
||||
translate.money = "Peníze";
|
||||
translate.gender = "Pohlaví";
|
||||
translate.dob = "Datum narození";
|
||||
@@ -0,0 +1,9 @@
|
||||
Locales['cs'] = {
|
||||
['delete_label'] = "Vymazat %s %s?",
|
||||
['select_char'] = "Zvolit Postavu",
|
||||
['create_char'] = "Vytvořit novou postavu",
|
||||
['char_play'] = "Hrát za postavu",
|
||||
['char_delete'] = "Vymazat postavu",
|
||||
['cancel'] = "Zrušit",
|
||||
['confirm'] = "Potvrdit",
|
||||
}
|
||||
Reference in New Issue
Block a user