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

21 lines
604 B
JSON
Raw Normal View History

2021-08-02 03:40:04 +00:00
{
"config": {
"abort": {
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2021-08-02 03:40:04 +00:00
},
"step": {
"user": {
"data": {
"title": "Configurer l'int\u00e9gration de Syncthing",
"token": "Jeton",
"url": "URL",
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
2022-04-29 00:22:21 +00:00
}
2021-08-02 03:40:04 +00:00
}