trmnl-i18n 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/README.adoc +8 -10
  4. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +46 -36
  5. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +46 -36
  6. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +46 -36
  7. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +46 -36
  8. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +46 -36
  9. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +46 -36
  10. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +46 -36
  11. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +46 -36
  12. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +48 -38
  13. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +45 -35
  14. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +46 -36
  15. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +46 -36
  16. data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
  17. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +46 -36
  18. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +46 -36
  19. data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
  20. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +46 -36
  21. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +15 -5
  22. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +15 -5
  23. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +201 -5
  24. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +206 -10
  25. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +206 -10
  26. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +200 -4
  27. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +200 -3
  28. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +200 -4
  29. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +201 -5
  30. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +200 -4
  31. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +212 -16
  32. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +200 -4
  33. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +200 -4
  34. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +200 -4
  35. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +201 -5
  36. data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
  37. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +200 -4
  38. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +200 -4
  39. data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
  40. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +200 -4
  41. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +200 -4
  42. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +200 -4
  43. data/lib/trmnl/i18n/locales/web_ui/da.yml +116 -33
  44. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +224 -142
  45. data/lib/trmnl/i18n/locales/web_ui/de.yml +224 -142
  46. data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
  47. data/lib/trmnl/i18n/locales/web_ui/en.yml +133 -53
  48. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +200 -118
  49. data/lib/trmnl/i18n/locales/web_ui/fr.yml +128 -46
  50. data/lib/trmnl/i18n/locales/web_ui/he.yml +132 -50
  51. data/lib/trmnl/i18n/locales/web_ui/id.yml +129 -47
  52. data/lib/trmnl/i18n/locales/web_ui/it.yml +177 -95
  53. data/lib/trmnl/i18n/locales/web_ui/ja.yml +133 -51
  54. data/lib/trmnl/i18n/locales/web_ui/ko.yml +204 -122
  55. data/lib/trmnl/i18n/locales/web_ui/nl.yml +129 -47
  56. data/lib/trmnl/i18n/locales/web_ui/no.yml +114 -35
  57. data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
  58. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +132 -50
  59. data/lib/trmnl/i18n/locales/web_ui/raw.yml +109 -29
  60. data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
  61. data/lib/trmnl/i18n/locales/web_ui/uk.yml +135 -53
  62. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +130 -48
  63. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +152 -70
  64. data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
  65. data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
  66. data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
  67. data/trmnl-i18n.gemspec +3 -3
  68. data.tar.gz.sig +0 -0
  69. metadata +28 -19
  70. metadata.gz.sig +0 -0
@@ -1,12 +1,22 @@
1
+ ---
1
2
  uk:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: today
7
5
  tomorrow: tomorrow
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
6
+ updated: Updated
7
+ activity: Activity
8
+ done: Done
9
+ due: Due
10
+ deutsche_bahn_departures:
11
+ time: Time
12
+ destination: Destination
13
+ platform: Platform
14
+ delay: Delay
15
+ train: Train
16
+ on_time: On time
17
+ cancelled: Cancelled
18
+ minutes: m
19
+ refreshed: Refreshed
10
20
  simple_calendar:
11
21
  title: Календар
12
22
  ym_format: "%b %Y р."
@@ -30,36 +40,36 @@ uk:
30
40
  - M12
31
41
  date_labels:
32
42
  -
33
- - "1"
34
- - "2"
35
- - "3"
36
- - "4"
37
- - "5"
38
- - "6"
39
- - "7"
40
- - "8"
41
- - "9"
42
- - "10"
43
- - "11"
44
- - "12"
45
- - "13"
46
- - "14"
47
- - "15"
48
- - "16"
49
- - "17"
50
- - "18"
51
- - "19"
52
- - "20"
53
- - "21"
54
- - "22"
55
- - "23"
56
- - "24"
57
- - "25"
58
- - "26"
59
- - "27"
60
- - "28"
61
- - "29"
62
- - "30"
43
+ - '1'
44
+ - '2'
45
+ - '3'
46
+ - '4'
47
+ - '5'
48
+ - '6'
49
+ - '7'
50
+ - '8'
51
+ - '9'
52
+ - '10'
53
+ - '11'
54
+ - '12'
55
+ - '13'
56
+ - '14'
57
+ - '15'
58
+ - '16'
59
+ - '17'
60
+ - '18'
61
+ - '19'
62
+ - '20'
63
+ - '21'
64
+ - '22'
65
+ - '23'
66
+ - '24'
67
+ - '25'
68
+ - '26'
69
+ - '27'
70
+ - '28'
71
+ - '29'
72
+ - '30'
63
73
  heavenly_stems:
