Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const pdf: TranslationStrings = { | |
| 'pdf.travelPlan': 'Cestovní plán', | |
| 'pdf.planned': 'Naplánováno', | |
| 'pdf.costLabel': 'Náklady EUR', | |
| 'pdf.preview': 'Náhled PDF', | |
| 'pdf.saveAsPdf': 'Uložit jako PDF', | |
| }; | |
| export default pdf; | |