2026-04-14 17:41:39 +02:00

62 lines
3.0 KiB
Lua

Locales['sr'] = {
['actions'] = 'Akcije',
['boss_menu'] = 'Šef Meni',
['money_generic'] = '$%s',
['deposit_amount'] = 'Iznos depozita',
['deposit_society_money'] = 'Ostavi novac firme',
['do_you_want_to_recruit'] = 'Da li želiš da regrutuješ %s?',
['employee'] = 'Radnik',
['employee_list'] = 'Lista radnika',
['employee_management'] = 'Upravljanje zaposlenima',
['fire'] = 'Otpusti',
['grade'] = 'Rank',
['have_deposited'] = 'Ostavili ste ~r~$%s',
['have_withdrawn'] = 'Podigli ste $%s',
['check_balance'] = 'Balans: ~g~$%s',
['invalid_amount'] = 'Nevažeći iznos',
['invalid_amount_max'] = 'Tolika plata nije dozvoljena',
['invalid_value'] = 'Nevažeći iznos',
['invalid_value_nochanges']= 'Nevažeći iznos, izmene nisu sacuvane',
['no'] = 'Ne',
['promote'] = 'Unapredi',
['promote_employee'] = 'Unapredi %s',
['recruit'] = 'Zaposli',
['recruiting'] = 'Zapošljavanje',
['salary_amount'] = 'Visina plate',
['salary_management'] = 'Upravljanje platom',
['grade_management'] = 'Upravljanje nazivom ranka',
['grade_label'] = 'Naziv ranka',
['check_society_balance'] = 'Proverite stanje na računu firme',
['wash_money'] = 'Operi novac',
['wash_money_amount'] = 'Iznos novca za pranje',
['withdraw_amount'] = 'Iznos za podizanje',
['withdraw_society_money'] = 'Podigni novac sa računa firme',
['yes'] = 'Da',
['you_have'] = 'Imate $%s koji čekaju za pranje (24h).',
['you_have_laundered'] = 'Oprali ste ~r~vaš novac: $%s',
['you_have_hired'] = 'Zaposlili ste %s',
['you_have_been_hired'] = 'Zaposleni ste od strane %s',
['you_have_fired'] = 'Otpustili ste %s',
['you_have_been_fired'] = 'Otpušteni ste od strane %s',
['you_have_promoted'] = 'Unapredili ste %s na %s',
['you_have_been_promoted'] = 'Vi ste unapređeni!',
['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'
}