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

16 lines
496 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
}
}
}