From d36addaca8b01b3da329a0350a7a8e5fcc0a9474 Mon Sep 17 00:00:00 2001 From: Frostfire Date: Wed, 18 Dec 2024 18:26:25 +0600 Subject: [PATCH] refactor: added all the missing options in Locale -> en.json --- locales/en.json | 108 ++++++++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 55 deletions(-) diff --git a/locales/en.json b/locales/en.json index 40e89c5..57157dc 100644 --- a/locales/en.json +++ b/locales/en.json @@ -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" } - \ No newline at end of file +} \ No newline at end of file