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

22 lines
636 B
JSON

{
"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": {
"device_key": "Cl\u00e9 de l'appareil",
"host": "H\u00f4te",
"port": "Port",
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
}
}