veloren/assets/voxygen/i18n/en/hud/bag.ron

42 lines
1.4 KiB
Plaintext
Raw Normal View History

/// WARNING: Localization files shall be saved in UTF-8 format without BOM
/// Localization for "global" English
(
string_map: {
// Inventory
"hud.bag.inventory": "{playername}'s Inventory",
"hud.bag.stats_title": "{playername}'s Stats",
"hud.bag.exp": "Exp",
"hud.bag.armor": "Armor",
"hud.bag.stats": "Stats",
"hud.bag.head": "Head",
"hud.bag.neck": "Neck",
"hud.bag.tabard": "Tabard",
"hud.bag.shoulders": "Shoulders",
"hud.bag.chest": "Chest",
"hud.bag.hands": "Hands",
"hud.bag.lantern": "Lantern",
"hud.bag.glider": "Glider",
"hud.bag.belt": "Belt",
"hud.bag.ring": "Ring",
"hud.bag.back": "Back",
"hud.bag.legs": "Legs",
"hud.bag.feet": "Feet",
"hud.bag.mainhand": "Mainhand",
"hud.bag.offhand": "Offhand",
"hud.bag.bag": "Bag",
2021-03-24 01:05:14 +00:00
"hud.bag.health": "Health",
"hud.bag.stamina": "Stamina",
"hud.bag.combat_rating": "Combat Rating",
"hud.bag.protection": "Protection",
2021-04-11 03:49:47 +00:00
"hud.bag.stun_res": "Stun Resilience",
2021-03-24 01:05:14 +00:00
"hud.bag.combat_rating_desc": "Calculated from your\nequipment and health.",
2021-03-30 20:15:37 +00:00
"hud.bag.protection_desc": "Damage reduction through armor",
2021-04-11 03:49:47 +00:00
"hud.bag.stun_res_desc": "Resilience against being stunned by consecutive hits.\nRegenerates like Stamina.",
},
vector_map: {
}
)