IGUI_PT = {
    IGUI_ContainerTitle_BatteryBank = "Banco de baterias",
    IGUI_ContainerTitle_SolarBox = "Caixa Solar",

    IGUI_ISAWindowsStatus_Title = "Status do banco de baterias",
    IGUI_ISAWindowsSumaryTab_InfoText = "<CENTRE> <TAMANHO:médio> Painel do Banco de Baterias <LINE> <LINE> <LEFT> Guia Resumo <LINE> <SIZE:small> Exibe um resumo visual do Banco de Baterias, Painéis Solares e Status da Bateria. <LINE> <SIZE:medium> Guia Detalhes <LINE> <SIZE:small> Exibe informações técnicas sobre o banco de baterias e seu status. <LINE> <SIZE:medium> Guia Debug <LINE> <SIZE:small> Adiciona botões para solucionar problemas do banco de baterias.",
    IGUI_ISAWindowsSumaryTab_TabTitle = "Resumo",
    IGUI_ISAWindowsSumaryTab_PanelsStatus = "Status dos Painéis",
    IGUI_ISAWindowsSumaryTab_BatteryLevel = "Nível de bateria",
    IGUI_ISAWindowsSumaryTab_BatteryStatus = "Status da bateria",
    IGUI_ISAWindowsSumaryTab_NoEnoughPanels = "Painéis insuficientes",
    IGUI_ISAWindowsSumaryTab_NoEnoughSun = "Luz solar insuficiente",
    IGUI_ISAWindowsSumaryTab_Working = "Funcionando bem",
    IGUI_ISAWindowsSumaryTab_FullyCharged = "Completamente carregado",
    IGUI_ISAWindowsSumaryTab_FullyDischarged = "Totalmente descarregado",
    IGUI_ISAWindowsSumaryTab_ChargedIn = "Cobrado em:",
    IGUI_ISAWindowsSumaryTab_DischargedIn = "Alta em:",
    IGUI_ISAWindowsSumaryTab_BatteryRemaining = "Reservas de bateria:",
    IGUI_ISAWindowsSumaryTab_NotCharging = "Não está carregando",
    IGUI_ISAWindowsSumaryTab_NoBatteries = "Sem baterias",
    IGUI_ISAWindow_Details_TabTitle = "Detalhes",
    IGUI_ISAWindow_Details_MaxCapacity = "Capacidade máxima:",
    IGUI_ISAWindow_Details_ConnectedPanels = "Painéis Conectados:",
    IGUI_ISAWindow_Details_MaxPanelOutput = "Saída máxima do painel:",
    IGUI_ISAWindow_Details_ElectricalDevices = "Dispositivos Elétricos",
    IGUI_ISAWindow_Details_conGenerator = "O Gerador de Backup está conectado:",
    IGUI_ISAWindow_Details_Failsafe = "O Gerador de Backup possui proteção contra falhas:",
    IGUI_ISAWindow_Details_GenInRange = "Geradores ao alcance:",
    IGUI_ISAWindow_Details_ValidAreaPlayer = "O jogador está em área válida:",
    IGUI_ISAWindow_Details_ElectricityExternal = "Fontes externas",
    IGUI_ISAWindow_Details_CantSee = "Não consigo ver os detalhes",
    IGUI_ISAWindow_Details_BackupDebugNoSquare = "Sem quadrado",
    IGUI_ISAWindow_Details_BackupDebugNoGenerator = "Nenhum gerador no quadrado do jogador",
    IGUI_ISAWindow_Details_BackupDebugNotConnected = "Este gerador não está conectado",
    IGUI_ISAWindow_Details_BackupDebugPowerbank = "Este gerador é um Powerbank",
    IGUI_ISAWindow_Details_BackupDebugNotBackup = "Este quadrado não está definido como backup",
    IGUI_ISAWindow_Details_BackupDebugNoFailsafe = "Este quadrado não tem segurança contra falhas",
    IGUI_ISAWindow_Details_BackupDebugNoFuel = "Este gerador não tem combustível",
    IGUI_ISAWindow_Details_BackupDebugLowCondition = "Este gerador tem condição baixa",
    IGUI_ISAWindow_Details_BackupDebugOK = "Este quadrado tem um backup válido",
    IGUI_ISAWindow_Debug_ShowBackup = "Mostrar detalhes da área de backup",
    IGUI_ISAWindow_Debug_HideBackup = "Ocultar detalhes da área de backup",
    IGUI_ISA_Update = "Atualizar",

    IGUI_ISAContainerNotBattery = "Este parece ser um bom local para guardar o meu %1",
}