aboutsummaryrefslogtreecommitdiffstats
path: root/messages/en-gb.json
blob: 46fbb1af934ece232818a896a689d22dd77d92de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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}"
}