|
| 1 | +{ |
| 2 | + "yacl3.config.adaptivetooltips:config.category.adaptivetooltips": "Adaptive Tooltips", |
| 3 | + "yacl3.config.adaptivetooltips:config.category.adaptivetooltips.group.content_manipulation": "Content Manipulation", |
| 4 | + "yacl3.config.adaptivetooltips:config.category.adaptivetooltips.group.content_manipulation.desc": "This group of options modifies the content of the tooltip.", |
| 5 | + "yacl3.config.adaptivetooltips:config.wrapText": "Text Wrapping", |
| 6 | + "yacl3.config.adaptivetooltips:config.wrapText.desc": "How Adaptive Tooltips wraps tooltip text.", |
| 7 | + "yacl3.config.adaptivetooltips:config.overwriteVanillaWrapping": "Overwrite Vanilla Wrapping", |
| 8 | + "yacl3.config.adaptivetooltips:config.overwriteVanillaWrapping.desc": "Stop vanilla from applying its own text wrapping to tooltips in the GUI and use AdaptiveTooltip's instead.", |
| 9 | + "yacl3.config.adaptivetooltips:config.category.adaptivetooltips.group.positioning": "Positioning", |
| 10 | + "yacl3.config.adaptivetooltips:config.category.adaptivetooltips.group.positioning.desc": "This group of options determines where the tooltip will appear on the screen.", |
| 11 | + "yacl3.config.adaptivetooltips:config.prioritizeTooltipTop": "Prioritize Tooltip Top", |
| 12 | + "yacl3.config.adaptivetooltips:config.prioritizeTooltipTop.desc": "When the tooltip height is larger than the screen height, by default, minecraft prioritizes fitting the bottom on the screen, cutting off the top. This option changes that priority to the top, cutting off the bottom.", |
| 13 | + "adaptivetooltips.opt.prioritize_tooltip_top.warn.align_to_corner": "Prevents vertical check for %s because tooltip never goes above screen.", |
| 14 | + "yacl3.config.adaptivetooltips:config.bedrockCentering": "Bedrock Centering", |
| 15 | + "yacl3.config.adaptivetooltips:config.bedrockCentering.desc": "When the tooltip is too long to be rendered on the screen, the tooltip is positioned in the center of the mouse, instead of the left or the right.", |
| 16 | + "yacl3.config.adaptivetooltips:config.bestCorner": "Align To Corner", |
| 17 | + "yacl3.config.adaptivetooltips:config.bestCorner.desc": "When all else fails (including bedrock centering) Adaptive Tooltips determines the least obstructive corner to align the tooltip too. Best to be used with screen width text wrapping.", |
| 18 | + "yacl3.config.adaptivetooltips:config.alwaysBestCorner": "Always Align Corner", |
| 19 | + "yacl3.config.adaptivetooltips:config.alwaysBestCorner.desc": "Always align to corners, even when it is not needed.", |
| 20 | + "yacl3.config.adaptivetooltips:config.preventVanillaClamping": "Prevent Vanilla Clamping", |
| 21 | + "yacl3.config.adaptivetooltips:config.preventVanillaClamping.desc": "As of 1.19.3, Minecraft prevents tooltips from going off the left side of the screen by setting a minimum position of 0. This can make tooltips overlap the hovered element and interfere with AdaptiveTooltips' tweaks.", |
| 22 | + "yacl3.config.adaptivetooltips:config.onlyRepositionHoverTooltips": "Only Reposition Hover Tooltips", |
| 23 | + "yacl3.config.adaptivetooltips:config.onlyRepositionHoverTooltips.desc": "As of 1.19.3, Minecraft added two types of tooltip positioning: Hover & Focused. 'Hover' is the old method, 'Focused' places tooltips above or below a button widget. Disabling this setting allows AdaptiveTooltips to reposition all types of positioners, including focused and any other modded ones.", |
| 24 | + "yacl3.config.adaptivetooltips:config.useYACLTooltipPositioner": "YACL-style GUI Tooltip Position", |
| 25 | + "yacl3.config.adaptivetooltips:config.useYACLTooltipPositioner.desc": "Use the positioning of YetAnotherConfigLib for all GUI button widgets. (The same position as the tooltip you are reading this in)", |
| 26 | + "yacl3.config.adaptivetooltips:config.category.adaptivetooltips.group.scrolling": "Scrolling", |
| 27 | + "adaptivetooltips.group.scrolling.desc": "Controls behavior of the scrolling feature in AdaptiveTooltips.", |
| 28 | + "adaptivetooltips.label.scrolling_instructions": "Hold %s and scroll while a tooltip is displaying to scroll up and down on it, scroll left and right to move it horizontally. Alternatively, hold %s at the same time to scroll horizontally instead.", |
| 29 | + "yacl3.config.adaptivetooltips:config.smoothScrolling": "Smooth Scrolling", |
| 30 | + "yacl3.config.adaptivetooltips:config.smoothScrolling.desc": "Tooltip scrolling appears smooth, instead of instant.", |
| 31 | + "yacl3.config.adaptivetooltips:config.scrollDirection": "Scroll Direction", |
| 32 | + "yacl3.config.adaptivetooltips:config.scrollDirection.desc": "Which direction tooltip scrolling goes in.", |
| 33 | + "yacl3.config.adaptivetooltips:config.verticalScrollSensitivity": "Vertical Scroll Sensitivity", |
| 34 | + "yacl3.config.adaptivetooltips:config.verticalScrollSensitivity.desc": "Amount of pixels to move the tooltip vertically per scroll step.", |
| 35 | + "yacl3.config.adaptivetooltips:config.horizontalScrollSensitivity": "Horizontal Scroll Sensitivity", |
| 36 | + "yacl3.config.adaptivetooltips:config.horizontalScrollSensitivity.desc": "Amount of pixels to move the tooltip horizontal per scroll step.", |
| 37 | + "yacl3.config.adaptivetooltips:config.category.adaptivetooltips.group.style": "Style", |
| 38 | + "yacl3.config.adaptivetooltips:config.category.adaptivetooltips.group.style.desc": "Options that modify how tooltips look.", |
| 39 | + "yacl3.config.adaptivetooltips:config.tooltipTransparency": "Tooltip Transparency", |
| 40 | + "yacl3.config.adaptivetooltips:config.tooltipTransparency.desc": "Modifies the transparency of tooltips by a percentage.", |
| 41 | + "yacl3.config.adaptivetooltips:config.removeFirstLinePadding": "Remove First Line Padding", |
| 42 | + "yacl3.config.adaptivetooltips:config.removeFirstLinePadding.desc": "Removes the extra 2 pixels of line padding from the first line of the tooltip.", |
| 43 | + "adaptivetooltips.wrap_text_behaviour.off": "Off", |
| 44 | + "adaptivetooltips.wrap_text_behaviour.off.desc": "Applies no wrapping to tooltips.", |
| 45 | + "adaptivetooltips.wrap_text_behaviour.screen_width": "Screen width", |
| 46 | + "adaptivetooltips.wrap_text_behaviour.screen_width.desc": "Wraps tooltips based on how wide the screen is. Designed to be paired with 'Bedrock Centering' option.", |
| 47 | + "adaptivetooltips.wrap_text_behaviour.remaining_width": "Remaining width", |
| 48 | + "adaptivetooltips.wrap_text_behaviour.remaining_width.desc": "Wraps tooltips based on amount of space left until the edge of the screen.", |
| 49 | + "adaptivetooltips.wrap_text_behaviour.remaining_width.warning": "Only works with hover tooltip positioners! For more details see description of 'Only Reposition Hover Tooltips'.", |
| 50 | + "adaptivetooltips.wrap_text_behaviour.half_screen_width": "Half screen width", |
| 51 | + "adaptivetooltips.wrap_text_behaviour.half_screen_width.desc": "Wraps tooltips with the max width of half of the screen width, so tooltips can at most, only fill half of your screen horizontally.", |
| 52 | + "adaptivetooltips.wrap_text_behaviour.smart": "Smart", |
| 53 | + "adaptivetooltips.wrap_text_behaviour.smart.desc": "Wraps lines that are considerably longer than the others, with a hard limit of 3/4 of the screen width.", |
| 54 | + "adaptivetooltips.scroll_direction.reverse": "Reverse (Windows)", |
| 55 | + "adaptivetooltips.scroll_direction.natural": "Natural (macOS)", |
| 56 | + "adaptivetooltips.format.pixels": "%s pixels", |
| 57 | + "adaptivetooltips.format.vanilla": "Vanilla", |
| 58 | + "yacl3.config.adaptivetooltips:config.scrollKeyCode": "Enable Tooltip Scrolling", |
| 59 | + "yacl3.config.adaptivetooltips:config.horizontalScrollKeyCode": "Enable Horizontal Scrolling", |
| 60 | + "adaptivetooltips.gui.awaiting_key": "Press a key", |
| 61 | + "adaptivetooltips.gui.require_opt.on": "Requires '%s' to be enabled.", |
| 62 | + "adaptivetooltips.gui.require_opt.off": "Requires '%s' to be disabled." |
| 63 | +} |
0 commit comments