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

29 lines
845 B
JSON

{
"device_automation": {
"action_type": {
"clean": "Permitir {entity_name} limpar",
"dock": "Permitir {entity_name} voltar \u00e0 base"
},
"condition_type": {
"is_cleaning": "{entity_name} est\u00e1 limpando",
"is_docked": "{entity_name} est\u00e1 na base"
},
"trigger_type": {
"cleaning": "{entity_name} iniciou a limpeza",
"docked": "{entity_name} est\u00e1 na base"
}
},
"state": {
"_": {
"cleaning": "Limpando",
"docked": "Na base",
"error": "Falha",
"idle": "Ocioso",
"off": "Desligado",
"on": "Ligado",
"paused": "Pausado",
"returning": "Retornando para base"
}
},
"title": "Aspirador"
}