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

26 lines
790 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
2021-02-03 10:46:49 +00:00
},
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
"invalid_response": "R\u00e9ponse de l'appareil non valide",
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"
}