49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
/*********
|
|
** Sort button
|
|
*********/
|
|
"sort.by-name": "Nombre",
|
|
"sort.by-price": "Sell Price", // TODO
|
|
"sort.by-type": "Categoría",
|
|
"sort.by-id": "ID",
|
|
|
|
|
|
/*********
|
|
** Category dropdown
|
|
*********/
|
|
"filter.all": "Todo",
|
|
"filter.artisan-and-cooking": "Artesano & cocina",
|
|
"filter.crafting.products": "Fabricación: productos",
|
|
"filter.crafting.resources": "Fabricación: recursos",
|
|
"filter.decor.furniture": "Decoración: muebles",
|
|
"filter.decor.other": "Decoración: otros",
|
|
"filter.equipment-boots": "Equipamiento: calzado",
|
|
"filter.equipment-clothes": "Equipamiento: ropa",
|
|
"filter.equipment-hats": "Equipamiento: sombreros",
|
|
"filter.equipment-rings": "Equipamiento: anillos",
|
|
"filter.equipment-tools": "Equipamiento: herramientas",
|
|
"filter.equipment-weapons": "Equipamiento: armas",
|
|
"filter.farm-animal-drops": "Granja: productos animales",
|
|
"filter.farm-crops": "Granja: cultivos",
|
|
"filter.farm-seeds": "Granja: semillas",
|
|
"filter.fish": "Peces",
|
|
"filter.minerals-and-artifacts": "Minerales & artefactos",
|
|
"filter.miscellaneous": "Miscelánea",
|
|
|
|
|
|
/*********
|
|
** 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."
|
|
}
|