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

44 lines
1.5 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",
2021-02-03 10:46:49 +00:00
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
2020-12-10 00:03:01 +00:00
"already_in_progress": "O processo de configura\u00e7\u00e3o j\u00e1 est\u00e1 a decorrer",
2021-02-03 10:46:49 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
2020-04-16 20:00:10 +00:00
"discover_timeout": "Nenhum hub Hue descoberto",
"no_bridges": "Nenhum hub Philips Hue descoberto",
2020-12-07 00:04:18 +00:00
"not_hue_bridge": "N\u00e3o \u00e9 uma bridge Hue",
2021-02-03 10:46:49 +00:00
"unknown": "Erro inesperado"
2018-06-18 03:03:29 +00:00
},
"error": {
2021-02-03 10:46:49 +00:00
"linking": "Erro inesperado",
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
}