Advertisement
Guest User

Phynix | px_chars/locale/en_US_.lang

a guest
Nov 22nd, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.24 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.   "heightInvalid": "The character height provided is invalid.",
  16.   "specialChars": "The character data provided cannot contain special characters.",
  17.   "nameTaken": "A character with this name already exists. Please pick a different name.",
  18.   "genderInvalid": "This gender is invalid.",
  19.   "receiveApartment": "You got an apartment (%s).",
  20.   "lastLocation": "Last Location",
  21.   "driverLicense": "Class C Driver License",
  22.   "paycheckReceived": "You have received a paycheck of $%s, totalling $%s waiting at Lifeinvader.",
  23.   "deleteChar": {
  24.     "title": "Delete Character",
  25.     "elements": {
  26.       "name": {
  27.         "title": "Confirm",
  28.         "icon": "fas fa-pencil",
  29.         "desc": "Please enter '%s' to confirm."
  30.       },
  31.       "confirmation": {
  32.         "label": "Confirmation",
  33.         "desc": "I understand that this character cannot be recovered once deleted."
  34.       }
  35.     },
  36.     "error": "Please enter the character name as shown."
  37.   },
  38.   "createChar": {
  39.     "title": "Create Character",
  40.     "elements": {
  41.       "firstName": {
  42.         "title": "First Name",
  43.         "icon": "fas fa-signature"
  44.       },
  45.       "middleName": {
  46.         "title": "Middle Name",
  47.         "icon": "fas fa-signature"
  48.       },
  49.       "lastName": {
  50.         "title": "Last Name",
  51.         "icon": "fas fa-signature"
  52.       },
  53.       "dateOfBirth": {
  54.         "title": "Date of Birth",
  55.         "icon": "fas fa-calendar"
  56.       },
  57.       "gender": {
  58.         "title": "Gender",
  59.         "desc": "You will not be able to change this later.",
  60.         "options": {
  61.           "m": "Male",
  62.           "f": "Female"
  63.         }
  64.       },
  65.       "height": {
  66.         "title": "Height",
  67.         "icon": "fas fa-ruler",
  68.         "desc": "Height in cm (e.g. 180cm)"
  69.       },
  70.       "confirmation": {
  71.         "label": "Confirmation",
  72.         "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."
  73.       }
  74.     }
  75.   },
  76.   "ui": {
  77.     "identifier": "Identifier",
  78.     "playTime": "Playtime",
  79.     "job": "Job",
  80.     "dateOfBirth": "DOB",
  81.     "select": "Select",
  82.     "delete": "Delete",
  83.     "create": "Create",
  84.     "selectCharacter": "Select a Character",
  85.     "website": "Converted for ESX from the Phynix Framework @ https://phynix.gg/",
  86.     "refresh": "Refresh List",
  87.     "disconnect": "Disconnect",
  88.     "selectSpawn": "Select a Spawnpoint",
  89.     "spawnHelp": "Select one of the pin markers on the map or use the buttons.",
  90.     "back": "Go Back"
  91.   }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement