Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Language = {}
- Language = {
- ["QBInput"] = {
- Complaint = "Complaint",
- Submit = "Submit",
- Name = "Your Name",
- Number = "Your Number",
- Date = "Date",
- Type = "Complaint Type",
- Theft_Loss = "Theft/Loss",
- Aggression = "Aggression",
- Insult = "Insult",
- Observations = "Observations",
- },
- ["ProgressBars"] = {
- Filling = "Filling out the claim...",
- Repair = "Repairing the vehicle..."
- },
- ["Notify"] = {
- Added = "Complaint successfully added.",
- Repaired = "Vehicle repaired!",
- FirstFloor = "You are on first floor.",
- SecondFloor = "You are on second floor.",
- ThirdFloor = "You are on third floor.",
- ResidueSuccess = "Success! Residue was cleaned off.",
- ResidueFailed = "Failed! Residue was not cleaned off.",
- NobodyAround = "Nobody around.",
- Cleaning = "Cleaning...",
- NoGunpowder = "You don't have gunpowder in your clothes.",
- WrongJob = "Wrong Job.",
- NeedEvidenceBag = "You need to have an empty evidence bag.",
- OnDuty = "You need to go on duty to do this.",
- NearStation = "You are not near a police station.",
- OnlyPolice = "Access denied. Police only.",
- TestedPositive = "Subject Tested Positive for gun shot residue",
- TestedNegative = "Subject Tested Negative for gun shot residue",
- },
- ["Email"] = {
- senderFillClaim = "Investigation Police",
- subjectFillClaim = "Complaint",
- messageFillClaim = "Your complaint has been successfully registered. <br> Wait for any contact from one of our agents.<br><br>Best regards,<br>Complaint Police"
- },
- ["Menus"] = {
- Information = {
- headerInfo = "Information",
- submitText = "Submit",
- CitizenID = "Citizen ID",
- Male = "Male",
- Female = "Female",
- civInformation = "[👫🏽] Civilian Information",
- civName = "[🔅] Name:",
- civJob = "[📃] Job:",
- civBirthday = "[🥳] Birthday:",
- civPhone = "[📱] Phone:",
- civGender = "[🌀] Gender:",
- },
- VehicleInformation = {
- Plate = "Plate",
- headerInfo = "Vehicle Information",
- Brand = "Vehicle Brand:",
- Insurance = "Insurance:",
- Registration = "Registration:",
- NotFound = "Vehicle brand not found",
- Success = "✔️",
- Error = "❌",
- },
- Garage = {
- Header = "Investigation Garage",
- Close = "Close",
- },
- },
- ["Webhooks"] = {
- Player = "**Player:**",
- CitizenID = "**CitizenID:**",
- Log = "**Log:**",
- Zone = "**Zone:**",
- Reason = "**Reason:**",
- RemoveGunpowder = "Remove gunpowder residue from your clothing."
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement