Files
yourpart3/frontend/src/i18n/locales/de/personal.json
Torsten Schulz (local) 6d9d69dc10
All checks were successful
Deploy to production / deploy (push) Successful in 3m0s
feat(localization): expand language support and enhance UI for user settings
- Added support for additional UI locales including Cebuano and Spanish, improving accessibility for a broader user base.
- Updated language selection components in the AppHeader and SettingsWidget to reflect new language options, enhancing user experience.
- Enhanced localization of various UI elements across components, ensuring consistent language representation and improved user engagement.
- Implemented logic to synchronize user language preferences with backend settings, providing a seamless experience when changing languages.
2026-04-02 07:54:44 +02:00

82 lines
2.7 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"
},
"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"
}
}
}
}