// translations namespace — auto-translation status badges (flat keys)
export const translations = {
  badge_auto_translated: 'Auto-translated',
  badge_auto_translated_note:
    'This deal was automatically translated. Some details may differ from the original.',
  badge_translation_unavailable: 'Translation unavailable',
  badge_translation_unavailable_note:
    'This deal is not available in your language. Showing original.',
  report_bad_translation: 'Report bad translation',
  report_field_title: 'Title',
  report_field_description: 'Description',
  report_field_special: 'Special instructions',
  report_submitted: 'Report submitted',
  report_error: 'Could not submit report',
} as const;
