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

22 lines
631 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",
2021-08-27 00:14:42 +00:00
"invalid_auth": "Authentification invalide"
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"
}
}
}
},
"title": "Synchroniser"
}