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

22 lines
622 B
JSON
Raw Normal View History

2021-05-10 00:04:47 +00:00
{
"config": {
"abort": {
"already_configured": "Der Dienst ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"step": {
"user": {
"data": {
2021-05-17 05:17:18 +00:00
"title": "Syncthing-Integration einrichten",
2021-05-12 00:04:03 +00:00
"token": "Token",
2021-05-10 00:04:47 +00:00
"url": "URL",
"verify_ssl": "SSL-Zertifikat \u00fcberpr\u00fcfen"
}
}
}
2021-05-11 00:04:41 +00:00
},
"title": "Syncthing"
2021-05-10 00:04:47 +00:00
}