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

22 lines
590 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "Appareil d\u00e9j\u00e0 configur\u00e9",
"not_songpal_device": "Pas un appareil Songpal"
},
2020-07-13 00:02:52 +00:00
"error": {
"cannot_connect": "Echec de connexion"
},
2020-05-13 18:27:21 +00:00
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
2020-05-29 00:04:16 +00:00
"description": "Voulez-vous configurer {name} ({host})?"
2020-09-18 00:07:17 +00:00
},
"user": {
"data": {
"endpoint": "Terminaison"
}
2020-05-13 18:27:21 +00:00
}
}
}
}