stardew_valley/GenericModConfigMenu/i18n/uk.json
2024-01-11 05:38:42 +08:00

32 lines
1.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
/*********
** Generic config UI
*********/
// button text at the bottom of the in-game options menu
"button.mod-options": "Параметри моду",
// mod list UI
"list.editable-heading": "Налаштування модів",
"list.not-editable-heading": "Можна редагувати в головному меню:",
"list.keybindings": "Прив'язки клавіш",
// mod config pages
"config.buttons.cancel": "Скас.",
"config.buttons.reset-to-default": "За замов.",
"config.buttons.save": "Збер.",
"config.buttons.save-and-close": "Збер. та вийти",
"config.rebind-key.title": "Клавіша прив'язки: {{optionName}}",
"config.rebind-key.simple-instructions": "Натисніть клавішу, щоб прив'язати",
"config.rebind-key.combo-instructions": "Натисніть комбінацію клавіш, щоб прив'язати",
"config.rebind-key.no-key": "(Немає)",
/*********
** Config options for Generic Mod Config Menu itself
*********/
"options.open-menu-key.name": "Клавіша відкриття меню",
"options.open-menu-key.desc": "Прив'язані клавіші, які відкривають меню.",
"options.scroll-speed.name": "Швидкість прокручування",
"options.scroll-speed.desc": "Кількість рядків поля, що зміщуються під час прокручування меню налаштування."
}