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

24 lines
519 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
"abort": {
"already_configured": "Conta j\u00e1 configurada"
},
"step": {
"user": {
"data": {
2022-07-17 00:25:56 +00:00
"name": "Nome",
"unit_of_measurement": "Unidade de Medida"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "Unidade de Medida"
2022-07-13 00:27:34 +00:00
}
}
}
}
}