aboutsummaryrefslogtreecommitdiffstats
path: root/messages/de-ch.json
blob: 4133d58ffd7843a95073038d08138c836f27b3bb (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
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
116
117
118
119
120
121
122
123
124
{
  "$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",
  "from": "Von",
  "line_number_accuracy": "Streckeninformationen könnten fehlerhaft sein",
  "station_location": [
    {
      "declarations": ["input mode", "input track"],
      "selectors": ["mode"],
      "match": {
        "mode=*": "Gleis {track}",
        "mode=BUS": "Kante {track}",
        "mode=TRAM": "Kante {track}",
        "mode=COACH": "Kante {track}"
      }
    }
  ],
  "connection_cancelled": "Diese Verbindung wurde abgebrochen.",
  "connection_delayed": [
    {
      "declarations": ["input minutes"],
      "selectors": ["minutes"],
      "match": {
        "minutes=1": "Diese verbindung fährt eine minute später.",
        "minutes=*": "Diese verbindung fährt {minutes} minuten später."
      }
    }
  ],
  "connection_early": [
    {
      "declarations": ["input arrival", "input minutes"],
      "selectors": ["arrival", "minutes"],
      "match": {
        "arrival=true, minutes=1": "Dieses Fahrzeug kommt frühzeitig an.",
        "arrival=true, minutes=*": "Dieses Fahrzeug kommt frühzeitig an.",
        "arrival=*, minutes=1": "Dieses Fahrzeug fährt frühzeitig ab.",
        "arrival=*, minutes=*": "Dieses Fahrzeug fährt frühzeitig ab."
      }
    }
  ],
  "departure_at": "Abfahrt um",
  "arrival_at": "Ankunft um",
  "antsy_weird_cowfish_wish": "Geplannte",
  "operator_sbb": "Schweizerische Bundesbahnen (SBB)",
  "operator_vbz": "Verkehrsbetriebe Zürich (VBZ)",
  "operator_vbg": "Verkehrsbetriebe Glattal (VBG)",
  "operator_szu": "Sihltal-Zürich-Uetliberg-Bahn SZU",
  "operator_bls": "BLS AG",
  "operator_bernmobil": "BERNMOBIL (Städtische Verkehrsbetriebe Bern SVB)",
  "operator_rbs": "Regionalverkehr Bern-Solothurn (RBS)",
  "operator_oebb": "Österreichische Bundesbahnen AG (ÖBB)",
  "operated_by": [
    {
      "declarations": ["input operator"],
      "selectors": ["operator"],
      "match": {
        "operator=*": "Betrieben von {operator}"
      }
    }
  ],
  "arrival_in": "Ankunft in",
  "departure_in": "Abfahrt",
  "hours": [
    {
      "declarations": ["input hours"],
      "selectors": ["hours"],
      "match": {
        "hours=1": "einer stunde",
        "hours=*": "{hours} stunden"
      }
    }
  ],
  "minutes": [
    {
      "declarations": ["input minutes"],
      "selectors": ["minutes"],
      "match": {
        "minutes=1": "einer minute",
        "minutes=*": "{minutes} minuten"
      }
    }
  ],
  "seconds": [
    {
      "declarations": ["input seconds"],
      "selectors": ["seconds"],
      "match": {
        "seconds=1": "einer sekunde",
        "seconds=*": "{seconds} sekunden"
      }
    }
  ],
  "_": "FIXME: these i18n are computer generated and are BAD.",
  "no_results_title": "Keine Resultate",
  "no_results_body": [
    {
      "declarations": ["input stationName"],
      "selectors": ["stationName"],
      "match": {
        "*": "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"],
      "match": {
        "isPastTense=true": "vor 0 minuten",
        "isPastTense=false": "in 0 minuten",
        "isPastTense=*": "0 minuten"
      }
    }
  ],
  "past_time": "vor {relTime}",
  "future_time": "in {relTime}"
}