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.

145 lines
5.4 KiB

1 year ago
  1. {
  2. "lib-wrapper": {
  3. "settings": {
  4. "yes": "Yes",
  5. "no": "No",
  6. "save": "Save",
  7. "reload": "Reload",
  8. "reset": "Reset",
  9. "notify-issues-gm": {
  10. "name": "Notify GM of Issues",
  11. "hint": "Whether to notify GMs when an issue is detected, for example a conflict."
  12. },
  13. "notify-issues-player": {
  14. "name": "Notify Players of Issues",
  15. "hint": "Whether to notify Players when an issue is detected, for example a conflict."
  16. },
  17. "high-performance-mode": {
  18. "name": "High-Performance Mode",
  19. "hint": "This disables most dynamic conflict detection capabilities in exchange for performance, especially relevant on low-end systems. Note that this will significantly decrease the chance conflicts are detected. As such, it is recommended to turn this off when installing or updating packages."
  20. },
  21. "log-verbosity": {
  22. "name": "Verbosity",
  23. "hint": "The verbosity of libWrapper's Javascript console messages.",
  24. "choices": {
  25. "never" : "Never",
  26. "all" : "All",
  27. "trace" : "Trace",
  28. "debug" : "Debug",
  29. "info" : "Information",
  30. "warning" : "Warning",
  31. "error" : "Error",
  32. "critical": "Critical",
  33. "always" : "Always"
  34. }
  35. },
  36. "menu": {
  37. "title": "libWrapper Settings Menu",
  38. "priorities": {
  39. "name": "Priorities",
  40. "package-inactive": "Inactive",
  41. "statistics-disabled": "Note: Statistics collection is disabled, not able to show unprioritized packages.",
  42. "prioritized": {
  43. "title": "Prioritized Packages",
  44. "hint": "These packages will be prioritized compared to any package not in this list.\nHigher positions in the list result in a higher priority."
  45. },
  46. "unprioritized": {
  47. "title": "Unprioritized Packages",
  48. "hint": "These packages will be neither prioritized nor deprioritized.\nPriorities among these packages are decided on a first-come-first-served basis.\nNew packages will default to this list."
  49. },
  50. "deprioritized": {
  51. "title": "Deprioritized Packages",
  52. "hint": "These packages will be deprioritized compared to any package not in this list.\nHigher positions in the list result in a higher priority.",
  53. "note": "Note that packages that do not use libWrapper are deprioritized even compared to these."
  54. }
  55. },
  56. "conflicts": {
  57. "name": "Conflicts",
  58. "none-detected": "No conflicts have been detected.",
  59. "statistics-disabled": "Statistics collection is disabled.",
  60. "show-ignored": "Show ignored conflicts"
  61. },
  62. "active-wrappers": {
  63. "name": "Active Wrappers",
  64. "none-active": "No wrappers are active right now."
  65. },
  66. "about": {
  67. "name": "About",
  68. "full-name": "About libWrapper",
  69. "credits": "{name} {version} by {author}.",
  70. "credits-translation": "",
  71. "description": "'libWrapper' is a library which provides package developers with a simple way to modify core Foundry VTT code, while reducing the likelihood of conflict with other packages.",
  72. "info": "You can find more information about this module in the <a href=\"{repo_url}\">Foundry VTT package repository</a>, as well as the project's <a href=\"{github_url}\">Github page</a>.",
  73. "support": "<b>If you encounter any issues</b>, the easiest way to find support is to ask the community. The largest community-provided support channels are:",
  74. "issue-tracker": "If you encounter an <b>internal libWrapper error</b>, or are a <b>package developer</b>, you may also submit a support request in the <a href=\"{issues_url}\">libWrapper Github Issue Tracker</a>."
  75. },
  76. "warning-reset-priorities": "Resetting the package priorities will move all packages back to 'Unprioritized'. This action cannot be undone. Are you sure you want to continue?",
  77. "warning-save": "It is recommended you reload this page to apply the new package priorities. Do you wish to reload?"
  78. }
  79. },
  80. "packages": {
  81. "unknown-title": "Unknown",
  82. "type-plus-id": "{type} {id}",
  83. "type-plus-title": "{type} {title}",
  84. "types": {
  85. "module" : "module",
  86. "system" : "system",
  87. "world" : "world script",
  88. "unknown": "package"
  89. }
  90. },
  91. "error": {
  92. "see-js-console": "(See JS Console)",
  93. "tech-details": "== Technical Details:",
  94. "community-support": "Ask the community for support:",
  95. "not-lw": "This is *not* a libWrapper bug.",
  96. "external": {
  97. "notification": "{title}: Error detected in {type}.",
  98. "message": "Error detected in {type} {title}.",
  99. "info": "Find information about this {type} here: {url}",
  100. "report": "Report this issue here: {url}",
  101. "likely-not-updated": "It is likely this {type} has not been updated for FVTT {version}."
  102. },
  103. "internal": {
  104. "message": "Internal error detected.",
  105. "message-with-package": "Internal error detected, involving {type} {title}.",
  106. "info": "Find information about libWrapper here: {url}",
  107. "report": "Report this issue here: {url}"
  108. },
  109. "conflict": {
  110. "potential": "Potential conflict detected between {main} and {other}.",
  111. "confirmed": "Conflict detected between {main} and {other}.",
  112. "info": "Find information about these packages here:",
  113. "report": "Report this conflict here:"
  114. }
  115. },
  116. "support-channels": [
  117. {
  118. "title": "FoundryVTT Discord's #modules-troubleshooting channel",
  119. "url": "https://discord.gg/foundryvtt"
  120. },
  121. {
  122. "title": "FoundryVTT Reddit",
  123. "url": "https://www.reddit.com/r/FoundryVTT"
  124. }
  125. ]
  126. }
  127. }