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

21 lines
574 B
JSON
Raw Normal View History

2020-10-30 00:02:45 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2020-10-30 00:02:45 +00:00
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"host": "H\u00f4te",
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
}
}
2020-11-11 12:25:22 +00:00
}
2020-10-30 00:02:45 +00:00
}