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

22 lines
636 B
JSON
Raw Normal View History

2021-11-16 00:18:33 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
2021-12-12 00:14:30 +00:00
"device_key": "Cl\u00e9 de l'appareil",
2021-11-16 00:18:33 +00:00
"host": "H\u00f4te",
"port": "Port",
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
}
}