fix: "export as .pdf" broken

This commit is contained in:
AnotiaWang
2025-02-13 00:08:49 +08:00
parent d062977775
commit f1dd76b297
7 changed files with 196 additions and 509 deletions

View File

@ -69,6 +69,8 @@
"sources": "Sources",
"waiting": "Waiting for report...",
"generating": "Generating report...",
"error": "Generate report failed: {0}"
"error": "Generate report failed: {0}",
"downloadingFonts": "Downloading necessary fonts, this may take some time...",
"downloadFontFailed": "Download font failed"
}
}

View File

@ -69,6 +69,8 @@
"sources": "来源",
"waiting": "等待报告...",
"generating": "生成报告中...",
"error": "生成报告失败:{0}"
"error": "生成报告失败:{0}",
"downloadingFonts": "正在下载必要字体,可能需要较长时间...",
"downloadFontFailed": "下载字体失败"
}
}