// en/reviews
export const reviews = {
  loading: 'Loading reviews...',
  page_title: 'Reviews',
  submit_title: 'Write a Review',
  rating_label: 'Rating',
  body_label: 'Your Review',
  body_placeholder: 'Share your experience...',
  submit_button: 'Submit Review',
  submit_success: 'Review submitted successfully',
  submit_error: 'Failed to submit review',
  already_reviewed: 'You have already reviewed this purchase',
  reply_title: 'Reply to Review',
  reply_label: 'Your Reply',
  reply_placeholder: 'Write a reply...',
  reply_button: 'Send Reply',
  reply_success: 'Reply sent',
  reply_error: 'Failed to send reply',
  remove_title: 'Request Review Removal',
  remove_reason_label: 'Reason for Removal',
  remove_reason_placeholder: 'Explain the reason (at least 10 characters)...',
  remove_button: 'Submit Removal Request',
  remove_success: 'Removal request submitted',
  remove_error: 'Failed to submit request',
  skip_button: 'Skip',
  submit_requirements: 'To submit, pick a rating and write a few words.',
  submit_success_thanks: 'Thanks! Your review was submitted.',
  empty: 'No reviews yet',
  vendor_reply_prefix: 'Business reply:',
  stars_aria: '{{n}} out of 5 stars',
} as const;
