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:
@@ -185,6 +185,8 @@
|
||||
"packageTypeBottle": "Pillendose",
|
||||
"packageTypeTube": "Tube",
|
||||
"packageTypeLiquidContainer": "Flüssigbehältnis",
|
||||
"packageTypeInhaler": "Inhalator",
|
||||
"packageTypeInjection": "Injektion",
|
||||
"packs": "Packungen",
|
||||
"bottles": "Flaschen",
|
||||
"tubes": "Tuben",
|
||||
@@ -192,9 +194,11 @@
|
||||
"pillsPerBlister": "Tabletten pro Blister",
|
||||
"totalCapacity": "Gesamtkapazität",
|
||||
"currentPills": "Aktuelle Tabletten",
|
||||
"currentStockCount": "Aktueller Bestand",
|
||||
"totalAmount": "Gesamtmenge",
|
||||
"currentAmount": "Aktuelle Menge",
|
||||
"totalAmountLabel": "Gesamt (Menge)",
|
||||
"totalCount": "Gesamt (Anzahl)",
|
||||
"packageAmount": "Packungsinhalt",
|
||||
"packageAmountPerBottle": "Inhalt pro Flasche",
|
||||
"packageAmountPerTube": "Inhalt pro Tube",
|
||||
@@ -261,6 +265,10 @@
|
||||
"blister_other": "{{count}} Blisterpackungen",
|
||||
"bottle_one": "1 Flasche",
|
||||
"bottle_other": "{{count}} Flaschen",
|
||||
"inhaler_one": "1 Inhalator",
|
||||
"inhaler_other": "{{count}} Inhalatoren",
|
||||
"injection_one": "1 Injektionspackung",
|
||||
"injection_other": "{{count}} Injektionspackungen",
|
||||
"liquidContainer_one": "1 Flasche",
|
||||
"liquidContainer_other": "{{count}} Flaschen",
|
||||
"tube_one": "1 Tube",
|
||||
@@ -636,6 +644,10 @@
|
||||
"optional": "optional",
|
||||
"pill": "Tablette",
|
||||
"pills": "Tabletten",
|
||||
"puff": "Hub",
|
||||
"puffs": "Hübe",
|
||||
"injection": "Injektion",
|
||||
"injections": "Injektionen",
|
||||
"of": "von",
|
||||
"loose": "lose",
|
||||
"none": "Kein",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user