Files
MedMate-Medicine-Tracker/strings.json
2025-08-17 18:51:29 +10:00

133 lines
3.5 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "MedMate - Medicine Tracker",
"description": "Set up a new medicine to track with MedMate.",
"data": {}
},
"medicine_basic": {
"title": "Medicine Information",
"description": "Enter the basic information about your medicine.",
"data": {
"medicine_name": "Medicine Name",
"active_ingredient": "Active Ingredient",
"strength": "Strength (optional)",
"pack_size": "Pack Size (pills per pack)"
}
},
"schedule": {
"title": "Dosing Schedule",
"description": "Configure when you take this medicine.",
"data": {
"days": "Days of the Week",
"times": "Times of Day"
}
},
"prescription": {
"title": "Prescription Details",
"description": "Enter prescription information to track repeats and expiry.",
"data": {
"issue_date": "Issue Date",
"expiry_date": "Expiry Date",
"doctor": "Doctor (optional)",
"total_repeats": "Total Repeats",
"repeats_left": "Repeats Left (optional)"
}
}
},
"error": {
"name_exists": "A medicine with this name already exists"
},
"abort": {
"already_configured": "Medicine is already configured"
}
},
"options": {
"step": {
"medicine_basic": {
"title": "Update Medicine Information",
"description": "Update the basic information about your medicine.",
"data": {
"medicine_name": "Medicine Name",
"active_ingredient": "Active Ingredient",
"strength": "Strength (optional)",
"pack_size": "Pack Size (pills per pack)"
}
},
"schedule": {
"title": "Update Dosing Schedule",
"description": "Update when you take this medicine.",
"data": {
"days": "Days of the Week",
"times": "Times of Day"
}
},
"prescription": {
"title": "Update Prescription Details",
"description": "Update prescription information.",
"data": {
"issue_date": "Issue Date",
"expiry_date": "Expiry Date",
"doctor": "Doctor (optional)",
"total_repeats": "Total Repeats",
"repeats_left": "Repeats Left"
}
}
}
},
"entity": {
"sensor": {
"inventory": {
"name": "Inventory",
"state": {
"0": "Out of stock",
"1": "1 pill left",
"default": "{count} pills"
}
},
"repeats_left": {
"name": "Repeats Left",
"state": {
"0": "No repeats left",
"1": "1 repeat left",
"default": "{count} repeats left"
}
},
"next_dose": {
"name": "Next Dose"
}
},
"binary_sensor": {
"dose_due": {
"name": "Dose Due"
},
"prescription_active": {
"name": "Prescription Active"
},
"low_inventory": {
"name": "Low Inventory"
}
},
"button": {
"fill_prescription": {
"name": "Fill Prescription"
},
"take_dose_morning": {
"name": "Take Morning Dose"
},
"take_dose_lunchtime": {
"name": "Take Lunchtime Dose"
},
"take_dose_dinner": {
"name": "Take Dinner Dose"
},
"take_dose_night": {
"name": "Take Night Dose"
},
"take_dose_custom": {
"name": "Take Custom Dose"
}
}
}
}