-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💬 Catch DB-Rest's 502 Bad Gateway and show a user friendly error mess…
…age (#205) * Catch DB-Rest's 502 Bad Gateway and show a user friendly warning * Language
- Loading branch information
1 parent
1a68505
commit bec1eb6
Showing
6 changed files
with
94 additions
and
36 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
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,10 +1,10 @@ | ||
<?php | ||
return [ | ||
"cookie-notice" => "Wir nutzen Cookies für unser Login-System.", | ||
"cookie-notice" => "Wir nutzen Cookies für unser Login-System.", | ||
"cookie-notice-button" => "Okay", | ||
"cookie-notice-learn" => "Mehr erfahren", | ||
"exception" => [ | ||
"general" => "Es ist ein Fehler aufgetreten. Bitte probiere es erneut.", | ||
"generalHafas" => "Es gab ein Problem mit der HAFAS Schnittstelle.", | ||
"cookie-notice-learn" => "Mehr erfahren", | ||
"exception" => [ | ||
"general" => "Es ist ein Fehler aufgetreten. Bitte probiere es erneut.", | ||
"generalHafas" => "Es gab ein Problem mit der Schnittstelle zu den Fahrplandaten. Bitte probiere es erneut.", | ||
] | ||
]; |
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,10 +1,10 @@ | ||
<?php | ||
return [ | ||
"cookie-notice" => "We use cookies for our login-system.", | ||
"cookie-notice" => "We use cookies for our login-system.", | ||
"cookie-notice-button" => "Okay", | ||
"cookie-notice-learn" => "Learn more", | ||
"exception" => [ | ||
"general" => "An unknown error occurred. Please try again.", | ||
'generalHafas' => "There has been a Problem with the HAFAS interface." | ||
"cookie-notice-learn" => "Learn more", | ||
"exception" => [ | ||
"general" => "An unknown error occurred. Please try again.", | ||
'generalHafas' => "There was a problem with the interface to the timetable data. Please try again." | ||
] | ||
]; |