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

53 lines
1.2 KiB
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2022-03-14 00:21:06 +00:00
"config": {
"step": {
2022-07-17 00:25:56 +00:00
"binary_sensor": {
"title": "Adicionar Grupo"
},
"fan": {
"title": "Adicionar Grupo"
},
"light": {
"title": "Adicionar Grupo"
},
2022-03-14 00:21:06 +00:00
"media_player": {
"data": {
2022-07-13 00:27:34 +00:00
"entities": "Membros"
2022-07-17 00:25:56 +00:00
},
"title": "Adicionar Grupo"
},
"switch": {
"title": "Adicionar Grupo"
2022-03-14 00:21:06 +00:00
}
}
},
2022-07-12 00:24:26 +00:00
"options": {
"step": {
"fan": {
"data": {
"hide_members": "Esconder membros"
}
2022-07-14 00:27:41 +00:00
},
"switch": {
"data": {
"hide_members": "Esconder membros"
}
2022-07-12 00:24:26 +00:00
}
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"closed": "Fechada",
"home": "Casa",
"locked": "Bloqueado",
"not_home": "Fora",
"off": "Desligado",
"ok": "OK",
"on": "Ligado",
"open": "Aberta",
"problem": "Problema",
"unlocked": "Desbloqueado"
}
},
2020-04-16 20:00:10 +00:00
"title": "Grupo"
}