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-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",
|
2020-12-27 19:59:03 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
vector_map: {
|
|
|
|
}
|
|
|
|
)
|