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

31 lines
907 B
JSON
Raw Normal View History

2020-09-20 00:05:00 +00:00
{
"config": {
2020-09-24 00:05:22 +00:00
"abort": {
"single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible.",
"unknown": "Erreur inattendue"
},
"error": {
"cannot_connect": "\u00c9chec de connexion"
},
2020-09-20 00:05:00 +00:00
"flow_title": "Canary : {name}",
"step": {
"user": {
2020-09-24 00:05:22 +00:00
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
2020-09-20 00:05:00 +00:00
"title": "Se connecter \u00e0 Canary"
}
}
},
"options": {
"step": {
"init": {
"data": {
"ffmpeg_arguments": "Arguments transmis \u00e0 ffmpeg pour les cam\u00e9ras",
"timeout": "D\u00e9lai d'expiration de la demande (secondes)"
}
}
}
}
}