This repository has been archived on 2023-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
meincantor-app/lib/presets/subjects.dart
Denys Konovalov 223414559e ==0.7.5-nightly 2021-11-16==
- added strapi connector
- cleanup code
- updated readme

- TODO:
  - update license & copyright info
  - cleanup code
  - merge code parts to server side
  - complete settings
  - fix 11/12
  - add caching
  - muuuuuuuch more...
2021-11-16 19:41:35 +01:00

34 lines
769 B
Dart

dynamic subjects = {
'---': '---',
'Bio': 'Biologie',
'Mat': 'Mathematik',
'matL1': 'Mathematik Leistungskurs 1',
'Kun': 'Kunst',
'Mus': 'Musik',
'Geo': 'Geographie',
'Ges': 'Geschichte',
'Che': 'Chemie',
'Lat': 'Latein',
'Inf': 'Informatik',
'Eng': 'Englisch',
'Frz': 'Französisch',
'frz1': 'Französisch 1',
'frz2': 'Französisch 2',
'frz3': 'Französisch 3',
'Phy': 'Physik',
'Spo': 'Sport',
'Deu': 'Deutsch',
'deu1': 'Deutsch 1',
'deu2': 'Deutsch 2',
'deu3': 'Deutsch 3',
'Lme': 'Lernmethoden',
'Eth': 'Ethik',
'EvR': 'Evangelische Religion',
'Soz': 'Sozialkunde',
'Ast': 'Astronomie',
'Spa': 'Spanisch',
'FK': 'Fachkurs',
'JIA': 'Junior-Ingenieur-Akademie',
'WoU': 'Wahlobligatorischer Unterricht'
};