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

32 lines
939 B
JSON
Raw Normal View History

2018-09-10 11:44:27 +00:00
{
"config": {
2020-06-05 00:05:36 +00:00
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "L'emplacement est d\u00e9j\u00e0 configur\u00e9"
2020-06-05 00:05:36 +00:00
},
2018-09-10 11:44:27 +00:00
"error": {
2021-08-27 00:14:42 +00:00
"invalid_api_key": "Cl\u00e9 API invalide"
2018-09-10 11:44:27 +00:00
},
"step": {
"user": {
"data": {
2020-09-03 00:06:16 +00:00
"api_key": "Cl\u00e9 d'API",
2018-09-10 11:44:27 +00:00
"elevation": "Altitude",
"latitude": "Latitude",
"longitude": "Longitude"
},
"title": "Veuillez saisir vos informations"
}
2020-04-15 16:51:07 +00:00
}
2021-08-27 00:14:42 +00:00
},
"options": {
"step": {
"init": {
2021-08-31 00:17:01 +00:00
"data": {
"from_window": "Indice UV de d\u00e9part pour la fen\u00eatre de protection",
"to_window": "Indice UV de fin pour la fen\u00eatre de protection"
},
2021-08-27 00:14:42 +00:00
"title": "Configurer OpenUV"
}
}
2020-04-16 20:00:10 +00:00
}
2018-09-10 11:44:27 +00:00
}