Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const pdf: TranslationStrings = { | |
| 'pdf.travelPlan': 'Ταξιδιωτικό Πρόγραμμα', | |
| 'pdf.planned': 'Προγραμματισμένο', | |
| 'pdf.costLabel': 'Κόστος EUR', | |
| 'pdf.preview': 'Προεπισκόπηση PDF', | |
| 'pdf.saveAsPdf': 'Αποθήκευση ως PDF', | |
| }; | |
| export default pdf; | |