import type { TranslationStrings } from '../types'; const pdf: TranslationStrings = { 'pdf.travelPlan': 'Plan de voyage', 'pdf.planned': 'Planifié', 'pdf.costLabel': 'Coût EUR', 'pdf.preview': 'Aperçu PDF', 'pdf.saveAsPdf': 'Enregistrer en PDF', }; export default pdf;