fix: wizard.* déplacé au TOP NIVEAU des locales FR/EN
Some checks failed
CI / Lint, Unit Tests & Build (push) Successful in 5m21s
CI / Deploy production (on server) (push) Has been cancelled

Les clés étaient sous richTextEditor.wizard mais le code appelle
t('wizard.studyPlanner') qui cherche au niveau racine.
48 clés déplacées de richTextEditor.wizard → wizard au niveau racine.
FR et EN corrigés.
This commit is contained in:
Antigravity
2026-06-20 16:48:51 +00:00
parent 128aa842f1
commit 40f30155c2
4 changed files with 200 additions and 102 deletions

View File

@@ -2487,36 +2487,6 @@
"columnsAdd": "Add a column",
"columnsDelete": "Delete columns",
"columnsLabel": "columns",
"wizardTitle": "Create a notebook with AI",
"wizardChooseProfile": "What's your profile?",
"wizardProfileStudent": "Student",
"wizardProfileStudentDesc": "AI creates a structured course notebook with summaries, formulas and key takeaways",
"wizardProfileTeacher": "Teacher",
"wizardProfileTeacherDesc": "AI generates a course structure with chapters, exercises and learning objectives",
"wizardProfileEngineer": "Engineer / Professional",
"wizardProfileEngineerDesc": "AI creates organized technical documentation with specs and references",
"wizardTopicStudentPlaceholder": "e.g: Thermodynamics, Calculus, French Revolution...",
"wizardTopicTeacherPlaceholder": "e.g: Math 101, AP Physics, Algorithms...",
"wizardTopicEngineerPlaceholder": "e.g: Microservices architecture, Network security, ISO 27001...",
"wizardTopic": "Topic",
"wizardLevel": "Level",
"wizardLevelBeginner": "Beginner",
"wizardLevelIntermediate": "Intermediate",
"wizardLevelAdvanced": "Advanced",
"wizardLevelExpert": "Expert",
"wizardNoteCount": "Number of notes",
"wizardNotes": "notes",
"wizardConfirmHint": "AI will create a notebook with rich notes: callouts, collapsible sections, math formulas, comparison columns, outlines and links.",
"wizardGenerate": "Generate notebook",
"wizardLoading": "AI is creating your notebook with structured notes...",
"wizardProgressGenerating": "Generating content with AI...",
"wizardProgressCalling": "Calling AI...",
"wizardProgressParsing": "Parsing AI response...",
"wizardProgressCreating": "Creating notebook and notes...",
"wizardSuccess": "Notebook created successfully!",
"wizardCreated": "Notebook created:",
"wizardNotesCreated": "notes created",
"wizardOpenNotebook": "Open notebook",
"calloutDelete": "Delete callout",
"calloutUnwrap": "Disable callout",
"calloutInfo": "Information",
@@ -2634,14 +2604,6 @@
"aiGenerateExercisesDesc": "AI creates 5 exercises based on this note, with varied difficulty levels and detailed answers.",
"aiGenerateExercisesCreated": "exercises created!",
"aiGenerateGenerateExercises": "Generate",
"wizardStudyPlanner": "Study Plan",
"wizardStudyPlannerDesc": "AI creates a revision plan based on spaced repetition.",
"wizardExamDate": "Exam date",
"wizardGeneratePlan": "Generate plan",
"wizardStudyPlanLoading": "Creating plan...",
"wizardStudyPlanSuccess": "Plan created! Reminders have been added to your notes.",
"wizardDaysPlanned": "days planned",
"wizardStudyPlanReminders": "Reminders have been automatically added to your notes.",
"structuredViewsImportCsv": "Import CSV file",
"structuredViewsExportCsv": "Export as CSV",
"structuredViewsOrganizer": "Organize",
@@ -2697,16 +2659,6 @@
"tagApplied": "applied",
"noSuggestions": "No suggestions — notebook looks well organized."
},
"wizardOrganizer": "Organize with AI",
"wizardOrganizerDesc": "AI analyzes your notes and suggests tags, groupings and duplicate detection.",
"wizardAnalyze": "Analyze notebook",
"wizardOrganizing": "Analyzing notes...",
"wizardSuggestedTags": "Suggested tags",
"wizardCategories": "Suggested groupings",
"wizardDuplicates": "Duplicates detected",
"wizardApply": "Apply",
"wizardTagApplied": "applied",
"wizardNoSuggestions": "No suggestions — notebook looks well organized.",
"importMarkdown": "Import Markdown",
"markdownExportSuccess": "Note exported as Markdown",
"markdownExportError": "Failed to export note",
@@ -3867,5 +3819,55 @@
"editor": {
"voiceStart": "Dictate text (microphone)",
"voiceStop": "Stop dictation"
},
"wizard": {
"title": "Create a notebook with AI",
"chooseProfile": "What's your profile?",
"profileStudent": "Student",
"profileStudentDesc": "AI creates a structured course notebook with summaries, formulas and key takeaways",
"profileTeacher": "Teacher",
"profileTeacherDesc": "AI generates a course structure with chapters, exercises and learning objectives",
"profileEngineer": "Engineer / Professional",
"profileEngineerDesc": "AI creates organized technical documentation with specs and references",
"topicStudentPlaceholder": "e.g: Thermodynamics, Calculus, French Revolution...",
"topicTeacherPlaceholder": "e.g: Math 101, AP Physics, Algorithms...",
"topicEngineerPlaceholder": "e.g: Microservices architecture, Network security, ISO 27001...",
"topic": "Topic",
"level": "Level",
"levelBeginner": "Beginner",
"levelIntermediate": "Intermediate",
"levelAdvanced": "Advanced",
"levelExpert": "Expert",
"noteCount": "Number of notes",
"notes": "notes",
"confirmHint": "AI will create a notebook with rich notes: callouts, collapsible sections, math formulas, comparison columns, outlines and links.",
"generate": "Generate notebook",
"loading": "AI is creating your notebook with structured notes...",
"progressGenerating": "Generating content with AI...",
"progressCalling": "Calling AI...",
"progressParsing": "Parsing AI response...",
"progressCreating": "Creating notebook and notes...",
"success": "Notebook created successfully!",
"created": "Notebook created:",
"notesCreated": "notes created",
"openNotebook": "Open notebook",
"studyPlanner": "Study Plan",
"studyPlannerDesc": "AI creates a revision plan based on spaced repetition.",
"examDate": "Exam date",
"generatePlan": "Generate plan",
"studyPlanLoading": "Creating plan...",
"studyPlanSuccess": "Plan created! Reminders have been added to your notes.",
"daysPlanned": "days planned",
"studyPlanReminders": "Reminders have been automatically added to your notes.",
"organizer": "Organize with AI",
"organizerDesc": "AI analyzes your notes and suggests tags, groupings and duplicate detection.",
"analyze": "Analyze notebook",
"organizing": "Analyzing notes...",
"suggestedTags": "Suggested tags",
"categories": "Suggested groupings",
"duplicates": "Duplicates detected",
"apply": "Apply",
"tagApplied": "applied",
"noSuggestions": "No suggestions — notebook looks well organized."
}
}
}