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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
{
"$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}"
}
|