feat(l10n): Add translations for notes feature

This commit is contained in:
cogwheel0
2025-12-06 20:17:29 +05:30
parent 233697e59a
commit 7d4333b28d
11 changed files with 437 additions and 11 deletions

View File

@@ -1786,5 +1786,13 @@
"example": "500"
}
}
},
"mermaidPreviewUnavailable": "Mermaid preview is not available on this platform.",
"@mermaidPreviewUnavailable": {
"description": "Shown when Mermaid diagrams cannot be rendered on the current platform."
},
"chartPreviewUnavailable": "Chart preview is not available on this platform.",
"@chartPreviewUnavailable": {
"description": "Shown when Chart.js charts cannot be rendered on the current platform."
}
}