64
74
  - Wood
65
75
  - Wood
@@ -95,7 +105,7 @@ uk:
95
105
  nengo:
96
106
  reiwa: Рейва
97
107
  ym_format: "%b %Y р. (%{nengo} %{alt_year})"
98
- year_1: "1"
108
+ year_1: '1'
99
109
  hebrew:
100
110
  ym_format: ", %{month_label} %{alt_year}"
101
111
  month_labels:
@@ -1,12 +1,22 @@
1
+ ---
1
2
  zh-CN:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: today
7
5
  tomorrow: tomorrow
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
6
+ updated: Updated
7
+ activity: Activity
8
+ done: Done
9
+ due: Due
10
+ deutsche_bahn_departures:
11
+ time: Time
12
+ destination: Destination
13
+ platform: Platform
14
+ delay: Delay
15
+ train: Train
16
+ on_time: On time
17
+ cancelled: Cancelled
18
+ minutes: m
19
+ refreshed: Refreshed
10
20
  simple_calendar:
11
21
  title: 日历
12
22
  ym_format: "%Y年%-m月"
@@ -1,12 +1,22 @@
1
+ ---
1
2
  zh-HK:
2
- # namespace to not interfere with other localizations
3
3
  custom_plugins:
4
-
5
- # generic words and phrases to make custom plugins more accessible
6
4
  today: 今日
7
5
  tomorrow: 明日
8
-
9
- # plugin-specific localizations; alphabetize by plugin's keyname
6
+ updated: Updated
7
+ activity: Activity
8
+ done: Done
9
+ due: Due
10
+ deutsche_bahn_departures:
11
+ time: Time
12
+ destination: Destination
13
+ platform: Platform
14
+ delay: Delay
15
+ train: Train
16
+ on_time: On time
17
+ cancelled: Cancelled
18
+ minutes: m
19
+ refreshed: Refreshed
10
20
  simple_calendar:
11
21
  title: 日曆
12
22
  ym_format: "%Y年%-m月"
@@ -1,13 +1,57 @@
1
+ ---
1
2
  da:
2
- # namespace to not interfere with other localizations
3
3
  renders:
4
-
5
- # plugin-specific localizations; alphabetize by plugin's keyname
4
+ and_x_more_prefix: And
5
+ and_x_more_suffix: more
6
6
  days_left_year:
7
7
  title: Dage tilbage i år
8
8
  days_passed: Dage gået
9
9
  days_left: Dage tilbage
10
-
10
+ lunar_calendar:
11
+ title: Lunar Calendar
12
+ age: Lunar Age
13
+ current_phase: Current Phase
14
+ illumination: Moon Illumination
15
+ next_full_moon: Next Full Moon
16
+ next_new_moon: Next New Moon
17
+ next_phase: Next Phase
18
+ next_phase_short: Next
19
+ moon_phases:
20
+ new_moon: New Moon
21
+ waxing_crescent: Waxing Crescent
22
+ first_quarter: First Quarter
23
+ waxing_gibbous: Waxing Gibbous
24
+ full_moon: Full Moon
25
+ waning_gibbous: Waning Gibbous
26
+ third_quarter: Third Quarter
27
+ waning_crescent: Waning Crescent
28
+ parcel:
29
+ delivery_by: Delivery by
30
+ empty: There are no deliveries
31
+ errors:
32
+ api: Parcel API error
33
+ http: HTTP error %{code}
34
+ internal: Internal error
35
+ filter_modes:
36
+ active:
37
+ one: Active Delivery
38
+ other: Active Deliveries
39
+ recent:
40
+ one: Recent Delivery
41
+ other: Recent Deliveries
42
+ status:
43
+ delivered: Delivered
44
+ delivery_exception: Delivery Exception
45
+ expecting_pickup: Expecting Pickup
46
+ failed_delivery_attempt: Failed Delivery Attempt
47
+ frozen: Frozen
48
+ in_transit: In Transit
49
+ information_received: Information Received
50
+ not_found: Not Found
51
+ out_for_delivery: Out For Delivery
52
+ unknown: Unknown
53
+ today: Today
54
+ tomorrow: Tomorrow
11
55
  weather:
