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