Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"templateAts": "ATS",
"aiGenerate": "AI Generate",
"linkedinPhoto": "LinkedIn Photo",
"importJson": "Import JSON",
"importJson": "Import",
"templateAcademic": "Academic",
"templateElegant": "Elegant",
"templateExecutive": "Executive",
Expand Down Expand Up @@ -484,14 +484,17 @@
},
"import": {
"title": "Import Resume",
"description": "Import a previously exported JSON file to replace current content",
"dashboardDescription": "Import a previously exported JSON file to create a new resume",
"selectFile": "Click to select or drag a .json file here",
"dragHint": "Supports .json files exported from JadeAI",
"description": "Import JSON, Markdown, or PDF file to replace current content",
"dashboardDescription": "Import JSON, Markdown, or PDF file to create a new resume",
"selectFile": "Click to select or drag a file here",
"dragHint": "Supports JSON, Markdown (AI parsing), or PDF resumes",
"importing": "Importing...",
"parsingMarkdown": "AI parsing Markdown...",
"parsingPdf": "AI parsing PDF...",
"success": "Import successful!",
"error": "Import failed. Please try again.",
"invalidFormat": "Invalid file format. Please select a valid JSON file with sections data.",
"invalidFormat": "Invalid file format. Please select a .json, .md, or .pdf file.",
"noApiKey": "Please configure AI API Key in Settings first.",
"importBtn": "Import",
"cancel": "Cancel"
},
Expand Down
15 changes: 9 additions & 6 deletions messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"templateAts": "ATS",
"aiGenerate": "AI 生成",
"linkedinPhoto": "领英照",
"importJson": "导入 JSON",
"importJson": "导入",
"templateAcademic": "学术",
"templateElegant": "优雅",
"templateExecutive": "高管",
Expand Down Expand Up @@ -484,14 +484,17 @@
},
"import": {
"title": "导入简历",
"description": "导入之前导出的 JSON 文件,替换当前简历内容",
"dashboardDescription": "导入之前导出的 JSON 文件,创建新简历",
"selectFile": "点击选择或拖拽 .json 文件到此处",
"dragHint": "支持从 JadeAI 导出的 .json 文件",
"description": "导入 JSON、Markdown 或 PDF 文件,替换当前简历内容",
"dashboardDescription": "导入 JSON、Markdown 或 PDF 文件,创建新简历",
"selectFile": "点击选择或拖拽文件到此处",
"dragHint": "支持 JSON、Markdown(AI 解析)或 PDF 简历",
"importing": "导入中...",
"parsingMarkdown": "AI 解析 Markdown 中...",
"parsingPdf": "AI 解析 PDF 中...",
"success": "导入成功!",
"error": "导入失败,请重试。",
"invalidFormat": "文件格式无效,请选择包含 sections 数据的有效 JSON 文件。",
"invalidFormat": "文件格式无效,请选择 .json、.md 或 .pdf 文件。",
"noApiKey": "请先在设置中配置 AI API Key。",
"importBtn": "导入",
"cancel": "取消"
},
Expand Down
Loading