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

30 lines
852 B
JSON
Raw Normal View History

2020-09-29 00:03:20 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible."
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2020-09-29 00:03:20 +00:00
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
}
}
2020-10-30 00:02:45 +00:00
},
"options": {
"step": {
"init": {
"data": {
2021-05-02 00:04:24 +00:00
"ph_offset": "D\u00e9calage pH (positif ou n\u00e9gatif)",
2020-10-30 00:02:45 +00:00
"polling_interval": "Intervalle d'interrogation (en secondes)"
}
}
}
2020-11-11 12:25:22 +00:00
}
2020-09-29 00:03:20 +00:00
}