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

22 lines
659 B
JSON
Raw Normal View History

2022-01-04 00:14:15 +00:00
{
"config": {
"abort": {
2022-03-12 00:17:47 +00:00
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9",
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_host": "Nom d'h\u00f4te ou adresse IP non valide",
2022-03-12 00:17:47 +00:00
"unknown": "Erreur inattendue"
2022-01-04 00:14:15 +00:00
},
"error": {
2022-03-12 00:17:47 +00:00
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_host": "Nom d'h\u00f4te ou adresse IP non valide",
2022-03-12 00:17:47 +00:00
"unknown": "Erreur inattendue"
2022-01-04 00:14:15 +00:00
},
"step": {
"user": {
"data": {
2022-04-29 00:22:21 +00:00
"host": "H\u00f4te"
}
2022-01-04 00:14:15 +00:00
}
}
}
}