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

30 lines
963 B
JSON
Raw Normal View History

2018-10-10 12:25:21 +00:00
{
"config": {
"abort": {
"already_configured": "UPnP / IGD est d\u00e9j\u00e0 configur\u00e9",
2020-06-05 00:05:36 +00:00
"incomplete_discovery": "D\u00e9couverte incompl\u00e8te",
2020-05-29 00:04:16 +00:00
"no_devices_found": "Aucun p\u00e9riph\u00e9rique UPnP / IGD trouv\u00e9 sur le r\u00e9seau."
2018-10-10 12:25:21 +00:00
},
2019-10-23 20:36:38 +00:00
"error": {
"one": "Vide",
"other": "Vide"
},
2020-05-13 18:27:21 +00:00
"flow_title": "UPnP/IGD: {name}",
2018-10-10 12:25:21 +00:00
"step": {
2020-07-13 00:02:52 +00:00
"init": {
"one": "Vide",
"other": "Vide"
},
2020-05-13 18:27:21 +00:00
"ssdp_confirm": {
"description": "Voulez-vous configurer ce p\u00e9riph\u00e9rique UPnP/IGD?"
2018-10-10 12:25:21 +00:00
},
"user": {
"data": {
2020-06-07 00:03:28 +00:00
"scan_interval": "Intervalle de mise \u00e0 jour (secondes, minimum 30)",
2021-05-22 00:12:02 +00:00
"unique_id": "Appareil",
2020-05-13 18:27:21 +00:00
"usn": "Appareil"
2020-05-29 00:04:16 +00:00
}
2018-10-10 12:25:21 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-10-10 12:25:21 +00:00
}