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

33 lines
1020 B
JSON
Raw Normal View History

2021-08-02 03:40:04 +00:00
{
"config": {
"abort": {
2021-08-27 00:14:42 +00:00
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
2021-08-02 03:40:04 +00:00
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_api_key": "Cl\u00e9 d'API non valide"
2021-08-02 03:40:04 +00:00
},
"step": {
"reauth_confirm": {
"data": {
2021-08-27 00:14:42 +00:00
"api_key": "Cl\u00e9 d'API",
2021-08-02 03:40:04 +00:00
"description": "R\u00e9-authentifiez-vous avec votre compte Ambee."
}
},
"user": {
"data": {
2021-08-27 00:14:42 +00:00
"api_key": "Cl\u00e9 d'API",
2021-08-02 03:40:04 +00:00
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Nom"
},
"description": "Configurer Ambee pour l'int\u00e9grer \u00e0 Home Assistant."
}
}
2022-08-01 00:28:32 +00:00
},
"issues": {
"pending_removal": {
"title": "L'int\u00e9gration Ambee est en cours de suppression"
}
2021-08-02 03:40:04 +00:00
}
}