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

30 lines
897 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"
},
2021-02-03 10:46:49 +00:00
"flow_title": "Cortinas Motion",
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"
2021-02-03 10:46:49 +00:00
},
"title": "Cortinas Motion"
},
"select": {
"data": {
"select_ip": "Endere\u00e7o IP"
}
},
2020-12-07 00:04:18 +00:00
"user": {
"data": {
2021-12-31 00:14:15 +00:00
"api_key": "Chave da API",
2020-12-07 00:04:18 +00:00
"host": "Endere\u00e7o IP"
2021-02-03 10:46:49 +00:00
},
"title": "Cortinas Motion"
2020-12-07 00:04:18 +00:00
}
}
}
}