diff options
i18n: temporary de-ch
-rw-r--r-- | messages/de-ch.json | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/messages/de-ch.json b/messages/de-ch.json index afb8130..14f5f98 100644 --- a/messages/de-ch.json +++ b/messages/de-ch.json @@ -91,9 +91,15 @@ } } ], - "timeJoiner": "{l} und {r}", - "timeJoiner2": "{l}, {r}", - "timeImmediate": [ + "_": "FIXME: these i18n are computer generated and are BAD.", + "no_results_title": "Keine Resultate", + "no_results_body": "Es wurden keine Ergebnisse für den Sender *{stationName}* gefunden.\nBitte versuchen Sie es erneut.", + "welcome_title": "Kein Bahnhof", + "welcome_body_1": "Bitte geben Sie einen Bahnhof in das Suchfeld oben ein und wählen Sie ein Suchergebnis aus.", + "welcome_examples": "Beispiele:", + "time_joiner": "{l} und {r}", + "time_joiner2": "{l}, {r}", + "time_immediate": [ { "declarations": ["input isPastTense"], "selectors": ["isPastTense"], @@ -104,6 +110,6 @@ } } ], - "timeInPast": "vor {relTime}", - "timeInFuture": "in {relTime}" + "past_time": "vor {relTime}", + "future_time": "in {relTime}" } |