import type { TranslationStrings } from '../types'; const pdf: TranslationStrings = { 'pdf.travelPlan': 'Reisplan', 'pdf.planned': 'Gepland', 'pdf.costLabel': 'Kosten EUR', 'pdf.preview': 'PDF-voorbeeld', 'pdf.saveAsPdf': 'Opslaan als PDF', }; export default pdf;