diff options
Diffstat (limited to 'messages/en-gb.json')
-rw-r--r-- | messages/en-gb.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/messages/en-gb.json b/messages/en-gb.json index 0266281..9ce14a0 100644 --- a/messages/en-gb.json +++ b/messages/en-gb.json @@ -91,9 +91,14 @@ } } ], - "timeJoiner": "{l} and {r}", - "timeJoiner2": "{l}, {r}", - "timeImmediate": [ + "no_results_title": "No results", + "no_results_body": "No results have been found for the station *{stationName}*.\nPlease try again.", + "welcome_title": "No Station", + "welcome_body_1": "Please input a station in the search field above and select a search result.", + "welcome_examples": "Examples:", + "time_joiner": "{l} and {r}", + "time_joiner2": "{l}, {r}", + "time_immediate": [ { "declarations": ["input isPastTense"], "selectors": ["isPastTense"], @@ -104,6 +109,6 @@ } } ], - "timeInPast": "{relTime} ago", - "timeInFuture": "in {relTime}" + "past_time": "{relTime} ago", + "future_time": "in {relTime}" } |