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

36 lines
984 B
JSON
Raw Normal View History

2020-06-07 00:03:28 +00:00
{
"config": {
2020-06-15 00:03:32 +00:00
"abort": {
2022-01-04 00:14:15 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
2020-06-15 00:03:32 +00:00
},
"error": {
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2020-06-15 00:03:32 +00:00
},
2020-06-07 00:03:28 +00:00
"step": {
2022-01-04 00:14:15 +00:00
"reauth_confirm": {
"data": {
"password": "Mot de passe"
},
"title": "R\u00e9-authentifier la tuile"
},
2020-06-07 00:03:28 +00:00
"user": {
2020-07-13 00:02:52 +00:00
"data": {
"password": "Mot de passe",
2022-03-11 00:21:48 +00:00
"username": "Courriel"
2020-07-13 00:02:52 +00:00
},
2020-06-07 00:03:28 +00:00
"title": "Configurer Tile"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_inactive": "Afficher les Tiles inactives"
},
"title": "Configurer Tile"
}
}
}
}