['buy_business'] = {
text = '购买 ${road} ${name} 价格为 ${price}' .. Config.Currency,
color = 'darkblue',
side = 'right'
},
['access_business'] = {
text = '打开 ${name}',
color = 'darkblue',
side = 'right'
},
['unlock_vehicle'] = {
text = '解锁车辆',
color = 'darkblue',
side = 'right'
},
['check_information'] = {
text = '检查车辆',
color = 'darkblue',
side = 'right'
},
-- 请求
['hired_requests'] = {
text = '你想被雇佣吗',
},
-- 错误通知
['already_displayed'] = {
title = '汽车经销商',
text = '该车辆已经在汽车经销商处展示',
type = 'error',
time = 5000,
},
['something_wrong'] = {
title = '汽车经销商',
text = '出现了问题,请稍后再试',
type = 'error',
time = 5000,
},
['not_enough_money'] = {
title = '汽车经销商',
text = '你的钱不够',
type = 'error',
time = 5000,
},
['not_enough_money_business'] = {
title = '汽车经销商',
text = '你的商业资金不足',
type = 'error',
time = 5000,
},
['max_stores'] = {
title = '汽车经销商',
text = '你已经达到了拥有商店的最大数量',
type = 'error',
time = 5000,
},
['near_error'] = {
title = '汽车经销商',
text = '附近没有人',
type = 'error',
time = 5000,
},
['near_error_vehicle'] = {
title = '汽车经销商',
text = '附近没有车辆',
type = 'error',
time = 5000,
},
['already_employee'] = {
title = '汽车经销商',
text = '${name} 已经在你的汽车经销商工作',
type = 'error',
time = 5000,
},
['max_employees'] = {
title = '汽车经销商',
text = '你不能雇佣 ${name},因为你已经达到了汽车经销商的最大员工数量 ${max}',
type = 'error',
time = 5000,
},
['cant_hire_yourself'] = {
title = '汽车经销商',
text = '你不能雇佣自己',
type = 'error',
time = 5000,
},
['change_own_grade'] = {
title = '汽车经销商',
text = '你不能更改自己的等级',
type = 'error',
time = 5000,
},
['employee_not_exist'] = {
title = '汽车经销商',
text = '该员工不存在',
type = 'error',
time = 5000,
},
['got_fired'] = {
title = '汽车经销商',
text = '你被 ${store_name} 解雇了',
type = 'error',
time = 5000,
},
['fired_himself'] = {
title = '汽车经销商',
text = '${playerName} 解雇了自己',
type = 'error',
time = 5000,
},