MVP of reworked tuple generation
This commit is contained in:
parent
833f0bdf4c
commit
1381c37500
4 changed files with 53 additions and 30 deletions
|
@ -114,8 +114,8 @@ form-of-instruction:
|
|||
}
|
||||
}
|
||||
template:
|
||||
de: "${key} (${value}SWS)"
|
||||
en: "${key} (${value}SWS)"
|
||||
de: "{key} ({value}SWS)"
|
||||
en: "{key} ({value}SWS)"
|
||||
|
||||
#
|
||||
# Voraussetzungen für die Teilnahme
|
||||
|
@ -188,8 +188,8 @@ credits:
|
|||
de: "Kreditpunkte und Gewichtung der Note in der Gesamtnote"
|
||||
}
|
||||
template:
|
||||
de: "${value}CP, Gewichtung: ${value}CP von 120CP "
|
||||
en: "${value}CP, weight: ${value} / 120 "
|
||||
de: "{value}CP, Gewichtung: {value}CP von 120CP "
|
||||
en: "{value}CP, weight: {value} / 120 "
|
||||
|
||||
|
||||
#
|
||||
|
@ -217,8 +217,8 @@ form-of-exam:
|
|||
}
|
||||
spec: true
|
||||
template:
|
||||
de: "${value} (${spec})"
|
||||
en: "${value} (${spec})"
|
||||
de: "{value} ({spec})"
|
||||
en: "{value} ({spec})"
|
||||
|
||||
|
||||
#
|
||||
|
@ -263,8 +263,8 @@ duration:
|
|||
de: Dauer
|
||||
en: duration
|
||||
template:
|
||||
de: "$value Semester"
|
||||
en: "$value term(s)"
|
||||
de: "{value} Semester"
|
||||
en: "{value} term(s)"
|
||||
|
||||
#
|
||||
# Art der Veranstaltung
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue