stardew-valley-mods/RangeHighlight/i18n/default.json
2025-07-03 20:02:00 +08:00

85 lines
5.8 KiB
JSON

// Copyright 2022-2024 Jamie Taylor
{
// Strings used in the config menu
"config.install-gmcm-options": "If you install the GMCM Options mod then you will be able to configure colors in this menu.",
"config.refresh-interval": "Refresh Interval",
"config.refresh-interval.tooltip": "How often (in game \"ticks\") the positions of highlighted tiles are calculated",
"config.enable": "Enable",
"config.hotkey": "Hotkey",
"config.tint": "Color",
"config.show-others": "Show others when held",
"config.hotkeys-toggle": "Hotkeys toggle",
"config.hotkeys-toggle.tooltip": "If true then hotkeys toggle the range highlight; otherwise highlight when hotkey is held down.",
"config.show-all-key": "Show All Ranges Hotkey",
"config.show-all-key.tooltip": "Hotkey to show all ranges",
"config.highlight-building-on-mouseover": "Highlight buildings on mouseover",
"config.highlight-building-on-mouseover.tooltip": "If true then highlighters for buildings (e.g., Junimo Huts) run when the mouse is pointing at the building.",
"config.highlight-action-location": "Show at action location",
"config.highlight-action-location.tooltip": "If the currently held object has a highlighter, show its range at the location where the object will be placed if you press the action button.",
"config.highlight-action-location-style.Never": "Never",
"config.highlight-action-location-style.WhenMouseHidden": "When mouse cursor is hidden",
"config.highlight-action-location-style.Always": "Always",
"config.hide-at-mouse-location-on-movement": "Hide at mouse location\n on player movement",
"config.hide-at-mouse-location-on-movement.tooltip": "If the currently held object has a highlighter, do not show it at the mouse location if the player has moved more recently than the mouse.",
"config.show-overlaps": "Show overlapping ranges",
"config.show-overlaps.tooltip": "Shows when like-colored ranges overlap. Disabling this will decrease performance and may cause lag.",
"config.Junimo": "Junimo Huts",
"config.Junimo.enable.tooltip": "Enable Junimo Hut range highlighting",
"config.Junimo.hotkey.tooltip": "Hold this key to show Junimo Hut ranges",
"config.Junimo.tint.tooltip": "Color of the highlight for Junimo Hut range",
"config.sprinkler": "Sprinklers",
"config.sprinkler.enable.tooltip": "Enable sprinkler range highlighting",
"config.sprinkler.hotkey.tooltip": "Hold this key to show sprinkler ranges",
"config.sprinkler.show-others.tooltip": "Show ranges of already placed sprinklers when holding a sprinkler.",
"config.sprinkler.tint.tooltip": "Color of the highlight for sprinkler range",
"config.sprinkler-mod-compatibility": "Sprinkler Mod Compatibility",
"config.sprinkler-mod-compatibility_tooltip": "Determining what tiles to highlight for sprinklers is faster if it can assume no mods have changed or added sprinkler shapes.",
"config.sprinkler-mod-compatibility-option.Faster": "Faster",
"config.sprinkler-mod-compatibility-option.MoreCompatible": "More Compatible",
"config.scarecrow": "Scarecrows",
"config.scarecrow.enable.tooltip": "Enable scarecrow range highlighting",
"config.scarecrow.hotkey.tooltip": "Hold this key to show scarecrow ranges",
"config.scarecrow.show-others.tooltip": "Show ranges of already placed scarecrows when holding a scarecrow.",
"config.scarecrow.tint.tooltip": "Color of the highlight for scarecrow range",
"config.beehouse": "Beehouses",
"config.beehouse.enable.tooltip": "Enable beehouse range highlighting",
"config.beehouse.hotkey.tooltip": "Hold this key to show beehouse ranges",
"config.beehouse.show-others.tooltip": "Show ranges of already placed beehouses when holding a beehouse.",
"config.beehouse.tint.tooltip": "Color of the highlight for beehouse range",
"config.mushroom-log": "Mushroom Logs",
"config.mushroom-log.enable.tooltip": "Enable mushroom log range highlighting",
"config.mushroom-log.hotkey.tooltip": "Hold this key to show mushroom log ranges",
"config.mushroom-log.show-others.tooltip": "Show ranges of already placed mushroom log when holding a mushroom log.",
"config.mushroom-log.tint.tooltip": "Color of the highlight for mushroom log range",
"config.bomb": "Bombs",
"config.bomb.enable.tooltip": "Enable bomb range highlighting",
"config.bomb.held": "Held bombs",
"config.bomb.held.tooltip": "When a bomb is equiped, show its range at the cursor location",
"config.bomb.placed": "Placed bombs",
"config.bomb.placed.tooltip": "Show the range of bombs already placed on the ground",
"config.bomb.hide-held-when-ticking": "Hide held when ticking",
"config.bomb.hide-held-when-ticking.tooltip": "Don't show the range of a held bomb when there are placed bombs currently ticking",
"config.bomb.tint.tooltip": "Color of the highlight for bomb range where crops, rocks, and items are destroyed and flooring is disrupted",
"config.bomb.inner.enable": "Enable inner range",
"config.bomb.inner.enable.tooltip": "The inner range is where the bomb can cause dirt to turn into hoed ground",
"config.bomb.inner.tint": "Inner range color",
"config.bomb.inner.tint.tooltip": "Color of the highlight for bomb inner range",
"config.bomb.outer.enable": "Enable outer range",
"config.bomb.outer.enable.tooltip": "The outer range is where the player takes damage",
"config.bomb.outer.tint": "Outer range color",
"config.bomb.outer.tint.tooltip": "Color of the highlight for bomb outer range",
// console messages
"message.install-gmcm-options": "You have the Generic Mod Menu Config mod installed, but not GMCM Options. If you install GMCM Options (https://www.nexusmods.com/stardewvalley/mods/10505) then you will be able to configure colors from inside the {{modName}} configuration menu."
}