-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bastian Schroll
authored
Jan 17, 2021
1 parent
f2d8ae4
commit bc60bba
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |