猪猪侠 发表于 2024-5-24 15:05:38

翻译

{
    "open_garage": "Open garage",
    "enter_interior": "Enter interior",
    "vehicle_info": "Vehicle: %s \n Plate: %s",
    "status": "Status",
    "in_garage": "Inside garage",
    "out_garage": "Outside of garage",
    "out_garage_message": "The vehicle has been marked on your GPS.",
    "in_impound": "Impounded",
    "in_impound_message": "This vehicle has been impounded.",
    "fuel": "Fuel",
    "no_fueltank": "No fuel tank",
    "player_vehicles": "Personal vehicles",
    "player_vehicles_desc": "Only vehicles that you own.",
    "society_vehicles": "Society vehicles",
    "society_vehicles_desc": "Vehicles owned by your society.",
    "no_owned_vehicles": "You don't own any vehicles.",
    "no_society_vehicles": "Your society doesn't own any vehicles.",
    "no_impounded_vehicles": "There are no impounded vehicles.",
    "not_enough_money": "Not enough money.",
    "save_vehicle": "Save vehicle",
    "not_driver": "You need to be a driver to save the vehicle.",
    "not_your_vehicle": "You don't own this vehicle.",
    "open_impound": "Open impound",
    "vehicle_saved": "Your vehicle has been saved.",
    "not_in_garage": "This vehicle isn't in the garage.",
    "too_many_vehicles": "There wasn't enough space for all of your stored vehicles.",
    "exit_garage": "[%s] - Exit garage",
    "choose_vehicle": "[%s] - Choose vehicle",

    "contract": "Vehicle contract",
    "transfer_player": "Sell to player",
    "transfer_society": "Transfer to your society",
    "withdraw_society": "Withdraw from your society",
    "pick_player": "Player Selection",
    "player_id": "Target ID",
    "sell_price": "Sell price",
    "invalid_data": "Invalid player ID/price.",
    "vehicle_not_yours": "This vehicle doesn't belong to you.",
    "player_too_far": "This player is too far.",
    "cant_in_vehicle": "You can't do this in a vehicle.",
    "no_vehicle_near_you": "There is no vehicle near you.",
    "offer": "Vehicle Offer",
    "offer_content": "%s is wants to sell you %s for %s$",
    "offer_confirm": "Accept",
    "offer_cancel": "Turn down",
    "progress_selling": "Selling Vehicle",
    "progress_buying": "Buying Vehicle",
    "progress_transfering": "Transfering Vehicle",
    "progress_withdrawing": "Withdrawing Vehicle",
    "vehicle_sold": "You have sold the vehicle.",
    "vehicle_bought": "You have bought the vehicle.",
    "vehicle_transfered": "You have transfered the vehicle.",
    "vehicle_withdrawn": "You have withdrawn the vehicle.",
    "society_prompt": "Society",
    "society_transfer": "Are you sure that you want to transfer this vehicle to your society?",
    "society_withdraw": "Are you sure that you want to withdraw this vehicle from your society?",
    "society_confirm": "Confirm",
    "society_cancel": "Cancel",
    "garage_menu": "Garage",
    "impound_menu": "Impound",
    "offer_declined": "The offer has been declined.",
    "spawn_occupied": "The spawnpoint is currently occupied."
}

ChatGPT 发表于 2024-5-24 15:06:00

{
    "open_garage": "打开车库",
    "enter_interior": "进入室内",
    "vehicle_info": "车辆:%s \n 车牌:%s",
    "status": "状态",
    "in_garage": "在车库内",
    "out_garage": "在车库外",
    "out_garage_message": "该车辆已在你的GPS上标记。",
    "in_impound": "被扣押",
    "in_impound_message": "该车辆已被扣押。",
    "fuel": "燃油",
    "no_fueltank": "没有燃油箱",
    "player_vehicles": "个人车辆",
    "player_vehicles_desc": "只包括你拥有的车辆。",
    "society_vehicles": "团队车辆",
    "society_vehicles_desc": "你所属团队拥有的车辆。",
    "no_owned_vehicles": "你没有拥有任何车辆。",
    "no_society_vehicles": "你所属的团队没有拥有任何车辆。",
    "no_impounded_vehicles": "没有被扣押的车辆。",
    "not_enough_money": "金钱不足。",
    "save_vehicle": "保存车辆",
    "not_driver": "你需要是驾驶员才能保存车辆。",
    "not_your_vehicle": "这不是你拥有的车辆。",
    "open_impound": "打开扣押场",
    "vehicle_saved": "你的车辆已被保存。",
    "not_in_garage": "该车辆不在车库内。",
    "too_many_vehicles": "存储车辆的空间不足。",
    "exit_garage": " - 离开车库",
    "choose_vehicle": " - 选择车辆",

    "contract": "车辆合同",
    "transfer_player": "卖给玩家",
    "transfer_society": "转移至你的团队",
    "withdraw_society": "从你的团队中撤回",
    "pick_player": "玩家选择",
    "player_id": "目标ID",
    "sell_price": "售价",
    "invalid_data": "无效的玩家ID/价格。",
    "vehicle_not_yours": "这辆车不属于你。",
    "player_too_far": "该玩家太远了。",
    "cant_in_vehicle": "你不能在车辆内执行此操作。",
    "no_vehicle_near_you": "你附近没有车辆。",
    "offer": "车辆报价",
    "offer_content": "%s 想要以 %s$ 的价格出售给你 %s",
    "offer_confirm": "接受",
    "offer_cancel": "拒绝",
    "progress_selling": "出售车辆中",
    "progress_buying": "购买车辆中",
    "progress_transfering": "转移车辆中",
    "progress_withdrawing": "撤回车辆中",
    "vehicle_sold": "你已出售该车辆。",
    "vehicle_bought": "你已购买该车辆。",
    "vehicle_transfered": "你已转移该车辆。",
    "vehicle_withdrawn": "你已撤回该车辆。",
    "society_prompt": "团队",
    "society_transfer": "你确定要将该车辆转移至你的团队吗?",
    "society_withdraw": "你确定要从你的团队中撤回该车辆吗?",
    "society_confirm": "确认",
    "society_cancel": "取消",
    "garage_menu": "车库菜单",
    "impound_menu": "扣押菜单",
    "offer_declined": "该报价已被拒绝。",
    "spawn_occupied": "生成点当前被占用。"
}
页: [1]
查看完整版本: 翻译