105 lines
3.0 KiB
JSON
105 lines
3.0 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"
|
|
},
|
|
"data_description": {
|
|
"days": "Select which days of the week you take this medicine",
|
|
"times": "Select the times of day when you take this medicine"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"days": {
|
|
"options": {
|
|
"monday": "Monday",
|
|
"tuesday": "Tuesday",
|
|
"wednesday": "Wednesday",
|
|
"thursday": "Thursday",
|
|
"friday": "Friday",
|
|
"saturday": "Saturday",
|
|
"sunday": "Sunday"
|
|
}
|
|
},
|
|
"times": {
|
|
"options": {
|
|
"morning": "Morning",
|
|
"lunchtime": "Lunchtime",
|
|
"dinner": "Dinner",
|
|
"night": "Night",
|
|
"custom": "Custom"
|
|
}
|
|
}
|
|
}
|
|
} |