12
56
  title: Vejr
13
57
  temperature: Temperatur
@@ -18,4 +62,156 @@ da:
18
62
  uv: UV
19
63
  right_now: Lige nu
20
64
  today: I dag
21
- tomorrow: I morgen
65
+ tomorrow: I morgen
66
+ weatherapi:
67
+ uv:
68
+ low: Low
69
+ moderate: Moderate
70
+ high: High
71
+ very_high: Very High
72
+ extreme: Extreme
73
+ conditions:
74
+ - code: 1000
75
+ day: Sunny
76
+ night: Clear
77
+ - code: 1003
78
+ day: Partly Cloudy
79
+ night: Partly Cloudy
80
+ - code: 1006
81
+ day: Cloudy
82
+ night: Cloudy
83
+ - code: 1009
84
+ day: Overcast
85
+ night: Overcast
86
+ - code: 1030
87
+ day: Mist
88
+ night: Mist
89
+ - code: 1063
90
+ day: Light Rain
91
+ night: Light Rain
92
+ - code: 1066
93
+ day: Light Snow
94
+ night: Light Snow
95
+ - code: 1069
96
+ day: Sleet
97
+ night: Sleet
98
+ - code: 1072
99
+ day: Freeze Drizzle
100
+ night: Freeze Drizzle
101
+ - code: 1087
102
+ day: Thunder
103
+ night: Thunder
104
+ - code: 1114
105
+ day: Blowing Snow
106
+ night: Blowing Snow
107
+ - code: 1117
108
+ day: Blizzard
109
+ night: Blizzard
110
+ - code: 1135
111
+ day: Fog
112
+ night: Fog
113
+ - code: 1147
114
+ day: Freezing Fog
115
+ night: Freezing Fog
116
+ - code: 1150
117
+ day: Light Drizzle
118
+ night: Light Drizzle
119
+ - code: 1153
120
+ day: Drizzle
121
+ night: Drizzle
122
+ - code: 1168
123
+ day: Freeze Drizzle
124
+ night: Freeze Drizzle
125
+ - code: 1171
126
+ day: Heavy Freeze
127
+ night: Heavy Freeze
128
+ - code: 1180
129
+ day: Light Rain
130
+ night: Light Rain
131
+ - code: 1183
132
+ day: Light Rain
133
+ night: Light Rain
134
+ - code: 1186
135
+ day: Moderate Rain
136
+ night: Moderate Rain
137
+ - code: 1189
138
+ day: Moderate Rain
139
+ night: Moderate Rain
140
+ - code: 1192
141
+ day: Heavy Rain
142
+ night: Heavy Rain
143
+ - code: 1195
144
+ day: Heavy Rain
145
+ night: Heavy Rain
146
+ - code: 1198
147
+ day: Light Freeze
148
+ night: Light Freeze
149
+ - code: 1201
150
+ day: Heavy Freeze
151
+ night: Heavy Freeze
152
+ - code: 1204
153
+ day: Light Sleet
154
+ night: Light Sleet
155
+ - code: 1207
156
+ day: Heavy Sleet
157
+ night: Heavy Sleet
158
+ - code: 1210
159
+ day: Light Snow
160
+ night: Light Snow
161
+ - code: 1213
162
+ day: Light Snow
163
+ night: Light Snow
164
+ - code: 1216
165
+ day: Moderate Snow
166
+ night: Moderate Snow
167
+ - code: 1219
168
+ day: Moderate Snow
169
+ night: Moderate Snow
170
+ - code: 1222
171
+ day: Heavy Snow
172
+ night: Heavy Snow
173
+ - code: 1225
174
+ day: Heavy Snow
175
+ night: Heavy Snow
176
+ - code: 1237
177
+ day: Ice Pellets
178
+ night: Ice Pellets
179
+ - code: 1240
180
+ day: Light Rain
181
+ night: Light Rain
182
+ - code: 1243
183
+ day: Heavy Rain
184
+ night: Heavy Rain
185
+ - code: 1246
186
+ day: Torrential Rain
187
+ night: Torrential Rain
188
+ - code: 1249
189
+ day: Light Sleet
190
+ night: Light Sleet
191
+ - code: 1252
192
+ day: Heavy Sleet
193
+ night: Heavy Sleet
194
+ - code: 1255
195
+ day: Light Snow
196
+ night: Light Snow
197
+ - code: 1258
198
+ day: Heavy Snow
199
+ night: Heavy Snow
200
+ - code: 1261
201
+ day: Light Ice
202
+ night: Light Ice
203
+ - code: 1264
204
+ day: Heavy Ice
205
+ night: Heavy Ice
206
+ - code: 1273
207
+ day: Thunder & Rain
208
+ night: Thunder & Rain
209
+ - code: 1276
210
+ day: Thunder & Rain
211
+ night: Thunder & Rain
212
+ - code: 1279
213
+ day: Thunder & Snow
214
+ night: Thunder & Snow
215
+ - code: 1282
216
+ day: Thunder & Snow
217
+ night: Thunder & Snow
@@ -1,21 +1,217 @@
1
+ ---
1
2
  de-AT:
