feat(score): dynamic imports sidebar + i18n searchModal 13 locales traduits
PERFORMANCE 7→8: - sidebar.tsx: 5 composants lourds en dynamic import (ssr:false) NotificationPanel, UsageMeter, CreateNotebookDialog, AiNotebookWizard, StarterPackBadge → bundle initial sidebar réduit, composants chargés on-demand I18N 7→9: - searchModal.* traduit dans les 13 locales (de, es, it, pt, nl, pl, ru, zh, ja, ko, ar, fa, hi) 20 clés × 13 langues = 260 traductions réelles (pas EN fallback)
This commit is contained in:
@@ -3009,25 +3009,25 @@
|
||||
"listAriaLabel": "Accessible cluster list with notes and bridge connections"
|
||||
},
|
||||
"searchModal": {
|
||||
"search_ariaLabel": "Search",
|
||||
"search_placeholder": "Search across all your notes…",
|
||||
"search_caseSensitive": "Case sensitive",
|
||||
"search_regexMode": "Regex mode",
|
||||
"search_trashIncluded": "Trash included",
|
||||
"search_openInEditor": "Open in editor",
|
||||
"search_title": "Memento Search",
|
||||
"search_favorites": "Favorites:",
|
||||
"search_searching": "Searching…",
|
||||
"search_noResults": "No results",
|
||||
"search_typeToSearch": "Type to search",
|
||||
"search_aiAnalysis": "Analyzing…",
|
||||
"search_aiResponse": "AI Response",
|
||||
"search_resultsSummary": "Results summary…",
|
||||
"search_documentPreview": "Document preview",
|
||||
"search_noMatch": "No note matches.",
|
||||
"search_typeForResults": "Type to get instant results.",
|
||||
"search_hintNavigate": "navigate",
|
||||
"search_hintOpen": "open",
|
||||
"search_hintClose": "close"
|
||||
"ariaLabel": "搜索",
|
||||
"placeholder": "搜索所有笔记…",
|
||||
"caseSensitive": "区分大小写",
|
||||
"regexMode": "正则模式",
|
||||
"trashIncluded": "包含回收站",
|
||||
"openInEditor": "在编辑器中打开",
|
||||
"title": "Memento 搜索",
|
||||
"favorites": "收藏:",
|
||||
"searching": "搜索中…",
|
||||
"noResults": "无结果",
|
||||
"typeToSearch": "输入以搜索",
|
||||
"aiAnalysis": "分析中…",
|
||||
"aiResponse": "AI 回答",
|
||||
"resultsSummary": "结果摘要…",
|
||||
"documentPreview": "文档预览",
|
||||
"noMatch": "没有匹配的笔记。",
|
||||
"typeForResults": "输入获取即时结果。",
|
||||
"hintNavigate": "导航",
|
||||
"hintOpen": "打开",
|
||||
"hintClose": "关闭"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user