feat:#60 added more localization

This commit is contained in:
masterElmar
2023-11-16 11:57:33 +01:00
parent 7e261438d5
commit f6b3ffe854
6 changed files with 113 additions and 40 deletions

View File

@@ -34,8 +34,9 @@
},
"moduleInformation": {
"course": "course",
"person": "person",
"semester": "semester"
"person": "lecturer",
"semester": "semester",
"module": "module"
},
"editCalendarView": {
"error": "error",
@@ -49,5 +50,35 @@
"dropDownFooterItem": "modules",
"dropDownFooterSelected": "selected",
"nextStep": "next step"
},
"renameModules": {
"reminder": "reminder",
"enableAllNotifications": "enable all notifications",
"subTitle": "Configure your selected Modules to your liking.",
"nextStep": "next step"
},
"moduleTemplateDialog":{
"explanationOne": "Here you can rename your modules to your liking. This will be the name of the event in your calendar.",
"explanationTwo": "Additionally, you can toggle notifications for each module. If you do so, you will be notified 15 minutes before the event starts.",
"tableDescription": "You can use the following placeholders in your module names:",
"placeholder": "placeholder",
"description": "description",
"examples": "examples",
"moduleConfiguration": "module configuration",
"mandatory": "mandatory",
"optional": "optional",
"lecture": "lecture",
"seminar": "seminar",
"exam": "exam/internship project",
"eventTyp": "event type"
},
"calendarLink": {
"copyToastNotification": "Link copied to clipboard",
"copyToastSummary": "information",
"copyToastError": "error",
"copyToastErrorDetail": "could not copy link to clipboard",
"copyToClipboard": "copy to clipboard",
"toGoogleCalendar": "to Google Calendar",
"toMicrosoftCalendar": "to Microsoft Calendar"
}
}