feat: add inhaler and injection package types

Closes #558

- add inhaler and injection as supported medication package types
- align refill, planner, dashboard, report, export, and notification wording for the new discrete package types
- include the validated CI repair for formatting and dashboard label parity
This commit is contained in:
Daniel Volz
2026-05-11 21:29:59 +02:00
committed by GitHub
parent 26e9b39f47
commit c5c75f65e4
32 changed files with 584 additions and 141 deletions
+12
View File
@@ -185,6 +185,8 @@
"packageTypeBottle": "Pill Bottle",
"packageTypeTube": "Tube",
"packageTypeLiquidContainer": "Liquid Container",
"packageTypeInhaler": "Inhaler",
"packageTypeInjection": "Injection",
"packs": "Packs",
"bottles": "Bottles",
"tubes": "Tubes",
@@ -192,9 +194,11 @@
"pillsPerBlister": "Pills per blister",
"totalCapacity": "Total Capacity",
"currentPills": "Current Pills",
"currentStockCount": "Current Stock",
"totalAmount": "Total Amount",
"currentAmount": "Current Amount",
"totalAmountLabel": "Total (amount)",
"totalCount": "Total (count)",
"packageAmount": "Package amount",
"packageAmountPerBottle": "Amount per bottle",
"packageAmountPerTube": "Amount per tube",
@@ -261,6 +265,10 @@
"blister_other": "{{count}} blister packs",
"bottle_one": "1 bottle",
"bottle_other": "{{count}} bottles",
"inhaler_one": "1 inhaler",
"inhaler_other": "{{count}} inhalers",
"injection_one": "1 injection pack",
"injection_other": "{{count}} injection packs",
"liquidContainer_one": "1 bottle",
"liquidContainer_other": "{{count}} bottles",
"tube_one": "1 tube",
@@ -636,6 +644,10 @@
"optional": "optional",
"pill": "pill",
"pills": "pills",
"puff": "puff",
"puffs": "puffs",
"injection": "injection",
"injections": "injections",
"of": "of",
"loose": "loose",
"none": "None",