fix: adjust the text for PDF export

This commit is contained in:
JOYCEQL
2025-09-04 00:10:06 +08:00
parent 06f106f554
commit 7072530e67
+3 -3
View File
@@ -187,11 +187,11 @@
"pdfExport": { "pdfExport": {
"button": { "button": {
"export": "导出", "export": "导出",
"exportPdf": "PDF(服务端)", "exportPdf": "PDF",
"exportJson": "JSON配置", "exportJson": "JSON配置",
"exporting": "导出中...", "exporting": "导出中...",
"exportingJson": "导出中...", "exportingJson": "导出中...",
"print": "PDF(浏览器打印)" "print": "PDF(备份)"
}, },
"toast": { "toast": {
"success": "PDF导出成功", "success": "PDF导出成功",
@@ -606,7 +606,7 @@
"tooltip": "导出简历", "tooltip": "导出简历",
"pdf": "导出PDF", "pdf": "导出PDF",
"json": "导出JSON", "json": "导出JSON",
"print": "打印" "print": "导出PDF(备份)"
} }
}, },
"aiPolishDialog": { "aiPolishDialog": {