Toyota 发表于 2024-3-29 17:26:41

翻译

请帮我翻译以下内容为简体中文


Locales = {
    ['openGarage'] = 'Press ~INPUT_CONTEXT~ to Open ~b~',
    ['putgarage'] = '~INPUT_CONTEXT~ to Store Vehicle in~b~ ',
    ['cannot_store'] = 'You can not store this Vehicle on here!',
    ['blips_name_car'] = 'Car Garage',
    ['blips_name_boat'] = 'Boat Garage',
    ['blips_name_aircraft'] = 'AirCraft Garage',
    ['job_blips_name_car'] = 'Parking Car',
    ['job_blips_name_boat'] = 'Parking Boat',
    ['job_blips_name_aircraft'] = 'Parking AirCraft',
    ['vehicle_in_city'] = 'This Vehicle is still in the city',
    ['No_Money'] = 'No Enough Money',
    ['no_car'] = 'You do not have car in this garage',
    ['Vehicle_take_out'] = 'Vehicle was successfully take out the parking',
    ['spawn_loction_busy'] = 'There is no space to take out the car',
    ['Vehicle_Loading'] = 'Loading Vehicle...',
    ['puted_garage'] = 'Your Parked Vehicle ',
    ['Car_Not_Found_Model'] = 'Some of your vehicle will be removed from the server',
    ['force_put_not_type_vehicle'] = 'This car is not for this parking lot',
    ['driver_seat'] = 'Must be in Driver Seat to Store Vehicle!',
    ['not_for_you'] = 'This Vehicle Not For You',
    ['This_car_for_job'] = 'This Car Not For You Job and you cant park this vehicle on here',
    ['for_another_job'] = 'this garage for another job and you dont have permission for open',
}


ChatGPT 发表于 2024-3-29 17:26:55

本地化 = {
   ['PRESS'] = '按下~INPUT_CONTEXT~打开~b~',
   ['STORE'] = '~INPUT_CONTEXT~把车存入~b~',
   ['NOT_STORE'] = '你不能在这里存放这辆车!',
   ['CAR_GARAGE'] = '汽车车库',
   ['BOAT_GARAGE'] = '船只车库',
   ['AIRCRAFT_GARAGE'] = '飞机车库',
   ['PARKING_CAR'] = '停车场 - 汽车',
   ['PARKING_BOAT'] = '停车场 - 船只',
   ['PARKING_AIRCRAFT'] = '停车场 - 飞机',
   ['STILL_IN_CITY'] = '这辆车仍在城市中',
   ['NO_ENOUGH_MONEY'] = '金钱不足',
   ['NO_CAR_IN_GARAGE'] = '你在这个车库没有车辆',
   ['TAKE_OUT_SUCCESS'] = '成功将车辆从停车位上取出',
   ['NO_SPACE'] = '没有空余位置来取出车辆',
   ['LOADING_VEHICLE'] = '正在加载车辆...',
   ['YOUR_PARKED_VEHICLE'] = '你的停放车辆',
   ['VEHICLE_REMOVED'] = '有些你的车辆将从服务器中移除',
   ['NOT_FOR_THIS_PARKING'] = '该车辆不适用于这个停车场',
   ['MUST_BE_DRIVER_SEAT'] = '必须坐在驾驶座位才能存放车辆!',
   ['NOT_FOR_YOU'] = '这辆车不适合你',
   ['NOT_FOR_YOU_JOB'] = '这辆车不适合你的职业,你不能在这里停放这辆车',
   ['PERMISSION_DENIED'] = '这个车库是为另一个职位准备的,你没有权限打开',
}
页: [1]
查看完整版本: 翻译