1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/homeassistant/components/system_bridge/translations/fr.json
2022-04-29 00:22:21 +00:00

31 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi",
"unknown": "Erreur inattendue"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification non valide",
"unknown": "Erreur inattendue"
},
"flow_title": "{name}",
"step": {
"authenticate": {
"data": {
"api_key": "Cl\u00e9 d'API"
},
"description": "Veuillez saisir la cl\u00e9 API que vous avez d\u00e9finie dans votre configuration pour {name} ."
},
"user": {
"data": {
"api_key": "Cl\u00e9 d'API",
"host": "H\u00f4te",
"port": "Port"
},
"description": "Veuillez saisir vos informations de connexion."
}
}
}
}