forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ru.json
22 lines (19 loc) · 1.07 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
{
/*********
** In-game messages
*********/
"enabled-message": "Режим свободного перемещения ВКЛючен; нажмите {{button}} снова, чтобы выключить его.",
"disabled-message": "Режим свободного перемещения ВЫКЛючен; нажмите {{button}} снова, чтобы включить его.",
/*********
** Generic Mod Config Menu UI
*********/
// TODO
"config.title.general-options": "General options",
"config.enabled-message.name": "Show enabled message",
"config.enabled-message.desc": "Whether to show an in-game message in the corner of the screen when noclip mode is turned on.",
"config.disabled-message.name": "Show disabled message",
"config.disabled-message.desc": "Whether to show an in-game message in the corner of the screen when noclip mode is turned off.",
"config.title.controls": "Controls",
"config.toggle-key.name": "Toggle key",
"config.toggle-key.desc": "The keys which turn noclip mode on or off in-game."
}