mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
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:
parent
d4700a07f9
commit
7afc1620aa
5 changed files with 25 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue