{
  "order_received_customer": "Thank you for choosing Pizza Hub – {branchName} 🍕\nWe have received your order #{orderId}.\nWe’re preparing your pizza with love!",
  "order_received_customer_pickup": "Thank you for choosing Pizza Hub – {branchName} 🍕\nWe have received your {orderType} order #{orderId}.\nWe’ll notify you when it is ready!",
  "rider_assigned_customer": "Pizza Hub: Order #{orderId} is now {status}. Rider: {riderName} ({riderPhone}).",
  "rider_assigned_rider": "Pizza Hub {branchName}: New delivery #{orderId}.\nStatus: {status}\nCustomer: {customerPhone}\nLocation: {locationLink}\nTotal: LKR {total}\nPayment: {paymentMethod} · {paymentStatus}",
  "order_received_admin": "Pizza Hub {branchName}: New order #{orderId}.\nCustomer: {customerPhone}\nLocation: {locationLink}\nTotal: LKR {total}\nPayment: {paymentStatus}\nDetails: {adminOrderUrl}",
  "status_update_customer": "Pizza Hub: Order #{orderId} is now {status}. Tracking: {tracking}.",
  "order_completed_customer": "Thank you for choosing Pizza Hub! Order #{orderId} is completed. You earned {redPointsEarned} Red points. Balance: {redPointsBalance} Red points.",
  "reservation_received_customer": "Pizza Hub: Your dine-in reservation #{reservationId} is received. Time: {reservationTime}. We will confirm shortly.",
  "reservation_received_admin": "Pizza Hub {branchName}: New reservation #{reservationId}. Customer: {customerPhone}. Tables: {tableCount} · {tableSize} seats. Time: {reservationTime}.",
  "reservation_approved_customer": "Pizza Hub: Reservation #{reservationId} is approved. Time: {reservationTime}. Table number: {tableNumbers}.",
  "reservation_approved_admin": "Pizza Hub {branchName}: Reservation #{reservationId} approved. Customer: {customerPhone}. Table number: {tableNumbers}. Time: {reservationTime}.",
  "reservation_status_customer": "Pizza Hub: Reservation #{reservationId} is {status}. Time: {reservationTime}. Table number: {tableNumbers}.",
  "reservation_status_admin": "Pizza Hub {branchName}: Reservation #{reservationId} is {status}. Customer: {customerPhone}. Table number: {tableNumbers}. Time: {reservationTime}.",
  "payment_status_customer": "Thank you for choosing Pizza Hub – {branchName} 🍕\nPayment {status} for order #{orderId} is confirmed. Amount: LKR {total}.\nDetails: {adminOrderUrl}",
  "payment_status_admin": "Pizza Hub {branchName}: Payment {status} for order #{orderId}. Amount LKR {total}. {adminOrderUrl}"
}