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

24 lines
734 B
JSON
Raw Normal View History

2020-09-08 00:04:13 +00:00
{
"config": {
"abort": {
2020-09-18 00:07:17 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
"cannot_connect": "Impossible de se connecter au Volumio d\u00e9couvert"
2020-09-08 00:04:13 +00:00
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"unknown": "Erreur inattendue"
},
"step": {
2020-09-18 00:07:17 +00:00
"discovery_confirm": {
"description": "Voulez-vous ajouter Volumio (` {name} `) \u00e0 Home Assistant?",
"title": "Volumio d\u00e9couvert"
},
2020-09-08 00:04:13 +00:00
"user": {
"data": {
"host": "H\u00f4te",
"port": "Port"
}
}
}
}
}