63 lines
3.1 KiB
Lua
63 lines
3.1 KiB
Lua
Locales['cs'] = {
|
|
['actions'] = 'akce',
|
|
['boss_menu'] = 'akce šéfa',
|
|
['money_generic'] = '$%s',
|
|
['deposit_amount'] = 'množství vkladu',
|
|
['deposit_society_money'] = 'vložit peníze do společnosti',
|
|
['do_you_want_to_recruit'] = 'chceš najmout %s?',
|
|
['employee'] = 'zaměstnanec',
|
|
['employee_list'] = 'seznam zaměstnanců',
|
|
['employee_management'] = 'správa zaměstnanců',
|
|
['fire'] = 'vyhodit',
|
|
['grade'] = 'povýšit',
|
|
['have_deposited'] = 'vložil jsi ~r~$%s',
|
|
['have_withdrawn'] = 'vybral jsi $%s',
|
|
['invalid_amount'] = 'neplatná částka',
|
|
['invalid_amount_max'] = 'tento plat není povolen',
|
|
['invalid_value'] = 'invalid value',
|
|
['invalid_value_nochanges']= 'invalid value, no changes applied',
|
|
['no'] = 'ne',
|
|
['promote'] = 'povýšit',
|
|
['promote_employee'] = 'povýšit %s',
|
|
['recruit'] = 'najmout',
|
|
['recruiting'] = 'najímání',
|
|
['salary_amount'] = 'váše platu',
|
|
['salary_management'] = 'správa platů',
|
|
['wash_money'] = 'vyprat peníze',
|
|
['wash_money_amount'] = 'množství na vyprání',
|
|
['withdraw_amount'] = 'výběr peněz',
|
|
['withdraw_society_money'] = 'vybrat peníze společnosti',
|
|
['yes'] = 'ano',
|
|
['you_have'] = 'máš $%s čekajících na vyprání (24h).',
|
|
['you_have_laundered'] = '~r~Vypral jsi tvé peníze: $%s',
|
|
['you_have_hired'] = 'najmul jsi %s',
|
|
['you_have_been_hired'] = 'byl jsi najmut hráčem %s',
|
|
['you_have_fired'] = 'vyhodil jsi %s',
|
|
['you_have_been_fired'] = 'byl jsi vyhozen hráčem %s',
|
|
['you_have_promoted'] = 'byl jsi povýšen hráčem %s na %s',
|
|
['you_have_been_promoted'] = 'byl jsi povýšen!',
|
|
-- new not translated ↓
|
|
['check_society_balance'] = 'check society balance',
|
|
['check_balance'] = 'balance is ~g~$%s',
|
|
['grade_management'] = 'grade label management',
|
|
['grade_label'] = 'grade label',
|
|
['withdraw_description'] = 'Withdraw money from the society account',
|
|
['deposit_description'] = 'Deposit some money into the society account',
|
|
['wash_money_description'] = 'Deposit some money into the money wash',
|
|
['amount_title'] = 'Amount',
|
|
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
|
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
|
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
|
['confirm'] = 'Confirm',
|
|
['return'] = 'Return',
|
|
['change_salary_description'] = 'Change a grade salary amount',
|
|
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
|
['change_label_title'] = 'Label',
|
|
['change_label_placeholder'] = 'Label to change job grade label..',
|
|
['change_label_description'] = 'Change a grade label',
|
|
['money_remove_reason'] = 'Society Deposit',
|
|
['money_add_reason'] = 'Society Withdraw',
|
|
['name_not_found'] = 'Name not found.',
|
|
['employees_title'] = 'Employees',
|
|
}
|