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

40 lines
1.2 KiB
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
2022-01-30 00:14:21 +00:00
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado"
},
2020-05-17 00:02:56 +00:00
"error": {
2022-01-30 00:14:21 +00:00
"cannot_connect": "Falha ao conectar",
2020-05-17 00:02:56 +00:00
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
2022-01-30 00:14:21 +00:00
"port": "Porta",
2020-05-17 00:02:56 +00:00
"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": "Conecte-se ao dispositivo"
}
}
2022-01-31 00:14:28 +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 as fontes"
}
}
2020-05-17 00:02:56 +00:00
}
}