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

19 lines
507 B
JSON
Raw Normal View History

2019-10-28 00:32:16 +00:00
{
"device_automation": {
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-10-28 00:32:16 +00:00
"is_home": "{entity_name} est \u00e0 la maison",
"is_not_home": "{entity_name} n'est pas \u00e0 la maison"
2020-11-10 00:04:21 +00:00
},
"trigger_type": {
"enters": "{entity_name} entre dans une zone",
"leaves": "{entity_name} quitte une zone"
2019-10-28 00:32:16 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"home": "Pr\u00e9sent",
"not_home": "Absent"
}
},
2020-04-16 20:00:10 +00:00
"title": "Dispositif de suivi"
2019-10-28 00:32:16 +00:00
}