diff options
Diffstat (limited to 'messages')
-rw-r--r-- | messages/de-ch.json | 8 | ||||
-rw-r--r-- | messages/en-gb.json | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/messages/de-ch.json b/messages/de-ch.json index 6b49062..bb1b9bd 100644 --- a/messages/de-ch.json +++ b/messages/de-ch.json @@ -2,7 +2,7 @@ "$schema": "https://inlang.com/schema/inlang-message-format", "locale_page_informational_message": "Du benutzt gerade die de-CH sprache.\n ", "lang_short": "de", - "to": "Richtung", + "in_direction_of": "Richtung", "from": "Von", "line_number_accuracy": "Streckeninformationen könnten fehlerhaft sein", "station_location": [ @@ -10,10 +10,10 @@ "declarations": ["input mode", "input track"], "selectors": ["mode"], "match": { - "mode=*": "Gleis {track}", "mode=BUS": "Kante {track}", "mode=TRAM": "Kante {track}", - "mode=COACH": "Kante {track}" + "mode=COACH": "Kante {track}", + "mode=*": "Gleis {track}" } } ], @@ -60,7 +60,7 @@ } } ], - "arrival_in": "Ankunft in", + "arrival_in": "Ankunft", "departure_in": "Abfahrt", "hours": [ { diff --git a/messages/en-gb.json b/messages/en-gb.json index 6a11665..db3dabc 100644 --- a/messages/en-gb.json +++ b/messages/en-gb.json @@ -2,7 +2,7 @@ "$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", + "in_direction_of": "to", "from": "from", "connection_cancelled": "This connection has been cancelled.", "line_number_accuracy": "Line information may be inaccurate", @@ -33,10 +33,10 @@ "declarations": ["input mode", "input track"], "selectors": ["mode"], "match": { - "mode=*": "Track {track}", "mode=BUS": "Stop {track}", "mode=TRAM": "Stop {track}", - "mode=COACH": "Stop {track}" + "mode=COACH": "Stop {track}", + "mode=*": "Track {track}" } } ], |