Update calendar localization and enhance CalendarView: Add new entries, edit options, selection info, and form fields in both English and German localization files. Improve CalendarView component with new event dialog and selection handling for a better user experience.

This commit is contained in:
Torsten Schulz (local)
2026-01-30 14:17:04 +01:00
parent 25af538c88
commit 8355f985cd
3 changed files with 778 additions and 34 deletions

View File

@@ -3,6 +3,11 @@
"calendar": {
"title": "Kalender",
"today": "Heute",
"newEntry": "Neuer Eintrag",
"editEntry": "Eintrag bearbeiten",
"selectedDays": "{count} Tage ausgewählt",
"createEventForSelection": "Termin erstellen",
"clearSelection": "Auswahl aufheben",
"views": {
"month": "Monat",
"week": "Woche",
@@ -40,6 +45,31 @@
"oct": "Oktober",
"nov": "November",
"dec": "Dezember"
},
"categories": {
"personal": "Persönlich",
"work": "Arbeit",
"family": "Familie",
"health": "Gesundheit",
"birthday": "Geburtstag",
"holiday": "Urlaub",
"reminder": "Erinnerung",
"other": "Sonstiges"
},
"form": {
"title": "Titel",
"titlePlaceholder": "Titel eingeben...",
"category": "Kategorie",
"startDate": "Startdatum",
"startTime": "Startzeit",
"endDate": "Enddatum",
"endTime": "Endzeit",
"allDay": "Ganztägig",
"description": "Beschreibung",
"descriptionPlaceholder": "Optionale Beschreibung...",
"save": "Speichern",
"cancel": "Abbrechen",
"delete": "Löschen"
}
}
}

View File

@@ -3,6 +3,11 @@
"calendar": {
"title": "Calendar",
"today": "Today",
"newEntry": "New Entry",
"editEntry": "Edit Entry",
"selectedDays": "{count} days selected",
"createEventForSelection": "Create Event",
"clearSelection": "Clear Selection",
"views": {
"month": "Month",
"week": "Week",
@@ -40,6 +45,31 @@
"oct": "October",
"nov": "November",
"dec": "December"
},
"categories": {
"personal": "Personal",
"work": "Work",
"family": "Family",
"health": "Health",
"birthday": "Birthday",
"holiday": "Holiday",
"reminder": "Reminder",
"other": "Other"
},
"form": {
"title": "Title",
"titlePlaceholder": "Enter title...",
"category": "Category",
"startDate": "Start Date",
"startTime": "Start Time",
"endDate": "End Date",
"endTime": "End Time",
"allDay": "All Day",
"description": "Description",
"descriptionPlaceholder": "Optional description...",
"save": "Save",
"cancel": "Cancel",
"delete": "Delete"
}
}
}