fix: "export as .pdf" broken
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
@ -69,6 +69,8 @@
|
||||
"sources": "来源",
|
||||
"waiting": "等待报告...",
|
||||
"generating": "生成报告中...",
|
||||
"error": "生成报告失败:{0}"
|
||||
"error": "生成报告失败:{0}",
|
||||
"downloadingFonts": "正在下载必要字体,可能需要较长时间...",
|
||||
"downloadFontFailed": "下载字体失败"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user