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

26 lines
802 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
"already_configured": "Le p\u00e9riph\u00e9rique est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "Echec de connection",
"invalid_auth": "Authentification invalide",
2021-02-19 00:03:06 +00:00
"invalid_response": "R\u00e9ponse invalide de l\u2019appareil",
2021-02-03 10:46:49 +00:00
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"host": "H\u00f4te",
"password": "Mot de passe",
"port": "Port",
2021-02-19 00:03:06 +00:00
"rtsp_port": "Port RTSP",
2021-02-03 10:46:49 +00:00
"stream": "Flux",
"username": "Nom d'utilisateur"
}
}
}
},
"title": "Foscam"
}