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

23 lines
632 B
JSON
Raw Normal View History

2020-04-11 00:03:44 +00:00
{
2020-04-27 00:02:20 +00:00
"config": {
"abort": {
"already_configured": "Un contr\u00f4leur est d\u00e9j\u00e0 configur\u00e9.",
"cannot_connect": "Impossible de se connecter au contr\u00f4leur avec l'url {base_url}"
2020-05-13 18:27:21 +00:00
},
"step": {
"user": {
"data": {
"vera_controller_url": "URL du contr\u00f4leur"
},
"title": "Configurer le contr\u00f4leur Vera"
}
}
},
"options": {
"step": {
"init": {
"title": "Options du contr\u00f4leur Vera"
}
2020-04-27 00:02:20 +00:00
}
}
2020-04-11 00:03:44 +00:00
}