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; | |