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

24 lines
710 B
JSON

{
"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"
},
"trigger_type": {
"locked": "{entity_name} verrouill\u00e9",
"unlocked": "{entity_name} d\u00e9verrouill\u00e9"
}
},
"state": {
"_": {
"locked": "Verrouill\u00e9",
"unlocked": "D\u00e9verrouill\u00e9"
}
},
"title": "Verrou"
}