-
Notifications
You must be signed in to change notification settings - Fork 2
/
uk.json
32 lines (27 loc) · 1.53 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
31
32
{
/*********
** 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": "Кількість рядків поля, що зміщуються під час прокручування меню налаштування."
}