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.

38 lines
2.6 KiB

  1. {
  2. "_chatcommands": {
  3. "settings": {
  4. "enableAutocomplete": "Enable autocomplete",
  5. "enableAutocompleteHint": "Display an autocomplete menu while entering commands in the chat. Changing this setting will reload the window.",
  6. "maxEntries": "Maximum autocomplete entries",
  7. "maxEntriesHint": "Limits how many entries can be displayed in the autocomplete menu. Additional entries will be replaced with an overflow message.",
  8. "autocompleteCore": "Autocomplete core commands",
  9. "autocompleteCoreHint": "Include FoundryVTT core commands for autocompletion. Changing this setting will reload the window.",
  10. "displayFooter": "Show aliases and module",
  11. "displayFooterHint": "Display aliases and the source module when autocompleting commands."
  12. },
  13. "extraEntries": "Enter parameters to find additional results.",
  14. "noEntries": "No registered command matches your input.",
  15. "insufficientPermissions": "You do not have the permissions to use the {command} command.",
  16. "coreCommands": {
  17. "ic": "Send a message as the currently selected or associated character.",
  18. "ooc": "Send a message out of character.",
  19. "emote": "Perform an emote as the currently selected or associated character.",
  20. "whisper": {
  21. "description": "Send a private message to another player.",
  22. "gm": "Gamemasters",
  23. "players": "Players"
  24. },
  25. "roll": {
  26. "basic": "Roll some dice.",
  27. "gm": "Roll some dice that are only visible for you and the game master.",
  28. "blind": "Roll some dice that are only visible for the game master.",
  29. "self": "Roll some dice that are only visible for you.",
  30. "public": "Roll some dice that are visible for everyone.",
  31. "simpleInfo": "Basic syntax: <span class='parameter'>Amount</span>d<span class='parameter'>Faces</span>+,-,*,/<span class='parameter'>More rolls or numbers</span>",
  32. "descriptionInfo": "Labeled rolls: <span class='parameter'>Roll</span>[<span class='parameter'>Dice description</span>] # <span class='parameter'>Roll description</span>",
  33. "modifierInfo": "Modifiers: See <a href='https://foundryvtt.com/article/dice-modifiers/'>Dice Modifiers</a>.",
  34. "advancedInfo": "Pools, variables & functions: See <a href='https://foundryvtt.com/article/dice-advanced/'>Advanced Dice</a>.",
  35. "recent": "Recently used"
  36. }
  37. }
  38. }
  39. }