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

17 lines
550 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"
}
}
}