Skip to content
Snippets Groups Projects
Commit 27c8318d authored by Julian's avatar Julian
Browse files

Start translating tardinesses

parent af46341f
No related branches found
No related tags found
1 merge request!362Resolve "Add personal note management dialog in course book"
Pipeline #191300 failed
...@@ -68,8 +68,11 @@ ...@@ -68,8 +68,11 @@
"personal_notes": { "personal_notes": {
"note": "Notiz", "note": "Notiz",
"create_personal_note": "Weitere Notiz", "create_personal_note": "Weitere Notiz",
"confirm_delete": "Notiz wirklich löschen?", "tardiness": "Verspätung",
"confirm_delete_explanation": "Die Notiz \"{note}\" für {name} wird entfernt." "lesson_length_exceeded": "Die Verspätung überschreitet die Stundenlänge.",
"confirm_delete": "Anmerkung wirklich löschen?",
"confirm_delete_explanation": "Die Notiz \"{note}\" für {name} wird entfernt.",
"confirm_delete_tardiness": "Die Verspätung von {name} in Höhe von {tardiness} Minuten wird entfernt."
}, },
"group_roles": { "group_roles": {
"menu_title_assign": "Gruppenrollen zuweisen", "menu_title_assign": "Gruppenrollen zuweisen",
...@@ -94,5 +97,8 @@ ...@@ -94,5 +97,8 @@
}, },
"actions": { "actions": {
"back_to_overview": "Zurück zur Übersicht" "back_to_overview": "Zurück zur Übersicht"
},
"time": {
"minutes": "Minuten"
} }
} }
...@@ -88,11 +88,17 @@ ...@@ -88,11 +88,17 @@
"personal_notes": { "personal_notes": {
"note": "Note", "note": "Note",
"create_personal_note": "Add another note", "create_personal_note": "Add another note",
"tardiness": "Tardiness",
"lesson_length_exceeded": "The tardiness exceeds the length of the lesson",
"confirm_delete": "Delete note?", "confirm_delete": "Delete note?",
"confirm_delete_explanation": "The note \"{note}\" for {name} will be removed." "confirm_delete_explanation": "The note \"{note}\" for {name} will be removed.",
"confirm_delete_tardiness": "The tardiness of {tardiness} minutes will be removed for {name}."
} }
}, },
"actions": { "actions": {
"back_to_overview": "Back to overview" "back_to_overview": "Back to overview"
},
"time": {
"minutes": "minutes"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment