Fix set up issue

This commit is contained in:
2025-08-17 22:30:16 +10:00
parent 3d89c4225e
commit 0621606782
4 changed files with 213 additions and 43 deletions

View File

@@ -18,10 +18,20 @@
},
"schedule": {
"title": "Dosing Schedule",
"description": "Configure when you take this medicine.",
"description": "Select when you take this medicine.",
"data": {
"days": "Days of the Week",
"times": "Times of Day"
"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": {
@@ -59,8 +69,18 @@
"title": "Update Dosing Schedule",
"description": "Update when you take this medicine.",
"data": {
"days": "Days of the Week",
"times": "Times of Day"
"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": {