fix: i18n
This commit is contained in:
parent
acffe04350
commit
3dd6e21f8e
@ -1834,7 +1834,7 @@ ExamUserCsvCourseNoteDeleted: Notiz wird gelöscht
|
|||||||
ExamUserCsvExceptionNoMatchingUser: Kursteilnehmer konnte nicht eindeutig identifiziert werden
|
ExamUserCsvExceptionNoMatchingUser: Kursteilnehmer konnte nicht eindeutig identifiziert werden
|
||||||
ExamUserCsvExceptionNoMatchingStudyFeatures: Das angegebene Studienfach konnte keinem Studienfach des Kursteilnehmers zugeordnet werden
|
ExamUserCsvExceptionNoMatchingStudyFeatures: Das angegebene Studienfach konnte keinem Studienfach des Kursteilnehmers zugeordnet werden
|
||||||
ExamUserCsvExceptionNoMatchingOccurrence: Raum/Termin konnte nicht eindeutig identifiziert werden
|
ExamUserCsvExceptionNoMatchingOccurrence: Raum/Termin konnte nicht eindeutig identifiziert werden
|
||||||
ExamUserCsvExceptionMismatchedGradingMode expectedGradingMode@ExamGradingMode actualGradingMode@ExamGradingMode: Es wurde versucht eine Prüfungsleistung einzutragen, die zwar vom System interpretiert werden konnte, aber nicht dem für diese Prüfung erwarteten Format entspricht. Das erwartete Format kann unter "Prüfung bearbeiten" angepasst werden ("Bestanden/Nicht Bestanden", "Numerische Noten" oder "Gemischt").
|
ExamUserCsvExceptionMismatchedGradingMode expectedGradingMode@ExamGradingMode actualGradingMode@ExamGradingMode: Es wurde versucht eine Prüfungsleistung einzutragen, die zwar vom System interpretiert werden konnte, aber nicht dem für diese Prüfung erwarteten Modus entspricht. Der erwartete Bewertungsmodus kann unter "Prüfung bearbeiten" angepasst werden ("Bestanden/Nicht Bestanden", "Numerische Noten" oder "Gemischt").
|
||||||
|
|
||||||
ExternalExamUserCsvRegister: Prüfungsleistung hinterlegen
|
ExternalExamUserCsvRegister: Prüfungsleistung hinterlegen
|
||||||
ExternalExamUserCsvSetTime: Zeitpunkt anpassen
|
ExternalExamUserCsvSetTime: Zeitpunkt anpassen
|
||||||
|
|||||||
@ -1563,6 +1563,8 @@ ExamFinishedParticipant: Marking expected to be finished
|
|||||||
ExamFinishedTip: At this participants are informed of their exam achievements
|
ExamFinishedTip: At this participants are informed of their exam achievements
|
||||||
ExamClosed: Exam achievements registered
|
ExamClosed: Exam achievements registered
|
||||||
ExamClosedTip: At this time exam offices, which pull exam achievements from Uni2work, are informed. Changes to exam achievements trigger further notifications
|
ExamClosedTip: At this time exam offices, which pull exam achievements from Uni2work, are informed. Changes to exam achievements trigger further notifications
|
||||||
|
ExamGradingMode: Grading mode
|
||||||
|
ExamGradingModeTip: In which format should grades for this exam be entered?
|
||||||
ExamPublicStatistics: Publish statistics
|
ExamPublicStatistics: Publish statistics
|
||||||
ExamPublicStatisticsTip: Should automatically computed statistics also be shown to participants as soon as they are informed of their achievements?
|
ExamPublicStatisticsTip: Should automatically computed statistics also be shown to participants as soon as they are informed of their achievements?
|
||||||
ExamAutomaticGrading: Automatically compute grades
|
ExamAutomaticGrading: Automatically compute grades
|
||||||
@ -1637,6 +1639,7 @@ ExamCorrectors: Correctors
|
|||||||
ExamCorrectorsTip: Correctors configured here may, after the start of the exam and until "Results visible from", enter exam part results for all exam parts and participants.
|
ExamCorrectorsTip: Correctors configured here may, after the start of the exam and until "Results visible from", enter exam part results for all exam parts and participants.
|
||||||
ExamCorrectorAlreadyAdded: A corrector with this email address already exists
|
ExamCorrectorAlreadyAdded: A corrector with this email address already exists
|
||||||
|
|
||||||
|
ExamPart: Exam part/question
|
||||||
ExamParts: Exam parts/questions
|
ExamParts: Exam parts/questions
|
||||||
ExamPartWeightNegative: Weight of all exam parts must be greater than or equal to zero
|
ExamPartWeightNegative: Weight of all exam parts must be greater than or equal to zero
|
||||||
ExamPartAlreadyExists: An exam part of this name already exists
|
ExamPartAlreadyExists: An exam part of this name already exists
|
||||||
@ -1700,10 +1703,16 @@ ExamUserAssignOccurrence: Assign occurrence/room
|
|||||||
ExamUserAcceptComputedResult: Accept computed result
|
ExamUserAcceptComputedResult: Accept computed result
|
||||||
ExamUserResetToComputedResult: Reset result
|
ExamUserResetToComputedResult: Reset result
|
||||||
ExamUserResetBonus: Also reset exam bonus
|
ExamUserResetBonus: Also reset exam bonus
|
||||||
|
ExamUserSetPartResult: Set exam part result
|
||||||
|
ExamUserSetBonus: Set exam bonus
|
||||||
|
ExamUserSetResult: Set exam result
|
||||||
ExamUsersDeregistered count: Successfully deregistered #{show count} #{pluralEN count "participant" "participants"}
|
ExamUsersDeregistered count: Successfully deregistered #{show count} #{pluralEN count "participant" "participants"}
|
||||||
ExamUsersOccurrenceUpdated count: Successfully assigned occurrence/room for #{show count} #{pluralEN count "participant" "participants"}
|
ExamUsersOccurrenceUpdated count: Successfully assigned occurrence/room for #{show count} #{pluralEN count "participant" "participants"}
|
||||||
ExamUsersResultsAccepted count: Successfully accepted computed result for #{show count} #{pluralEN count "participant" "participants"}
|
ExamUsersResultsAccepted count: Successfully accepted computed result for #{show count} #{pluralEN count "participant" "participants"}
|
||||||
ExamUsersResultsReset count: Successfully reset result for #{show count} #{pluralEN count "participant" "participants"}
|
ExamUsersResultsReset count: Successfully reset 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"}
|
||||||
|
ExamUsersResultSet count: Sucessfully modified exam result for #{show count} #{pluralEN count "participant" "participants"}
|
||||||
|
|
||||||
ExamUserSynchronised: Synchronised
|
ExamUserSynchronised: Synchronised
|
||||||
ExamUserSyncOfficeName: Name
|
ExamUserSyncOfficeName: Name
|
||||||
@ -1824,6 +1833,7 @@ ExamUserCsvCourseNoteDeleted: Course note will be deleted
|
|||||||
ExamUserCsvExceptionNoMatchingUser: Course participant could not be identified uniquely
|
ExamUserCsvExceptionNoMatchingUser: Course participant could not be identified uniquely
|
||||||
ExamUserCsvExceptionNoMatchingStudyFeatures: The specified field did not match with any of the participant's fields of study
|
ExamUserCsvExceptionNoMatchingStudyFeatures: The specified field did not match with any of the participant's fields of study
|
||||||
ExamUserCsvExceptionNoMatchingOccurrence: Occurrence/room could not be identified uniquely
|
ExamUserCsvExceptionNoMatchingOccurrence: Occurrence/room could not be identified uniquely
|
||||||
|
ExamUserCsvExceptionMismatchedGradingMode expectedGradingMode actualGradingMode: The imported data contained an exam achievement which does not match the grading mode for this exam. The expected grading mode can be changed at "Edit exam" ("Passed/Failed", "Numeric grades", or "Mixed").
|
||||||
|
|
||||||
ExternalExamUserCsvRegister: Store exam achievement
|
ExternalExamUserCsvRegister: Store exam achievement
|
||||||
ExternalExamUserCsvSetTime: Adjust exam time
|
ExternalExamUserCsvSetTime: Adjust exam time
|
||||||
@ -1844,6 +1854,8 @@ TableHeadingCsvImport: CSV import
|
|||||||
TableHeadingCsvExport: CSV export
|
TableHeadingCsvExport: CSV export
|
||||||
|
|
||||||
ExamResultAttended: Attended
|
ExamResultAttended: Attended
|
||||||
|
ExamResultGrade: Grade
|
||||||
|
ExamResultPass: Passed/Failed
|
||||||
ExamResultNoShow: Not present
|
ExamResultNoShow: Not present
|
||||||
ExamResultVoided: Voided
|
ExamResultVoided: Voided
|
||||||
ExamResultNone: No exam result
|
ExamResultNone: No exam result
|
||||||
@ -2310,3 +2322,9 @@ BtnExamAutoOccurrenceNudgeDown: -
|
|||||||
ExamRoomMappingSurname: Surnames starting with
|
ExamRoomMappingSurname: Surnames starting with
|
||||||
ExamRoomMappingMatriculation: Matriculation numbers ending in
|
ExamRoomMappingMatriculation: Matriculation numbers ending in
|
||||||
ExamRoomLoad: Utilisation
|
ExamRoomLoad: Utilisation
|
||||||
|
|
||||||
|
NoFilter: No restriction
|
||||||
|
|
||||||
|
ExamGradingPass: Passed/Failed
|
||||||
|
ExamGradingGrades: Numeric grades
|
||||||
|
ExamGradingMixed: Mixed
|
||||||
Loading…
Reference in New Issue
Block a user