feat(dashboard): update CalendarEventsWidget for timeBlocks, add i18n for day-timeline

- CalendarEventsWidget now shows all timeBlock types with type icons
  and live indicators (was only showing calendar events before)
- Added day_timeline i18n keys in all 5 languages (de/en/es/fr/it)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-05 15:28:54 +02:00
parent d4700a07f9
commit 7afc1620aa
5 changed files with 25 additions and 0 deletions

View file

@ -134,6 +134,11 @@
"plant_watering": {
"title": "Pflanzenpflege",
"description": "Pflanzen die gegossen werden müssen"
},
"day_timeline": {
"title": "Mein Tag",
"description": "Chronologische Tagesansicht aller Aktivitäten",
"empty": "Noch nichts heute"
}
}
}

View file

@ -134,6 +134,11 @@
"plant_watering": {
"title": "Plant Care",
"description": "Plants that need watering"
},
"day_timeline": {
"title": "My Day",
"description": "Chronological timeline of all activities",
"empty": "Nothing yet today"
}
}
}

View file

@ -134,6 +134,11 @@
"plant_watering": {
"title": "Cuidado de plantas",
"description": "Plantas que necesitan riego"
},
"day_timeline": {
"title": "Mi Día",
"description": "Línea temporal cronológica de todas las actividades",
"empty": "Nada todavía hoy"
}
}
}

View file

@ -134,6 +134,11 @@
"plant_watering": {
"title": "Soin des plantes",
"description": "Plantes à arroser"
},
"day_timeline": {
"title": "Ma Journée",
"description": "Chronologie de toutes les activités de la journée",
"empty": "Rien encore aujourd'hui"
}
}
}

View file

@ -134,6 +134,11 @@
"plant_watering": {
"title": "Cura delle piante",
"description": "Piante da innaffiare"
},
"day_timeline": {
"title": "La Mia Giornata",
"description": "Cronologia di tutte le attività della giornata",
"empty": "Niente ancora oggi"
}
}
}