feat: add takenBy and pillWeightMg to intake reminders and update translations

This commit is contained in:
Daniel Volz
2025-12-25 12:40:40 +01:00
parent 06da1d6eb8
commit 1468c62d59
3 changed files with 58 additions and 8 deletions
+5 -2
View File
@@ -31,6 +31,7 @@ type TranslationKeys = {
time: string;
};
pills: string;
takenBy: string;
footer: string;
};
// Push notifications
@@ -82,7 +83,8 @@ const translations: Record<Language, TranslationKeys> = {
time: "Time",
},
pills: "pills",
footer: "MedAssist-ng Medication Planner",
takenBy: "for {name}",
footer: "🤖 Automatic reminder from MedAssist-ng",
},
push: {
stockTitle: "MedAssist-ng: 1 Medication Running Low",
@@ -129,7 +131,8 @@ const translations: Record<Language, TranslationKeys> = {
time: "Uhrzeit",
},
pills: "Tabletten",
footer: "MedAssist-ng Medikamentenplaner",
takenBy: "für {name}",
footer: "🤖 Automatische Erinnerung von MedAssist-ng",
},
push: {
stockTitle: "MedAssist-ng: 1 Medikament wird knapp",