All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
5.5 KiB

1 year ago
  1. {
  2. "warpgate": {
  3. "setting" : {
  4. "debug" : {
  5. "name" : "Debug Mode",
  6. "hint" : "Client-side setting enabling extended debug logging and data collection"
  7. },
  8. "openDelete" : {
  9. "name" : "Unrestricted dismissal",
  10. "hint" : "Allows players to dismiss unowned tokens"
  11. },
  12. "showDismissLabel" : {
  13. "name" : "Show dismiss button label",
  14. "hint" : "Show the dismiss icon and label, or just the icon on the sheet header."
  15. },
  16. "showRevertLabel" : {
  17. "name" : "Show revert button label",
  18. "hint" : "Show the revert icon and label, or just the icon on the sheet header."
  19. },
  20. "updateDelay" : {
  21. "name" : "Update delay (ms)",
  22. "hint" : "Temporary workaround. Increase this value if you are encountering errors with duplicate placement. Lower this value for faster placement."
  23. },
  24. "alwaysAccept": {
  25. "name": "Always accept mutation requests",
  26. "hint": "If checked, request dialog will not be shown and blindly accepted."
  27. },
  28. "alwaysAcceptLocal": {
  29. "name": "Always accept mutation requests",
  30. "hint": "If checked, request dialog will not be shown and blindly accepted."
  31. },
  32. "dismissButtonScope": {
  33. "name": "Dismiss button scope",
  34. "hint": "Determines when the dismiss button is added to actor sheets."
  35. },
  36. "revertButtonBehavior": {
  37. "name": "Revert button behavior",
  38. "hint": "Default action when the button is clicked. Shift+Click will perform the other behavior."
  39. },
  40. "suppressToast": {
  41. "name": "Suppress feedback toasts by default",
  42. "hint": "World-level setting controlling the display of toasts during remote operations."
  43. },
  44. "suppressToastLocal": {
  45. "name": "Local feedback toast suppression",
  46. "hint": "Client-side setting controlling override of global remote operation feedback toasts."
  47. },
  48. "disablePermCheck": {
  49. "name": "Disable Strict Permissions Check",
  50. "hint": "If checked, spawning and mutation operations will not check for permissions prior to execution."
  51. },
  52. "option": {
  53. "disabled": "Disabled",
  54. "spawnedOnly": "Spawned tokens only",
  55. "all": "All owned tokens",
  56. "showMutationList": "Show mutation stack dialog",
  57. "popLatestMutation": "Revert last mutation",
  58. "useWorld": "(use world setting)",
  59. "overrideTrue": "Override: True",
  60. "overrideFalse": "Override: False"
  61. }
  62. },
  63. "debug": {
  64. "dismissPresent": "Dismiss button already present. Not adding duplicate.",
  65. "finalRevertUpdate": "Final revert update:",
  66. "tokenDelta": "Token Delta",
  67. "actorDelta": "Actor Delta",
  68. "embeddedDelta": "Embedded Delta"
  69. },
  70. "display" : {
  71. "dismiss" : "Dismiss",
  72. "revert" : "Revert",
  73. "revertDialogTitle" : "Select mutation to revert",
  74. "inspectLabel": "Inspect",
  75. "descriptionLabel": "Description",
  76. "emptyDescription": "(no description provided)",
  77. "mutationRequestTitle": "{userName} is mutating {tokenName}",
  78. "mutationAccepted": "Mutation \"{mName}\" for {tName} has been accepted.",
  79. "mutationRejected": "Mutation \"{mName}\" for {tName} has been rejected.",
  80. "revertAccepted": "Revert of mutation [{mName}] for {tName} has been accepted.",
  81. "revertRejected": "Revert of mutation [{mName}] for {tName} has been rejected.",
  82. "revertRequestDescription": "Reverting mutation [{mName}] from {tName}.",
  83. "acceptLabel": "Accept",
  84. "rejectLabel": "Reject",
  85. "findTargetLabel": "Find Target"
  86. },
  87. "error" : {
  88. "unknown": "Unknown error occured during operation. See console for details.",
  89. "missingPerms": "Operation blocked due to missing user permissions: {permList}.",
  90. "noGm" : "There is no GM available for dismiss request.",
  91. "unownedDelete" : "Cannot delete unowned token.",
  92. "createItem": "Creating Item",
  93. "updateItem": "Updating Item",
  94. "deleteItem": "Deleting Item",
  95. "sheetNoToken": "Could not find token associated with this sheet.",
  96. "findActorFail": "Could not find world actor named {name}",
  97. "findProtoFail": "Could not find proto-token data for {name}",
  98. "noOpenLocation": "Could not locate open locations near chosen spawn point. Spawning at chosen point instead.",
  99. "noOwningUserMutate": "No owning user online. Mutation request cannot be fulfilled.",
  100. "offlineOwnerBatch": "No owner found for some remote batch operations. Not all requests have been processed.",
  101. "noOwningUserRevert": "No owning user online. Revert request cannot be fulfilled.",
  102. "incompleteMutateInfo": "Overwrite mode used for stack update, but no 'name' field provided.",
  103. "stackLockedOrEmpty": "Mutation stack has no changes or is locked for writing. Cannot commit changes to the stack.",
  104. "stack": {
  105. "noActor": "Cannot derive Actor Document from provided Token, TokenDocument, or Actor. Cannot create MutationStack."
  106. },
  107. "badMutate": {
  108. "duplicate": "Duplication mutation name detected, \"{name}\". Stopping mutation.",
  109. "missing": {
  110. "type": "{embeddedName} Add data missing 'type' field. Was this supposed to be an Update instead? Double-check comparison keys and {embeddedName} identifier."
  111. }
  112. },
  113. "badUpdate": {
  114. "complex": "Updates object cannot be serialized or contains non-primitive/object/array properties. Operation aborted."
  115. },
  116. "badSelectOpts": "\"{fnName}\" inputs received invalid options for 'select'"
  117. }
  118. }
  119. }