All checks were successful
Deploy to production / deploy (push) Successful in 1m55s
- Updated the MiniCalendarWidget to utilize localized strings for month names, weekdays, and loading messages, improving user experience across multiple languages. - Refactored the calendar logic to use constants for month keys and weekday order, ensuring consistency with backend configurations. - Added new translation entries for the mini widget in Cebuano, German, English, Spanish, and French, enhancing accessibility for users.
86 lines
2.9 KiB
JSON
86 lines
2.9 KiB
JSON
{
|
|
"personal": {
|
|
"calendar": {
|
|
"title": "Kalender",
|
|
"kicker": "Planung",
|
|
"intro": "Termine, Geburtstage und eigene Einträge in einer strukturierten Übersicht.",
|
|
"today": "Heute",
|
|
"newEntry": "Neuer Eintrag",
|
|
"editEntry": "Eintrag bearbeiten",
|
|
"selectedDays": "{count} Tage ausgewählt",
|
|
"createEventForSelection": "Termin erstellen",
|
|
"clearSelection": "Auswahl aufheben",
|
|
"allDay": "Ganztägig",
|
|
"views": {
|
|
"month": "Monat",
|
|
"week": "Woche",
|
|
"workweek": "Arbeitswoche",
|
|
"day": "Tag"
|
|
},
|
|
"weekdays": {
|
|
"mon": "Mo",
|
|
"tue": "Di",
|
|
"wed": "Mi",
|
|
"thu": "Do",
|
|
"fri": "Fr",
|
|
"sat": "Sa",
|
|
"sun": "So"
|
|
},
|
|
"weekdaysFull": {
|
|
"mon": "Montag",
|
|
"tue": "Dienstag",
|
|
"wed": "Mittwoch",
|
|
"thu": "Donnerstag",
|
|
"fri": "Freitag",
|
|
"sat": "Samstag",
|
|
"sun": "Sonntag"
|
|
},
|
|
"months": {
|
|
"jan": "Januar",
|
|
"feb": "Februar",
|
|
"mar": "März",
|
|
"apr": "April",
|
|
"may": "Mai",
|
|
"jun": "Juni",
|
|
"jul": "Juli",
|
|
"aug": "August",
|
|
"sep": "September",
|
|
"oct": "Oktober",
|
|
"nov": "November",
|
|
"dec": "Dezember"
|
|
},
|
|
"miniWidget": {
|
|
"loading": "Kalender wird geladen…",
|
|
"linkToCalendar": "Zum Kalender →"
|
|
},
|
|
"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",
|
|
"saveError": "Fehler beim Speichern des Termins",
|
|
"deleteError": "Fehler beim Löschen des Termins"
|
|
}
|
|
}
|
|
}
|
|
}
|