Add CV extraction review surfaces

This commit is contained in:
2026-03-28 23:51:03 +01:00
parent 107c181506
commit 2392b135c2
7 changed files with 390 additions and 34 deletions
+18
View File
@@ -211,6 +211,15 @@ export const translations = {
profileCvStructureEmpty: "No parsed sections yet.",
profileCvStructuredEditor: "Structured CV editor",
profileCvStructuredEditorHelp: "Edit reusable CV data directly so generators and matching can work from stable fields instead of raw text alone.",
profileCvExtractionHistory: "Extraction history",
profileCvExtractionHistoryHelp: "See which parser run produced the current structured profile and reprocess from the stored source artifact when needed.",
profileCvProfileVersion: "Profile v{count}",
profileCvCurrentRun: "Current run",
profileCvNoStoredArtifact: "No stored artifact",
profileCvReprocess: "Reprocess CV",
profileCvReprocessing: "Reprocessing CV...",
profileCvReprocessed: "CV reprocessed from the stored artifact.",
profileCvReprocessFailed: "Failed to reprocess the stored CV artifact.",
profileCvContactFullName: "Full name",
profileCvContactHeadline: "Professional headline",
profileCvContactEmail: "Contact email",
@@ -1102,6 +1111,15 @@ export const translations = {
profileCvStructureEmpty: "Ingen analyserte seksjoner ennå.",
profileCvStructuredEditor: "Strukturert CV-redigering",
profileCvStructuredEditorHelp: "Rediger gjenbrukbare CV-data direkte slik at generatorer og matching kan jobbe fra stabile felt i stedet for bare råtekst.",
profileCvExtractionHistory: "Ekstraksjonshistorikk",
profileCvExtractionHistoryHelp: "Se hvilken parserkjøring som produserte den nåværende strukturerte profilen, og kjør på nytt fra det lagrede kildeartefaktet ved behov.",
profileCvProfileVersion: "Profil v{count}",
profileCvCurrentRun: "Gjeldende kjøring",
profileCvNoStoredArtifact: "Ingen lagret kildefil",
profileCvReprocess: "Kjør CV på nytt",
profileCvReprocessing: "Kjører CV på nytt...",
profileCvReprocessed: "CV-en ble kjørt på nytt fra det lagrede artefaktet.",
profileCvReprocessFailed: "Kunne ikke kjøre den lagrede CV-filen på nytt.",
profileCvContactFullName: "Fullt navn",
profileCvContactHeadline: "Profesjonell overskrift",
profileCvContactEmail: "Kontakt-e-post",