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

11 lines
239 B
JSON
Raw Normal View History

2021-12-12 00:14:30 +00:00
{
"device_automation": {
"action_type": {
"press": "Appuyez sur le bouton {entity_name}"
},
"trigger_type": {
2022-03-13 00:18:58 +00:00
"pressed": "Appui sur {entity_name}"
2021-12-12 00:14:30 +00:00
}
},
"title": "Bouton"
}