61 lines
2.8 KiB
Lua
61 lines
2.8 KiB
Lua
Locales['zh-cn'] = {
|
||
-- cloakroom
|
||
['cloakroom_menu'] = '更衣室',
|
||
['cloakroom_prompt'] = '键下 [E] 访问更衣室',
|
||
['wear_citizen'] = '更换便服',
|
||
['wear_work'] = '更换工服',
|
||
|
||
-- garage
|
||
['spawner_prompt'] = '键下 [E] 访问车库',
|
||
["vehicle_spawned"] = "%s 车辆已放行!",
|
||
['store_veh'] = '键下 [E] 储存车辆',
|
||
['spawn_veh'] = '生成载具',
|
||
['spawnpoint_blocked'] = '错误!当前一辆车挡住了生成点!',
|
||
['only_taxi'] = '当前车库无法停放除计程车的其他车辆!',
|
||
['empty_authorized_vehicles_table'] = "Authorized vehicles table is empty in config.lua",
|
||
['unknow_model'] = "Can't spawn this model because unknow",
|
||
|
||
['taking_service'] = '公共服务:滴滴司机',
|
||
['full_service'] = '公共服务:',
|
||
['amount_invalid'] = '无效的金额输入!请重新检查',
|
||
['press_to_open'] = '键下 [E] 打开菜单',
|
||
['billing'] = '开具帐单',
|
||
['billing_sent'] = '当前帐单已成功发送至目标市民!',
|
||
['invoice_amount'] = '帐单金额',
|
||
['no_players_near'] = '附近暂无其他市民!无法成功开具账单!',
|
||
['start_job'] = '开始/结束接单工作',
|
||
['drive_search_pass'] = '请自由驾驶载具等待系统派单!',
|
||
['customer_found'] = '接受到一笔订单!请前往乘客附近',
|
||
['client_unconcious'] = '当前乘客临时取消订单!订单自动结束',
|
||
['arrive_dest'] = '已到达目的地',
|
||
['take_me_to_near'] = '当前目的地:%s ,位于%s旁!',
|
||
['take_me_to'] = '请即刻前往目的地:%s',
|
||
['close_to_client'] = '请前往乘客附近!',
|
||
['return_to_veh'] = '请返回车辆继续工作',
|
||
['must_in_taxi'] = '当前必须处于计程车内才可开始工作',
|
||
['must_in_vehicle'] = '当前必须处于车内才能开始工作',
|
||
['not_in_taxi'] = '由于您离开了计程车!工作已自动停止!',
|
||
['have_earned'] = '挣得薪酬:$%s ',
|
||
['comp_earned'] = '- 您为公司赚了 $%s\n- 同时获得分成 $%s',
|
||
['deposit_stock'] = '存入物品',
|
||
['take_stock'] = '取出物品',
|
||
['boss_actions'] = '老板菜单',
|
||
['mission_complete'] = '工作完成',
|
||
['quantity'] = '数量',
|
||
['quantity_invalid'] = '数量无效',
|
||
['inventory'] = '存储柜',
|
||
['taxi_client'] = '计程车客户',
|
||
['have_withdrawn'] = '你取出了 x%s %s ',
|
||
['have_deposited'] = '你存入了 x%s %s ',
|
||
['player_cannot_hold'] = '你的物品库没有足够的空间!',
|
||
['blip_taxi'] = '滴滴司机',
|
||
['phone_taxi'] = '滴滴司机',
|
||
['taxi'] = '滴滴',
|
||
['taxi_stock'] = '滴滴物品',
|
||
['amount'] = "Amount", --not translated
|
||
['bill_amount'] = "Amount to bill..", --not translated
|
||
['deposit_amount'] = "Amount to deposit..", --not translated
|
||
['withdraw_amount'] = "Amount to withdraw..", --not translated
|
||
['confirm'] = "Confirm", --not translated
|
||
}
|