Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const pdf: TranslationStrings = { | |
| 'pdf.travelPlan': 'Travel Plan', | |
| 'pdf.planned': 'Planned', | |
| 'pdf.costLabel': 'Cost EUR', | |
| 'pdf.preview': 'PDF Preview', | |
| 'pdf.saveAsPdf': 'Save as PDF', | |
| }; | |
| export default pdf; | |