Skip to content

Commit

Permalink
refactor: added all the missing options in Locale -> en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
frostfire575 committed Dec 18, 2024
1 parent 76deb7b commit d36adda
Showing 1 changed file with 53 additions and 55 deletions.
108 changes: 53 additions & 55 deletions locales/en.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,55 @@
{
"error": {
"no_people_nearby": "No Players Nearby",
"no_vehicle_found": "No Vehicle Found",
"extra_deactivated": "Extra %s Has Been Deactivated",
"extra_not_present": "Extra %s Is Not Present on This Vehicle",
"not_driver": "You Are Not the Driver of the Vehicle",
"vehicle_driving_fast": "This Vehicle Is Moving Too Fast",
"seat_occupied": "This seat is occupied.",
"race_harness_on": "You Have a Race Harness On; You Can't Switch",
"obj_not_found": "Could Not Create the Requested Object",
"not_near_ambulance": "You Are Not Near an Ambulance",
"far_away": "You Are Too Far Away",
"not_kidnapped": "You Did Not Kidnap This Person",
"trunk_closed": "The Trunk Is Closed",
"cant_enter_trunk": "You Can't Get In This Trunk",
"already_in_trunk": "You Are Already In The Trunk",
"cancel_task": "Task Cancelled",
"someone_in_trunk": "Someone Is Already In The Trunk",
"no_vehicle_nearby": "No Vehicle Nearby For Flipping."
},
"progress": {
"flipping_car": "Flipping Vehicle..."
},
"success": {
"extra_activated": "Extra %s Has Been Activated",
"entered_trunk": "You're In The Trunk",
"flipped_car": "Vehicle Flipped Successfully!"
},
"info": {
"no_variants": "There Don't Seem to Be Any Variants for This",
"wrong_ped": "This Ped Model Does Not Allow for This Option",
"nothing_to_remove": "You Don't Appear to Have Anything to Remove",
"already_wearing": "You Are Already Wearing That"
},
"general": {
"command_description": "Open Radial Menu",
"get_out_trunk_button": "[E] Get Out Of The Trunk",
"close_trunk_button": "[G] Close The Trunk",
"open_trunk_button": "[G] Open The Trunk",
"getintrunk_command_desc": "Get In Trunk",
"putintrunk_command_desc": "Put Player In Trunk",
"gang_radial": "Gang",
"job_radial": "Job"
},
"options": {
"flip": "Flip Vehicle",
"vehicle": "Vehicle",
"emergency_button": "Emergency Button",
"driver_seat": "Drivers Seat",
"passenger_seat": "Passenger Seat",
"other_seats": "Other Seat",
"rear_left_seat": "Rear Left Seat",
"rear_right_seat": "Rear Right Seat"
}
"error": {
"no_people_nearby": "No players nearby.",
"no_vehicle_found": "No vehicle found.",
"extra_deactivated": "Extra %s has been deactivated.",
"extra_not_present": "Extra %s is not present on this vehicle.",
"not_driver": "You are not the driver of the vehicle.",
"vehicle_driving_fast": "This vehicle is going too fast.",
"seat_occupied": "This seat is occupied.",
"race_harness_on": "You have a racing harness. You cannot switch.",
"obj_not_found": "Unable to create the requested object.",
"not_near_ambulance": "You are not near an ambulance.",
"far_away": "You are too far away.",
"not_kidnapped": "You have not kidnapped this person.",
"trunk_closed": "The trunk is closed.",
"cant_enter_trunk": "You cannot enter this trunk.",
"already_in_trunk": "You are already in the trunk.",
"someone_in_trunk": "Someone is already in the trunk.",
"cancel_task": "Cancelled"
},
"progress": {
"flipping_car": "Flipping the vehicle..."
},
"success": {
"extra_activated": "Extra %s has been activated.",
"entered_trunk": "You are in the trunk."
},
"info": {
"no_variants": "There don't seem to be any variants for this.",
"wrong_ped": "This ped model does not allow this option.",
"nothing_to_remove": "You have nothing to remove.",
"already_wearing": "You are already wearing it.",
"switched_seats": "You are now in the %s."
},
"general": {
"command_description": "Open the Radial Menu",
"get_out_trunk_button": "[E] Exit Trunk",
"close_trunk_button": "[G] Close Trunk",
"open_trunk_button": "[G] Open Trunk",
"getintrunk_command_desc": "Enter the Trunk",
"putintrunk_command_desc": "Put the Player in the Trunk",
"gang_radial": "Gang",
"job_radial": "Job"
},
"options": {
"flip": "Flip the Vehicle",
"vehicle": "Vehicle",
"emergency_button": "Emergency Button",
"driver_seat": "Driver Seat",
"passenger_seat": "Passenger Seat",
"other_seats": "Other Seat",
"rear_left_seat": "Rear Left Seat",
"rear_right_seat": "Rear Right Seat"
}
}

0 comments on commit d36adda

Please sign in to comment.