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

79 lines
3.5 KiB
JSON
Raw Normal View History

2018-06-18 03:03:29 +00:00
{
"config": {
"abort": {
"all_configured": "Todas as pontes Philips Hue j\u00e1 est\u00e3o configuradas",
2022-01-30 00:14:21 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"already_in_progress": "O fluxo de configura\u00e7\u00e3o j\u00e1 est\u00e1 em andamento",
"cannot_connect": "Falha ao conectar",
2018-06-18 03:03:29 +00:00
"discover_timeout": "Incapaz de descobrir pontes Hue",
2022-04-29 00:22:21 +00:00
"invalid_host": "Host inv\u00e1lido",
2018-06-18 03:03:29 +00:00
"no_bridges": "N\u00e3o h\u00e1 pontes Philips Hue descobertas",
2019-06-04 15:50:48 +00:00
"not_hue_bridge": "N\u00e3o \u00e9 uma ponte Hue",
2022-01-30 00:14:21 +00:00
"unknown": "Erro inesperado"
2018-06-18 03:03:29 +00:00
},
"error": {
2022-01-30 00:14:21 +00:00
"linking": "Erro inesperado",
2018-06-18 03:03:29 +00:00
"register_failed": "Falhou ao registrar, por favor tente novamente"
},
"step": {
"init": {
"data": {
2022-01-30 00:14:21 +00:00
"host": "Nome do host"
2018-06-18 03:03:29 +00:00
},
"title": "Escolha a ponte Hue"
},
"link": {
2020-01-21 00:33:20 +00:00
"description": "Pressione o bot\u00e3o na ponte para registrar o Philips Hue com o Home Assistant. \n\n ![Localiza\u00e7\u00e3o do bot\u00e3o na ponte](/static/images/config_philips_hue.jpg)",
2018-06-18 03:03:29 +00:00
"title": "Hub de links"
2022-01-30 00:14:21 +00:00
},
"manual": {
"data": {
"host": "Nome do host"
2022-01-31 00:14:28 +00:00
},
"title": "Configurar manualmente uma ponte Hue"
2018-06-18 03:03:29 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-05-17 00:02:56 +00:00
},
"device_automation": {
"trigger_subtype": {
2022-01-30 00:14:21 +00:00
"1": "Primeiro bot\u00e3o",
"2": "Segundo bot\u00e3o",
"3": "Terceiro bot\u00e3o",
"4": "Quarto bot\u00e3o",
2022-01-31 00:14:28 +00:00
"button_1": "Primeiro bot\u00e3o",
"button_2": "Segundo bot\u00e3o",
"button_3": "Terceiro bot\u00e3o",
"button_4": "Quarto bot\u00e3o",
"dim_down": "Diminuir a luminosidade",
"dim_up": "Aumentar a luminosidade",
2020-05-17 00:02:56 +00:00
"double_buttons_1_3": "Primeiro e terceiro bot\u00f5es",
2022-01-31 00:14:28 +00:00
"double_buttons_2_4": "Segundo e quarto bot\u00f5es",
"turn_off": "Desligar",
"turn_on": "Ligar"
2022-01-30 00:14:21 +00:00
},
"trigger_type": {
"double_short_release": "Ambos \"{subtype}\" liberados",
"initial_press": "Bot\u00e3o \" {subtype} \" pressionado inicialmente",
"long_release": "Bot\u00e3o \" {subtype} \" liberado ap\u00f3s press\u00e3o longa",
2022-01-31 00:14:28 +00:00
"remote_button_long_release": "Bot\u00e3o \"{subtype}\" liberado ap\u00f3s longa press\u00e3o",
"remote_button_short_press": "Bot\u00e3o \"{subtype}\" pressionado",
"remote_button_short_release": "Bot\u00e3o \"{subtype}\" liberado",
"remote_double_button_long_press": "Ambos \"{subtype}\" lan\u00e7ados ap\u00f3s longa imprensa",
"remote_double_button_short_press": "Ambos \"{subtype}\" lan\u00e7ados",
2022-01-30 00:14:21 +00:00
"repeat": "Bot\u00e3o \" {subtype} \" pressionado",
"short_release": "Bot\u00e3o \" {subtype} \" liberado ap\u00f3s pressionamento curto"
}
},
"options": {
"step": {
"init": {
"data": {
2022-01-31 00:14:28 +00:00
"allow_hue_groups": "Permitir grupos Hue",
2022-01-30 00:14:21 +00:00
"allow_hue_scenes": "Permitir cenas Hue",
2022-01-31 00:14:28 +00:00
"allow_unreachable": "Permitir que l\u00e2mpadas inacess\u00edveis relatem seu estado corretamente",
2022-01-30 00:14:21 +00:00
"ignore_availability": "Ignorar o status de conectividade para os dispositivos fornecidos"
}
}
2020-05-17 00:02:56 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-06-18 03:03:29 +00:00
}