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

28 lines
918 B
JSON
Raw Normal View History

2022-01-04 00:14:15 +00:00
{
"config": {
"abort": {
2022-03-08 00:18:11 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
2022-01-04 00:14:15 +00:00
},
"error": {
2022-03-08 00:18:11 +00:00
"cannot_connect": "\u00c9chec de connexion",
2022-03-12 00:17:47 +00:00
"incorrect_api_key": "Cl\u00e9 d'API non valide pour le compte s\u00e9lectionn\u00e9",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2022-03-12 00:17:47 +00:00
"no_devices": "Aucun appareil d\u00e9couvert",
"no_username": "Impossible d'obtenir le nom d'utilisateur"
2022-01-04 00:14:15 +00:00
},
"step": {
2022-03-11 00:21:48 +00:00
"reauth_confirm": {
"data": {
"api_key": "Cl\u00e9 d'API"
}
},
2022-01-04 00:14:15 +00:00
"user": {
"data": {
"api_key": "Cl\u00e9 d'API",
"name": "Nom"
}
}
}
}
}