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

26 lines
873 B
JSON
Raw Normal View History

2019-06-14 21:53:13 +00:00
{
"config": {
2019-07-31 23:16:40 +00:00
"abort": {
2022-01-30 00:14:21 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"single_instance_allowed": "J\u00e1 configurado. Apenas uma configura\u00e7\u00e3o \u00e9 poss\u00edvel."
2019-07-31 23:16:40 +00:00
},
2022-01-30 00:14:21 +00:00
"error": {
"cannot_connect": "Falha ao conectar"
},
"flow_title": "{nome} {modelo} ({host})",
2019-06-14 21:53:13 +00:00
"step": {
"confirm": {
2020-05-29 00:04:16 +00:00
"description": "Deseja configurar dispositivos inteligentes TP-Link?"
2022-01-30 00:14:21 +00:00
},
"discovery_confirm": {
"description": "Deseja configurar {name} {model} ({host})?"
},
"user": {
"data": {
"host": "Nome do host"
}
2019-06-14 21:53:13 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-06-14 21:53:13 +00:00
}