feat(med-details): enhance medication detail display with current stock and package details

This commit is contained in:
Daniel Volz
2025-12-27 15:19:14 +01:00
parent 9ccb5b1f0f
commit 6b6c20bdc3
4 changed files with 48 additions and 17 deletions
+3 -2
View File
@@ -186,8 +186,9 @@
"modal": {
"for": "für",
"at": "um",
"stockInfo": "Bestandsinformationen",
"currentStock": "Aktueller Bestand",
"stockInfo": "Aktueller Bestand",
"packageDetails": "Packungsdetails",
"currentStock": "Tabletten",
"packs": "Packungen",
"blistersPerPack": "Blister/Packung",
"pillsPerBlister": "Tabletten/Blister",
+3 -2
View File
@@ -188,8 +188,9 @@
"modal": {
"for": "for",
"at": "at",
"stockInfo": "Stock Information",
"currentStock": "Current Stock",
"stockInfo": "Current Stock",
"packageDetails": "Package Details",
"currentStock": "Pills",
"packs": "Packs",
"blistersPerPack": "Blisters/Pack",
"pillsPerBlister": "Pills/Blister",