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

30 lines
773 B
JSON
Raw Normal View History

2021-07-23 00:12:05 +00:00
{
"config": {
"abort": {
"unknown": "Erreur inattendue"
},
"error": {
"api_ratelimit": "Limite de d\u00e9bit API d\u00e9pass\u00e9e",
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
},
"step": {
"coordinates": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude"
}
},
"country": {
"data": {
"country_code": "Code pays"
}
},
"user": {
"data": {
"api_key": "Token d'acc\u00e8s"
}
}
}
}
}