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

23 lines
619 B
JSON
Raw Normal View History

2018-10-21 18:34:28 +00:00
{
"config": {
"abort": {
"already_configured": "UPnP/IGD j\u00e1 est\u00e1 configurado",
2020-05-29 00:04:16 +00:00
"no_devices_found": "Nenhum dispositivo UPnP / IGD encontrado na rede."
2018-10-21 18:34:28 +00:00
},
2019-08-12 03:42:50 +00:00
"error": {
"one": "um",
"other": "v\u00e1rios"
2020-06-08 00:02:43 +00:00
},
"flow_title": "UPnP/IGD: {name}",
"step": {
"ssdp_confirm": {
"description": "Deseja configurar este dispositivo UPnP/IGD?"
},
"user": {
"data": {
"usn": "Dispositivo"
}
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-10-21 18:34:28 +00:00
}