export const vendor_messages = {
  page_title: 'Messages',
  empty_inbox:
    'No messages yet. When customers write to you about an order, the conversation will appear here.',
  empty_thread: 'No messages in this conversation yet',
  error_inbox: "We couldn't load your messages. Check your connection and try again.",
  buyer_label: 'Order #{id}',
  unread_badge_one: '1 new',
  unread_badge: '{n} new',
  sender_customer: 'Customer',
  sender_you: 'You',
  view_order: 'View order',
  reply_placeholder: 'Write a reply to the customer…',
  composer_hint: 'Enter to send · Shift+Enter for a new line',
  send: 'Send',
  send_error: 'Send failed. Your message was kept — try sending again.',
  loading: 'Loading messages…',
  retry: 'Try again',
} as const;
