forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathru.json
More file actions
156 lines (114 loc) · 8.66 KB
/
ru.json
File metadata and controls
156 lines (114 loc) · 8.66 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
/*********
** In-game messages
*********/
// TODO
"mod-paused": "Fast Animations paused; animations will play at default speed. Press {{keybind}} again to unpause it.",
"mod-unpaused": "Fast Animations resumed; animations will play at configured speeds. Press {{keybind}} again to pause it.",
/*********
** Generic Mod Config Menu UI
*********/
/****
** 'General Options' section
****/
"config.general-options": "Общие настройки",
"config.disable-eat-prompt.name": "Отключить предложение поесть или выпить",
"config.disable-eat-prompt.tooltip": "Пропускать ли запрос с подтверждением, если вы действительно хотите съесть/выпить что-то.",
/****
** 'Player Animation Speeds' section
****/
"config.animation-speeds": "Скорость анимации игрока",
"config.eat-or-drink.name": "Есть/пить",
"config.eat-or-drink.tooltip": "Как быстро вы едите и пьете. Значение по умолчанию {{defaultValue}}x.",
"config.fish.name": "Рыбалка",
"config.fish.tooltip": "Скорость заброса и намотки удочки при ловле рыбы (не влияет на мини-игру). По умолчанию {{defaultValue}}x, рекомендуется {{suggestedValue}}x.",
"config.harvest.name": "Сбор урожая",
"config.harvest.tooltip": "Как быстро вы собираете урожай и корм вручную. Значение по умолчанию {{defaultValue}}x.",
// TODO
"config.hold-up-item.name": "Hold up item",
"config.hold-up-item.tooltip": "How fast you hold up an item. Default {{defaultValue}}x.",
"config.horse-flute.name": "Игра на лошадиной дудочке",
"config.horse-flute.tooltip": "Как быстро вы играете на лошадиной дудочке. Значение по умолчанию {{defaultValue}}x.",
"config.milk.name": "Доение молока",
"config.milk.tooltip": "Как быстро вы используете ведро для молока. Значение по умолчанию {{defaultValue}}x.",
"config.mount.name": "Залезание/слезание",
"config.mount.tooltip": "Как быстро вы залазите/слазите на/с лошадей (включая пользовательских маунтов, таких как Tractor Mod). Значение по умолчанию {{defaultValue}}x.",
// TODO
"config.read-book.name": "Read book",
"config.read-book.tooltip": "How fast you read books. Default {{defaultValue}}x.",
"config.shear.name": "Ножницы",
"config.shear.tooltip": "Как быстро вы используете ножницы. Значение по умолчанию {{defaultValue}}x.",
"config.slingshot.name": "Стрельба из рогатки",
"config.slingshot.tooltip": "Как вы быстро стреляете из рогатки. Значение по умолчанию {{defaultValue}}x, рекомендуется {{suggestedValue}}x.",
"config.tool.name": "Размахивание инструментами",
"config.tool.tooltip": "Как быстро вы размахиваете своим оружием. По умолчанию {{defaultValue}}x, рекомендуется {{suggestedValue}}x.",
// TODO
"config.use-totem.name": "Use totem",
"config.use-totem.tooltip": "How fast you use a totem. Default {{defaultValue}}x.",
"config.weapon.name": "Размахивание оружием",
"config.weapon.tooltip": "Как быстро вы размахиваете своим оружием. По умолчанию {{defaultValue}}x, рекомендуется {{suggestedValue}}x.",
/****
** 'World Animation Speeds' section
****/
"config.world-speeds": "Скорость анимации в мире",
"config.break-geodes.name": "Разбитие жеодов",
"config.break-geodes.tooltip": "Как быстро кузнец ломает жеоды для вас. Значение по умолчанию {{defaultValue}}x.",
"config.bus.name": "Автобус Пэм",
"config.bus.tooltip": "Как быстро Пэм ездит на своём автобусе в пустыню и обратно. Значение по умолчанию {{defaultValue}}x.",
"config.casino-slots.name": "Слоты казино",
"config.casino-slots.tooltip": "Как быстро вращаются слоты казино. Значение по умолчанию {{defaultValue}}x.",
// TODO
"config.fade.name": "Fade",
"config.fade.tooltip": "How fast the screen fades to black and fades back in. Default {{defaultValue}}x.",
"config.fishing-text.name": "Fishing minigame text",
"config.fishing-text.tooltip": "How fast fishing minigame text animations like 'HIT!' and 'PERFECT' play. Default {{defaultValue}}x.",
"config.fishing-treasure.name": "Fishing treasure chest",
"config.fishing-treasure.tooltip": "How fast you open a fishing treasure chest. Default {{defaultValue}}x.",
"config.forge.name": "Forge",
"config.forge.tooltip": "How fast the volcano forge works. Default {{defaultValue}}x.",
"config.open-chest.name": "Open chest",
"config.open-chest.tooltip": "How fast you open chests. Default {{defaultValue}}x.",
"config.parrot-express.name": "Parrot express",
"config.parrot-express.tooltip": "How fast the parrot express runs. Default {{defaultValue}}x.",
"config.prize-ticket-machine.name": "Prize ticket machine",
"config.prize-ticket-machine.tooltip": "How fast Lewis' prize ticket machine accepts a ticket and produces an item. Default {{defaultValue}}x.",
"config.tailor.name": "Tailor",
"config.tailor.tooltip": "How fast the sewing machine works. Default {{defaultValue}}x.",
"config.tree-fall.name": "Падение деревьев",
"config.tree-fall.tooltip": "Как быстро падают деревья после того, как их срубили. По умолчанию {{defaultValue}}x, рекомендуется {{suggestedValue}}x.",
// TODO
"config.wheel-spin.name": "Wheel spin",
"config.wheel-spin.tooltip": "How fast the Stardew Valley Fair wheel minigame spins. Default {{defaultValue}}x.",
/****
** 'UI Animation Speeds' section
****/
"config.ui-speeds": "Скорость анимации пользовательского интерфейса",
// TODO
"config.dialogue-typing.name": "Dialogue typing",
"config.dialogue-typing.tooltip": "How fast text appears in dialogue boxes. Default {{defaultValue}}x",
"config.open-dialogue-box.name": "Open dialogue box",
"config.open-dialogue-box.tooltip": "How fast dialogue boxes open. Default {{defaultValue}}x.",
"config.shipping-menu.name": "Shipping menu transitions",
"config.shipping-menu.tooltip": "How fast the shipping menu transitions between screens. Default {{defaultValue}}x.",
"config.title-menu.name": "Переходы в главном меню игры",
"config.title-menu.tooltip": "Как быстро главное меню переключается между экранами. Значение по умолчанию {{defaultValue}}x.",
"config.load-game-blink.name": "Загрузка игрового мерцания",
"config.load-game-blink.tooltip": "Как быстро проходит задержка с мерцанием после нажатия на слот загрузки-сохранения. По умолчанию {{defaultValue}}x.",
/****
** 'Pause Mod' section
****/
// TODO
"config.pause-mod-section": "Pause mod",
"config.mod-paused.name": "Paused temporarily",
"config.mod-paused.tooltip": "Whether the mod is temporarily paused, so all animations play at the default speed. This only applies during the current session.",
"config.pause-mod.name": "Pause key",
"config.pause-mod.tooltip": "The keybind which temporarily pauses the mod, so all animations play at the default speed. Pressing it again will unpause the mod.",
/****
** 'Experimental' section
****/
// TODO
"config.experimental": "Experimental options",
"config.experimental-warning": "These options aren't fully stable yet, and may cause issues like freezes and crashes. Enabling any of these isn't recommended.",
"config.event.name": "Event cutscene",
"config.event.tooltip": "How fast event cutscenes play. Default {{defaultValue}}x, suggested {{suggestedValue}}x."
}