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

37 lines
1.1 KiB
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
2020-08-29 00:03:59 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
2021-02-19 00:03:06 +00:00
"already_in_progress": "La configuration est d\u00e9j\u00e0 en cours",
2020-03-24 13:18:47 +00:00
"unknown": "Erreur inattendue"
},
"error": {
2020-08-29 00:03:59 +00:00
"cannot_connect": "\u00c9chec de connexion"
2020-03-24 13:18:47 +00:00
},
"flow_title": "Roku: {name}",
"step": {
2021-02-06 00:07:22 +00:00
"discovery_confirm": {
"data": {
"one": "Vide",
"other": "Vide"
},
"description": "Voulez-vous configurer {name} ?",
"title": "Roku"
},
2020-03-24 13:18:47 +00:00
"ssdp_confirm": {
2020-05-13 18:27:21 +00:00
"data": {
"one": "Vide",
"other": "Vide"
},
2020-03-24 13:18:47 +00:00
"description": "Voulez-vous configurer {name} ?",
"title": "Roku"
},
"user": {
"data": {
2021-08-27 00:14:42 +00:00
"host": "H\u00f4te"
2020-03-24 13:18:47 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Entrez vos informations Roku."
2020-03-24 13:18:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}