{ "$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", "connection_cancelled": "This connection has been cancelled.", "line_number_accuracy": "Line information may be inaccurate", "connection_delayed": [ { "declarations": ["input minutes"], "selectors": ["minutes"], "match": { "minutes=1": "This connection is delayed by {minutes} minute.", "minutes=*": "This connection is delayed by {minutes} minutes." } } ], "connection_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}" } } ], "departure_at": "Departure at", "arrival_at": "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)", "operator_oebb": "Österreichische Bundesbahnen AG (ÖBB)", "operated_by": [ { "declarations": ["input operator"], "selectors": ["operator"], "match": { "operator=*": "Operated by {operator}" } } ], "departure_in": "Departure", "arrival_in": "Arrival in", "hours": [ { "declarations": ["input hours"], "selectors": ["hours"], "match": { "hours=1": "1 hour", "hours=*": "{hours} hours" } } ], "minutes": [ { "declarations": ["input minutes"], "selectors": ["minutes"], "match": { "minutes=1": "1 minute", "minutes=*": "{minutes} minutes" } } ], "seconds": [ { "declarations": ["input seconds"], "selectors": ["seconds"], "match": { "seconds=1": "1 second", "seconds=*": "{seconds} seconds" } } ], "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"], "match": { "isPastTense=true": "just now", "isPastTense=false": "in any moment", "isPastTense=*": "0 minutes" } } ], "past_time": "{relTime} ago", "future_time": "in {relTime}" }