de library

Constants

blocksDe → const Map<String, String>
<String, String>{"position" : "PUNKT WÄHLEN", "goPosition" : "GEHE ZU", "gotPointBlock" : "Punkt", "direction" : "GEHE …
conversionDeToEn → const Map<String, String>
A map that converts the german gender to english.
<String, String>{"Männlich" : "Male", "Weiblich" : "Female"}
directionsDe → const Map<String, String>
<String, String>{"right" : "rechts", "left" : "links", "down" : "unten", "up" : "oben", "diagonal up left&quo…
genderTypeDe → const List<Text>
A list of school types.
<Text>[Text("Männlich"), Text("Weiblich")]
groupsDe → const Map<String, String>
<String, String>{"groupPoint" : "BASIC", "groupGoTo" : "PLATZIERUNG", "groupColor" : "FÄRBUNG", "groupCopy" : "SCHLEIFE…
otherCantonsDE → const List<String>
["1 (Kindergarten)", "2 (Kindergarten)", "3 (1 Jahre in der Primarstufe)", "4 (2 Jahre in der Primarstufe)", "5 (3 Jahre in der Primarstufe)", &q…
patternsDe → const Map<String, String>
<String, String>{"right" : "rechts", "left" : "links", "down" : "unten", "up" : "oben", "diagonal up left&quo…
schoolTypeDe → const List<Text>
A list of school types.
<Text>[Text("Kindergarten", key: Key("1")), Text("Primarschule", key: Key("2")), Text("Sekundarschule", key: Key("3"))]
ticinoDE → const List<String>
["0 (Kindergarten)", "1 (Kindergarten)", "2 (Kindergarten)", "3 (1 Jahre in der Primarstufe)", "4 (2 Jahre in der Primarstufe)", "5 (3 Jahr…

Properties

de Map<String, String>
Map of string containing German translation of the application.
final