Add structured CV editor to profile page
This commit is contained in:
@@ -206,6 +206,47 @@ export const translations = {
|
||||
profileCvStructureParsed: "CV structure analyzed.",
|
||||
profileCvStructureParseFailed: "Failed to analyze CV structure.",
|
||||
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.",
|
||||
profileCvContactFullName: "Full name",
|
||||
profileCvContactHeadline: "Professional headline",
|
||||
profileCvContactEmail: "Contact email",
|
||||
profileCvContactPhone: "Phone",
|
||||
profileCvContactLocation: "Location",
|
||||
profileCvContactWebsite: "Website",
|
||||
profileCvContactLinkedIn: "LinkedIn",
|
||||
profileCvStructuredSummary: "Summary bullets",
|
||||
profileCvStructuredSkills: "Core skills",
|
||||
profileCvStructuredInterests: "Interests",
|
||||
profileCvStructuredLanguages: "Languages",
|
||||
profileCvStructuredJobs: "Work experience",
|
||||
profileCvStructuredEducation: "Education",
|
||||
profileCvStructuredOtherSections: "Other sections",
|
||||
profileCvStructuredAddLanguage: "Add language",
|
||||
profileCvStructuredAddJob: "Add job",
|
||||
profileCvStructuredAddEducation: "Add education",
|
||||
profileCvStructuredAddOtherSection: "Add section",
|
||||
profileCvStructuredRemove: "Remove",
|
||||
profileCvStructuredListHelp: "One item per line.",
|
||||
profileCvStructuredEmpty: "Nothing added yet.",
|
||||
profileCvLanguageName: "Language",
|
||||
profileCvLanguageLevel: "Level",
|
||||
profileCvLanguageNotes: "Notes",
|
||||
profileCvJobTitle: "Job title",
|
||||
profileCvJobCompany: "Company",
|
||||
profileCvJobLocation: "Location",
|
||||
profileCvJobStart: "Start",
|
||||
profileCvJobEnd: "End",
|
||||
profileCvJobBullets: "Job bullets",
|
||||
profileCvJobSkills: "Job skills",
|
||||
profileCvEducationQualification: "Qualification",
|
||||
profileCvEducationInstitution: "Institution",
|
||||
profileCvEducationLocation: "Location",
|
||||
profileCvEducationStart: "Start",
|
||||
profileCvEducationEnd: "End",
|
||||
profileCvEducationDetails: "Education details",
|
||||
profileCvOtherSectionTitle: "Section title",
|
||||
profileCvOtherSectionItems: "Section items",
|
||||
profileCvSectionWordCount: "{count} words",
|
||||
profileCvSectionToolsHelp: "Generate sharper versions of one CV section at a time before pasting them back into your master CV.",
|
||||
profileCvSectionLabel: "Section",
|
||||
|
||||
Reference in New Issue
Block a user