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

27 lines
813 B
JSON
Raw Normal View History

2020-07-13 00:02:52 +00:00
{
"config": {
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
2020-07-13 00:02:52 +00:00
},
"error": {
"invalid_url": "URL invalide",
"syncthru_not_supported": "L'appareil ne prend pas en charge SyncThru",
"unknown_state": "\u00c9tat de l'imprimante inconnu, v\u00e9rifiez l'URL et la connectivit\u00e9 r\u00e9seau"
},
2021-12-12 00:14:30 +00:00
"flow_title": "{name}",
2020-07-13 00:02:52 +00:00
"step": {
"confirm": {
"data": {
"name": "Nom",
"url": "URL de l'interface Web"
}
},
"user": {
"data": {
"name": "Nom",
"url": "URL de l'interface Web"
}
}
}
}
}