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

27 lines
773 B
JSON
Raw Normal View History

2020-12-07 00:04:18 +00:00
{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"already_in_progress": "O processo de configura\u00e7\u00e3o j\u00e1 est\u00e1 a decorrer",
"connection_error": "Falha na liga\u00e7\u00e3o"
},
2022-07-13 00:27:34 +00:00
"flow_title": "{short_mac} ({ip_address})",
2020-12-07 00:04:18 +00:00
"step": {
2021-02-03 10:46:49 +00:00
"connect": {
"data": {
2021-12-31 00:14:15 +00:00
"api_key": "Chave da API"
2022-05-19 00:26:11 +00:00
}
2021-02-03 10:46:49 +00:00
},
"select": {
"data": {
"select_ip": "Endere\u00e7o IP"
}
},
2020-12-07 00:04:18 +00:00
"user": {
"data": {
"host": "Endere\u00e7o IP"
2022-05-19 00:26:11 +00:00
}
2020-12-07 00:04:18 +00:00
}
}
}
}