chore: improved error messages
This commit is contained in:
parent
9b0adab023
commit
19be4677bb
@ -2805,9 +2805,9 @@ ExamRoomMappingRandomHere: Zufällig
|
|||||||
ExamRoomLoad: Auslastung
|
ExamRoomLoad: Auslastung
|
||||||
ExamRegisteredCount: Anmeldungen
|
ExamRegisteredCount: Anmeldungen
|
||||||
ExamRegisteredCountOf num@Int64 count@Int64: #{num}/#{count}
|
ExamRegisteredCountOf num@Int64 count@Int64: #{num}/#{count}
|
||||||
ExamAutoOccurrenceExceptionRuleNoOp: Keine Automatische Verteilung gewählt
|
ExamAutoOccurrenceExceptionRuleNoOp: Kein Verfahren zur automatischen Verteilung gewählt
|
||||||
ExamAutoOccurrenceExceptionNotEnoughSpace: Mehr Teilnehmer als verfügbare Plätze
|
ExamAutoOccurrenceExceptionNotEnoughSpace: Mehr Teilnehmer als verfügbare Plätze
|
||||||
ExamAutoOccurrenceExceptionNoUsers: Keine Teilnehmer
|
ExamAutoOccurrenceExceptionNoUsers: Keine Teilnehmer kann nach dem gewählten Vergabe-Verfahren verteilt werden
|
||||||
ExamAutoOccurrenceExceptionRoomTooSmall: Automatische Verteilung gescheitert. Ein anderes Verteil-Verfahren kann erfolgreich sein. Alternativ kann es helfen Räume zu minimieren oder kleine Räume zu entfernen.
|
ExamAutoOccurrenceExceptionRoomTooSmall: Automatische Verteilung gescheitert. Ein anderes Verteil-Verfahren kann erfolgreich sein. Alternativ kann es helfen Räume zu minimieren oder kleine Räume zu entfernen.
|
||||||
|
|
||||||
NoFilter: Keine Einschränkung
|
NoFilter: Keine Einschränkung
|
||||||
|
|||||||
@ -2805,9 +2805,9 @@ ExamRoomMappingRandomHere: Random
|
|||||||
ExamRoomLoad: Utilisation
|
ExamRoomLoad: Utilisation
|
||||||
ExamRegisteredCount: Registrations
|
ExamRegisteredCount: Registrations
|
||||||
ExamRegisteredCountOf num count: #{num}/#{count}
|
ExamRegisteredCountOf num count: #{num}/#{count}
|
||||||
ExamAutoOccurrenceExceptionRuleNoOp: Didn't chose an automatic distribution
|
ExamAutoOccurrenceExceptionRuleNoOp: Didn't chose an automatic distribution procedure
|
||||||
ExamAutoOccurrenceExceptionNotEnoughSpace: More participants than available space
|
ExamAutoOccurrenceExceptionNotEnoughSpace: More participants than available space
|
||||||
ExamAutoOccurrenceExceptionNoUsers: No participants
|
ExamAutoOccurrenceExceptionNoUsers: No participants can be distributed with the chosen procedure
|
||||||
ExamAutoOccurrenceExceptionRoomTooSmall: Automatic distribution failed. A different distribution procedure might succeed. Alternatively, minimizing rooms or removing small rooms might help.
|
ExamAutoOccurrenceExceptionRoomTooSmall: Automatic distribution failed. A different distribution procedure might succeed. Alternatively, minimizing rooms or removing small rooms might help.
|
||||||
|
|
||||||
NoFilter: No restriction
|
NoFilter: No restriction
|
||||||
|
|||||||
Reference in New Issue
Block a user