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

20 lines
520 B
JSON
Raw Normal View History

2022-08-18 00:25:40 +00:00
{
"config": {
"abort": {
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification non valide",
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"host": "H\u00f4te",
"password": "Mot de passe"
}
}
}
}
}