forked from spacechase0/StardewValleyMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuk.json
30 lines (25 loc) · 1.4 KB
/
uk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
/*********
** Generic config UI
*********/
// button text at the bottom of the in-game options menu
"button.mod-options": "Параметри моду",
// mod list UI
"list.heading": "Налаштування модів",
// 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": "Кількість рядків поля, що зміщуються під час прокручування меню налаштування."
}