diff options
Diffstat (limited to 'messages/de-ch.json')
-rw-r--r-- | messages/de-ch.json | 8 |
1 files changed, 4 insertions, 4 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": [ { |