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

15 lines
497 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
2022-01-31 00:14:28 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"not_supported_device": "Este WiLight n\u00e3o \u00e9 suportado atualmente",
"not_wilight_device": "Este dispositivo n\u00e3o \u00e9 WiLight"
},
"flow_title": "{name}",
"step": {
"confirm": {
2022-05-19 00:26:11 +00:00
"description": "Os seguintes componentes s\u00e3o compat\u00edveis: {components}"
2022-01-31 00:14:28 +00:00
}
2022-01-30 00:14:21 +00:00
}
}
}