-
Notifications
You must be signed in to change notification settings - Fork 142
/
ru.json
31 lines (26 loc) · 1.41 KB
/
ru.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
{
/*********
** 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": "Editable from the title screen:", // TODO
// 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": "Количество строк, перемещаемые при прокрутке меню настроек."
}