feat(schedule): add manual collapse/expand functionality for schedule days and update translations

This commit is contained in:
Daniel Volz
2025-12-26 22:14:38 +01:00
parent 551c0b4db5
commit be1e8cda18
4 changed files with 227 additions and 52 deletions
+4 -1
View File
@@ -31,7 +31,8 @@
"title": "Kommende Einnahmen",
"1month": "1 Monat",
"3months": "3 Monate",
"6months": "6 Monate"
"6months": "6 Monate",
"allTaken": "Alle eingenommen"
},
"reminders": {
"active": "Automatische Erinnerungen aktiv",
@@ -263,6 +264,8 @@
"reset": "Zurücksetzen",
"test": "Test",
"undo": "Rückgängig",
"expand": "Klicken zum Aufklappen",
"collapse": "Klicken zum Einklappen",
"optional": "optional",
"pill": "Tablette",
"pills": "Tabletten",
+4 -1
View File
@@ -33,7 +33,8 @@
"title": "Upcoming Schedules",
"1month": "1 month",
"3months": "3 months",
"6months": "6 months"
"6months": "6 months",
"allTaken": "All taken"
},
"reminders": {
"active": "Automatic reminders active",
@@ -265,6 +266,8 @@
"reset": "Reset",
"test": "Test",
"undo": "Undo",
"expand": "Click to expand",
"collapse": "Click to collapse",
"optional": "optional",
"pill": "pill",
"pills": "pills",