feat(reminders): enhance reminder status with low stock warnings and update translations

This commit is contained in:
Daniel Volz
2025-12-26 21:51:36 +01:00
parent 473ffde4fe
commit 7e51b4c806
3 changed files with 25 additions and 2 deletions
+2
View File
@@ -43,6 +43,8 @@
"noRemindersNeeded": "keine Erinnerungen nötig",
"needReorder": "{{count}} Medikament nachbestellen",
"needReorder_other": "{{count}} Medikamente nachbestellen",
"lowWarning": "{{count}} Medikament wird knapp",
"lowWarning_other": "{{count}} Medikamente werden knapp",
"waitingFirstCheck": "warte auf erste Prüfung",
"typeStock": "Bestand",
"typeIntake": "Einnahme",
+2
View File
@@ -45,6 +45,8 @@
"noRemindersNeeded": "no reminders needed",
"needReorder": "{{count}} med needs reorder",
"needReorder_other": "{{count}} meds need reorder",
"lowWarning": "{{count}} medication running low",
"lowWarning_other": "{{count}} medications running low",
"waitingFirstCheck": "waiting for first check",
"typeStock": "Stock",
"typeIntake": "Intake",