core/homeassistant/components/hue/translations/pt.json

42 lines
1.4 KiB
JSON
Raw Normal View History

2018-05-05 15:32:36 +00:00
{
"config": {
2018-06-18 03:03:29 +00:00
"abort": {
2020-04-16 20:00:10 +00:00
"all_configured": "Todos os hubs Philips Hue j\u00e1 est\u00e3o configurados",
2018-06-18 03:03:29 +00:00
"already_configured": "Hue j\u00e1 est\u00e1 configurado",
2020-04-16 20:00:10 +00:00
"cannot_connect": "N\u00e3o foi poss\u00edvel conectar-se ao hub",
"discover_timeout": "Nenhum hub Hue descoberto",
"no_bridges": "Nenhum hub Philips Hue descoberto",
2018-06-18 03:03:29 +00:00
"unknown": "Ocorreu um erro desconhecido"
},
"error": {
"linking": "Ocorreu um erro de liga\u00e7\u00e3o desconhecido.",
2020-04-16 20:00:10 +00:00
"register_failed": "Falha ao registar, por favor, tente novamente"
2018-06-18 03:03:29 +00:00
},
"step": {
"init": {
"data": {
"host": "Servidor"
},
"title": "Hue bridge"
},
"link": {
2020-04-16 20:00:10 +00:00
"description": "Pressione o bot\u00e3o no Philips Hue para registar com o Home Assistant. \n\n![Localiza\u00e7\u00e3o do bot\u00e3o] (/static/images/config_philips_hue.jpg)",
2018-06-18 03:03:29 +00:00
"title": "Link Hub"
2020-07-09 00:05:04 +00:00
},
"manual": {
"data": {
"host": "Servidor"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"allow_hue_groups": "Permitir grupos hue"
}
2018-06-18 03:03:29 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-05-05 15:32:36 +00:00
}