feat(i18n): add pill emoji to medication reminder titles for better visibility
This commit is contained in:
@@ -94,7 +94,7 @@ const translations: Record<Language, TranslationKeys> = {
|
|||||||
push: {
|
push: {
|
||||||
stockTitle: "MedAssist-ng: 1 Medication Running Low",
|
stockTitle: "MedAssist-ng: 1 Medication Running Low",
|
||||||
stockTitleMultiple: "MedAssist-ng: {count} Medications Running Low",
|
stockTitleMultiple: "MedAssist-ng: {count} Medications Running Low",
|
||||||
intakeTitle: "Medication Reminder in {minutes} min",
|
intakeTitle: "💊 Medication Reminder in {minutes} min",
|
||||||
pillsLeft: "{count} pills",
|
pillsLeft: "{count} pills",
|
||||||
daysLeft: "{count} days left",
|
daysLeft: "{count} days left",
|
||||||
pillsAt: "{count} pills at {time}",
|
pillsAt: "{count} pills at {time}",
|
||||||
@@ -147,7 +147,7 @@ const translations: Record<Language, TranslationKeys> = {
|
|||||||
push: {
|
push: {
|
||||||
stockTitle: "MedAssist-ng: 1 Medikament wird knapp",
|
stockTitle: "MedAssist-ng: 1 Medikament wird knapp",
|
||||||
stockTitleMultiple: "MedAssist-ng: {count} Medikamente werden knapp",
|
stockTitleMultiple: "MedAssist-ng: {count} Medikamente werden knapp",
|
||||||
intakeTitle: "Einnahme-Erinnerung in {minutes} Min.",
|
intakeTitle: "💊 Einnahme-Erinnerung in {minutes} Min.",
|
||||||
pillsLeft: "{count} Tabletten",
|
pillsLeft: "{count} Tabletten",
|
||||||
daysLeft: "{count} Tage übrig",
|
daysLeft: "{count} Tage übrig",
|
||||||
pillsAt: "{count} Tabletten um {time}",
|
pillsAt: "{count} Tabletten um {time}",
|
||||||
|
|||||||
Reference in New Issue
Block a user