Files
MedMate-Medicine-Tracker/strings.json
2025-08-17 22:30:16 +10:00

153 lines
4.3 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": "Select when you take this medicine.",
"data": {
"day_monday": "Monday",
"day_tuesday": "Tuesday",
"day_wednesday": "Wednesday",
"day_thursday": "Thursday",
"day_friday": "Friday",
"day_saturday": "Saturday",
"day_sunday": "Sunday",
"time_morning": "Morning (8:00 AM)",
"time_lunchtime": "Lunchtime (12:00 PM)",
"time_dinner": "Dinner (6:00 PM)",
"time_night": "Night (10:00 PM)",
"time_custom": "Custom Time"
}
},
"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": {
"day_monday": "Monday",
"day_tuesday": "Tuesday",
"day_wednesday": "Wednesday",
"day_thursday": "Thursday",
"day_friday": "Friday",
"day_saturday": "Saturday",
"day_sunday": "Sunday",
"time_morning": "Morning (8:00 AM)",
"time_lunchtime": "Lunchtime (12:00 PM)",
"time_dinner": "Dinner (6:00 PM)",
"time_night": "Night (10:00 PM)",
"time_custom": "Custom Time"
}
},
"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"
}
}
}
}