1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/songpal/translations/fr.json
2020-09-18 00:07:17 +00:00

22 lines
590 B
JSON

{
"config": {
"abort": {
"already_configured": "Appareil d\u00e9j\u00e0 configur\u00e9",
"not_songpal_device": "Pas un appareil Songpal"
},
"error": {
"cannot_connect": "Echec de connexion"
},
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
"description": "Voulez-vous configurer {name} ({host})?"
},
"user": {
"data": {
"endpoint": "Terminaison"
}
}
}
}
}