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."
|
||
}
|