Noodles0711

Untitled

May 29th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. {
  2. "name":"English",
  3. "CalloutMenu":{
  4. "title":"Callout Menu",
  5. "description":"Choose an option",
  6. "backup_menu":{
  7. "title":"Backup Menu",
  8. "description":"Call for backup",
  9. "buttons":{
  10. "code1":{
  11. "title":"Code 1",
  12. "description":"Call for code 1 backup"
  13. },
  14. "code2":{
  15. "title":"Code 2",
  16. "description":"Call for code 2 backup"
  17. },
  18. "code3":{
  19. "title":"Code 3",
  20. "description":"Call for code 3 backup"
  21. },
  22. "code99":{
  23. "title":"Code 99",
  24. "description":"Call for code 99 backup"
  25. },
  26. "cancel_backup":{
  27. "title":"Cancel backup",
  28. "description":"Cancel your backup request"
  29. }
  30. }
  31. },
  32. "add_nearby":{
  33. "title":"Add nearby player",
  34. "description":"Add the closest player to your callout (must be in the same department)"
  35. },
  36. "disable_callouts":{
  37. "title":"Disable callouts",
  38. "description":"Disable receiving callouts"
  39. },
  40. "debug_menu":{
  41. "title":"~y~Debug menu",
  42. "description":"Debug menu",
  43. "submenu":{
  44. "force_callouts":{
  45. "title":"Force callouts",
  46. "description":"Force a callout"
  47. },
  48. "toggle_callouts":{
  49. "title":"Enable/Disable callouts",
  50. "description":"Enable/Disable a callout"
  51. }
  52. }
  53. },
  54. "code4":{
  55. "title":"~y~Code ~g~4",
  56. "description":"Complete the callout"
  57. },
  58. "cancel_assistance":{
  59. "title":"~r~Cancel assistance",
  60. "description":"Stop responding to the backup request"
  61. }
  62. },
  63. "MainMenu": {
  64. "title": "Main menu",
  65. "subtitle": "Choose a submenu"
  66. },
  67. "DutyMenu": {
  68. "title": "Duty menu",
  69. "subtitle": "Choose an option",
  70. "duty": "On duty",
  71. "engine": "Keep engine running",
  72. "cc": {
  73. "title": "Toggle cruise control",
  74. "description": "By enabling this option you can use CC by pressing the set keybind for it. Default is 'B'."
  75. },
  76. "vehicleSpawn": "Spawn vehicle",
  77. "loadout": "Get loadout",
  78. "uniform": "Change uniform",
  79. "refill": "Refill health & armor",
  80. "tp": "Teleport to station",
  81. "lang": "Change language"
  82. },
  83. "SceneMenu": {
  84. "title": "Scene menu",
  85. "subtitle": "Choose a submenu",
  86. "ObjectMenu": {
  87. "title": "Object placement",
  88. "subtitle": "Choose an option",
  89. "spawn": "Spawn object",
  90. "delete": "Delete all objects you've spawned"
  91. },
  92. "SpeedZoneMenu": {
  93. "title": "Speedzone placement",
  94. "subtitle": "Choose an option",
  95. "speed": "Select speed",
  96. "radius": "Change radius",
  97. "place": "Place speedzone",
  98. "remove": "Remove speedzone",
  99. "go": "Let vehicle go"
  100. }
  101. },
  102. "DispatchMenu": {
  103. "title": "Dispatch menu",
  104. "subtitle": "Choose an option",
  105. "id": "Check ID",
  106. "plate": "Check license plate",
  107. "transport": "Request/cancel transport",
  108. "ems": "Request/cancel EMS",
  109. "fd": "Request/cancel FD",
  110. "coroner": "Request/cancel coroner",
  111. "towTruck": "Request/cancel tow truck"
  112. },
  113. "PedVehicleMenu": {
  114. "title": "Ped seat menu",
  115. "subtitle": "Choose an option",
  116. "left": "Left rear put into/order out",
  117. "right": "Right rear put into/order out"
  118. },
  119. "TrafficStopMenu": {
  120. "title": "Traffic stop menu",
  121. "subtitle": "Choose an option",
  122. "id": "Ask for ID",
  123. "go": "Free to go",
  124. "breathalyzer": "Breathalyzer test",
  125. "drugswab": "Drugswab test",
  126. "orderOut": {
  127. "title": "Order out of vehicle",
  128. "occupants": ["All", "Driver", "Front right", "Back left", "Back right"]
  129. }
  130. },
  131. "PedCheckMenu": {
  132. "title": "Ped stop menu",
  133. "subtitle": "Choose an option",
  134. "id": "Ask for ID",
  135. "breathalyzer": "Breathalyzer test",
  136. "drugswab": "Drugswab test",
  137. "move": {
  138. "title": "Move ped",
  139. "types": ["Follow me", "Grab ped"]
  140. },
  141. "search": {
  142. "title": "Search",
  143. "types": ["Ped", "Vehicle"]
  144. },
  145. "cancelMove": {
  146. "title": "Cancel move",
  147. "description": "Cancel following or grabbing."
  148. },
  149. "cuff": "Cuff/uncuff ped",
  150. "dismiss": "Dismiss ped"
  151. }
  152. }
Advertisement
Add Comment
Please, Sign In to add comment