refactor(messages): pipeline fix
This commit is contained in:
parent
b86179a7cc
commit
468fbcffa3
@ -107,7 +107,6 @@ SheetPersonalisedSheetFilesArchiveName tid@TermId ssh@SchoolId csh@CourseShortha
|
||||
|
||||
SheetUploadMode: Abgabe von Dateien
|
||||
UtilSheetSubmissionMode: Abgabe-Modus
|
||||
BothSubmissions: Abgabe direkt in Uni2work & extern mit Pseudonym
|
||||
BothSubmissionsTip: Abgabe kann, nach Wahl des Teilnehmers, entweder direkt in Uni2work oder extern mit Pseudonym erfolgen
|
||||
SheetGradingMaxPoints: Maximalpunktzahl
|
||||
SheetGradingPassingPoints: Notwendig zum Bestehen
|
||||
@ -148,5 +147,5 @@ SheetGradingPoints maxPoints@Points: #{maxPoints} #{pluralDE maxPoints "Punkt" "
|
||||
SheetGradingPassPoints maxPoints@Points passingPoints@Points: Bestanden ab #{passingPoints} von #{maxPoints} #{pluralDE maxPoints "Punkt" "Punkten"}
|
||||
SheetGradingPassBinary: Bestanden/Nicht Bestanden
|
||||
SheetGradingPassAlways: Automatisch bestanden, sobald korrigiert
|
||||
SheetTypeBonus: Bonus
|
||||
SheetTypeNormal: Normal
|
||||
|
||||
|
||||
|
||||
@ -107,7 +107,6 @@ SheetPersonalisedSheetFilesArchiveName tid ssh csh: #{foldCase (termToText (unTe
|
||||
|
||||
SheetUploadMode: Submission of files
|
||||
UtilSheetSubmissionMode: Submission mode
|
||||
BothSubmissions: Submission either directly in Uni2work or externally via pseudonym
|
||||
BothSubmissionsTip: Participants may choose to submit either directly in Uni2work or externally via a pseudonym
|
||||
SheetGradingMaxPoints: Maximum number of points
|
||||
SheetGradingPassingPoints: Points necessary to pass
|
||||
@ -147,5 +146,5 @@ SheetGradingPoints maxPoints: #{maxPoints} #{pluralEN maxPoints "point" "points"
|
||||
SheetGradingPassPoints maxPoints passingPoints: Pass with #{passingPoints} of #{maxPoints} #{pluralEN maxPoints "point" "points"}
|
||||
SheetGradingPassBinary: Pass/Fail
|
||||
SheetGradingPassAlways: Automatically passed when corrected
|
||||
SheetTypeBonus: Bonus
|
||||
SheetTypeNormal: Normal
|
||||
|
||||
|
||||
|
||||
@ -9,4 +9,5 @@ CorrectorSubmissions: Abgabe extern mit Pseudonym
|
||||
UserSubmissions: Direkte Abgabe in Uni2work
|
||||
SystemExamOffice: Prüfungsverwaltung
|
||||
SystemFaculty: Fakultätsmitglied
|
||||
SystemStudent: Student:in
|
||||
SystemStudent: Student:in
|
||||
BothSubmissions: Abgabe direkt in Uni2work & extern mit Pseudonym
|
||||
|
||||
@ -10,3 +10,4 @@ UserSubmissions: Direct submission in Uni2work
|
||||
SystemExamOffice: Exam office
|
||||
SystemFaculty: Faculty member
|
||||
SystemStudent: Student
|
||||
BothSubmissions: Submission either directly in Uni2work or externally via pseudonym
|
||||
|
||||
@ -46,4 +46,9 @@ TableHeadingCsvExport: CSV-Export
|
||||
FavouritesEmptyTip: Hier werden Ihre Kurse, sowie zuletzt besuchte Kurse angezeigt.
|
||||
FavouritesToggleTip: Der Anzeigemodus für den aktuellen Kurs kann über einen Klick auf das Stern-Symbol zwischen automatisch, permanent und nie gewechselt werden.
|
||||
FavouritesUnavailableTip: Das Schnellzugriffsmenü für diesen Kurs ist aktuell nicht verfügbar.
|
||||
NavigationFavourites: Favoriten
|
||||
NavigationFavourites: Favoriten
|
||||
ErrorResponseTitleInternalError internalError@Text: Ein interner Fehler ist aufgetreten
|
||||
ErrorResponseTitleInvalidArgs invalidArgs@Texts: Anfrage-Nachricht enthielt ungültige Argumente
|
||||
ErrorResponseTitleNotAuthenticated: Anfrage benötigt Authentifizierung
|
||||
ErrorResponseTitlePermissionDenied permissionDenied@Text: Mangelnde Authorisierung
|
||||
ErrorResponseTitleBadMethod requestMethod@Method: HTTP-Methode nicht unterstützt
|
||||
|
||||
@ -47,3 +47,8 @@ FavouritesEmptyTip: Your courses and recently visited courses are shown here.
|
||||
FavouritesToggleTip: The display mode for the current course can be changed between automatic, permanent and never with a click on the star symbol.
|
||||
FavouritesUnavailableTip: Quick Actions for this course are currently not available.
|
||||
NavigationFavourites: Favourites
|
||||
ErrorResponseTitleInternalError internalError: An internal error occurred
|
||||
ErrorResponseTitleInvalidArgs invalidArgs: Request contained invalid arguments
|
||||
ErrorResponseTitleNotAuthenticated: Request requires authentication
|
||||
ErrorResponseTitlePermissionDenied permissionDenied: Permission denied
|
||||
ErrorResponseTitleBadMethod requestMethod: HTTP-method not supported
|
||||
|
||||
@ -31,8 +31,3 @@ RowCount count@Int64: #{count} #{pluralDE count "passender Eintrag" "passende Ei
|
||||
JSONFieldDecodeFailure aesonFailure@String: Konnte JSON nicht parsen: #{aesonFailure}
|
||||
DBTIRowsMissing n@Int: #{pluralDE n "Eine Zeile ist" "Einige Zeilen sind"} aus der Datenbank verschwunden, seit das Formular für Sie generiert wurde
|
||||
Page num@Int64: #{num}
|
||||
ErrorResponseTitleInternalError internalError@Text: Ein interner Fehler ist aufgetreten
|
||||
ErrorResponseTitleInvalidArgs invalidArgs@Texts: Anfrage-Nachricht enthielt ungültige Argumente
|
||||
ErrorResponseTitleNotAuthenticated: Anfrage benötigt Authentifizierung
|
||||
ErrorResponseTitlePermissionDenied permissionDenied@Text: Mangelnde Authorisierung
|
||||
ErrorResponseTitleBadMethod requestMethod@Method: HTTP-Methode nicht unterstützt
|
||||
|
||||
@ -31,8 +31,3 @@ RowCount count: #{count} matching #{pluralEN count "entry" "entries"}
|
||||
JSONFieldDecodeFailure aesonFailure: Could not parse JSON: #{aesonFailure}
|
||||
DBTIRowsMissing n: #{pluralDE n "A line" "A number of lines"} vanished from the database since the form you submitted was generated for you
|
||||
Page num: #{num}
|
||||
ErrorResponseTitleInternalError internalError: An internal error occurred
|
||||
ErrorResponseTitleInvalidArgs invalidArgs: Request contained invalid arguments
|
||||
ErrorResponseTitleNotAuthenticated: Request requires authentication
|
||||
ErrorResponseTitlePermissionDenied permissionDenied: Permission denied
|
||||
ErrorResponseTitleBadMethod requestMethod: HTTP-method not supported
|
||||
|
||||
@ -138,3 +138,5 @@ ShortFieldSecondary: NF
|
||||
SheetGradingPassPoints': Bestehen nach Punkten
|
||||
SheetGradingPassBinary': Bestanden/Nicht bestanden
|
||||
SheetGradingPassAlways': Automatisch bestanden, sobald korrigiert
|
||||
SheetTypeNormal: Normal
|
||||
SheetTypeBonus: Bonus
|
||||
@ -138,3 +138,5 @@ ShortFieldSecondary: Mn
|
||||
SheetGradingPassPoints': Passing by points
|
||||
SheetGradingPassBinary': Pass/Fail
|
||||
SheetGradingPassAlways': Automatically passed when corrected
|
||||
SheetTypeNormal: Normal
|
||||
SheetTypeBonus: Bonus
|
||||
Loading…
Reference in New Issue
Block a user