Skip to content

Commit

Permalink
german translation (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Schroll authored Jan 17, 2021
1 parent f2d8ae4 commit bc60bba
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions custom_components/ical/translations/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"config": {
"abort": {
"already_configured": "Device ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Fehler beim Verbinden",
"invalid_auth": "Fehlerhafte Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"url": "URL",
"name": "Kalender Name",
"max_events": "Anzahl zu erstellender Termin Sensoren",
"days": "Maximale Tage in der Zukunft für Termine",
"verify_ssl": "SSL Zertifikat verifizieren"
}
}
}
},
"title": "ical"
}

0 comments on commit bc60bba

Please sign in to comment.