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 = "Nutrição", IGUI_invpanel_Remaining = "Restante", IGUI_invpanel_Condition = "Condição", 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 escoriações", 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 crítico", IGUI_health_Highly_Crital_damage = "Altamente crítico", IGUI_health_Terminal_damage = "Terminal", IGUI_health_Deceased = "Morto", IGUI_health_Left_Hand = "Mão Esquerda", IGUI_health_Right_Hand = "Mão Direita", IGUI_health_Left_Forearm = "Antebraço esquerdo", IGUI_health_Right_Forearm = "Antebraço direito", IGUI_health_Left_Upper_Arm = "Braço esquerdo", IGUI_health_Right_Upper_Arm = "Braço direito", IGUI_health_Upper_Torso = "Tórax", IGUI_health_Lower_Torso = "Abdómen", IGUI_health_Head = "Cabeça", IGUI_health_Neck = "Pescoço", 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 = "Próximo ponto de habilidade", IGUI_XP_xp = " exp", IGUI_XP_Skill_point_available = "Pontos de habilidade disponíveis", IGUI_XP_Locked = "Bloqueado", IGUI_XP_UnLocked = "Desbloqueado", IGUI_XP_level = " Nível ", IGUI_XP_Skills = "Habilidades", IGUI_XP_Health = "Vida", IGUI_XP_Info = "Informação", -- 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 ofícios", IGUI_perks_Carpentry = "Carpintaria", IGUI_perks_Cooking = "Culinária", IGUI_perks_Farming = "Agricultura", IGUI_perks_Agility = "Agilidade", IGUI_perks_Sprinting = "Rápido", 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 = "Sobrevivência", }