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

22 lines
589 B
JSON

{
"config": {
"error": {
"cannot_connect": "Unable to connect to the Syncthing server.",
"invalid_auth": "Invalid authentication"
},
"abort": {
"already_configured": "Service is already configured"
},
"step": {
"user": {
"title": "Setup Syncthing integration",
"data": {
"url": "URL",
"token": "Token",
"verify_ssl": "Verify SSL"
}
}
}
},
"title": "Syncthing"
}