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

24 lines
710 B
JSON
Raw Normal View History

2019-10-23 20:36:38 +00:00
{
"device_automation": {
"action_type": {
"lock": "V\u00e9rouiller {entity_name}",
"open": "Ouvre {entity_name}",
"unlock": "D\u00e9verrouiller {entity_name}"
},
"condition_type": {
"is_locked": "{entity_name} est verrouill\u00e9",
"is_unlocked": "{entity_name} est d\u00e9verrouill\u00e9"
2019-11-12 00:32:11 +00:00
},
"trigger_type": {
"locked": "{entity_name} verrouill\u00e9",
"unlocked": "{entity_name} d\u00e9verrouill\u00e9"
2019-10-23 20:36:38 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "Verrouill\u00e9",
"unlocked": "D\u00e9verrouill\u00e9"
}
},
2020-04-16 20:00:10 +00:00
"title": "Verrou"
2019-10-23 20:36:38 +00:00
}