Advertisement
Guest User

px_chars/locale/en_US_.lang @ store.phynix.gg

a guest
Jun 21st, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. {
  2. "commands": {
  3. "swap": {
  4. "alias": "swap",
  5. "notNear": "You are not near a suitable swap location.",
  6. "help": "Swap to another character (must be at the clothing store)."
  7. }
  8. },
  9. "disconnectCharMenu": "You have disconnected during character selection.",
  10. "nameBlacklisted": "The character name provided is blacklisted.",
  11. "noVowel": "The character name provided does not contain vowels.",
  12. "nameShort": "The character name provided is too short.",
  13. "nameLong": "The character name provided is too long or doesn't exist.",
  14. "dobInvalid": "The character date of birth provided is invalid.",
  15. "specialChars": "The character data provided cannot contain special characters.",
  16. "nameTaken": "A character with this name already exists. Please pick a different name.",
  17. "genderInvalid": "This gender is invalid.",
  18. "receiveApartment": "You got an apartment (%s).",
  19. "lastLocation": "Last Location",
  20. "driverLicense": "Class C Driver License",
  21. "paycheckReceived": "You have received a paycheck of $%s, totalling $%s waiting at Lifeinvader.",
  22. "deleteChar": {
  23. "title": "Delete Character",
  24. "elements": {
  25. "name": {
  26. "title": "Confirm",
  27. "icon": "fas fa-pencil",
  28. "desc": "Please enter '%s' to confirm."
  29. },
  30. "confirmation": {
  31. "label": "Confirmation",
  32. "desc": "I understand that this character cannot be recovered once deleted."
  33. }
  34. },
  35. "error": "Please enter the character name as shown."
  36. },
  37. "createChar": {
  38. "title": "Create Character",
  39. "elements": {
  40. "firstName": {
  41. "title": "First Name",
  42. "icon": "fas fa-signature"
  43. },
  44. "middleName": {
  45. "title": "Middle Name",
  46. "icon": "fas fa-signature"
  47. },
  48. "lastName": {
  49. "title": "Last Name",
  50. "icon": "fas fa-signature"
  51. },
  52. "dateOfBirth": {
  53. "title": "Date of Birth",
  54. "icon": "fas fa-calendar"
  55. },
  56. "gender": {
  57. "title": "Gender",
  58. "desc": "You will not be able to change this later.",
  59. "options": {
  60. "m": "Male",
  61. "f": "Female"
  62. }
  63. },
  64. "nationality": {
  65. "title": "Nationality",
  66. "icon": "fas fa-flag-usa"
  67. },
  68. "confirmation": {
  69. "label": "Confirmation",
  70. "desc": "By continuing, you agree that you understand and have read our Community Guidelines. You also understand that your character may be deleted during maintenance if the given name is not appropriate or realistic. You will not be able to delete this character for %s days."
  71. }
  72. }
  73. },
  74. "ui": {
  75. "identifier": "Identifier",
  76. "playTime": "Playtime",
  77. "job": "Job",
  78. "dateOfBirth": "DOB",
  79. "select": "Select",
  80. "delete": "Delete",
  81. "create": "Create",
  82. "selectCharacter": "Select a Character",
  83. "website": "Converted for QBCore from the Phynix Framework @ https://phynix.gg/",
  84. "refresh": "Refresh List",
  85. "disconnect": "Disconnect",
  86. "selectSpawn": "Select a Spawnpoint",
  87. "spawnHelp": "Select one of the pin markers on the map or use the buttons.",
  88. "back": "Go Back"
  89. }
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement