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

14 lines
418 B
JSON
Raw Normal View History

2021-07-12 00:09:46 +00:00
{
2021-08-02 03:40:04 +00:00
"device_automation": {
"action_type": {
"select_option": "Modifier l'option {entity_name}"
},
"condition_type": {
"selected_option": "Option actuellement s\u00e9lectionn\u00e9e {entity_name}"
},
"trigger_type": {
"current_option_changed": "Modification de l\u2019option {entity_name}"
}
},
2021-07-12 00:09:46 +00:00
"title": "S\u00e9lectionner"
}