翻译成中文 保留源代码
['order_cancelled'] = {
title = 'Dealership',
text = 'The order for ${customer}\'s ${vehicle} has been cancelled',
type = 'error',
time = 5000,
},
['plate_not_exist'] = {
title = 'Dealership',
text = 'The vehicle with plate ${plate} is not owned by anyone',
type = 'error',
time = 5000,
},
['owner_not_online'] = {
title = 'Dealership',
text = 'The owner of the vehicle with plate ${plate} is not online',
type = 'error',
time = 5000,
},
['vehicle_from_business'] = {
title = 'Dealership',
text = 'That vehicle is from the business',
type = 'error',
time = 5000,
},
['need_item'] = {
title = 'Dealership',
text = 'You need a ${item} to send the offer',
type = 'error',
time = 5000,
},
['bid_higher'] = {
title = 'Dealership',
text = 'You need to bid higher than the current bid <b>(${currentbid}' .. Config.Currency .. ')</b>',
type = 'error',
time = 5000,
},
['auction_cancelled'] = {
title = 'Dealership',
text = 'You cancelled the auction for the ${vehicle}',
type = 'error',
time = 5000,
},
['owner_not_close'] = {
title = 'Dealership',
text = 'The owner of the ${vehicle} <b>(${plate})</b> is not close to you',
type = 'error',
time = 5000,
},
['vehicle_displayed'] = {
title = 'Dealership',
text = 'The vehicle needs to be displayed in order to start an auction',
type = 'error',
time = 5000,
},
-- Success Notifications
['bought_store'] = {
title = 'Dealership',
text = 'You bought the ${name} for ${price}' .. Config.Currency,
type = 'success',
time = 5000,
},
['money_deposited'] = {
title = 'Dealership',
text = 'You deposited ${money}' .. Config.Currency .. ' into the business',
type = 'success',
time = 5000,
},
['money_withdrawn'] = {
title = 'Dealership',
text = 'You withdrawn ${money}' .. Config.Currency .. ' from the business',
type = 'success',
time = 5000,
},
['sold_business'] = {
title = 'Dealership',
text = 'You sold the business for ${money}' .. Config.Currency,
type = 'success',
time = 5000,
},
['change_rank'] = {
title = 'Dealership',
text = 'You changed the rank of ${name} to ${job}',
type = 'success',
time = 5000,
},
['got_hired'] = {
title = 'Dealership',
text = 'You were hired for the ${store_name}',
type = 'success',
time = 5000,
},
['success_hired'] = {
title = 'Dealership',
text = 'You hired ${hired_name}',
type = 'success',
time = 5000,
},
['success_fired'] = {
title = 'Dealership',
text = 'You fired ${fired_name}',
type = 'success',
time = 5000,
},
['fired_yourself'] = {
title = 'Dealership',
text = 'You successfully fired yourself',
type = 'success',
time = 5000,
},
['vehicle_info_updated'] = {
title = 'Dealership',
text = 'The vehicle info for the ${vehicle} with plate ${plate} has been updated',
type = 'success',
time = 5000,
},
['order_created'] = {
title = 'Dealership',
text = 'The order for ${customer}\'s ${vehicle} was successfully created for ${price}' .. Config.Currency,
type = 'success',
time = 5000,
},
['order_updated'] = {
title = 'Dealership',
text = 'The order for ${customer}\'s ${vehicle} was successfully updated',
type = 'success',
time = 5000,
},
['order_finished'] = {
title = 'Dealership',
text = 'The order for ${customer}\'s ${vehicle} has been finished',
type = 'success',
time = 5000,
},
['vehicle_saved'] = {
title = 'Dealership',
text = 'Vehicle Saved',
type = 'success',
time = 5000,
},
['vehicle_opened'] = {
title = 'Dealership',
text = 'Vehicle Opened',
type = 'success',
time = 5000,
},
['offer_accepted'] = {
title = 'Dealership',
text = 'You accepted the offer of the ${vehicle} for ${price}' .. Config.Currency,
type = 'success',
time = 5000,
},
['accepted_order'] = {
title = 'Dealership',
text = 'The offer for the ${vehicle} was accepted for ${price}' .. Config.Currency,
type = 'success',
time = 5000,
},
['vehicle_bought'] = {
title = 'Dealership',
text = 'You bought ${vehicle} for ${price}' .. Config.Currency,
type = 'success',
time = 5000,
},
['auction_started'] = {
title = 'Dealership',
text = 'The auction for the <b>${vehicle}</b> has been started with a starting bid of <b>${price}' .. Config.Currency .. '</b> at <b>${store}</b>',
type = 'success',
time = 5000,
},
['bid_placed'] = {
title = 'Dealership',
text = 'You placed a bid of <b>${price}' .. Config.Currency .. '</b> on the <b>${vehicle}</b>',
type = 'success',
time = 5000,
},
['auction_won'] = {
title = 'Dealership',
text = 'You won the auction of the <b>${vehicle}</b> with the last bid of <b>${price}</b>' .. Config.Currency .. ', talk with the employees to redeem your vehicle',
type = 'success',
time = 5000,
},
['copied_to_clipboard'] = {
title = 'Dealership',
text = 'You copied <b>${user}</b>\'s phone number <b>(${phone})</b> to the clipboard',
type = 'success',
time = 5000,
},
['documents_delivered'] = {
title = 'Dealership',
text = 'You delivered the documents related to the ${vehicle}<b> (${plate})</b> to <b>${customer}</b>',
type = 'success',
time = 5000,
},
['documents_received'] = {
title = 'Dealership',
text = 'You received the documents related to the ${vehicle}<b> (${plate})</b>',
type = 'success',
time = 5000,
},
-- Info Notifications
['offer_received'] = {
title = 'Dealership',
text = 'You received an offer',
type = 'info',
time = 5000,
},
['offer_sent'] = {
title = 'Dealership',
text = 'You sent an offer',
type = 'info',
time = 5000,
},
```lua
['order_cancelled'] = {
title = '汽车经销商',
text = '客户 ${customer} 的 ${vehicle} 订单已被取消',
type = 'error',
time = 5000,
},
['plate_not_exist'] = {
title = '汽车经销商',
text = '车牌为 ${plate} 的车辆没有人拥有',
type = 'error',
time = 5000,
},
['owner_not_online'] = {
title = '汽车经销商',
text = '车牌为 ${plate} 的车辆所有者不在线',
type = 'error',
time = 5000,
},
['vehicle_from_business'] = {
title = '汽车经销商',
text = '该车辆来自于商业',
type = 'error',
time = 5000,
},
['need_item'] = {
title = '汽车经销商',
text = '您需要一个 ${item} 来发送报价',
type = 'error',
time = 5000,
},
['bid_higher'] = {
title = '汽车经销商',
text = '您需要出价高于当前出价 (${currentbid}' .. Config.Currency .. ')',
type = 'error',
time = 5000,
},
['auction_cancelled'] = {
title = '汽车经销商',
text = '您取消了 ${vehicle} 的拍卖',
type = 'error',
time = 5000,
},
['owner_not_close'] = {
title = '汽车经销商',
text = '车辆 ${vehicle} (${plate}) 的所有者不在您附近',
type = 'error',
time = 5000,
},
['vehicle_displayed'] = {
title = '汽车经销商',
text = '该车辆需要被展示才能开始拍卖',
type = 'error',
time = 5000,
},
-- 成功通知
['bought_store'] = {
title = '汽车经销商',
text = '您以 ${price}' .. Config.Currency .. ' 购买了 ${name}',
type = 'success',
time = 5000,
},
['money_deposited'] = {
title = '汽车经销商',
text = '您已存入 ${money}' .. Config.Currency .. ' 到商业账户',
type = 'success',
time = 5000,
},
['money_withdrawn'] = {
title = '汽车经销商',
text = '您已从商业账户提取 ${money}' .. Config.Currency .. '',
type = 'success',
time = 5000,
},
['sold_business'] = {
title = '汽车经销商',
text = '您以 ${money}' .. Config.Currency .. ' 出售了商业',
type = 'success',
time = 5000,
},
['change_rank'] = {
title = '汽车经销商',
text = '您将 ${name} 的职位更改为 ${job}',
type = 'success',
time = 5000,
},
['got_hired'] = {
title = '汽车经销商',
text = '您被雇佣到 ${store_name}',
type = 'success',
time = 5000,
},
['success_hired'] = {
title = '汽车经销商',
text = '您成功雇佣了 ${hired_name}',
type = 'success',
time = 5000,
},
['success_fired'] = {
title = '汽车经销商',
text = '您解雇了 ${fired_name}',
type = 'success',
time = 5000,
},
['fired_yourself'] = {
title = '汽车经销商',
text = '您成功解雇了自己',
type = 'success',
time = 5000,
},
['vehicle_info_updated'] = {
title = '汽车经销商',
text = '车牌为 ${plate} 的 ${vehicle} 车辆信息已更新',
type = 'success',
time = 5000,
},
['order_created'] = {
title = '汽车经销商',
text = '客户 ${customer} 的 ${vehicle} 订单已成功创建,价格为 ${price}' .. Config.Currency,
type = 'success',
time = 5000,
},
['order_updated'] = {
title = '汽车经销商',
text = '客户 ${customer} 的 ${vehicle} 订单已成功更新',
页:
[1]