1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/tile/translations/fr.json
2020-11-11 12:10:09 +01:00

29 lines
712 B
JSON

{
"config": {
"abort": {
"already_configured": "Ce compte Tile est d\u00e9j\u00e0 enregistr\u00e9."
},
"error": {
"invalid_auth": "Authentification invalide"
},
"step": {
"user": {
"data": {
"password": "Mot de passe",
"username": "Email"
},
"title": "Configurer Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Afficher les Tiles inactives"
},
"title": "Configurer Tile"
}
}
}
}