63 lines
3.1 KiB
Lua
63 lines
3.1 KiB
Lua
Locales['zh-cn'] = {
|
|
['actions'] = '可操作功能',
|
|
['boss_menu'] = '人事管理',
|
|
['money_generic'] = '$%s',
|
|
['deposit_amount'] = '存款金额',
|
|
['deposit_society_money'] = '存放资金',
|
|
['do_you_want_to_recruit'] = '确认招聘:%s?',
|
|
['employee'] = '人事管理',
|
|
['employee_list'] = '员工列表',
|
|
['employee_management'] = '员工管理',
|
|
['fire'] = '开除',
|
|
['grade'] = '职位职称',
|
|
['have_deposited'] = '成功存入资金:~r~$%s',
|
|
['have_withdrawn'] = '成功取出资金:$%s',
|
|
['check_balance'] = '当前余额: ~g~$%s',
|
|
['invalid_amount'] = '无效的金额输入!请重新检查',
|
|
['invalid_amount_max'] = '此次的薪资水平设置失败!请重新设置',
|
|
['invalid_value'] = '输入为无效值',
|
|
['invalid_value_nochanges']= '无效值,未应用任何更改',
|
|
['no'] = '取消',
|
|
['promote'] = '提升职称',
|
|
['promote_employee'] = '升职到: %s',
|
|
['recruit'] = '招募',
|
|
['recruiting'] = '正在完成招募员工',
|
|
['salary_amount'] = '薪资金额',
|
|
['salary_management'] = '薪资管理',
|
|
['grade_management'] = '职称设置',
|
|
['grade_label'] = '设置职称',
|
|
['check_society_balance'] = '查看余额',
|
|
['wash_money'] = '进行洗钱',
|
|
['wash_money_amount'] = '洗钱金额',
|
|
['withdraw_amount'] = '取款金额',
|
|
['withdraw_society_money'] = '提取公司公帐',
|
|
['yes'] = '确认',
|
|
['you_have'] = '当前一笔:$%s 的待洗钱账单!请耐心等候.',
|
|
['you_have_laundered'] = '完成洗钱: $%s',
|
|
['you_have_hired'] = '成功招聘:%s',
|
|
['you_have_been_hired'] = '成功被 %s 雇佣!恭喜',
|
|
['you_have_fired'] = '成功开除:%s',
|
|
['you_have_been_fired'] = '您已被 %s 开除!',
|
|
['you_have_promoted'] = '您已将 %s 提拔至:%s',
|
|
['you_have_been_promoted'] = '您获得新职位!',
|
|
-- new not translated ↓
|
|
['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',
|
|
}
|