IGUI_PT = {
-- All the UI text used in game
-- InventoryPane
IGUI_invpanel_Type = "Tipo",
IGUI_invpanel_Category = "Categoria",
IGUI_invpanel_Pack = "Empacotar",
IGUI_invpanel_unpack = "Desempacotar",
IGUI_invpanel_drop_all = "Largar todos",
IGUI_invpanel_drop_one = "Largar um",
IGUI_invpanel_Nutrition = "Nutrio",
IGUI_invpanel_Remaining = "Restante",
IGUI_invpanel_Condition = "Condio",
IGUI_invpanel_Cooking = "A cozinhar"
IGUI_invpanel_Burning = "A queimar"
IGUI_invpanel_Burnt = "Queimado"
-- InventoryPage
IGUI_invpage_Loot_all = "Levar tudo",
-- Character Screen
IGUI_char_Age = "Idade",
IGUI_char_Sex = "Sexo",
IGUI_char_Traits = "Atributos",
IGUI_char_Favourite_Weapon = "Arma preferida",
IGUI_char_Zombies_Killed = "Zombies mortos",
IGUI_char_Survivor_Killed = "Sobreviventes mortos",
IGUI_char_Survived_For = "Sobreviveu ",
IGUI_char_Male = "Masculino",
IGUI_char_Female = "Feminino",
-- Health panel
IGUI_health_Scratched = "Arranhado",
IGUI_health_Wounded = "Ferido",
IGUI_health_Bitten = "Mordido",
IGUI_health_Bleeding = "A sangrar",
IGUI_health_Bandaged = "Ligado",
IGUI_health_Overall_Body_Status = "Estado",
IGUI_health_zombified = "ZOMBIFICADO!",
IGUI_health_ok = "OK",
IGUI_health_Slight_damage = "Magoado",
IGUI_health_Very_Minor_damage = "Pequenas escoriaes",
IGUI_health_Minor_damage = "Ferimentos ligeiros",
IGUI_health_Moderate_damage = "Ferido",
IGUI_health_Severe_damage = "Ferimentos graves",
IGUI_health_Very_Severe_damage = "Ferimentos muito graves",
IGUI_health_Crital_damage = "Estado crtico",
IGUI_health_Highly_Crital_damage = "Altamente crtico",
IGUI_health_Terminal_damage = "Terminal",
IGUI_health_Deceased = "Morto",
IGUI_health_Left_Hand = "Mo Esquerda",
IGUI_health_Right_Hand = "Mo Direita",
IGUI_health_Left_Forearm = "Antebrao esquerdo",
IGUI_health_Right_Forearm = "Antebrao direito",
IGUI_health_Left_Upper_Arm = "Brao esquerdo",
IGUI_health_Right_Upper_Arm = "Brao direito",
IGUI_health_Upper_Torso = "Trax",
IGUI_health_Lower_Torso = "Abdmen",
IGUI_health_Head = "Cabea",
IGUI_health_Neck = "Pescoo",
IGUI_health_Groin = "Virilhas",
IGUI_health_Left_Thigh = "Anca esquerda",
IGUI_health_Right_Thigh = "Anca direita",
IGUI_health_Left_Shin = "Canela esquerda",
IGUI_health_Right_Shin = "Canela direita",
IGUI_health_Left_Foot = "P esquerdo",
IGUI_health_Right_Foot = "P direito",
IGUI_health_Unknown_Body_Part = "Parte do corpo desconhecida",
-- Skills
IGUI_skills_Multiplier = "Multiplicador",
IGUI_XP_Next_skill_point = "Prximo ponto de habilidade",
IGUI_XP_xp = " exp",
IGUI_XP_Skill_point_available = "Pontos de habilidade disponveis",
IGUI_XP_Locked = "Bloqueado",
IGUI_XP_UnLocked = "Desbloqueado",
IGUI_XP_level = " Nvel ",
IGUI_XP_Skills = "Habilidades",
IGUI_XP_Health = "Vida",
IGUI_XP_Info = "Informao",
-- Perks
IGUI_perks_Combat = "Combate",
IGUI_perks_Blunt = "Armas contundentes",
IGUI_perks_Blade = "Armas perfurantes",
IGUI_perks_Aiming = "Pontaria",
IGUI_perks_Reloading = "Recarregar",
IGUI_perks_Crafting = "Artes e ofcios",
IGUI_perks_Carpentry = "Carpintaria",
IGUI_perks_Cooking = "Culinria",
IGUI_perks_Farming = "Agricultura",
IGUI_perks_Agility = "Agilidade",
IGUI_perks_Sprinting = "Rpido",
IGUI_perks_Lightfooted = "Silencioso",
IGUI_perks_Nimble = "gil",
IGUI_perks_Sneaking = "Furtivo",
-- Item category
IGUI_ItemCat_Item = "Item",
IGUI_ItemCat_Food = "Comida",
IGUI_ItemCat_Drainable = "Esvaziavel",
IGUI_ItemCat_Weapon = "Arma",
IGUI_ItemCat_Clothing = "Roupa",
IGUI_ItemCat_Container = "Contentor",
IGUI_ItemCat_Literature = "Literatura",
IGUI_perks_Fishing = "Pesca",
IGUI_perks_Survivalist = "Sobrevivncia",
}
