export const checkout_modal = {
  close: 'Close',
  title: 'Purchase',
  loading: 'Loading...',
  proceed_to_payment: 'Proceed to payment',
  pay_now: 'Pay now',
  reserve_spot: 'Join group deal',
  phone_section_title: 'Phone verification',
  phone_already_verified: 'Phone verified ✓',
  code_sent_to: 'Code sent to {{phone}}',
  resend_in: 'Resend in {{seconds}} seconds',
  resend_now: 'Resend',
  try_another_number: 'Try another number',
  address_section_title: 'Shipping address',
  summary_title: 'Order summary',
  subtotal: 'Price',
  shipping: 'Shipping',
  discount: 'Discount',
  total: 'Total',
  qty_label: 'Quantity',
  qty_decrease: 'Decrease quantity',
  qty_increase: 'Increase quantity',
  qty_at_max: 'Maximum quantity reached',
  sku_label: 'Option',
  promo_section_title: 'Coupon code',
  error_load: 'Failed to load deal data',
  error_generic: 'Something went wrong. Please try again.',
  error_with_code: 'Something went wrong. Please try again. (Code: {{code}})',
  try_again: 'Try again',
  group_status_title: 'Group status',
  group_reserved_title: 'Spot reserved!',
  group_reserved_body: "Your spot is held. You'll be charged when the group fills.",
  no_saved_cards: 'No saved payment cards',
  add_card_inline: 'Add card',
  saved_card_section_title: 'Payment method',
  choose_variant_continue: 'Continue',
  buy_now: 'Buy Now',
  promo_toggle_open: 'Coupon code',
  address_change: 'Change address',
  address_add_new: 'Add new address',
  pickup_title: 'Pickup details',
  pickup_address_label: 'Pickup location',
  pickup_hours_label: 'Pickup hours',
  pickup_generic: 'Pickup details will be provided by the business.',
  redeem_title: 'How to redeem',
  redeem_instructions_label: 'Instructions',
  redeem_validity_label: 'Valid',
  redeem_validity_range: 'From {{from}} to {{until}}',
  redeem_generic: 'Present this voucher at the business to redeem.',
  address_edit: 'Edit',
  address_remove: 'Remove',
  address_remove_confirm: 'Remove this address?',
} as const;
