stardew-valley-mods/FastAnimations/i18n/default.json

130 lines
5.9 KiB
JSON

{
/*********
** Generic Mod Config Menu UI
*********/
/****
** 'General Options' section
****/
"config.general-options": "General Options",
"config.disable-eat-prompt.name": "Disable eat/drink prompt",
"config.disable-eat-prompt.tooltip": "Whether to skip the confirmation prompt asking if you really want to eat/drink something.",
/****
** 'Player Animation Speeds' section
****/
"config.animation-speeds": "Player Animation Speeds",
"config.eat-or-drink.name": "Eat/drink",
"config.eat-or-drink.tooltip": "How fast you eat and drink. Default {{defaultValue}}x.",
"config.fish.name": "Fish",
"config.fish.tooltip": "How fast you cast and reel when fishing (doesn't affect the minigame). Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
"config.harvest.name": "Harvest",
"config.harvest.tooltip": "How fast you harvest crops and forage by hand. Default {{defaultValue}}x.",
"config.hold-up-item.name": "Hold up item",
"config.hold-up-item.tooltip": "How fast you hold up an item. Default {{defaultValue}}x.",
"config.horse-flute.name": "Play Horse Flute",
"config.horse-flute.tooltip": "How fast you play the horse flute. Default {{defaultValue}}x.",
"config.milk.name": "Milk",
"config.milk.tooltip": "How fast you use the milk pail. Default {{defaultValue}}x.",
"config.mount.name": "Mount/dismount",
"config.mount.tooltip": "How fast you mount/dismount horses (including custom mounts like Tractor Mod). Default {{defaultValue}}x.",
"config.read-book.name": "Read book",
"config.read-book.tooltip": "How fast you read books. Default {{defaultValue}}x.",
"config.shear.name": "Shear",
"config.shear.tooltip": "How fast you use the shears. Default {{defaultValue}}x.",
"config.slingshot.name": "Use slingshot",
"config.slingshot.tooltip": "How fast you draw when using slingshots. Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
"config.tool.name": "Swing tool",
"config.tool.tooltip": "How fast you swing your tools (except weapons & fishing rod). Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
"config.use-totem.name": "Use totem",
"config.use-totem.tooltip": "How fast you use a totem. Default {{defaultValue}}x.",
"config.weapon.name": "Swing weapon",
"config.weapon.tooltip": "How fast you swing your weapons. Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
/****
** 'World Animation Speeds' section
****/
"config.world-speeds": "World Animation Speeds",
"config.break-geodes.name": "Break geodes",
"config.break-geodes.tooltip": "How fast the blacksmith breaks geodes for you. Default {{defaultValue}}x.",
"config.bus.name": "Pam's bus",
"config.bus.tooltip": "How fast Pam drives her bus to and from the desert. Default {{defaultValue}}x.",
"config.casino-slots.name": "Casino slots",
"config.casino-slots.tooltip": "How fast the casino slots turn. Default {{defaultValue}}x.",
"config.fade.name": "Fade",
"config.fade.tooltip": "How fast the screen fades to black and fades back in. Default {{defaultValue}}x.",
"config.fishing-text.name": "Fishing minigame text",
"config.fishing-text.tooltip": "How fast fishing minigame text animations like 'HIT!' and 'PERFECT' play. Default {{defaultValue}}x.",
"config.fishing-treasure.name": "Fishing treasure chest",
"config.fishing-treasure.tooltip": "How fast you open a fishing treasure chest. Default {{defaultValue}}x.",
"config.forge.name": "Forge",
"config.forge.tooltip": "How fast the volcano forge works. Default {{defaultValue}}x.",
"config.open-chest.name": "Open chest",
"config.open-chest.tooltip": "How fast you open chests. Default {{defaultValue}}x.",
"config.parrot-express.name": "Parrot express",
"config.parrot-express.tooltip": "How fast the parrot express runs. Default {{defaultValue}}x.",
"config.prize-ticket-machine.name": "Prize ticket machine",
"config.prize-ticket-machine.tooltip": "How fast Lewis' prize ticket machine accepts a ticket and produces an item. Default {{defaultValue}}x.",
"config.tailor.name": "Tailor",
"config.tailor.tooltip": "How fast the sewing machine works. Default {{defaultValue}}x.",
"config.tree-fall.name": "Tree falling",
"config.tree-fall.tooltip": "How fast trees fall after you chop them down. Default {{defaultValue}}x, suggested {{suggestedValue}}x.",
"config.wheel-spin.name": "Wheel spin",
"config.wheel-spin.tooltip": "How fast the Stardew Valley Fair wheel minigame spins. Default {{defaultValue}}x.",
/****
** 'UI Animation Speeds' section
****/
"config.ui-speeds": "UI Animation Speeds",
"config.dialogue-typing.name": "Dialogue typing",
"config.dialogue-typing.tooltip": "How fast text appears in dialogue boxes. Default {{defaultValue}}x",
"config.open-dialogue-box.name": "Open dialogue box",
"config.open-dialogue-box.tooltip": "How fast dialogue boxes open. Default {{defaultValue}}x.",
"config.shipping-menu.name": "Shipping menu transitions",
"config.shipping-menu.tooltip": "How fast the shipping menu transitions between screens. Default {{defaultValue}}x.",
"config.title-menu.name": "Title menu transitions",
"config.title-menu.tooltip": "How fast the title menu transitions between screens. Default {{defaultValue}}x.",
"config.load-game-blink.name": "Load game blink",
"config.load-game-blink.tooltip": "How fast the blinking-slot delay happens after you click a load-save slot. Default {{defaultValue}}x.",
/****
** 'Experimental' section
****/
"config.experimental": "Experimental options",
"config.experimental-warning": "These options aren't fully stable yet, and may cause issues like freezes and crashes. Enabling any of these isn't recommended.",
"config.event.name": "Event cutscene",
"config.event.tooltip": "How fast event cutscenes play. Default {{defaultValue}}x, suggested {{suggestedValue}}x."
}