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

26 lines
841 B
JSON
Raw Normal View History

2019-10-08 00:32:12 +00:00
{
"config": {
"abort": {
"already_configured": "D\u00e9j\u00e0 configur\u00e9",
"invalid_credentials": "Informations d'identification invalides"
},
"create_entry": {
"default": "Voir [Documentation Neato]({docs_url})."
},
"error": {
"invalid_credentials": "Informations d'identification invalides",
"unexpected_error": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur",
"vendor": "Vendeur"
},
"description": "Voir [Documentation Neato] ( {docs_url} ).",
"title": "Informations compte Neato"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-08 00:32:12 +00:00
}