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

21 lines
657 B
JSON

{
"config": {
"abort": {
"already_configured": "Ce contr\u00f4leur RainMachine est d\u00e9j\u00e0 configur\u00e9."
},
"error": {
"identifier_exists": "Compte d\u00e9j\u00e0 enregistr\u00e9",
"invalid_credentials": "Informations d'identification invalides"
},
"step": {
"user": {
"data": {
"ip_address": "Nom d'h\u00f4te ou adresse IP",
"password": "Mot de passe",
"port": "Port"
},
"title": "Veuillez saisir vos informations"
}
}
}
}