// en/admin_email_log
export const admin_email_log = {
  col_sent: 'Sent',
  col_to: 'To',
  col_subject: 'Subject',
  col_tags: 'Tags',
  col_actions: 'Actions',
  preview_btn: 'Preview',
  preview_title: 'Email Preview',
  preview_close: 'Close',
  empty: 'No captured emails.',
  prod_note: 'Email log is only available in the dev environment. In production, use the Resend dashboard.',
  load_error: 'Error loading emails.',
  prev: 'Previous',
  next: 'Next',
  page_prefix: 'Page',
  page_of_sep: 'of',
} as const;
