49 lines
2.1 KiB
JSON
49 lines
2.1 KiB
JSON
{
|
||
/*********
|
||
** Sort button
|
||
*********/
|
||
"sort.by-name": "Имени",
|
||
"sort.by-price": "Цена Продажи",
|
||
"sort.by-type": "Категории",
|
||
"sort.by-id": "ID",
|
||
|
||
|
||
/*********
|
||
** Category dropdown
|
||
*********/
|
||
"filter.all": "Все",
|
||
"filter.artisan-and-cooking": "Товары собств. пр-ва и готовка",
|
||
"filter.crafting.products": "Крафт: изделия",
|
||
"filter.crafting.resources": "Крафт: ресурсы",
|
||
"filter.decor.furniture": "Декор: мебель",
|
||
"filter.decor.other": "Декор: остальное",
|
||
"filter.equipment-boots": "Снаряжение: обувь",
|
||
"filter.equipment-clothes": "Снаряжение: одежда",
|
||
"filter.equipment-hats": "Снаряжение: шляпы",
|
||
"filter.equipment-rings": "Снаряжение: кольца",
|
||
"filter.equipment-tools": "Снаряжение: инструменты",
|
||
"filter.equipment-weapons": "Снаряжение: оружие",
|
||
"filter.farm-animal-drops": "Ферма: животная продукция",
|
||
"filter.farm-crops": "Ферма: урожай",
|
||
"filter.farm-seeds": "Ферма: семена",
|
||
"filter.fish": "Рыба",
|
||
"filter.minerals-and-artifacts": "Минералы и артефакты",
|
||
"filter.miscellaneous": "Разное",
|
||
|
||
|
||
/*********
|
||
** Generic Mod Config Menu UI
|
||
*********/
|
||
// TODO
|
||
"config.title.controls": "Controls",
|
||
"config.show-menu-key.name": "Show menu key",
|
||
"config.show-menu-key.desc": "The keybind which opens the menu (when no other menu is open).",
|
||
|
||
"config.title.options": "Options",
|
||
"config.apply-trash-can-upgrade.name": "Apply trash can upgrade",
|
||
"config.apply-trash-can-upgrade.desc": "When you upgrade your trash can to reclaim part of the price of trashed items, whether that upgrade applies in the item spawner menu too.",
|
||
|
||
"config.title.hide-categories": "Hide categories",
|
||
"config.hide-category.desc": "Whether to hide the '{{name}}' category in the UI. If it's hidden, items in this category will not be accessible through the spawn menu."
|
||
}
|