diff --git a/AKModel/locale/de_DE/LC_MESSAGES/django.po b/AKModel/locale/de_DE/LC_MESSAGES/django.po index 30f6450705afb096ce15c50b156fc88a4b255615..50c2af48906eb89f1d8ea2f72dda2d1e7bd1d070 100644 --- a/AKModel/locale/de_DE/LC_MESSAGES/django.po +++ b/AKModel/locale/de_DE/LC_MESSAGES/django.po @@ -450,7 +450,19 @@ msgstr "Standardslotlänge" msgid "Default length in hours that is assumed for AKs in this event." msgstr "Standardlänge von Slots (in Stunden) für dieses Event" -#: AKModel/models.py:66 +#: AKModel/models.py:154 +msgid "Export Slot Length" +msgstr "Export-Slotlänge" + +#: AKModel/models.py:156 +msgid "" +"Slot duration in hours that is used in the timeslot discretization, when " +"this event is exported for the solver." +msgstr "" +"Länge von Slots (in Stunden) in der Zeitslot-Diskretisierung beim " +"JSON-Export dieses Events." + +#: AKModel/models.py:161 msgid "Contact email address" msgstr "E-Mail Kontaktadresse" @@ -1013,6 +1025,14 @@ msgstr "Primäre Kategorien" msgid "Categories that should be assigned to this slot primarily" msgstr "Kategorieren, die diesem Slot primär zugewiesen werden sollen" +#: AKModel/models.py:936 +msgid "Conflicts" +msgstr "Konflikte" + +#: AKModel/models.py:939 +msgid "Prerequisites" +msgstr "Voraussetzungen" + #: AKModel/site.py:13 AKModel/site.py:14 msgid "Administration" msgstr "Verwaltung"