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

19 lines
450 B
JSON
Raw Normal View History

2021-04-12 00:04:19 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
2021-04-12 00:04:19 +00:00
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"host": "H\u00f4te",
"port": "Port"
}
}
}
}
}