fix(i18n): add missing translations
This commit is contained in:
parent
25a5b9a750
commit
773c6c5dc0
@ -32,6 +32,8 @@ BtnLecInvDecline: Decline
|
||||
BtnCorrInvAccept: Accept
|
||||
BtnCorrInvDecline: Decline
|
||||
BtnSubmissionsAssign: Assign submissions automatically
|
||||
BtnAllocationCompute: Compute allocation
|
||||
BtnAllocationAccept: Accept allocation
|
||||
|
||||
|
||||
Aborted: Aborted
|
||||
@ -1219,6 +1221,8 @@ MenuParticipantsList: Lists of course participants
|
||||
MenuParticipantsIntersect: Common course participants
|
||||
MenuAllocationUsers: Applicants
|
||||
MenuAllocationPriorities: Central priorities
|
||||
MenuAllocationCompute: Compute allocation
|
||||
MenuAllocationAccept: Accept allocation
|
||||
|
||||
BreadcrumbSubmissionFile: File
|
||||
BreadcrumbSubmissionUserInvite: Invitation to participate in a submission
|
||||
@ -1286,6 +1290,8 @@ BreadcrumbExamAutoOccurrence: Automatic occurrence/room distribution
|
||||
BreadcrumbStorageKey: Generate storage key
|
||||
BreadcrumbAllocationUsers: Applicants
|
||||
BreadcrumbAllocationPriorities: Central priorities
|
||||
BreadcrumbAllocationCompute: Compute allocation
|
||||
BreadcrumbAllocationAccept: Accept allocation
|
||||
|
||||
ExternalExamEdit coursen examn: Edit: #{coursen}, #{examn}
|
||||
ExternalExamGrades coursen examn: Exam achievements: #{coursen}, #{examn}
|
||||
@ -2394,4 +2400,27 @@ ExampleUser3FirstName: Maria
|
||||
ExampleUser3Surname: Example
|
||||
ExampleUser3DisplayName: Example
|
||||
|
||||
CourseOption tid ssh coursen: #{tid} - #{ssh} - #{coursen}
|
||||
AllocationUsersMissingPriorities: Participants without central priority
|
||||
AllocationUsersMissingPrioritiesTip: Care must be taken, that no participant is excluded from the allocation by not having been assigned a central priority.
|
||||
AllocationUsersMissingPrioritiesOk: It was ensured, that all participants mentioned above, are excluded from the allocation on valid grounds.
|
||||
AllocationRestrictCourses: Restrict courses
|
||||
AllocationRestrictCoursesTip: Should places be assigned only in a subset of courses? This functionality can be used to make alternate placements in the case that some participants withdraw from their assigned courses. This functionality should only be used to exclude courses on valid grounds. E.g. if a seminar already had a planning meeting and is thus unable to accept new participants.
|
||||
AllocationRestrictCoursesSelection: Courses
|
||||
AllocationRestrictCoursesSelectionTip: Participants will only be assigned to courses listed here.
|
||||
AllocationUsersMissingPrioritiesNotOk: Central allocation cannot occur until all participants, that were not excluded explicitly (“Participants without central priority”), have been assigned a central priority!
|
||||
AllocationComputed: A possible allocation has been computed and stored in your session. No changes have yet been made!
|
||||
AllocationOnlyCompute: By sending this form a possible allocation will be computed and saved temporarily. You can then check that the computed allocation is as expected. No changes will yet be made to the state of the database and no notifications will be sent.
|
||||
AllocationAcceptFormDoesNotMatchSession: The form to accept the computed allocation was generated for a different result than the one, that is currently saved in your session.
|
||||
ComputedAllocation: Computed allocation
|
||||
AllocationAccepted: Successfully saved allocation
|
||||
AllocationMatchedUsers: Newly assigned
|
||||
AllocationUnmatchedUsers: Participants without assigned places
|
||||
AllocationUnmatchedCourses: Courses without assigned participants
|
||||
AllocationTime: Time of allocation
|
||||
AllocationRequestedPlaces: Requested places
|
||||
AllocationOfferedPlaces: Offered places
|
||||
AllocationUserNewMatches: New allocations
|
||||
AllocationUsersCount: Participants
|
||||
AllocationCoursesCount: Courses
|
||||
|
||||
CourseOption tid ssh coursen: #{tid} - #{ssh} - #{coursen}
|
||||
|
||||
15
templates/i18n/allocation-confirm-missing-prios/en-eu.hamlet
Normal file
15
templates/i18n/allocation-confirm-missing-prios/en-eu.hamlet
Normal file
@ -0,0 +1,15 @@
|
||||
$newline never
|
||||
<p>
|
||||
The following participants will be excluded from the allocation #
|
||||
since they have not been assigned a central priority:
|
||||
<div .allocation-missing-prios>
|
||||
<ul>
|
||||
$forall User{userDisplayName, userSurname, userMatrikelnummer} <- usersWithoutPrio
|
||||
<li>
|
||||
^{nameWidget userDisplayName userSurname}
|
||||
$maybe matrikel <- userMatrikelnummer
|
||||
\ (#{matrikel})
|
||||
^{checkBoxFieldView}
|
||||
<p>
|
||||
Participants, that are excluded from the allocation, will not be #
|
||||
assigned any places.
|
||||
Loading…
Reference in New Issue
Block a user