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

42 lines
1.3 KiB
JSON
Raw Normal View History

2022-03-08 00:18:11 +00:00
{
2022-03-12 00:17:47 +00:00
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2022-03-12 00:17:47 +00:00
},
"step": {
"user": {
"data": {
"mjpeg_url": "URL MJPEG",
"name": "Nom",
"password": "Mot de passe",
2022-04-29 00:22:21 +00:00
"still_image_url": "URL de l'image fixe",
2022-03-12 00:17:47 +00:00
"username": "Nom d'utilisateur",
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
},
2022-03-08 00:18:11 +00:00
"options": {
2022-03-12 00:17:47 +00:00
"error": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2022-03-12 00:17:47 +00:00
},
2022-03-08 00:18:11 +00:00
"step": {
"init": {
"data": {
2022-03-12 00:17:47 +00:00
"mjpeg_url": "URL MJPEG",
"name": "Nom",
2022-03-08 00:18:11 +00:00
"password": "Mot de passe",
2022-04-29 00:22:21 +00:00
"still_image_url": "URL de l'image fixe",
2022-03-12 00:17:47 +00:00
"username": "Nom d'utilisateur",
"verify_ssl": "V\u00e9rifier le certificat SSL"
2022-03-08 00:18:11 +00:00
}
}
}
}
}