Spaces:
Sleeping
Sleeping
File size: 296 Bytes
98fbc6d | 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;
|