core/homeassistant/components/demo/translations/pt-BR.json

114 lines
3.8 KiB
JSON

{
"entity": {
"climate": {
"ubercool": {
"state_attributes": {
"fan_mode": {
"state": {
"auto_high": "Auto Alto",
"auto_low": "Auto Baixo",
"on_high": "No alto",
"on_low": "Em baixo"
}
},
"swing_mode": {
"state": {
"1": "1",
"2": "2",
"3": "3",
"auto": "Auto",
"off": "Desligado"
}
}
}
}
},
"select": {
"speed": {
"state": {
"light_speed": "Velocidade da luz",
"ludicrous_speed": "Velocidade absurda",
"ridiculous_speed": "Velocidade rid\u00edcula"
}
}
},
"sensor": {
"thermostat_mode": {
"state": {
"away": "Fora",
"comfort": "Conforto",
"eco": "Eco",
"sleep": "Sono"
}
}
},
"vacuum": {
"model_s": {
"state_attributes": {
"cleaned_area": {
"name": "\u00c1rea limpa"
}
}
}
}
},
"issues": {
"bad_psu": {
"fix_flow": {
"step": {
"confirm": {
"description": "Pressione ENVIAR para confirmar que a fonte de alimenta\u00e7\u00e3o foi substitu\u00edda",
"title": "A fonte de alimenta\u00e7\u00e3o precisa ser substitu\u00edda"
}
}
},
"title": "A fonte de alimenta\u00e7\u00e3o n\u00e3o \u00e9 est\u00e1vel"
},
"cold_tea": {
"fix_flow": {
"abort": {
"not_tea_time": "N\u00e3o \u00e9 poss\u00edvel reaquecer o ch\u00e1 neste momento"
}
},
"title": "O ch\u00e1 est\u00e1 frio"
},
"out_of_blinker_fluid": {
"fix_flow": {
"step": {
"confirm": {
"description": "Pressione OK quando o fluido do pisca-pisca for reabastecido",
"title": "O fluido do pisca-pisca precisa ser reabastecido"
}
}
},
"title": "O fluido do pisca-pisca est\u00e1 vazio e precisa ser reabastecido"
},
"transmogrifier_deprecated": {
"description": "O componente transmogriifier agora est\u00e1 obsoleto devido \u00e0 falta de controle local dispon\u00edvel na nova API",
"title": "O componente transmogriificador est\u00e1 obsoleto"
},
"unfixable_problem": {
"description": "Esta quest\u00e3o nunca vai desistir.",
"title": "Este n\u00e3o \u00e9 um problema corrig\u00edvel"
}
},
"options": {
"step": {
"options_1": {
"data": {
"bool": "Booleano opcional",
"constant": "Constante",
"int": "Entrada num\u00e9rica"
}
},
"options_2": {
"data": {
"multi": "Sele\u00e7\u00e3o m\u00faltipla",
"select": "Selecione uma op\u00e7\u00e3o",
"string": "Valor do texto"
}
}
}
},
"title": "Demonstra\u00e7\u00e3o"
}