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

20 lines
504 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
2021-08-27 00:14:42 +00:00
"device_exists": "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"
2021-02-03 10:46:49 +00:00
},
"step": {
2021-12-15 00:13:42 +00:00
"discovery_confirm": {
2022-06-07 00:20:09 +00:00
"description": "Voulez-vous configurer {name} - {model} ({host})\u00a0?"
2021-12-15 00:13:42 +00:00
},
2021-02-03 10:46:49 +00:00
"user": {
"data": {
2022-02-14 00:15:30 +00:00
"host": "H\u00f4te"
2022-04-29 00:22:21 +00:00
}
2021-02-03 10:46:49 +00:00
}
}
}
}