backend phase 15 & frontend phase 8
This commit is contained in:
+83
-1
@@ -474,7 +474,89 @@
|
||||
"status_rejected_by_nurse": "Declined by nurse",
|
||||
"status_expired_no_response": "No response in time",
|
||||
"status_payment_deadline_expired": "Payment window lapsed",
|
||||
"status_cancelled_by_customer": "Cancelled"
|
||||
"status_cancelled_by_customer": "Cancelled",
|
||||
|
||||
"bd_title": "Booking",
|
||||
"bd_ref": "Booking #{id}",
|
||||
"bd_not_found_title": "Booking not found",
|
||||
"bd_not_found_body": "This booking doesn't exist or isn't yours.",
|
||||
"bd_my_bookings": "My bookings",
|
||||
|
||||
"timeline_title": "Progress",
|
||||
"bstatus_pending_payment": "Pending payment",
|
||||
"bstatus_confirmed": "Confirmed",
|
||||
"bstatus_in_progress": "In progress",
|
||||
"bstatus_completed": "Completed",
|
||||
"bstatus_disputed": "Under review",
|
||||
"bstatus_closed": "Closed",
|
||||
"bstatus_cancelled": "Cancelled",
|
||||
|
||||
"confirmed_note": "Your booking is confirmed. The visits below are scheduled.",
|
||||
"in_progress_note": "A visit is currently underway.",
|
||||
"completed_note": "All visits are complete.",
|
||||
"dispute_window_note": "Payment is released to the nurse after the review window closes on {date}.",
|
||||
"cancelled_note": "This booking was cancelled.",
|
||||
"disputed_note": "This booking is under review by our support team.",
|
||||
|
||||
"sessions_title": "Visit schedule",
|
||||
"session_index": "Visit {n}",
|
||||
"session_count": "{count, plural, =0 {no visits} one {# visit} other {# visits}}",
|
||||
"sstatus_scheduled": "Scheduled",
|
||||
"sstatus_in_progress": "In progress",
|
||||
"sstatus_completed": "Completed",
|
||||
"sstatus_missed": "Missed",
|
||||
"sstatus_cancelled": "Cancelled",
|
||||
"session_elapsed": "On site {duration}",
|
||||
"session_payout": "Visit payout",
|
||||
|
||||
"money_title": "Payment summary",
|
||||
"money_gross": "Service cost",
|
||||
"money_commission": "Balinyaar fee",
|
||||
"money_payout": "Nurse payout",
|
||||
"money_nurse_earning": "Your earning",
|
||||
|
||||
"evv_today_title": "Today's visit",
|
||||
"evv_visits_title": "Today's visits",
|
||||
"evv_visits_subtitle": "Clock in and out of each visit with EVV.",
|
||||
"evv_no_visits": "No visits scheduled for today.",
|
||||
"evv_check_in": "Check in (EVV)",
|
||||
"evv_check_out": "Check out (EVV)",
|
||||
"evv_checking_in": "Checking in…",
|
||||
"evv_checking_out": "Checking out…",
|
||||
"evv_acquiring_location": "Getting your location…",
|
||||
"evv_banner_in_range": "Checked in {time} · location confirmed (EVV)",
|
||||
"evv_banner_out_of_range": "Checked in {time} · location out of range (under review)",
|
||||
"evv_banner_no_gps": "Checked in {time} · location not captured",
|
||||
"evv_checked_out_at": "Checked out {time}",
|
||||
"evv_gps_denied_note": "Location permission was denied — you can still record the visit; it's flagged for review.",
|
||||
"evv_no_open_check_in": "There's no open check-in to close.",
|
||||
"evv_not_startable": "This visit can't be started yet.",
|
||||
"evv_checked_in_toast": "Check-in recorded.",
|
||||
"evv_checked_out_toast": "Check-out recorded.",
|
||||
"evv_check_in_error": "Couldn't record the check-in. Please try again.",
|
||||
"evv_check_out_error": "Couldn't record the check-out. Please try again.",
|
||||
"evv_nurse_view": "Nurse view",
|
||||
"view_booking": "View booking",
|
||||
|
||||
"care_title": "Care instructions",
|
||||
"care_subtitle": "Shared with you as the assigned nurse after confirmation.",
|
||||
"care_conditions": "Conditions",
|
||||
"care_medications": "Medications",
|
||||
"care_allergies": "Allergies",
|
||||
"care_instructions_label": "Special instructions",
|
||||
"care_emergency": "Emergency contact",
|
||||
"care_none": "Not recorded",
|
||||
"care_empty": "No care instructions were recorded for this booking.",
|
||||
"care_error": "Couldn't load the care instructions.",
|
||||
"care_locked_title": "Care details",
|
||||
"care_locked_body": "The full care record is visible only to your assigned nurse and support.",
|
||||
|
||||
"list_title": "My bookings",
|
||||
"list_subtitle": "Your confirmed engagements.",
|
||||
"list_empty_title": "No bookings yet",
|
||||
"list_empty_body": "Once a nurse accepts and you pay, your booking appears here.",
|
||||
"list_error": "Couldn't load your bookings.",
|
||||
"list_total": "Total"
|
||||
},
|
||||
"auth": {
|
||||
"customer_title": "Sign in to Balinyaar",
|
||||
|
||||
Reference in New Issue
Block a user