1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-core/homeassistant/components/syncthing/translations/de.json
2021-05-12 00:04:03 +00:00

21 lines
557 B
JSON

{
"config": {
"abort": {
"already_configured": "Der Dienst ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"step": {
"user": {
"data": {
"token": "Token",
"url": "URL",
"verify_ssl": "SSL-Zertifikat \u00fcberpr\u00fcfen"
}
}
}
},
"title": "Syncthing"
}