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

29 lines
886 B
JSON

{
"config": {
"abort": {
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
},
"create_entry": {
"default": "Authentification r\u00e9ussie"
},
"error": {
"invalid_auth": "Authentification invalide"
},
"step": {
"reauth": {
"data": {
"password": "Mot de passe"
},
"description": "Les jetons d'authentification sont invalides, connectez-vous pour les recr\u00e9er."
},
"user": {
"data": {
"password": "Mot de passe",
"url": "Site web",
"username": "Nom d'utilisateur"
}
}
}
}
}