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

33 lines
899 B
JSON
Raw Normal View History

2020-07-09 00:05:04 +00:00
{
"config": {
2020-12-10 00:03:01 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
2020-09-02 00:03:29 +00:00
"error": {
2020-12-10 00:03:01 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
2020-09-02 00:03:29 +00:00
"unknown": "Erro inesperado"
},
2020-07-09 00:05:04 +00:00
"step": {
"user": {
"data": {
"port": "Porta"
}
}
}
2020-12-10 00:03:01 +00:00
},
"options": {
"step": {
"init": {
"data": {
"source_1": "Nome da fonte #1",
"source_2": "Nome da fonte #2",
"source_3": "Nome da fonte #3",
"source_4": "Nome da fonte #4",
"source_5": "Nome da fonte #5",
"source_6": "Nome da fonte #6"
},
"title": "Configurar fontes"
}
}
2020-07-09 00:05:04 +00:00
}
}