[ci skip] Translation update
This commit is contained in:
parent
a2677983a2
commit
021a4f7106
65 changed files with 500 additions and 9 deletions
21
homeassistant/components/rtsp_to_webrtc/translations/fr.json
Normal file
21
homeassistant/components/rtsp_to_webrtc/translations/fr.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible"
|
||||
},
|
||||
"error": {
|
||||
"invalid_url": "Doit \u00eatre une URL de serveur RTSPtoWebRTC valide, par exemple https://example.com",
|
||||
"server_failure": "Le serveur RTSPtoWebRTC a renvoy\u00e9 une erreur. Consultez les logs pour plus d'informations.",
|
||||
"server_unreachable": "Impossible de communiquer avec le serveur RTSPtoWebRTC. Consultez les logs pour plus d'informations."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"server_url": "URL du serveur RTSPtoWebRTC, par exemple https://example.com"
|
||||
},
|
||||
"description": "L'int\u00e9gration RTSPtoWebRTC n\u00e9cessite un serveur pour traduire les flux RTSP en WebRTC. Entrez l'URL du serveur RTSPtoWebRTC.",
|
||||
"title": "Configurer RTSPtoWebRTC"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue