fix: TOUTES les clés i18n manquantes ajoutées — 0 erreur
All checks were successful
CI / Lint, Unit Tests & Build (push) Successful in 5m15s
CI / Deploy production (on server) (push) Successful in 37s

- general.continue/send
- structuredViews.tagApplied/filterDone/filterTodo/propertyStatus
- wizard.taskA/taskB
- richTextEditor.preview*Tip (7 clés SlashPreview)
- wizard.* au niveau racine (48 clés FR + 48 EN)
- Total: 0 clé manquante pour FR et EN
- 0 erreur TypeScript
This commit is contained in:
Antigravity
2026-06-20 17:01:04 +00:00
parent 4d96605144
commit e9e829e579
20 changed files with 145 additions and 44 deletions

View File

@@ -1128,7 +1128,9 @@
"clean": "Clean",
"indexAll": "Index All",
"preview": "Preview",
"delete": "Delete"
"delete": "Delete",
"continue": "Continue",
"send": "Send"
},
"colors": {
"default": "Default",
@@ -2662,7 +2664,14 @@
"importMarkdown": "Import Markdown",
"markdownExportSuccess": "Note exported as Markdown",
"markdownExportError": "Failed to export note",
"markdownImportSuccess": "Markdown imported successfully"
"markdownImportSuccess": "Markdown imported successfully",
"previewChartsTip": "Generate an interactive chart from your text.",
"previewCodeTip": "Add code with syntax highlighting.",
"previewDatabaseTip": "Add columns and structured Kanban views.",
"previewDiagramTip": "Sketch concepts or generate diagrams via AI.",
"previewLivingBlockTip": "Sync content between multiple notes.",
"previewSlidesTip": "Create interactive exportable presentations.",
"previewTableTip": "Organize your data in rows and columns."
},
"flashcards": {
"generateTitle": "Generate flashcards",
@@ -2884,7 +2893,11 @@
"name": "Source"
}
}
}
},
"tagApplied": "applied",
"filterDone": "Done",
"filterTodo": "To do",
"propertyStatus": "Status"
},
"brainstorm": {
"title": "Waves of Thought",
@@ -3868,6 +3881,8 @@
"duplicates": "Duplicates detected",
"apply": "Apply",
"tagApplied": "applied",
"noSuggestions": "No suggestions — notebook looks well organized."
"noSuggestions": "No suggestions — notebook looks well organized.",
"taskA": "Task A",
"taskB": "Task B"
}
}