1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/vacuum/translations/fr.json
2020-08-29 00:03:59 +00:00

29 lines
848 B
JSON

{
"device_automation": {
"action_type": {
"clean": "Laisser {entity_name} vide",
"dock": "Laisser {entity_name} retourner \u00e0 la base"
},
"condition_type": {
"is_cleaning": "{entity_name} nettoie",
"is_docked": "{entity_name} est connect\u00e9"
},
"trigger_type": {
"cleaning": "{entity_name} commence \u00e0 nettoyer",
"docked": "{entity_name} connect\u00e9"
}
},
"state": {
"_": {
"cleaning": "Nettoyage",
"docked": "Sur la base",
"error": "Erreur",
"idle": "Inactif",
"off": "Inactif",
"on": "Actif",
"paused": "En pause",
"returning": "Retourne \u00e0 la base"
}
},
"title": "Aspirateur"
}