2
- # namespace to not interfere with other localizations
3
3
  renders:
4
-
5
- # plugin-specific localizations; alphabetize by plugin's keyname
4
+ and_x_more_prefix: und
5
+ and_x_more_suffix: weitere
6
6
  days_left_year:
7
7
  title: Verbleibende Tage dieses Jahr
8
8
  days_passed: Vergangene Tage
9
9
  days_left: Verbleibende Tage
10
-
10
+ lunar_calendar:
11
+ title: Mondkalender
12
+ age: Mondalter
13
+ current_phase: Aktuelle Phase
14
+ illumination: Mondbeleuchtung
15
+ next_full_moon: Nächster Vollmond
16
+ next_new_moon: Nächster Neumond
17
+ next_phase: Nächste Phase
18
+ next_phase_short: Nächste Phase
19
+ moon_phases:
20
+ new_moon: Neumond
21
+ waxing_crescent: zun. Sichel
22
+ first_quarter: erstes Viertel
23
+ waxing_gibbous: zunehmend
24
+ full_moon: Vollmond
25
+ waning_gibbous: abnehmend
26
+ third_quarter: letztes Viertel
27
+ waning_crescent: abn. Sichel
28
+ parcel:
29
+ delivery_by: Lieferung bis
30
+ empty: Es gibt keine Lieferungen
31
+ errors:
32
+ api: Fehler in Parcel-API
33
+ http: HTTP-Fehler %{code}
34
+ internal: Interner Fehler
35
+ filter_modes:
36
+ active:
37
+ one: Aktive Lieferung
38
+ other: Aktive Lieferungen
39
+ recent:
40
+ one: Kürzliche Lieferung
41
+ other: Kürzliche Lieferungen
42
+ status:
43
+ delivered: Zugestellt
44
+ delivery_exception: Ausnahme bei Lieferung
45
+ expecting_pickup: Abholung erwartet
46
+ failed_delivery_attempt: Zustellversuch erfolglos
47
+ frozen: Eingefroren
48
+ in_transit: Im Transport
49
+ information_received: Information erhalten
50
+ not_found: Nicht gefunden
51
+ out_for_delivery: In Zustellung
52
+ unknown: Unbekannt
53
+ today: Heute
54
+ tomorrow: Morgen
11
55
  weather:
12
56
  title: Wetter
13
57
  temperature: Temperatur
14
- feels_like: Gefühlt
58
+ feels_like: gefühlt
15
59
  humidity: Feuchtigkeit
16
- low: Tief
17
- high: Hoch
60
+ low: min
61
+ high: max
18
62
  uv: UV
