Skip to content
Snippets Groups Projects

Implement additional constraint validation checks

6 files
+ 169
23
Compare changes
  • Side-by-side
  • Inline

Files

@@ -2,7 +2,7 @@ msgid ""
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-15 14:34+0000\n"
"POT-Creation-Date: 2021-10-28 20:45+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -519,8 +519,8 @@ msgid "Capacity"
@@ -519,8 +519,8 @@ msgid "Capacity"
msgstr "Kapazität"
msgstr "Kapazität"
#: AKModel/models.py:331
#: AKModel/models.py:331
msgid "Maximum number of people"
msgid "Maximum number of people (-1 for unlimited)."
msgstr "Maximale Personenzahl"
msgstr "Maximale Personenzahl (-1 wenn unbeschränkt)."
#: AKModel/models.py:332
#: AKModel/models.py:332
msgid "Properties"
msgid "Properties"
@@ -652,10 +652,8 @@ msgid "Two AK Slots for the same AK scheduled at the same time"
@@ -652,10 +652,8 @@ msgid "Two AK Slots for the same AK scheduled at the same time"
msgstr "Zwei AK Slots eines AKs wurden zur selben Zeit platziert"
msgstr "Zwei AK Slots eines AKs wurden zur selben Zeit platziert"
#: AKModel/models.py:466
#: AKModel/models.py:466
msgid "AK Slot is scheduled in a room with less space than interest"
msgid "Room does not have enough space for interest in scheduled AK Slot"
msgstr ""
msgstr "Room hat nicht genug Platz für das Interesse am geplanten AK-Slot"
"AK Slot wurde in einem Raum mit weniger Plätzen als am AK Interessierten "
"platziert"
#: AKModel/models.py:467
#: AKModel/models.py:467
msgid "AK Slot is scheduled outside the event's availabilities"
msgid "AK Slot is scheduled outside the event's availabilities"
@@ -1007,6 +1005,11 @@ msgstr "Resolutionsabsicht?"
@@ -1007,6 +1005,11 @@ msgstr "Resolutionsabsicht?"
msgid "Category (for Wishes)"
msgid "Category (for Wishes)"
msgstr "Kategorie (für Wünsche)"
msgstr "Kategorie (für Wünsche)"
 
#~ msgid "AK Slot is scheduled in a room with less space than interest"
 
#~ msgstr ""
 
#~ "AK Slot wurde in einem Raum mit weniger Plätzen als am AK Interessierten "
 
#~ "platziert"
 
#~ msgid "Confirm"
#~ msgid "Confirm"
#~ msgstr "Bestätigen"
#~ msgstr "Bestätigen"
Loading