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

22 lines
593 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"device_exists": "Dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha ao conectar"
},
"step": {
2022-01-31 00:14:28 +00:00
"discovery_confirm": {
"description": "Deseja configurar {name} - {model} ( {host} )?"
},
2022-01-30 00:14:21 +00:00
"user": {
"data": {
"host": "Nome do host"
2022-01-31 00:14:28 +00:00
},
"description": "Configure sua fita de led Twinkly",
"title": "Twinkly"
2022-01-30 00:14:21 +00:00
}
}
}
}