chore: add tip for unlimited capacity
This commit is contained in:
parent
6e20c22f7d
commit
26d49711d3
@ -1938,6 +1938,7 @@ ExamRoomRoomHiddenTip: Soll der Raum nur zu diesem Termin/Raum angemeldeten Prü
|
|||||||
ExamRoomAlreadyExists: Prüfung ist bereits eingetragen
|
ExamRoomAlreadyExists: Prüfung ist bereits eingetragen
|
||||||
ExamRoomName: Interne Bezeichnung
|
ExamRoomName: Interne Bezeichnung
|
||||||
ExamRoomCapacity: Kapazität
|
ExamRoomCapacity: Kapazität
|
||||||
|
ExamRoomCapacityTip: Maximale Anzahl an Prüfungsteilnehmern für diesen Termin/Raum; leer lassen für unbeschränkte Teilnehmeranzahl
|
||||||
ExamRoomCapacityNegative: Kapazität darf nicht negativ sein
|
ExamRoomCapacityNegative: Kapazität darf nicht negativ sein
|
||||||
ExamRoomTime: Termin
|
ExamRoomTime: Termin
|
||||||
ExamRoomStart: Beginn
|
ExamRoomStart: Beginn
|
||||||
|
|||||||
@ -1937,6 +1937,7 @@ ExamRoomRoomHiddenTip: Should the room only be displayed to participants registe
|
|||||||
ExamRoomAlreadyExists: Occurrence already configured
|
ExamRoomAlreadyExists: Occurrence already configured
|
||||||
ExamRoomName: Internal name
|
ExamRoomName: Internal name
|
||||||
ExamRoomCapacity: Capacity
|
ExamRoomCapacity: Capacity
|
||||||
|
ExamRoomCapacityTip: Maximum number of participants for this occurrence/room; leave empty for unlimited capacity
|
||||||
ExamRoomCapacityNegative: Capacity may not be negative
|
ExamRoomCapacityNegative: Capacity may not be negative
|
||||||
ExamRoomTime: Time
|
ExamRoomTime: Time
|
||||||
ExamRoomStart: Start
|
ExamRoomStart: Start
|
||||||
|
|||||||
@ -15,6 +15,14 @@ $newline never
|
|||||||
<th>_{MsgExamRoomEnd}
|
<th>_{MsgExamRoomEnd}
|
||||||
<th>_{MsgExamRoomDescription}
|
<th>_{MsgExamRoomDescription}
|
||||||
<td>
|
<td>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<td>
|
||||||
|
<td .explanation> _{MsgExamRoomCapacityTip}
|
||||||
|
<td>
|
||||||
|
<td>
|
||||||
|
<td>
|
||||||
|
<td>
|
||||||
<tbody>
|
<tbody>
|
||||||
$forall coord <- review liveCoords lLength
|
$forall coord <- review liveCoords lLength
|
||||||
<tr .massinput__cell>
|
<tr .massinput__cell>
|
||||||
|
|||||||
Reference in New Issue
Block a user