From f0783d10c172e627171539b3ba166b8619ea859f Mon Sep 17 00:00:00 2001 From: memdmp Date: Thu, 24 Jul 2025 10:05:46 +0000 Subject: feat: more i18n --- messages/en-gb.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'messages/en-gb.json') 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}" } -- cgit v1.2.3