export const chat = {
  loading: 'Loading…',
  untitled: 'Conversation',
  empty_title: 'No messages yet',
  empty_body: 'When you message a business on the platform, the conversation will appear here',
  empty_thread_title: 'No messages yet',
  empty_thread_body: 'Write the first message to start the conversation',
  composer_placeholder: 'Write a message… (Enter to send, Shift+Enter for new line)',
  composer_aria: 'New message',
  composer_send: 'Send',
  composer_keyboard_hint: 'Enter to send, Shift+Enter for new line',
  sender_you: 'You',
  sender_other: 'Incoming message',
  send_failure: 'Message not sent. Check your connection and try again — your text was kept',
  day_separator_today: 'Today',
  day_separator_yesterday: 'Yesterday',
  back_to_threads: 'Back to conversations',
  title_threads: 'Conversations | Multideal',
  h1_threads: 'Conversations',
  title_thread_fallback: 'Conversation',
} as const;