19
- right_now: Jetzt
20
- today: Heute
21
- tomorrow: Morgen
63
+ right_now: jetzt
64
+ today: heute
65
+ tomorrow: morgen
66
+ weatherapi:
67
+ uv:
68
+ low: niedrig
69
+ moderate: mäßig
70
+ high: hoch
71
+ very_high: sehr hoch
72
+ extreme: extrem
73
+ conditions:
74
+ - code: 1000
75
+ day: sonnig
76
+ night: klar
77
+ - code: 1003
78
+ day: teilweise bewölkt
79
+ night: teilweise bewölkt
80
+ - code: 1006
81
+ day: bewölkt
82
+ night: bewölkt
83
+ - code: 1009
84
+ day: bedeckt
85
+ night: bedeckt
86
+ - code: 1030
87
+ day: Dunst
88
+ night: Dunst
89
+ - code: 1063
90
+ day: leichter Regen
91
+ night: leichter Regen
92
+ - code: 1066
93
+ day: leichter Schneefall
94
+ night: leichter Schneefall
95
+ - code: 1069
96
+ day: Nieselregen
97
+ night: Nieselregen
98
+ - code: 1072
99
+ day: Schneeregen
100
+ night: Schneeregen
101
+ - code: 1087
102
+ day: Gewitter
103
+ night: Gewitter
104
+ - code: 1114
105
+ day: Schneeverwehungen
106
+ night: Schneeverwehungen
107
+ - code: 1117
108
+ day: Schneesturm
109
+ night: Schneesturm
110
+ - code: 1135
111
+ day: Nebel
112
+ night: Nebel
113
+ - code: 1147
114
+ day: gefrierender Nebel
115
+ night: gefrierender Nebel
116
+ - code: 1150
117
+ day: leichter Nieselregen
118
+ night: leichter Nieselregen
119
+ - code: 1153
120
+ day: Nieselregel
121
+ night: Nieselregel
122
+ - code: 1168
123
+ day: gefrierender Nieselregen
124
+ night: gefrierender Nieselregen
125
+ - code: 1171
126
+ day: starker Gefrierregen
127
+ night: starker Gefrierregen
128
+ - code: 1180
129
+ day: leichter Regen
130
+ night: leichter Regen
131
+ - code: 1183
132
+ day: leichter Regen
133
+ night: leichter Regen
134
+ - code: 1186
135
+ day: mäßiger Regen
136
+ night: mäßiger Regen
137
+ - code: 1189
138
+ day: mäßiger Regen
139
+ night: mäßiger Regen
140
+ - code: 1192
141
+ day: starker Regen
142
+ night: starker Regen
143
+ - code: 1195
144
+ day: starker Regen
145
+ night: starker Regen
146
+ - code: 1198
147
+ day: leichter Gefrierregen
148
+ night: leichter Gefrierregen
149
+ - code: 1201
150
+ day: starker Gefrierregen
151
+ night: starker Gefrierregen
152
+ - code: 1204
153
+ day: leichter Schneeregen
154
+ night: leichter Schneeregen
155
+ - code: 1207
156
+ day: starker Schneeregen
157
+ night: starker Schneeregen
158
+ - code: 1210
159
+ day: leichter Schneefall
160
+ night: leichter Schneefall
161
+ - code: 1213
162
+ day: leichter Schneefall
163
+ night: leichter Schneefall
164
+ - code: 1216
165
+ day: mäßiger Schneefall
166
+ night: mäßiger Schneefall
167
+ - code: 1219
168
+ day: mäßiger Schneefall
169
+ night: mäßiger Schneefall
170
+ - code: 1222
171
+ day: starker Schneefall
172
+ night: starker Schneefall
173
+ - code: 1225
174
+ day: starker Schneefall
175
+ night: starker Schneefall
176
+ - code: 1237
177
+ day: Eiskörner
178
+ night: Eiskörner
179
+ - code: 1240
180
+ day: leichter Regen
181
+ night: leichter Regen
182
+ - code: 1243
183
+ day: starker Regen
184
+ night: starker Regen
185
+ - code: 1246
186
+ day: Wolkenbruch
187
+ night: Wolkenbruch
188
+ - code: 1249
189
+ day: leichter Schneeregen
190
+ night: leichter Schneeregen
191
+ - code: 1252
192
+ day: starker Schneeregen
193
+ night: starker Schneeregen
194
+ - code: 1255
195
+ day: leichter Schneefall
196
+ night: leichter Schneefall
197
+ - code: 1258
198
+ day: starker Schneefall
199
+ night: starker Schneefall
200
+ - code: 1261
201
+ day: leichter Eisregen
202
+ night: leichter Eisregen
203
+ - code: 1264
204
+ day: starker Eisregen
205
+ night: starker Eisregen
206
+ - code: 1273
207
+ day: Gewitter mit Regen
208
+ night: Gewitter mit Regen
209
+ - code: 1276
210
+ day: Gewitter mit Regen
211
+ night: Gewitter mit Regen
212
+ - code: 1279
213
+ day: Gewitter mit Schnee
214
+ night: Gewitter mit Schnee
215
+ - code: 1282
216
+ day: Gewitter mit Schnee
217
+ night: Gewitter mit Schnee