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

24 lines
645 B
JSON
Raw Normal View History

2019-11-14 00:32:16 +00:00
{
"device_automation": {
"action_type": {
"clean": "Deixar {entity_name} limpar"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2020-06-08 00:02:43 +00:00
"is_cleaning": "{entity_name} est\u00e1 a limpar",
"is_docked": "{entity_name} est\u00e1 ancorado"
2019-11-14 00:32:16 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"cleaning": "A limpar",
"docked": "Encaixado",
"error": "Erro",
"idle": "Em espera",
"off": "Desligado",
"on": "Ligado",
"paused": "Em pausa",
"returning": "A regressar \u00e0 doca"
}
},
2020-04-16 20:00:10 +00:00
"title": "Aspira\u00e7\u00e3o"
2019-11-14 00:32:16 +00:00
}