import 'word.dart'; final List words = [ Word(topic: "Sport", polish: "wyróżnienie", german: "die Auszeichnung"), Word(topic: "Sport", polish: "obóz treningowy", german: "das Trainingslager"), Word(topic: "Sport", polish: "dyscyplina sportowa", german: "die Sportart"), Word(topic: "Sport", polish: "co najmniej", german: "mindestens"), Word( topic: "Sport", polish: "skakać", german: "springen / sprang / ist gesprungen"), Word(topic: "Sport", polish: "stromy", german: "steil"), Word(topic: "Sport", polish: "równowaga", german: "das Gleichgewicht"), Word(topic: "Sport", polish: "upadać", german: "stürzen"), Word( topic: "Sport", polish: "ubranie ochronne", german: "die Schutzkleidung"), Word(topic: "Sport", polish: "ochraniacz", german: "der Schützer"), Word( topic: "Sport", polish: "ryzyko urazu ", german: "die Verletzungsgefahr"), Word(topic: "Sport", polish: "zawodowiec", german: "der Profi"), Word(topic: "Sport", polish: "wyposażenie", german: "die Ausrüstung"), Word(topic: "Sport", polish: "początkujący", german: "der Anfänger"), Word(topic: "Sport", polish: "odważny", german: "mutig"), Word(topic: "EG/115", polish: "ciasto", german: "der Keks"), Word(topic: "EG/115", polish: "żart", german: "der Scherz"), Word(topic: "EG/115", polish: "próbować", german: "versuchen"), Word(topic: "EG/115", polish: "podróżować", german: "reisen"), Word(topic: "EG/115", polish: "ogłoszenie", german: "die Ankündigung"), Word(topic: "EG/115", polish: "obiecać", german: "versprechen"), Word(topic: "EG/115", polish: "guzik", german: "der Knopf"), Word(topic: "EG/115", polish: "presja", german: "der Druck"), Word(topic: "EG/115", polish: "pub", german: "die Kneipe"), Word(topic: "EG/115", polish: "poznać", german: "kennenlernen"), Word(topic: "EG/115", polish: "dystans", german: "der Abstand"), Word(topic: "EG/115", polish: "trenować fizycznie", german: "klappen"), Word(topic: "EG/115", polish: "wysłać coś", german: "etw. zuschicken"), Word(topic: "EG/115", polish: "odbywac się", german: "stattfinden"), Word(topic: "EG/115", polish: "opóźnienie", german: "die Verzögerung"), Word(topic: "EG/115", polish: "odcinek (serialu)", german: "die Sendung"), Word(topic: "EG/115", polish: "nastolatek", german: "der Jugendliche"), Word(topic: "EG/115", polish: "wyrzucić", german: "wegschmeißen"), Word(topic: "EG/115", polish: "przypomnieć sobie", german: "sich erinnern"), Word(topic: "EG/115", polish: "doświadczyć czegoś", german: "miterleben"), Word(topic: "EG/115", polish: "pod kontrolą", german: "unter Kontrolle"), Word(topic: "EG/115", polish: "historia", german: "die Geschichte"), Word( topic: "EG/115", polish: "obszar badawczy", german: "das Forschungsfeld"), Word(topic: "zdrowie", polish: "ból", german: "der Schmerz"), Word( topic: "zdrowie", polish: "mierzyć ciśnienie", german: "den Blutdruck messen"), Word( topic: "zdrowie", polish: "zwolnienie lekarskie", german: "krank|schreiben"), Word(topic: "zdrowie", polish: "zwalczać", german: "bekämpfen"), Word(topic: "zdrowie", polish: "ból gardła", german: "der Halsschmerz"), Word(topic: "zdrowie", polish: "zioła", german: "die Kräuter "), Word(topic: "zdrowie", polish: "odżywianie", german: "die Ernährung"), Word( topic: "zdrowie", polish: "życzę powrotu do zdrowia", german: "gute Besserung!"), Word(topic: "zdrowie", polish: "słabe zdrowie", german: "zarte Gesundheit "), Word( topic: "zdrowie", polish: "co za dużo, to niezdrowo", german: "allzu viel ist ungesund "), Word(topic: "zdrowie", polish: "zdrów jak rydz ", german: "kerngesund "), Word( topic: "zdrowie", polish: "auf Zucker verzichten ", german: "unikać cukru"), Word(topic: "testowy", polish: "paszport", german: "der Reisepass"), Word( topic: "testowy", polish: "dowód osobisty", german: "der (Personal)Ausweis"), Word(topic: "testowy", polish: "skręcić", german: "(ab)biegen"), Word(topic: "testowy", polish: "szachy", german: "das Schach"), ];