🚸 Improve substitution texts
This commit is contained in:
@ -62,17 +62,16 @@ export const strings = {
|
||||
text: {
|
||||
withClass: {
|
||||
subjectChange:
|
||||
"Lesson changed for {class} in {subject} with {teacher} in room {room}",
|
||||
teacherChange: "Lesson for {class} in {subject} now with {teacher}",
|
||||
roomChange:
|
||||
"Room for lesson {subject} for {class} with {teacher} is now {room}",
|
||||
"Lesson for {class} in {subject} with {teacher} now in room {room}",
|
||||
teacherChange:
|
||||
"Lesson for {class} in {subject} with {teacher} now with {new_teacher} in room {room}",
|
||||
cancellation: "Lesson for {class} with {teacher} is cancelled",
|
||||
},
|
||||
withoutClass: {
|
||||
subjectChange:
|
||||
"Lesson changed in {subject} with {teacher} in room {room}",
|
||||
teacherChange: "Lesson in {subject} now with {teacher}",
|
||||
roomChange: "Room for lesson {subject} with {teacher} is now {room}",
|
||||
"Lesson in {subject} with {teacher} now in room {room}",
|
||||
teacherChange:
|
||||
"Lesson in {subject} with {teacher} now with {new_teacher} in room {room}",
|
||||
cancellation: "Lesson with {teacher} is cancelled",
|
||||
},
|
||||
},
|
||||
@ -141,19 +140,17 @@ export const strings = {
|
||||
text: {
|
||||
withClass: {
|
||||
subjectChange:
|
||||
"Unterricht geändert für die Klasse {class} in {subject} mit {teacher} in Raum {room}",
|
||||
"Unterricht für die Klasse {class} im Fach {subject} mit {teacher} jetzt in Raum {room}",
|
||||
teacherChange:
|
||||
"Unterricht geändert für die Klasse {class} in {subject} jetzt mit {teacher}",
|
||||
roomChange:
|
||||
"Der Raum für das Fach {subject} für die Klasse {class} mit {teacher} ist jetzt {room}",
|
||||
cancellation: "Unterricht für Klasse {class} mit {teacher} fällt aus",
|
||||
"Unterricht für die Klasse {class} im Fach {subject} mit {teacher} jetzt mit {new_teacher} in Raum {room}",
|
||||
cancellation:
|
||||
"Unterricht für die Klasse {class} mit {teacher} fällt aus",
|
||||
},
|
||||
withoutClass: {
|
||||
subjectChange:
|
||||
"Unterricht geändert in {subject} mit {teacher} in Raum {room}",
|
||||
teacherChange: "Unterricht in {subject} jetzt mit {teacher}",
|
||||
roomChange:
|
||||
"Raum für das Fach {subject} mit {teacher} ist jetzt {room}",
|
||||
"Unterricht im Fach {subject} mit {teacher} jetzt in Raum {room}",
|
||||
teacherChange:
|
||||
"Unterricht im Fach {subject} mit {teacher} jetzt mit {new_teacher} in Raum {room}",
|
||||
cancellation: "Unterricht mit {teacher} fällt aus",
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user