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

28 lines
778 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
2021-02-19 00:03:06 +00:00
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
2021-02-03 10:46:49 +00:00
},
"create_entry": {
2021-08-27 00:14:42 +00:00
"default": "Authentification r\u00e9ussie"
2021-02-03 10:46:49 +00:00
},
"error": {
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2021-02-03 10:46:49 +00:00
},
"step": {
2022-11-05 00:28:23 +00:00
"reauth_confirm": {
"data": {
"password": "Mot de passe"
}
},
2021-02-03 10:46:49 +00:00
"user": {
"data": {
"password": "Mot de passe",
"url": "Site web",
2021-08-27 00:14:42 +00:00
"username": "Nom d'utilisateur"
2021-02-03 10:46:49 +00:00
}
}
}
}
}