Skip to content

Commit 8cffc0a

Browse files
committed
Update translations
1 parent 8bdab6b commit 8cffc0a

File tree

2 files changed

+123
-29
lines changed

2 files changed

+123
-29
lines changed

Fosdem/Views/Lists/EventList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ struct EventList: View {
3232

3333
var body: some View {
3434
List(events, id: \.id) { section in
35-
Section(header: Text("\(section.id)")) {
35+
Section(header: Text(section.id)) {
3636
ForEach(section, id: \.id) { event in
3737
NavigationLink(value: event,
3838
label: {

Localizable.xcstrings

Lines changed: 122 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
{
22
"sourceLanguage" : "en",
33
"strings" : {
4-
"%@" : {
5-
6-
},
74
"🇺🇦" : {
8-
5+
"shouldTranslate" : false
96
},
107
"🍺" : {
11-
8+
"shouldTranslate" : false
129
},
1310
"🔨" : {
14-
11+
"shouldTranslate" : false
1512
},
1613
"🧑‍💻" : {
17-
14+
"shouldTranslate" : false
1815
},
1916
"About" : {
2017
"localizations" : {
@@ -23,11 +20,24 @@
2320
"state" : "translated",
2421
"value" : "Over"
2522
}
23+
},
24+
"uk" : {
25+
"stringUnit" : {
26+
"state" : "translated",
27+
"value" : "Про"
28+
}
2629
}
2730
}
2831
},
2932
"All events filtered out" : {
30-
33+
"localizations" : {
34+
"nl" : {
35+
"stringUnit" : {
36+
"state" : "translated",
37+
"value" : "Alle evenementen worden gefilterd"
38+
}
39+
}
40+
}
3141
},
3242
"Bookmarks only" : {
3343
"localizations" : {
@@ -47,6 +57,18 @@
4757
"state" : "translated",
4858
"value" : "Chat"
4959
}
60+
},
61+
"nl" : {
62+
"stringUnit" : {
63+
"state" : "translated",
64+
"value" : "Chat"
65+
}
66+
},
67+
"uk" : {
68+
"stringUnit" : {
69+
"state" : "translated",
70+
"value" : "чат"
71+
}
5072
}
5173
}
5274
},
@@ -57,11 +79,30 @@
5779
"state" : "translated",
5880
"value" : "Omschrijving"
5981
}
82+
},
83+
"uk" : {
84+
"stringUnit" : {
85+
"state" : "translated",
86+
"value" : "Опис"
87+
}
6088
}
6189
}
6290
},
6391
"Details" : {
64-
92+
"localizations" : {
93+
"nl" : {
94+
"stringUnit" : {
95+
"state" : "translated",
96+
"value" : "Details"
97+
}
98+
},
99+
"uk" : {
100+
"stringUnit" : {
101+
"state" : "translated",
102+
"value" : "Деталі"
103+
}
104+
}
105+
}
65106
},
66107
"Favorite" : {
67108
"localizations" : {
@@ -70,17 +111,31 @@
70111
"state" : "translated",
71112
"value" : "Favoriet"
72113
}
114+
},
115+
"uk" : {
116+
"stringUnit" : {
117+
"state" : "translated",
118+
"value" : "Улюблений"
119+
}
73120
}
74121
}
75122
},
76123
"Filters" : {
77-
124+
"localizations" : {
125+
"nl" : {
126+
"stringUnit" : {
127+
"state" : "translated",
128+
"value" : "Filters"
129+
}
130+
}
131+
}
78132
},
79133
"FOSDEM" : {
80-
134+
"shouldTranslate" : false
81135
},
82136
"Fosdem %@" : {
83-
"extractionState" : "manual"
137+
"extractionState" : "manual",
138+
"shouldTranslate" : false
84139
},
85140
"Future events only" : {
86141
"localizations" : {
@@ -103,7 +158,7 @@
103158
}
104159
},
105160
"Homebrew" : {
106-
161+
"shouldTranslate" : false
107162
},
108163
"If you have improvements you can suggest them at:" : {
109164
"localizations" : {
@@ -116,34 +171,41 @@
116171
}
117172
},
118173
"Links" : {
119-
120-
},
121-
"Live Video" : {
122-
174+
"localizations" : {
175+
"nl" : {
176+
"stringUnit" : {
177+
"state" : "translated",
178+
"value" : "Links"
179+
}
180+
}
181+
}
123182
},
124-
"Local timezone" : {
183+
"List grouping" : {
125184
"localizations" : {
126185
"nl" : {
127186
"stringUnit" : {
128187
"state" : "translated",
129-
"value" : "Lokale tijdzone"
188+
"value" : "Groepering van de lijst"
130189
}
131190
}
132191
}
133192
},
134-
"My events" : {
135-
"extractionState" : "manual",
193+
"Live Video" : {
136194
"localizations" : {
137-
"en" : {
195+
"nl" : {
138196
"stringUnit" : {
139197
"state" : "translated",
140-
"value" : "My bookmarks"
198+
"value" : "Live video"
141199
}
142-
},
200+
}
201+
}
202+
},
203+
"Local timezone" : {
204+
"localizations" : {
143205
"nl" : {
144206
"stringUnit" : {
145-
"state" : "needs_review",
146-
"value" : "Mijn keuzes"
207+
"state" : "translated",
208+
"value" : "Lokale tijdzone"
147209
}
148210
}
149211
}
@@ -169,7 +231,14 @@
169231
}
170232
},
171233
"No events" : {
172-
234+
"localizations" : {
235+
"nl" : {
236+
"stringUnit" : {
237+
"state" : "translated",
238+
"value" : "Geen evenementen"
239+
}
240+
}
241+
}
173242
},
174243
"No links" : {
175244
"localizations" : {
@@ -182,7 +251,14 @@
182251
}
183252
},
184253
"No results" : {
185-
254+
"localizations" : {
255+
"nl" : {
256+
"stringUnit" : {
257+
"state" : "translated",
258+
"value" : "Geen resultaten"
259+
}
260+
}
261+
}
186262
},
187263
"People" : {
188264
"extractionState" : "manual",
@@ -192,6 +268,12 @@
192268
"state" : "translated",
193269
"value" : "Sprekers"
194270
}
271+
},
272+
"uk" : {
273+
"stringUnit" : {
274+
"state" : "translated",
275+
"value" : "Люде"
276+
}
195277
}
196278
}
197279
},
@@ -274,6 +356,12 @@
274356
"state" : "translated",
275357
"value" : "Oekraïne"
276358
}
359+
},
360+
"uk" : {
361+
"stringUnit" : {
362+
"state" : "translated",
363+
"value" : "Україна"
364+
}
277365
}
278366
}
279367
},
@@ -284,6 +372,12 @@
284372
"state" : "translated",
285373
"value" : "Jaar"
286374
}
375+
},
376+
"uk" : {
377+
"stringUnit" : {
378+
"state" : "translated",
379+
"value" : "Рік"
380+
}
287381
}
288382
}
289383
}

0 commit comments

Comments
 (0)