mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-03 18:29:14 +02:00
feat:#60 added more localization
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user