|
| 1 | +{ |
| 2 | + "hexcessible.start_typing": "Start typing...", |
| 3 | + "hexcessible.count_locked": "+%s locked", |
| 4 | + "hexcessible.no_space": "Can't place this here", |
| 5 | + "hexcessible.count_queued": "%s more to go", |
| 6 | + "hexcessible.no_draw_methods": "All methods of drawing are disabled. Please enable at least one to cast spells.", |
| 7 | + "hexcessible.world_specific_autocomplete": "This pattern is world-specific. Start casting with an Ancient Scroll in your offhand to learn it.", |
| 8 | + "hexcessible.start_typing.alias": "Name this pattern...", |
| 9 | + "hexcessible.alias": "Aliased: %s", |
| 10 | + |
| 11 | + "hexcessible.smartsig.bookkeeper.prefix": "Based on your current stack, this will ", |
| 12 | + "hexcessible.smartsig.bookkeeper.drop": "drop %s iotas", |
| 13 | + "hexcessible.smartsig.bookkeeper.drop1": "drop one iota", |
| 14 | + "hexcessible.smartsig.bookkeeper.keep": "keep %s iotas", |
| 15 | + "hexcessible.smartsig.bookkeeper.keep1": "keep one iota", |
| 16 | + "hexcessible.smartsig.bookkeeper.join": ", then ", |
| 17 | + "hexcessible.smartsig.bookkeeper.suffix": ".", |
| 18 | + "hexcessible.smartsig.grimoire": "Grimoire Macro", |
| 19 | + |
| 20 | + "hexcessible.hint.draw_start": "draw", |
| 21 | + "hexcessible.hint.auto_complete": "autocomplete", |
| 22 | + "hexcessible.hint.cast": "cast", |
| 23 | + "hexcessible.hint.move": "move", |
| 24 | + "hexcessible.hint.rotate": "rotate", |
| 25 | + "hexcessible.hint.scroll": "scroll", |
| 26 | + "hexcessible.hint.scroll_definitions": "definitions", |
| 27 | + "hexcessible.hint.search": "search", |
| 28 | + "hexcessible.hint.alias": "alias this", |
| 29 | + "hexcessible.hint.alias_off": "remove alias", |
| 30 | + "hexcessible.hint.undo": "undo", |
| 31 | + |
| 32 | + "text.autoconfig.hexcessible.title": "Hexcessible Config", |
| 33 | + "text.autoconfig.hexcessible.option.debug": "Debug Mode", |
| 34 | + "text.autoconfig.hexcessible.option.dimmed": "Dim UI", |
| 35 | + "text.autoconfig.hexcessible.option.dimmed.@Tooltip": "Dim the background of the spellcasting interface", |
| 36 | + "text.autoconfig.hexcessible.option.prefersReducedMotion": "Prefers Reduced Motion", |
| 37 | + "text.autoconfig.hexcessible.option.prefersReducedMotion.@Tooltip": "Disable some moving animations in the spellcasting interface", |
| 38 | + "text.autoconfig.hexcessible.option.hideFloaties": "Hide floaties", |
| 39 | + "text.autoconfig.hexcessible.option.hideFloaties.@Tooltip": "Hide the patterns shown around the player when casting spells", |
| 40 | + "text.autoconfig.hexcessible.option.showAllDots": "Show all dots", |
| 41 | + "text.autoconfig.hexcessible.option.showAllDots.@Tooltip": "Show all dots in the spellcasting interface, instead of just the ones close to your cursor", |
| 42 | + "text.autoconfig.hexcessible.option.keyDocs": "N for Docs", |
| 43 | + "text.autoconfig.hexcessible.option.keyDocs.@Tooltip": "Press the N key while casting to open the book", |
| 44 | + "text.autoconfig.hexcessible.option.uppercaseSig": "Uppercase Signature", |
| 45 | + "text.autoconfig.hexcessible.option.uppercaseSig.@Tooltip": "Represent a signature, e.g. qaq, as QAQ", |
| 46 | + "text.autoconfig.hexcessible.option.noHexicalWalk": "[Hexical] Prevent walking", |
| 47 | + "text.autoconfig.hexcessible.option.noHexicalWalk.@Tooltip": "Prevent Hexical from making you walk while the spellcasting interface is open.", |
| 48 | + "text.autoconfig.hexcessible.option.noHexicalEvoke": "[Hexical] Prevent Evoke & Telepathy while not idle", |
| 49 | + "text.autoconfig.hexcessible.option.noHexicalEvoke.@Tooltip": "Prevent Hexical from casting Evoke & Telepathy while not idle in the spellcasting interface.", |
| 50 | + "text.autoconfig.hexcessible.option.tooltipRenderSigs": "Render Pattern", |
| 51 | + "text.autoconfig.hexcessible.option.tooltipRenderSigs.@Tooltip": "Render patterns in Hexcessible UIs, like Autocomplete or Idle Hover", |
| 52 | + "text.autoconfig.hexcessible.option.shortcutHints": "Hint at Shortcuts", |
| 53 | + "text.autoconfig.hexcessible.option.shortcutHints.@Tooltip": "Show shortcuts in the bottom left of the UI", |
| 54 | + "text.autoconfig.hexcessible.option.tooltipFixed": "Fix tooltips in place", |
| 55 | + "text.autoconfig.hexcessible.option.tooltipFixed.@Tooltip": "Prevent tooltips from moving around, instead always positioning them top-left.", |
| 56 | + "text.autoconfig.hexcessible.option.idle": "Idling in Spellcasting Interface", |
| 57 | + "text.autoconfig.hexcessible.option.idle.tooltip": "Show hover tooltip", |
| 58 | + "text.autoconfig.hexcessible.option.mouseDraw": "Spellcasting with Mouse", |
| 59 | + "text.autoconfig.hexcessible.option.mouseDraw.tooltip": "Show tooltip", |
| 60 | + "text.autoconfig.hexcessible.option.keyboardDraw": "Spellcasting with Keyboard", |
| 61 | + "text.autoconfig.hexcessible.option.keyboardDraw.allow": "Enable", |
| 62 | + "text.autoconfig.hexcessible.option.keyboardDraw.tooltip": "Show tooltip", |
| 63 | + "text.autoconfig.hexcessible.option.keyboardDraw.keyHint": "Show key hints", |
| 64 | + "text.autoconfig.hexcessible.option.keyboardDraw.keyHint.@Tooltip": "When keyboard drawing, show markers for the keys you can press to advance drawing", |
| 65 | + "text.autoconfig.hexcessible.option.keyboardDraw.ghost": "Ghost preview", |
| 66 | + "text.autoconfig.hexcessible.option.keyboardDraw.ghost.@Tooltip": "Preview where you're trying to place it (even if it can't place there)", |
| 67 | + "text.autoconfig.hexcessible.option.autoComplete": "Magic Autocomplete", |
| 68 | + "text.autoconfig.hexcessible.option.autoComplete.allow": "Enable", |
| 69 | + "text.autoconfig.hexcessible.option.autoComplete.tooltip": "Show description panel", |
| 70 | + "text.autoconfig.hexcessible.option.autoComplete.count": "Option count", |
| 71 | + "text.autoconfig.hexcessible.option.autoComplete.count.@Tooltip": "Number of options to show on one page", |
| 72 | + "text.autoconfig.hexcessible.enum.tooltip.HIDDEN": "§cNo", |
| 73 | + "text.autoconfig.hexcessible.enum.tooltip.SIMPLE": "Simple", |
| 74 | + "text.autoconfig.hexcessible.enum.tooltip.DESCRIPTIVE": "Descriptive", |
| 75 | + |
| 76 | + "__note": "unsure why, but ComplexHex doesn't seem to set this.", |
| 77 | + "hexcasting.special.complexhex:long": "Long Reflection: %s" |
| 78 | +} |
0 commit comments