Add reminder emails and AI CV improvement tools

This commit is contained in:
cesnimda
2026-03-23 21:46:37 +01:00
parent 66d924e880
commit 5a31f86e4d
9 changed files with 200 additions and 5 deletions
+8
View File
@@ -175,6 +175,10 @@ export const translations = {
profileMasterCv: "Master CV",
profileMasterCvBody: "Upload a PDF, DOCX, plain text file, markdown file, or image scan. The AI service extracts text where possible and falls back to OCR for supported scanned files.",
profileUploadCv: "Upload CV",
profileCvImprove: "Improve CV text",
profileCvImproving: "Improving CV...",
profileCvImproved: "CV text improved.",
profileCvImproveFailed: "Failed to improve CV text.",
profileUploading: "Uploading...",
profileCopyCvText: "Copy CV text",
profileCvUploaded: "CV uploaded and processed.",
@@ -896,6 +900,10 @@ export const translations = {
profileMasterCv: "Hoved-CV",
profileMasterCvBody: "Last opp en PDF, DOCX, ren tekstfil, markdown-fil eller et bildeskann. AI-tjenesten henter ut tekst der det er mulig og faller tilbake til OCR for støttede skannede filer.",
profileUploadCv: "Last opp CV",
profileCvImprove: "Forbedre CV-tekst",
profileCvImproving: "Forbedrer CV...",
profileCvImproved: "CV-tekst forbedret.",
profileCvImproveFailed: "Kunne ikke forbedre CV-tekst.",
profileUploading: "Laster opp...",
profileCopyCvText: "Kopier CV-tekst",
profileCvUploaded: "CV lastet opp og behandlet.",