62 lines
3.0 KiB
Lua
62 lines
3.0 KiB
Lua
Locales['en'] = {
|
|
['actions'] = 'actions',
|
|
['boss_menu'] = 'boss menu',
|
|
['money_generic'] = '$%s',
|
|
['deposit_amount'] = 'deposit amount',
|
|
['deposit_society_money'] = 'deposit society money',
|
|
['do_you_want_to_recruit'] = 'do you want to recruit %s?',
|
|
['employee'] = 'employee',
|
|
['employee_list'] = 'employee list',
|
|
['employee_management'] = 'employee management',
|
|
['fire'] = 'fire',
|
|
['grade'] = 'grade',
|
|
['have_deposited'] = 'you have deposited ~r~$%s',
|
|
['have_withdrawn'] = 'you have withdrawn $%s',
|
|
['check_balance'] = 'balance is ~g~$%s',
|
|
['invalid_amount'] = 'invalid amount',
|
|
['invalid_amount_max'] = 'that salary is not allowed',
|
|
['invalid_value'] = 'invalid value',
|
|
['invalid_value_nochanges']= 'invalid value, no changes applied',
|
|
['no'] = 'no',
|
|
['promote'] = 'promote',
|
|
['promote_employee'] = 'promote %s',
|
|
['recruit'] = 'recruit',
|
|
['recruiting'] = 'recruiting',
|
|
['salary_amount'] = 'salary amount',
|
|
['salary_management'] = 'salary management',
|
|
['grade_management'] = 'grade label management',
|
|
['grade_label'] = 'grade label',
|
|
['check_society_balance'] = 'check society balance',
|
|
['wash_money'] = 'wash money',
|
|
['wash_money_amount'] = 'amount to wash',
|
|
['withdraw_amount'] = 'witdraw amount',
|
|
['withdraw_society_money'] = 'withdraw society money',
|
|
['yes'] = 'yes',
|
|
['you_have'] = 'you have $%s waiting in money laundering (24h).',
|
|
['you_have_laundered'] = 'you have ~r~laundered your money: $%s',
|
|
['you_have_hired'] = 'you have recruited %s',
|
|
['you_have_been_hired'] = 'you have been hired by %s',
|
|
['you_have_fired'] = 'you have fired %s',
|
|
['you_have_been_fired'] = 'you have been fired from %s',
|
|
['you_have_promoted'] = 'you have promoted %s as %s',
|
|
['you_have_been_promoted'] = 'you have been promoted!',
|
|
['name_not_found'] = 'Name not found.',
|
|
['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',
|
|
['employees_title'] = 'Employees'
|
|
}
|