mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-05 11:19:14 +02:00
feat:#94 finished delete and added translation
This commit is contained in:
@@ -52,7 +52,21 @@
|
||||
"headline": "edit your HTWKalender",
|
||||
"subTitle": "please enter your link or calendar token",
|
||||
"loadCalendar": "load calendar",
|
||||
"noCalendarFound": "no calendar found"
|
||||
"noCalendarFound": "no calendar found",
|
||||
"save": "save",
|
||||
"delete": "delete",
|
||||
"addModules": "add modules",
|
||||
"dialog": {
|
||||
"headline": "delete calendar",
|
||||
"subTitle": "Are you sure you want to delete your calendar? This action cannot be undone.\nPlease remove the calendar afterwords from your calendar app.",
|
||||
"delete": "delete"
|
||||
},
|
||||
"toast": {
|
||||
"success": "Success",
|
||||
"error": "Error",
|
||||
"successDetail": "Calendar successfully deleted",
|
||||
"errorDetail": "Calendar could not be deleted"
|
||||
}
|
||||
},
|
||||
"additionalModules": {
|
||||
"subTitle": "Select additional modules that are not listed in the regular semester for your course",
|
||||
|
Reference in New Issue
Block a user