Spaces:
Sleeping
Sleeping
File size: 353 Bytes
cb43fbd | 1 2 3 4 5 6 7 8 9 10 11 | import type { TranslationStrings } from '../types';
const pdf: TranslationStrings = {
'pdf.travelPlan': 'План поїздки',
'pdf.planned': 'Заплановано',
'pdf.costLabel': 'Вартість EUR',
'pdf.preview': 'Попередній перегляд PDF',
'pdf.saveAsPdf': 'Зберегти як PDF',
};
export default pdf;
|