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

29 lines
841 B
JSON
Raw Normal View History

2019-11-12 00:32:11 +00:00
{
"device_automation": {
"action_type": {
"clean": "Laisser {entity_name} vide",
"dock": "Laisser {entity_name} retourner \u00e0 la base"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-12 00:32:11 +00:00
"is_cleaning": "{entity_name} nettoie",
2019-11-23 00:32:17 +00:00
"is_docked": "{entity_name} est connect\u00e9"
2019-11-12 00:32:11 +00:00
},
"trigger_type": {
"cleaning": "{entity_name} commence \u00e0 nettoyer",
2019-11-23 00:32:17 +00:00
"docked": "{entity_name} connect\u00e9"
2019-11-12 00:32:11 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"cleaning": "Nettoyage",
"docked": "Sur la base",
"error": "Erreur",
"idle": "Inactif",
"off": "Off",
"on": "On",
"paused": "En pause",
"returning": "Retourne \u00e0 la base"
}
},
2020-04-16 20:00:10 +00:00
"title": "Aspirateur"
2019-11-12 00:32:11 +00:00
}