feat(cv): localise section AI output

This commit is contained in:
cesnimda
2026-08-28 20:30:42 +02:00
parent 557121ad31
commit 245b39f6fa
4 changed files with 154 additions and 19 deletions
+42
View File
@@ -406,6 +406,27 @@ export const translations = {
cvDashboardChooseTemplate: "Choose a template",
cvDashboardCreating: "Creating…",
cvDashboardCreateCv: "Create CV",
cvAiFailed: "AI suggestion failed.",
cvAiSuggestions: "AI suggestions",
cvAiProTitle: "Refine this section with Pro.",
cvAiProBody: "AI only proposes wording; it never changes CV content without your approval.",
cvAiClose: "Close",
cvAiAction: "AI action",
cvAiLanguage: "Output language",
cvAiWorking: "Working…",
cvAiSuggest: "Suggest",
cvAiCurrent: "Current",
cvAiSuggested: "Suggested — edit before applying",
cvAiCheckFacts: "Check every fact before applying this suggestion.",
cvAiApplied: "Suggestion applied to {section}.",
cvAiApply: "Apply",
cvAiReject: "Reject",
cvAiImprove: "Improve writing",
cvAiProfessional: "Make more professional",
cvAiShorten: "Make shorter",
cvAiGrammar: "Fix grammar",
cvAiImpact: "Add measurable impact",
cvAiBullets: "Suggest bullet points",
richTextBold: "Bold",
richTextBoldPlaceholder: "bold text",
richTextItalic: "Italic",
@@ -2011,6 +2032,27 @@ export const translations = {
cvDashboardChooseTemplate: "Velg en mal",
cvDashboardCreating: "Oppretter…",
cvDashboardCreateCv: "Opprett CV",
cvAiFailed: "AI-forslaget mislyktes.",
cvAiSuggestions: "AI-forslag",
cvAiProTitle: "Forbedre denne seksjonen med Pro.",
cvAiProBody: "AI foreslår bare formuleringer og endrer aldri CV-innhold uten godkjenning fra deg.",
cvAiClose: "Lukk",
cvAiAction: "AI-handling",
cvAiLanguage: "Språk for resultat",
cvAiWorking: "Arbeider…",
cvAiSuggest: "Foreslå",
cvAiCurrent: "Nåværende",
cvAiSuggested: "Forslag — rediger før du bruker det",
cvAiCheckFacts: "Kontroller alle fakta før du bruker dette forslaget.",
cvAiApplied: "Forslaget er brukt i {section}.",
cvAiApply: "Bruk",
cvAiReject: "Avvis",
cvAiImprove: "Forbedre teksten",
cvAiProfessional: "Gjør mer profesjonell",
cvAiShorten: "Gjør kortere",
cvAiGrammar: "Rett grammatikk",
cvAiImpact: "Legg til målbar effekt",
cvAiBullets: "Foreslå punkter",
richTextBold: "Fet",
richTextBoldPlaceholder: "fet tekst",
richTextItalic: "Kursiv",