Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Jan 27, 2025
1 parent 8bdab6b commit 8cffc0a
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Fosdem/Views/Lists/EventList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct EventList: View {

var body: some View {
List(events, id: \.id) { section in
Section(header: Text("\(section.id)")) {
Section(header: Text(section.id)) {
ForEach(section, id: \.id) { event in
NavigationLink(value: event,
label: {
Expand Down
150 changes: 122 additions & 28 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"sourceLanguage" : "en",
"strings" : {
"%@" : {

},
"🇺🇦" : {

"shouldTranslate" : false
},
"🍺" : {

"shouldTranslate" : false
},
"🔨" : {

"shouldTranslate" : false
},
"🧑‍💻" : {

"shouldTranslate" : false
},
"About" : {
"localizations" : {
Expand All @@ -23,11 +20,24 @@
"state" : "translated",
"value" : "Over"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "Про"
}
}
}
},
"All events filtered out" : {

"localizations" : {
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Alle evenementen worden gefilterd"
}
}
}
},
"Bookmarks only" : {
"localizations" : {
Expand All @@ -47,6 +57,18 @@
"state" : "translated",
"value" : "Chat"
}
},
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Chat"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "чат"
}
}
}
},
Expand All @@ -57,11 +79,30 @@
"state" : "translated",
"value" : "Omschrijving"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "Опис"
}
}
}
},
"Details" : {

"localizations" : {
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Details"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "Деталі"
}
}
}
},
"Favorite" : {
"localizations" : {
Expand All @@ -70,17 +111,31 @@
"state" : "translated",
"value" : "Favoriet"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "Улюблений"
}
}
}
},
"Filters" : {

"localizations" : {
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Filters"
}
}
}
},
"FOSDEM" : {

"shouldTranslate" : false
},
"Fosdem %@" : {
"extractionState" : "manual"
"extractionState" : "manual",
"shouldTranslate" : false
},
"Future events only" : {
"localizations" : {
Expand All @@ -103,7 +158,7 @@
}
},
"Homebrew" : {

"shouldTranslate" : false
},
"If you have improvements you can suggest them at:" : {
"localizations" : {
Expand All @@ -116,34 +171,41 @@
}
},
"Links" : {

},
"Live Video" : {

"localizations" : {
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Links"
}
}
}
},
"Local timezone" : {
"List grouping" : {
"localizations" : {
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Lokale tijdzone"
"value" : "Groepering van de lijst"
}
}
}
},
"My events" : {
"extractionState" : "manual",
"Live Video" : {
"localizations" : {
"en" : {
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "My bookmarks"
"value" : "Live video"
}
},
}
}
},
"Local timezone" : {
"localizations" : {
"nl" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Mijn keuzes"
"state" : "translated",
"value" : "Lokale tijdzone"
}
}
}
Expand All @@ -169,7 +231,14 @@
}
},
"No events" : {

"localizations" : {
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Geen evenementen"
}
}
}
},
"No links" : {
"localizations" : {
Expand All @@ -182,7 +251,14 @@
}
},
"No results" : {

"localizations" : {
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Geen resultaten"
}
}
}
},
"People" : {
"extractionState" : "manual",
Expand All @@ -192,6 +268,12 @@
"state" : "translated",
"value" : "Sprekers"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "Люде"
}
}
}
},
Expand Down Expand Up @@ -274,6 +356,12 @@
"state" : "translated",
"value" : "Oekraïne"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "Україна"
}
}
}
},
Expand All @@ -284,6 +372,12 @@
"state" : "translated",
"value" : "Jaar"
}
},
"uk" : {
"stringUnit" : {
"state" : "translated",
"value" : "Рік"
}
}
}
}
Expand Down

0 comments on commit 8cffc0a

Please sign in to comment.