Add attachment-aware AI drafting and CV section tools
This commit is contained in:
@@ -190,6 +190,27 @@ export const translations = {
|
||||
profileCvTextLabel: "Profile CV / master resume text",
|
||||
profileCvTextHelp: "Keep this updated and specific. Include recent roles, tools, achievements, measurable outcomes, and the work you want to be hired for next. If extraction misses something, edit it here manually.",
|
||||
profileCvPreferredUploads: "Supported uploads: PDF, DOCX, TXT, MD, PNG, JPG, JPEG, WEBP.",
|
||||
profileCvSectionTools: "Section rewrite tools",
|
||||
profileCvSectionToolsHelp: "Generate sharper versions of one CV section at a time before pasting them back into your master CV.",
|
||||
profileCvSectionLabel: "Section",
|
||||
profileCvSectionSummary: "Professional Summary",
|
||||
profileCvSectionSkills: "Core Skills",
|
||||
profileCvSectionExperience: "Experience Highlights",
|
||||
profileCvSectionAchievements: "Selected Achievements",
|
||||
profileCvSectionProjects: "Projects",
|
||||
profileCvSectionStyle: "Rewrite style",
|
||||
profileCvSectionStyleBalanced: "Balanced",
|
||||
profileCvSectionStyleConcise: "Concise",
|
||||
profileCvSectionStyleImpact: "Impact-focused",
|
||||
profileCvSectionStyleAts: "ATS-friendly",
|
||||
profileCvSectionTargetRole: "Target role (optional)",
|
||||
profileCvSectionRewrite: "Rewrite section",
|
||||
profileCvSectionRewriting: "Rewriting section...",
|
||||
profileCvSectionRewritten: "CV section draft generated.",
|
||||
profileCvSectionRewriteFailed: "Failed to rewrite the CV section.",
|
||||
profileCvSectionDraft: "Section draft",
|
||||
profileCvSectionDraftPlaceholder: "Your rewritten section will appear here.",
|
||||
profileCvSectionAppend: "Append to CV text",
|
||||
profileSaveChanges: "Save changes",
|
||||
profileUpdated: "Profile updated.",
|
||||
profileUpdateFailed: "Failed to update profile.",
|
||||
@@ -630,6 +651,11 @@ export const translations = {
|
||||
jobDetailsGenerationAts: "ATS focused",
|
||||
jobDetailsGenerationAchievement: "Achievement focused",
|
||||
jobDetailsGenerationInterview: "Interview focused",
|
||||
jobDetailsCoverLetterStyle: "Cover letter style",
|
||||
jobDetailsCoverLetterStyleBalanced: "Balanced",
|
||||
jobDetailsCoverLetterStyleConcise: "Concise",
|
||||
jobDetailsCoverLetterStyleFormal: "Formal",
|
||||
jobDetailsCoverLetterStyleBold: "Bold",
|
||||
jobDetailsResume: "Resume",
|
||||
jobDetailsCoverLetter: "Cover letter",
|
||||
jobDetailsPortfolio: "Portfolio",
|
||||
@@ -681,6 +707,8 @@ export const translations = {
|
||||
jobDetailsRecruiterMessageSaved: "Recruiter message saved to this job.",
|
||||
jobDetailsRecruiterMessageSaveFailed: "Failed to save recruiter message.",
|
||||
jobDetailsKeyPoints: "Key points to emphasize",
|
||||
jobDetailsAttachmentSignals: "Attachment-derived signals",
|
||||
jobDetailsNoAttachmentSignals: "No reusable attachment signals were found yet.",
|
||||
jobDetailsReason: "Reason",
|
||||
jobDetailsFollowUpMode: "Follow-up mode",
|
||||
jobDetailsFollowUpModePostApply: "Post-apply check-in",
|
||||
@@ -934,6 +962,27 @@ export const translations = {
|
||||
profileCvTextLabel: "Profil-CV / hovedtekst for CV",
|
||||
profileCvTextHelp: "Hold denne oppdatert og konkret. Ta med nylige roller, verktøy, prestasjoner, målbare resultater og arbeidet du vil bli ansatt for neste gang. Hvis tekstuttrekket mangler noe, kan du redigere manuelt her.",
|
||||
profileCvPreferredUploads: "Støttede opplastinger: PDF, DOCX, TXT, MD, PNG, JPG, JPEG, WEBP.",
|
||||
profileCvSectionTools: "Verktøy for CV-seksjoner",
|
||||
profileCvSectionToolsHelp: "Generer skarpere versjoner av én CV-seksjon om gangen før du limer dem tilbake i hoved-CV-en.",
|
||||
profileCvSectionLabel: "Seksjon",
|
||||
profileCvSectionSummary: "Profesjonell oppsummering",
|
||||
profileCvSectionSkills: "Kjernekompetanse",
|
||||
profileCvSectionExperience: "Erfaringshøydepunkter",
|
||||
profileCvSectionAchievements: "Utvalgte prestasjoner",
|
||||
profileCvSectionProjects: "Prosjekter",
|
||||
profileCvSectionStyle: "Omskrivingsstil",
|
||||
profileCvSectionStyleBalanced: "Balansert",
|
||||
profileCvSectionStyleConcise: "Kortfattet",
|
||||
profileCvSectionStyleImpact: "Effektfokusert",
|
||||
profileCvSectionStyleAts: "ATS-vennlig",
|
||||
profileCvSectionTargetRole: "Målrolle (valgfritt)",
|
||||
profileCvSectionRewrite: "Omskriv seksjon",
|
||||
profileCvSectionRewriting: "Omskriver seksjon...",
|
||||
profileCvSectionRewritten: "CV-seksjon generert.",
|
||||
profileCvSectionRewriteFailed: "Kunne ikke omskrive CV-seksjonen.",
|
||||
profileCvSectionDraft: "Seksjonsutkast",
|
||||
profileCvSectionDraftPlaceholder: "Den omskrevne seksjonen vises her.",
|
||||
profileCvSectionAppend: "Legg til i CV-teksten",
|
||||
profileSaveChanges: "Lagre endringer",
|
||||
profileUpdated: "Profil oppdatert.",
|
||||
profileUpdateFailed: "Kunne ikke oppdatere profil.",
|
||||
@@ -1374,6 +1423,11 @@ export const translations = {
|
||||
jobDetailsGenerationAts: "ATS-fokusert",
|
||||
jobDetailsGenerationAchievement: "Prestasjonfokusert",
|
||||
jobDetailsGenerationInterview: "Intervjufokusert",
|
||||
jobDetailsCoverLetterStyle: "Stil for søknadsbrev",
|
||||
jobDetailsCoverLetterStyleBalanced: "Balansert",
|
||||
jobDetailsCoverLetterStyleConcise: "Kortfattet",
|
||||
jobDetailsCoverLetterStyleFormal: "Formell",
|
||||
jobDetailsCoverLetterStyleBold: "Modig",
|
||||
jobDetailsResume: "CV",
|
||||
jobDetailsCoverLetter: "Søknadsbrev",
|
||||
jobDetailsPortfolio: "Portefølje",
|
||||
@@ -1425,6 +1479,8 @@ export const translations = {
|
||||
jobDetailsRecruiterMessageSaved: "Melding til rekrutterer lagret på denne jobben.",
|
||||
jobDetailsRecruiterMessageSaveFailed: "Kunne ikke lagre melding til rekrutterer.",
|
||||
jobDetailsKeyPoints: "Nøkkelpunkter å fremheve",
|
||||
jobDetailsAttachmentSignals: "Signal fra vedlegg",
|
||||
jobDetailsNoAttachmentSignals: "Ingen gjenbrukbare signaler fra vedlegg ble funnet ennå.",
|
||||
jobDetailsReason: "Årsak",
|
||||
jobDetailsFollowUpMode: "Oppfølgingsmodus",
|
||||
jobDetailsFollowUpModePostApply: "Oppfølging etter søknad",
|
||||
|
||||
Reference in New Issue
Block a user