40 lines
1.8 KiB
JSON
40 lines
1.8 KiB
JSON
{
|
|
"error": {
|
|
"no_deposit": "$%s deposit required",
|
|
"cancelled": "Cancelled",
|
|
"vehicle_not_correct": "This is not a commercial vehicle!",
|
|
"no_driver": "You must be the driver to do this",
|
|
"no_work_done": "You haven't done any deliveries yet",
|
|
"backdoors_not_open": "The backdoors of the vehicle aren't open",
|
|
"get_out_vehicle": "You need to step out of the vehicle to perform this action",
|
|
"too_far_from_trunk": "You need to grab the boxes from the trunk of your vehicle",
|
|
"too_far_from_delivery": "You need to be closer to the delivery point",
|
|
"too_many_rents": "You recently rented a car, come back in a few minutes"
|
|
},
|
|
"success": {
|
|
"paid_with_cash": "$%s deposit paid with cash",
|
|
"paid_with_bank": "$%s deposit paid from bank",
|
|
"refund_to_cash": "$%s deposit returned",
|
|
"you_earned": "You have earned $%s",
|
|
"payslip_time": "You visited all the shops. It's time for your paycheck!"
|
|
},
|
|
"menu": {
|
|
"header": "Available Vehicles",
|
|
"close_menu": "⬅ Close Menu"
|
|
},
|
|
"mission": {
|
|
"store_reached": "Store reached. Get a box from the trunk with [E] and deliver it to the marker.",
|
|
"take_box": "Take a box of products",
|
|
"deliver_box": "Deliver a box of products",
|
|
"another_box": "Pick up the next box",
|
|
"goto_next_point": "You have delivered all the products, go to the next delivery",
|
|
"return_to_station": "You have delivered all products. Return to the station",
|
|
"job_completed": "You have completed your route. Please collect your paycheck"
|
|
},
|
|
"info": {
|
|
"pickup_paycheck": "[E] - Pick up paycheck",
|
|
"store_vehicle": "[E] - Store the Vehicle",
|
|
"vehicles": "[E] - Vehicles",
|
|
"deliver_to_store": "Deliver the box to the store"
|
|
}
|
|
} |