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

30 lines
852 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible."
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification non valide",
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"ph_offset": "D\u00e9calage pH (positif ou n\u00e9gatif)",
"polling_interval": "Intervalle d'interrogation (en secondes)"
}
}
}
}
}