diff options
Diffstat (limited to 'messages/en-gb.json')
-rw-r--r-- | messages/en-gb.json | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/messages/en-gb.json b/messages/en-gb.json new file mode 100644 index 0000000..46fbb1a --- /dev/null +++ b/messages/en-gb.json @@ -0,0 +1,85 @@ +{ + "$schema": "https://inlang.com/schema/inlang-message-format", + "locale_page_informational_message": "You're currently using the en-GB locale.", + "lang_short": "en", + "to": "to", + "from": "from", + "brief_north_otter_cherish": "This connection has been cancelled.", + "line_number_accuracy": "Line information may be inaccurate", + "next_long_lark_bask": [ + { + "declarations": ["input minutes"], + "selectors": ["minutes"], + "match": { + "minutes=1": "This connection is delayed by {minutes} minute.", + "minutes=*": "This connection is delayed by {minutes} minutes." + } + } + ], + "vehicle_is_early": [ + { + "declarations": ["input arrival", "input minutes"], + "selectors": ["arrival", "minutes"], + "match": { + "arrival=true, minutes=1": "This connection will arrive {minutes} minute earlier than planned.", + "arrival=true, minutes=*": "This connection will arrive {minutes} minutes earlier than planned.", + "arrival=*, minutes=1": "This connection will depart {minutes} minute earlier than planned.", + "arrival=*, minutes=*": "This connection will depart {minutes} minutes earlier than planned." + } + } + ], + "station_location": [ + { + "declarations": ["input mode", "input track"], + "selectors": ["mode"], + "match": { + "mode=*": "Track {track}", + "mode=BUS": "Stop {track}", + "mode=TRAM": "Stop {track}", + "mode=COACH": "Stop {track}" + } + } + ], + "home_flaky_jurgen_ascend": "Departure at", + "polite_lucky_angelfish_amaze": "Arrival at", + "antsy_weird_cowfish_wish": "Planned", + "operator_sbb": "Swiss Federal Railways (SBB)", + "operator_vbz": "Verkehrsbetriebe Zürich (VBZ)", + "operator_vbg": "Verkehrsbetriebe Glattal (VBG)", + "operator_szu": "Sihltal-Zürich-Uetliberg Bahn SZU", + "operator_bls": "BLS", + "operator_bernmobil": "BERNMOBIL (Transport Services Bern SVB)", + "operator_rbs": "Regional Transport Bern-Solothurn (RBS)", + "operated_by": [ + { + "declarations": ["input operator"], + "selectors": ["operator"], + "match": { + "operator=*": "Operated by {operator}" + } + } + ], + "free_knotty_ray_soar": "Departure", + "hour_tidy_hawk_explore": "Arrival in", + "hour": "hour", + "hours": "hours", + "minute": "minute", + "minutes": "minutes", + "seconds": "seconds", + "second": "second", + "timeJoiner": "{l} and {r}", + "timeJoiner2": "{l}, {r}", + "timeImmediate": [ + { + "declarations": ["input isPastTense"], + "selectors": ["isPastTense"], + "match": { + "isPastTense=true": "just now", + "isPastTense=false": "in any moment", + "isPastTense=*": "0 minutes" + } + } + ], + "timeInPast": "{relTime} ago", + "timeInFuture": "in {relTime}" +} |