2020-12-27 19:59:03 +00:00
|
|
|
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
|
|
|
|
/// Localization for "global" English
|
|
|
|
(
|
|
|
|
string_map: {
|
|
|
|
"hud.crafting": "Crafting",
|
|
|
|
"hud.crafting.recipes": "Recipes",
|
|
|
|
"hud.crafting.ingredients": "Ingredients:",
|
|
|
|
"hud.crafting.craft": "Craft",
|
|
|
|
"hud.crafting.tool_cata": "Requires:",
|
2021-04-18 00:25:19 +00:00
|
|
|
// Crafting Stations
|
|
|
|
"hud.crafting.req_crafting_station": "Requires:",
|
|
|
|
"hud.crafting.anvil": "Anvil",
|
|
|
|
"hud.crafting.cauldron": "Cauldron",
|
|
|
|
"hud.crafting.cooking_pot": "Cooking Pot",
|
|
|
|
"hud.crafting.crafting_bench": "Crafting Bench",
|
2021-05-23 05:50:15 +00:00
|
|
|
"hud.crafting.forge": "Forge",
|
|
|
|
"hud.crafting.loom": "Loom",
|
|
|
|
"hud.crafting.spinning_wheel": "Spinning Wheel",
|
2021-05-27 07:19:14 +00:00
|
|
|
"hud.crafting.tanning_rack": "Tanning Rack",
|
2021-10-10 20:27:41 +00:00
|
|
|
"hud.crafting.salvaging_station": "Salvaging Bench",
|
2022-01-23 19:25:11 +00:00
|
|
|
"hud.crafting.campfire": "Campfire",
|
2021-04-07 20:24:22 +00:00
|
|
|
// Tabs
|
|
|
|
"hud.crafting.tabs.all": "All",
|
|
|
|
"hud.crafting.tabs.armor": "Armor",
|
|
|
|
"hud.crafting.tabs.dismantle": "Dismantle",
|
|
|
|
"hud.crafting.tabs.food": "Food",
|
|
|
|
"hud.crafting.tabs.glider": "Gliders",
|
|
|
|
"hud.crafting.tabs.potion": "Potions",
|
|
|
|
"hud.crafting.tabs.tool": "Tools",
|
|
|
|
"hud.crafting.tabs.utility": "Utility",
|
|
|
|
"hud.crafting.tabs.weapon": "Weapons",
|
|
|
|
"hud.crafting.tabs.bag": "Bags",
|
2021-06-06 18:33:56 +00:00
|
|
|
"hud.crafting.tabs.processed_material": "Materials",
|
2021-10-19 14:15:35 +00:00
|
|
|
"hud.crafting.dismantle_title": "Dismantling",
|
|
|
|
"hud.crafting.dismantle_explanation" : "Hover items in your bag to see what\nyou can salvage.\n\nDouble-Click them to start dismantling.",
|
2022-01-02 14:52:20 +00:00
|
|
|
"hud.crafting.modular_desc": "Drag Item-Parts here to craft a weapon",
|
2022-05-08 03:28:13 +00:00
|
|
|
"hud.crafting.mod_weap_prim_slot_title": "Primary Weapon Component",
|
|
|
|
"hud.crafting.mod_weap_prim_slot_desc": "Place a primary weapon component here (e.g. a sword blade, axe head, or bow limbs).",
|
|
|
|
"hud.crafting.mod_weap_sec_slot_title": "Secondary Weapon Component",
|
|
|
|
"hud.crafting.mod_weap_sec_slot_desc": "Place a secondary weapon component here (e.g. a sword hilt, bow grip, or staff core).",
|
|
|
|
"hud.crafting.mod_comp_metal_prim_slot_title": "Metal Ingot",
|
|
|
|
"hud.crafting.mod_comp_metal_prim_slot_desc": "Place a metal ingot here, only certain metals can be used to make weapons.",
|
|
|
|
"hud.crafting.mod_comp_wood_prim_slot_title": "Wood",
|
|
|
|
"hud.crafting.mod_comp_wood_prim_slot_desc": "Place a kind of wood here, only certain woods can be used to make weapons.",
|
|
|
|
"hud.crafting.mod_comp_sec_slot_title": "Animal Material",
|
2022-05-14 14:12:07 +00:00
|
|
|
"hud.crafting.mod_comp_sec_slot_desc": "Optionally place an animal crafting ingredient, only certain ingredients can be used to augment weapons.",
|
2020-12-27 19:59:03 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
vector_map: {
|
|
|
|
}
|
|
|
|
)
|