Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const pdf: TranslationStrings = { | |
| 'pdf.travelPlan': 'Plan de viaje', | |
| 'pdf.planned': 'Planificado', | |
| 'pdf.costLabel': 'Coste EUR', | |
| 'pdf.preview': 'Vista previa PDF', | |
| 'pdf.saveAsPdf': 'Guardar como PDF', | |
| }; | |
| export default pdf; | |