-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix config flow description not visable #4
- Loading branch information
Showing
6 changed files
with
35 additions
and
49 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
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
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 |
---|---|---|
@@ -1,28 +1,23 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"invalid_station": "Invalid Start / Destination station", | ||
"unknown": "Unknown Error" | ||
}, | ||
"abort": { | ||
"already_configured": "This start & Destination combination is already configured" | ||
}, | ||
"flow_title": "Setup DeutscheBahn", | ||
"step": { | ||
"user": { | ||
"title": "Setup DeutscheBahn", | ||
"description": "Submit your train station details for the search queries.", | ||
"data": { | ||
"start": "Start station", | ||
"destination": "Destination station", | ||
"offset": "Offset in minutes", | ||
"only direct": "Only show direct connections?" | ||
"only_direct": "Only show direct connections?" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Version" | ||
}, | ||
"abort": { | ||
"already_configured": "This start & Destination combination is already configured" | ||
}, | ||
"error": { | ||
"invalid_station": "Invalid Start / Destination station", | ||
"unknown": "Unknown Error" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,28 +1,23 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"invalid_station": "Ungültige Start/Ziel Station", | ||
"unknown": "Unbekannter Fehler" | ||
}, | ||
"abort": { | ||
"already_configured": "Diese Start & Ziel Station Kombination ist bereits konfiguriert." | ||
}, | ||
"flow_title": "Einrichtung der DeutscheBahn Integration", | ||
"step": { | ||
"user": { | ||
"title": "Einrichtung der DeutscheBahn Integration", | ||
"description": "Trage hier deine Zug Station Informationen ein für die Suchabfrage.", | ||
"data": { | ||
"start": "Start Station", | ||
"destination": "Ziel Station", | ||
"destination": "Ziel station", | ||
"offset": "Versatz in Minutes", | ||
"only direct": "Zeige nur direkte Verbindungen?" | ||
"only_direct": "Zeige nur direkte Verbindungen?" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Version" | ||
}, | ||
"abort": { | ||
"already_configured": "Diese Start & Ziel Station Kombination ist bereits konfiguriert." | ||
}, | ||
"error": { | ||
"invalid_station": "Ungültige Start/Ziel Station", | ||
"unknown": "Unbekannter Fehler" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,28 +1,23 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"invalid_station": "Invalid Start / Destination station", | ||
"unknown": "Unknown Error" | ||
}, | ||
"abort": { | ||
"already_configured": "This start & Destination combination is already configured" | ||
}, | ||
"flow_title": "Setup DeutscheBahn", | ||
"step": { | ||
"user": { | ||
"title": "Setup DeutscheBahn", | ||
"description": "Submit your train station details for the search queries.", | ||
"data": { | ||
"start": "Start station", | ||
"destination": "Destination station", | ||
"offset": "Offset in minutes", | ||
"only direct": "Only show direct connections?" | ||
"only_direct": "Only show direct connections?" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Version" | ||
}, | ||
"abort": { | ||
"already_configured": "This start & Destination combination is already configured" | ||
}, | ||
"error": { | ||
"invalid_station": "Invalid Start / Destination station", | ||
"unknown": "Unknown Error" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"name": "Deutsche Bahn", | ||
"render_readme": true | ||
"render_readme": true, | ||
"country": ["DE"] | ||
} |