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

36 lines
979 B
JSON

{
"config": {
"abort": {
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
},
"error": {
"invalid_auth": "Authentification invalide"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Mot de passe"
},
"title": "R\u00e9-authentifier la tuile"
},
"user": {
"data": {
"password": "Mot de passe",
"username": "Email"
},
"title": "Configurer Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Afficher les Tiles inactives"
},
"title": "Configurer Tile"
}
}
}
}