Spaces:
Sleeping
Sleeping
File size: 276 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;
|