feat(course-user): i18n
This commit is contained in:
parent
d15792cd7d
commit
da629a81d2
@ -167,6 +167,9 @@ CourseUserTutorial: Registered tutorial
|
|||||||
CourseUserTutorials: Registered tutorials
|
CourseUserTutorials: Registered tutorials
|
||||||
CourseUserExam: Registered exam
|
CourseUserExam: Registered exam
|
||||||
CourseUserExams: Registered exams
|
CourseUserExams: Registered exams
|
||||||
|
CourseSingleUserExams: Exams
|
||||||
|
CourseSingleUserTutorials: Tutorials
|
||||||
|
CourseUserCorrections: Submissions
|
||||||
CourseUserNote: Note
|
CourseUserNote: Note
|
||||||
CourseUserNoteTooltip: Only visible to administrators of this course
|
CourseUserNoteTooltip: Only visible to administrators of this course
|
||||||
CourseUserNoteSaved: Successfully saved note changes
|
CourseUserNoteSaved: Successfully saved note changes
|
||||||
@ -531,6 +534,9 @@ CloseAlert: Close
|
|||||||
|
|
||||||
Name: Name
|
Name: Name
|
||||||
MatrikelNr: Matriculation
|
MatrikelNr: Matriculation
|
||||||
|
Surname: Surname(s)
|
||||||
|
FirstName: Given name(s)
|
||||||
|
Title: Title
|
||||||
LdapSynced: LDAP-synchronised
|
LdapSynced: LDAP-synchronised
|
||||||
LdapSyncedBefore: Last LDAP-synchronisation before
|
LdapSyncedBefore: Last LDAP-synchronisation before
|
||||||
NoMatrikelKnown: No matriculation
|
NoMatrikelKnown: No matriculation
|
||||||
@ -1709,6 +1715,7 @@ ExamRegistered: Registered for the exam
|
|||||||
ExamNotRegistered: Not registered for the exam
|
ExamNotRegistered: Not registered for the exam
|
||||||
ExamRegistration: Exam registration
|
ExamRegistration: Exam registration
|
||||||
ExamLoginToRegister: Your need to login to Uni2work before you can register for this course.
|
ExamLoginToRegister: Your need to login to Uni2work before you can register for this course.
|
||||||
|
ExamRegistrationTime: Registered since
|
||||||
|
|
||||||
ExamRegisterToMustBeAfterRegisterFrom: "Register to" must be after "register from"
|
ExamRegisterToMustBeAfterRegisterFrom: "Register to" must be after "register from"
|
||||||
ExamDeregisterUntilMustBeAfterRegisterFrom: "Deregister until" must be after "register from"
|
ExamDeregisterUntilMustBeAfterRegisterFrom: "Deregister until" must be after "register from"
|
||||||
@ -1748,6 +1755,12 @@ ExamUsersResultsReset count: Successfully reset result for #{show count} #{plura
|
|||||||
ExamUsersPartResultsSet count: Successfully modified exam part result for #{show count} #{pluralEN count "participant" "participants"}
|
ExamUsersPartResultsSet count: Successfully modified exam part result for #{show count} #{pluralEN count "participant" "participants"}
|
||||||
ExamUsersBonusSet count: Successfully modified exam bonus for #{show count} #{pluralEN count "participant" "participants"}
|
ExamUsersBonusSet count: Successfully modified exam bonus for #{show count} #{pluralEN count "participant" "participants"}
|
||||||
ExamUsersResultSet count: Sucessfully modified exam result for #{show count} #{pluralEN count "participant" "participants"}
|
ExamUsersResultSet count: Sucessfully modified exam result for #{show count} #{pluralEN count "participant" "participants"}
|
||||||
|
CourseUserTutorialsDeregistered count: Sucessfully deregistered participant from #{show count} #{pluralEN count "tutorial" "tutorials"}
|
||||||
|
CourseUserNoTutorialsDeregistered: Participant is not registered for any of the selected tutorials
|
||||||
|
CourseUserExamsDeregistered count: Successfully deregistered participant from #{show count} #{pluralEN count "exam" "exams"}
|
||||||
|
CourseUserNoExamsDeregistered: Participant is not registered for any of the selected exams
|
||||||
|
CourseUserExamsResultSet count: Successfully adjusted the participant's result for #{show count} #{pluralEN count "exam" "exams"}
|
||||||
|
CourseUserExamResultDoesNotMatchMode examn: The chosen result does not match the grading mode for exam “#{examn}”
|
||||||
|
|
||||||
ExamUserSynchronised: Synchronised
|
ExamUserSynchronised: Synchronised
|
||||||
ExamUserSyncOfficeName: Name
|
ExamUserSyncOfficeName: Name
|
||||||
|
|||||||
Reference in New Issue
Block a user