export const deliveryModusTranslations = {
  fr: {
    specifications: {
      Sp: 'Prescription par un médecin-spécialiste',
      Sp1: 'Première prescription par un médecin-spécialiste, prescription de suivi par un médecin généraliste',
      'Sp/S': 'Prescription par un médecin-spécialiste',
      'Sp1/S':
        'Première prescription par un médecin-spécialiste, prescription de suivi par un médecin généraliste',
      'IMP/Sp': 'Prescription par un médecin-spécialiste',
      'IMP/Sp1':
        'Première prescription par un médecin-spécialiste, prescription de suivi par un médecin généraliste',
    },
  },
  en: {
    specifications: {
      Sp: 'Prescription by specialist',
      Sp1: 'First prescription by specialist, follow-up prescription by general certificate',
      'Sp/S': 'Prescription by specialist',
      'Sp1/S':
        'First prescription by specialist, follow-up prescription by general certificate',
      'IMP/Sp': 'Prescription by specialist',
      'IMP/Sp1':
        'First prescription by specialist, follow-up prescription by general certificate',
    },
  },
  nl: {
    specifications: {
      Sp: 'Voorschrift door een geneesheer-specialist',
      Sp1: 'Eerste voorschrift door een geneesheer-specialist, vervolgoorschrift door huisarts',
      'Sp/S': 'Voorschrift door een geneesheer-specialist',
      'Sp1/S':
        'Eerste voorschrift door een geneesheer-specialist, vervolgoorschrift door huisarts',
      'IMP/Sp': 'Voorschrift door een geneesheer-specialist',
      'IMP/Sp1':
        'Eerste voorschrift door een geneesheer-specialist, vervolgoorschrift door huisarts',
    },
  },
  de: {
    specifications: {
      Sp: 'Verschreibung von einem Facharzt',
      Sp1: 'Erste Verschreibung von einem Facharzt, Folgeverordnung vom Hausarzt',
      'Sp/S': 'Verschreibung von einem Facharzt',
      'Sp1/S':
        'Erste Verschreibung von einem Facharzt, Folgeverordnung vom Hausarzt',
      'IMP/Sp': 'Verschreibung von einem Facharzt',
      'IMP/Sp1':
        'Erste Verschreibung von einem Facharzt, Folgeverordnung vom Hausarzt',
    },
  },
};
