Files
worklenz/worklenz-frontend/public/locales/de/home.json
chamikaJ 61461bb776 feat(user-activity): enhance user activity logs with additional data and improved queries
- Added optional fields for project color, task status, and status color in IUserRecentTask and IUserTimeLoggedTask interfaces.
- Optimized SQL queries to include team filtering and additional data such as project color and task status.
- Updated frontend components to support new data fields and improved styling for better user experience.
- Enhanced dark mode detection and styling in task activity lists.
- Implemented refetching of data on tab change in the user activity feed.
2025-07-14 13:26:28 +05:30

59 lines
2.0 KiB
JSON

{
"todoList": {
"title": "Aufgabenliste",
"refreshTasks": "Aufgaben aktualisieren",
"addTask": "+ Aufgabe hinzufügen",
"noTasks": "Keine Aufgaben",
"pressEnter": "Drücken Sie",
"toCreate": "zum Erstellen.",
"markAsDone": "Als erledigt markieren"
},
"projects": {
"title": "Projekte",
"refreshProjects": "Projekte aktualisieren",
"noRecentProjects": "Sie sind aktuell keinem Projekt zugewiesen.",
"noFavouriteProjects": "Keine Projekte als Favoriten markiert.",
"recent": "Kürzlich",
"favourites": "Favoriten"
},
"tasks": {
"assignedToMe": "Mir zugewiesen",
"assignedByMe": "Von mir zugewiesen",
"all": "Alle",
"today": "Heute",
"upcoming": "Bevorstehend",
"overdue": "Überfällig",
"noDueDate": "Kein Fälligkeitsdatum",
"noTasks": "Keine Aufgaben zum Anzeigen.",
"addTask": "+ Aufgabe hinzufügen",
"name": "Name",
"project": "Projekt",
"status": "Status",
"dueDate": "Fälligkeitsdatum",
"dueDatePlaceholder": "Fälligkeitsdatum festlegen",
"tomorrow": "Morgen",
"nextWeek": "Nächste Woche",
"nextMonth": "Nächster Monat",
"projectRequired": "Bitte wählen Sie ein Projekt aus",
"pressTabToSelectDueDateAndProject": "Drücken Sie Tab, um ein Fälligkeitsdatum und ein Projekt auszuwählen",
"dueOn": "Fällige Aufgaben am",
"taskRequired": "Bitte fügen Sie eine Aufgabe hinzu",
"list": "Liste",
"calendar": "Kalender",
"tasks": "Aufgaben",
"refresh": "Aktualisieren",
"recentActivity": "Aktuelle Aktivitäten",
"recentTasks": "Aktuelle Aufgaben",
"timeLoggedTasks": "Erfasste Zeit",
"noRecentTasks": "Keine aktuellen Aufgaben",
"noTimeLoggedTasks": "Keine Aufgaben mit erfasster Zeit",
"activityTag": "Aktivität",
"timeLogTag": "Zeiterfassung",
"timerTag": "Timer",
"activitySingular": "Aktivität",
"activityPlural": "Aktivitäten",
"recentTaskAriaLabel": "Aktuelle Aufgabe:",
"timeLoggedTaskAriaLabel": "Aufgabe mit erfasster Zeit:"
}
}