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
21 lines (19 loc) · 861 Bytes
/
ru.json
File metadata and controls
21 lines (19 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
// default chest names
"default-name.chest": "Сундук #{{number}}",
"default-name.fridge": "Холодильник",
"default-name.junimo-hut": "Юнимос #{{number}}", // TODO: verify
"default-name.shipping-bin": "Shipping bin", // TODO
// edit-chest labels
"label.location": "Расположение",
"label.location.tile": "тайл {{x}}, {{y}}",
"label.name": "Имя",
"label.category": "Категория",
"label.order": "Порядок",
"label.hide-chest": "Скрыть этот сундук",
"label.hide-chest-hidden": "Скрыть этот сундук (вам нужно найти сундук, чтобы отменить это!)",
// button labels
"button.edit-chest": "изменить сундук",
"button.sort-inventory": "сортировать инвентарь",
"button.ok": "OK"
}