0) {
- paths.push({
- id: 'organize-inbox',
- type: 'organize',
- priority: 70,
- title: `${input.inboxCount} notes`,
- description: 'inbox',
- actionKey: 'organizeInbox',
- })
- }
-
- if (input.dueFlashcards > 0) {
- paths.push({
- id: 'review-flashcards',
- type: 'review',
- priority: 65,
- title: `${input.dueFlashcards}`,
- description: 'flashcards',
- actionKey: 'reviewCards',
- })
- }
-
paths.push({
id: 'daily-journal',
type: 'daily',
diff --git a/memento-note/lib/inline-boot-scripts.ts b/memento-note/lib/inline-boot-scripts.ts
index 00a024f..b527de2 100644
--- a/memento-note/lib/inline-boot-scripts.ts
+++ b/memento-note/lib/inline-boot-scripts.ts
@@ -37,7 +37,11 @@ export const THEME_INIT_SCRIPT = `(function () {
}
root.setAttribute('data-applied-theme', theme);
var accentStored = localStorage.getItem('accent-color');
- root.style.setProperty('--color-brand-accent', accentStored || defaultAccent);
+ var effectiveAccent = defaultAccent || accentStored || '#A47148';
+ root.style.setProperty('--color-brand-accent', effectiveAccent);
+ if (defaultAccent && accentStored !== defaultAccent) {
+ try { localStorage.setItem('accent-color', defaultAccent); } catch (e) {}
+ }
} catch (e) {
console.error('Theme script error', e);
}
diff --git a/memento-note/lib/notes/trash-toast.ts b/memento-note/lib/notes/trash-toast.ts
new file mode 100644
index 0000000..4839dcc
--- /dev/null
+++ b/memento-note/lib/notes/trash-toast.ts
@@ -0,0 +1,29 @@
+'use client'
+
+import { toast } from 'sonner'
+import { restoreNote } from '@/app/actions/notes'
+import { emitNoteChange } from '@/lib/note-change-sync'
+import type { Note } from '@/lib/types'
+
+export function showNoteTrashedToast(
+ note: Note,
+ t: (key: string) => string,
+ onRestored?: () => void,
+) {
+ toast.success(t('notes.noteDeletedToast'), {
+ action: {
+ label: t('notes.undoDelete'),
+ onClick: async () => {
+ try {
+ await restoreNote(note.id)
+ const restored = { ...note, trashedAt: null }
+ emitNoteChange({ type: 'created', note: restored })
+ onRestored?.()
+ toast.success(t('trash.noteRestored'))
+ } catch {
+ toast.error(t('general.error'))
+ }
+ },
+ },
+ })
+}
diff --git a/memento-note/lib/text/plain-text.ts b/memento-note/lib/text/plain-text.ts
index e31ffae..6e82130 100644
--- a/memento-note/lib/text/plain-text.ts
+++ b/memento-note/lib/text/plain-text.ts
@@ -10,6 +10,17 @@ export const MAX_EMBEDDING_CHARS = EMBEDDING_CHUNK_CHARS
const CLIP_FOOTER_PATTERN =
/
\s*]*>\s*[\s\S]*?<\/small>\s*<\/p>\s*$/i
+/** Seuil serveur : en dessous, pas de génération de titre (clic volontaire inclus). */
+export const MIN_WORDS_FOR_TITLE_SUGGESTION = 10
+/** Seuil automatique — aligné sur le texte des réglages (« après 50+ mots »). */
+export const MIN_WORDS_FOR_AUTO_TITLE = 50
+
+export function countPlainWords(htmlOrText: string): number {
+ const plain = stripHtmlToPlainText(htmlOrText)
+ if (!plain) return 0
+ return plain.split(/\s+/).filter((w) => w.length > 0).length
+}
+
export function stripHtmlToPlainText(html: string): string {
if (!html) return ''
return html
diff --git a/memento-note/lib/theme-script.ts b/memento-note/lib/theme-script.ts
index ad99c30..05c4eab 100644
--- a/memento-note/lib/theme-script.ts
+++ b/memento-note/lib/theme-script.ts
@@ -29,8 +29,12 @@ export function getThemeScript(serverTheme: string = 'light', serverAccentColor:
}
root.setAttribute('data-applied-theme', theme);
var accentStored = localStorage.getItem('accent-color');
- var effectiveAccent = accentStored || ${JSON.stringify(defaultAccent)};
+ var serverAccent = ${JSON.stringify(defaultAccent)};
+ var effectiveAccent = serverAccent || accentStored || '#A47148';
root.style.setProperty('--color-brand-accent', effectiveAccent);
+ if (serverAccent && accentStored !== serverAccent) {
+ try { localStorage.setItem('accent-color', serverAccent); } catch (e) {}
+ }
} catch (e) {
console.error('Theme script error', e);
}
diff --git a/memento-note/locales/ar.json b/memento-note/locales/ar.json
index 7f48403..044726d 100644
--- a/memento-note/locales/ar.json
+++ b/memento-note/locales/ar.json
@@ -130,7 +130,7 @@
"add": "إضافة",
"adding": "جاري الإضافة...",
"close": "إغلاق",
- "confirmDelete": "هل أنت متأكد أنك تريد حذف هذه الملاحظة؟",
+ "confirmDelete": "ستنتقل هذه الملاحظة إلى سلة المهملات. يمكنك استعادتها لاحقاً.",
"confirmLeaveShare": "هل أنت متأكد أنك تريد مغادرة هذه الملاحظة المشتركة؟",
"sharedBy": "شاركها",
"sharedShort": "مشترك",
@@ -2095,14 +2095,14 @@
"collapse": "طي"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "أدوات خارجية",
"description": "إدارة مفاتيح API وتكوين الأدوات الخارجية",
"tierRequired": "Pro+ فقط",
"upgradeHint": "يتطلب الوصول إلى MCP (مفاتيح API لـ Cursor وClaude Desktop إلخ) خطة Pro أو أعلى. قم بالترقية في الفوترة لفتح هذه الميزة.",
"whatIsMcp": {
- "title": "ما هو MCP؟",
+ "title": "ما فائدة هذا؟",
"description": "بروتوكول سياق النموذج (MCP) هو بروتوكول مفتوح يمكّن نماذج الذكاء الاصطناعي من التفاعل بأمان مع الأدوات ومصادر البيانات الخارجية. باستخدام MCP، يمكنك ربط أدوات مثل Claude Code و Cursor و N8N بمثيل Memento الخاص بك لقراءة ملاحظاتك وإنشائها وتنظيمها برمجيًا.",
- "learnMore": "معرفة المزيد عن MCP"
+ "learnMore": "معرفة المزيد"
},
"serverStatus": {
"title": "حالة الخادم",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "ما هو MCP (Model Context Protocol)؟",
+ "title": "كيف أصل أداة؟",
"step1": "MCP هو بروتوكول يسمح لوكلاء الذكاء الاصطناعي في Memento بالاتصال بالأدوات الخارجية (قواعد البيانات، واجهات API، الملفات، إلخ).",
"step2": "يوفر Memento خادم MCP مع 22 أداة — يمكن لوكلائك قراءة/إنشاء الملاحظات، والبحث في قاعدتك، وإدارة الدفاتر، إلخ.",
"step3": "أنشئ مفتاح API هنا، ثم قم بتكوينه في عميل MCP الخاص بك (Claude Desktop، Cursor، Continue.dev…) مع عنوان URL للخادم.",
"step4": "تنسيق التكوين: عنوان URL لخادم MCP + مفتاحك في رأس Authorization.",
- "step4Link": "توثيق MCP",
+ "step4Link": "المساعدة الرسمية",
"step5": "حالة الاستخدام: اطلب من Claude Desktop كتابة ملاحظة في Memento، أو البحث في دفاترك، أو إنشاء وكيل."
}
},
@@ -2334,6 +2334,17 @@
"title": "القوالب",
"install": "تثبيت",
"installing": "جاري التثبيت...",
+ "seeAll": "عرض الكل",
+ "showLess": "عرض أقل",
+ "categoryAll": "الكل",
+ "categoryWatch": "متابعة",
+ "categoryDigest": "ملخصات",
+ "categoryTools": "أدوات",
+ "categoryGenerate": "إنشاء",
+ "taskExtractor": {
+ "name": "المهام في الملاحظات",
+ "description": "يجد المهام في ملاحظاتك ويجمعها في مكان واحد."
+ },
"veilleAI": {
"name": "مراقبة الذكاء الاصطناعي",
"description": "يجمع البيانات من 5 مواقع متخصصة في الذكاء الاصطناعي وينشئ ملخصًا أسبوعيًا."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "ضمن البيانات المنظمة لدفترك",
"slashLinkPreview": "معاينة الرابط",
"slashLinkPreviewDesc": "تحويل رابط إلى بطاقة بصرية",
- "slashLivingBlock": "كتلة حية",
+ "slashLivingBlock": "كتلة مرتبطة",
"slashLivingBlockDesc": "إدراج من ملاحظة أخرى",
"slashMath": "معادلة",
"slashMathDesc": "صيغة رياضية بتدوين LaTeX",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "لاحقاً",
"upgradePricing": "ترقية إلى Pro",
- "addApiKey": "استخدم مفتاح API الخاص بك (BYOK)",
+ "addApiKey": "استخدم مفتاحك الخاص",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "نفدت الأرصدة — خيارات"
},
"byokSettings": {
- "title": "مفاتيح API الخاصة بك (BYOK)",
+ "title": "مفاتيح المزوّد الخاصة بك",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK نشط",
- "tierRequired": "يتطلب BYOK خطة Pro أو أعلى. قم بالترقية لربط مفاتيح API الخاصة بك.",
+ "badgeActive": "المفاتيح نشطة",
+ "tierRequired": "يتطلب هذا الخيار خطة Pro أو أعلى.",
"provider": "المزود",
"providerPlaceholder": "اختر مزوداً",
"alias": "تسمية (اختياري)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "تعذر تحميل سجل الفوترة.",
"savePercent": "وفّر ~17%",
"cancelSubscription": "إلغاء الاشتراك",
+ "changeOffer": "تغيير العرض",
+ "downgradeToFree": "العودة إلى العرض المجاني",
+ "cancellingNotice": "إلغاء مجدول — الوصول حتى {date}",
"disabledByAdmin": "الفوترة والترقيات معطلة حالياً. اتصل بالمسؤول إذا كنت بحاجة إلى وصول.",
"tab": "الفواتير",
"creditsFromPacks": "أرصدة الحزم",
@@ -3284,34 +3298,37 @@
"title": "فوّض العمل الثقيل.",
"desc": "بحث، استخراج، شرائح، مخططات، مراقبة — وكلاء يكتبون في Second Brain.",
"scraper": {
- "title": "Scraper",
+ "title": "مراقب",
"desc": "روابط وRSS → ملاحظات مركّبة بصور."
},
"researcher": {
- "title": "Researcher",
+ "title": "باحث",
"desc": "استعلامات عميقة ومصادر وملاحظات بحث منظمة."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "الشرائح",
"desc": "ملاحظات → عروض أو شرائح HTML تفاعلية."
},
"monitor": {
- "title": "Monitor",
+ "title": "مراقب",
"desc": "راقب الدفاتر: اتجاهات ورؤى."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "رسم بياني",
"desc": "أفكار → خرائط ذهنية وتدفقات Excalidraw."
},
"custom": {
- "title": "Custom",
+ "title": "مخصص",
"desc": "أدوارك ومصادرك وجداولك."
}
},
"byok": {
"label": "بدون قفل",
"title": "مفاتيحك. نماذجك. دماغك الثاني.",
- "desc": "أرصدة Memento أو OpenAI وAnthropic وGoogle… بدّل المزوّد بنقرة."
+ "desc": "أرصدة Memento، أو مزوّدك الخاص. بدّل بنقرة — المنتج يبقى لك.",
+ "pointCredits": "أرصدة Memento إن أردت الأمر بسيطًا",
+ "pointProvider": "أو اربط مزوّدك الخاص",
+ "pointYours": "المفتاح يبقى لديك — ولا يُعرض هنا أبدًا"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "للعقول الجادة.",
"cta": "انتقل إلى Pro",
"feature0": "ملاحظات بلا حد",
- "feature1": "BYOK",
+ "feature1": "مفاتيحك الخاصة",
"feature2": "200 بحث دلالي / شهر",
"feature3": "وكلاء (12 تشغيل/شهر)",
"feature4": "سجل 30 يومًا",
@@ -3350,11 +3367,11 @@
"desc": "Second Brain للفريق.",
"cta": "اختر Business",
"feature0": "10 متعاونين",
- "feature1": "BYOK · 13 مزودًا",
+ "feature1": "مفاتيحك · {count} مزودين",
"feature2": "1000 بحث دلالي",
"feature3": "وكلاء (60 تشغيل/شهر)",
"feature4": "عصف ذهني بلا حد",
- "feature5": "API / MCP"
+ "feature5": "أدوات خارجية"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "البحث الدلالي",
"feature_search_desc": "ابحث عن أي ملاحظة بالمعنى، ليس فقط بالكلمات المفتاحية.",
"feature_flashcards_title": "بطاقات الذكاء الاصطناعي",
- "feature_flashcards_desc": "أنشئ بطاقات مراجعة SRS من ملاحظاتك بنقرة واحدة.",
+ "feature_flashcards_desc": "أنشئ بطاقات مراجعة من ملاحظاتك بنقرة واحدة.",
"feature_brainstorm_title": "العصف الذهني بالذكاء الاصطناعي",
"feature_brainstorm_desc": "جلسات عصف ذهني تعاوني مدعومة بالذكاء الاصطناعي.",
"feature_chat_title": "الدردشة مع ملاحظاتك",
"feature_chat_desc": "اطرح أسئلة على قاعدة معرفتك الشخصية.",
- "feature_insights_title": "رؤى دلالية",
+ "feature_insights_title": "الروابط",
"feature_insights_desc": "اكتشف الروابط الخفية بين أفكارك.",
"feature_export_title": "تصدير Markdown",
"feature_export_desc": "استورد وصدِّر ملاحظاتك بتنسيق Markdown القياسي.",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 أرصدة ذكاء اصطناعي"
},
"insightsView": {
- "title": "رؤى دلالية",
+ "title": "الروابط",
+ "toggleMenu": "إظهار القائمة أو إخفاؤها",
"subtitle": "اكتشف البنية المخفية لمعرفتك",
- "resync": "إعادة مزامنة الشبكة",
+ "resync": "تحديث",
"mapping": "جاري الربط…",
"loading": "جاري تحميل الملاحظات…",
"mappingTitle": "جاري رسم خريطة معرفتك…",
@@ -3800,7 +3818,7 @@
"apiKey": "مفتاح API",
"apiUrl": "رابط API",
"baseUrlRequired": "يرجى تقديم عنوان URL للـ API",
- "byokActive": "BYOK مفعّل",
+ "byokActive": "المفاتيح نشطة",
"choose": "اختر…",
"chooseModel": "اختر نموذجًا…",
"chooseProvider": "اختر مزودًا…",
@@ -4011,7 +4029,7 @@
"tabProgress": "تقدم",
"tapToFlip": "مسافة أو انقر للقلب",
"toolbarGenerate": "إنشاء بطاقات تعليمية",
- "toolbarGenerateHint": "التكرار المتباعد SM-2",
+ "toolbarGenerateHint": "تعود في الوقت المناسب",
"totalCardsLabel": "إجمالي البطاقات",
"totalReviewsLabel": "إجمالي المراجعات",
"upToDate": "محدّث",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "حرر الملاحظات للاطلاع على إيقاع كتابتك على مدى آخر 90 يوماً.",
"agentCreated": "تم إنشاء الوكيل وتشغيله",
+ "agentCreatedInCard": "الوكيل جاهز.",
+ "agentOpenCreated": "فتح الوكيل",
+ "agentSeeNextSuggestion": "عرض التالي",
"agentDiscovery": "وكيل",
"agentFailed": "فشل الإنشاء",
"agentsEmpty": "لم يُقترح وكلاء بحث بعد. استمر في الكتابة — سيقترح Memento مواضيع تركيب عندما تتجمع ملاحظاتك.",
@@ -4063,6 +4084,8 @@
"aiFound": "وجد الذكاء الاصطناعي",
"aiProviderUnavailable": "الذكاء الاصطناعي غير متاح مؤقتًا. تحقق من إعدادات المزود.",
"allCaughtUp": "كل شيء مكتمل.",
+ "remindersEmpty": "لا تذكيرات لليوم.",
+ "remindersOpenAll": "عرض التذكيرات",
"alreadySeen": "مشاهد",
"analyzeNotes": "حلل ملاحظاتي",
"analyzing": "جارٍ التحليل…",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} للمراجعة",
"quickCapture": "التقاط سريع",
"quickCapturePlaceholder": "فكرة، خاطرة… اضغط Enter للحفظ في الوارد.",
+ "captureGoesToFile": "يذهب إلى الوارد.",
+ "captureSend": "إرسال إلى الوارد",
"reminders": "التذكيرات",
"resumeAlso": "أيضًا مؤخرًا",
"resumeEmptyCta": "التقاط فكرة",
@@ -4267,6 +4292,7 @@
"widgetHide": "إخفاء أداة",
"widgetOpen": "فتح",
"widgetPinnedEmpty": "لا توجد ملاحظات مثبتة بعد.",
+ "pinnedNoNotebook": "بدون دفتر",
"widgetReset": "إعادة تعيين",
"widgetResetDone": "تمت استعادة لوحة التحكم الافتراضية.",
"widgetStatsBridges": "جسور",
diff --git a/memento-note/locales/de.json b/memento-note/locales/de.json
index 7a1d8ed..a87b881 100644
--- a/memento-note/locales/de.json
+++ b/memento-note/locales/de.json
@@ -130,7 +130,7 @@
"add": "Hinzufügen",
"adding": "Wird hinzugefügt...",
"close": "Schließen",
- "confirmDelete": "Möchtest du diese Notiz wirklich löschen?",
+ "confirmDelete": "Diese Notiz wird in den Papierkorb verschoben. Sie können sie später wiederherstellen.",
"confirmLeaveShare": "Möchten Sie diese geteilte Notiz wirklich verlassen?",
"sharedBy": "Geteilt von",
"sharedShort": "Geteilt",
@@ -2095,14 +2095,14 @@
"collapse": "Zusammenklappen"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "Externe Werkzeuge",
"description": "API-Schlüssel verwalten und externe Tools konfigurieren",
"tierRequired": "Nur Pro+",
"upgradeHint": "MCP-Zugriff (API-Schlüssel für Cursor, Claude Desktop usw.) erfordert einen Pro-Plan oder höher. In der Abrechnung upgraden, um diese Funktion zu aktivieren.",
"whatIsMcp": {
- "title": "Was ist MCP?",
+ "title": "Wozu dient das?",
"description": "Das Model Context Protocol (MCP) ist ein offenes Protokoll, das es KI-Modellen ermöglicht, sicher mit externen Tools und Datenquellen zu interagieren. Mit MCP können Sie Tools wie Claude Code, Cursor oder N8N mit Ihrer Memento-Instanz verbinden, um Ihre Notes programmgesteuert zu lesen, zu erstellen und zu organisieren.",
- "learnMore": "Mehr über MCP erfahren"
+ "learnMore": "Mehr erfahren"
},
"serverStatus": {
"title": "Serverstatus",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "Was ist MCP (Model Context Protocol)?",
+ "title": "Wie verbinde ich ein Werkzeug?",
"step1": "MCP ist ein Protokoll, das es den KI-Agenten von Memento ermöglicht, sich mit externen Tools (Datenbanken, APIs, Dateien usw.) zu verbinden.",
"step2": "Memento stellt einen MCP-Server mit 22 Tools bereit — Ihre Agenten können Notizen lesen/erstellen, Ihre Datenbank durchsuchen, Notizbücher verwalten usw.",
"step3": "Erstellen Sie hier einen API-Schlüssel und konfigurieren Sie ihn dann in Ihrem MCP-Client (Claude Desktop, Cursor, Continue.dev…) mit der Server-URL.",
"step4": "Konfigurationsformat: MCP-Server-URL + Ihr Schlüssel im Authorization-Header.",
- "step4Link": "MCP-Dokumentation",
+ "step4Link": "Offizielle Hilfe",
"step5": "Anwendungsfall: Bitten Sie Claude Desktop, eine Notiz in Memento zu schreiben, Ihre Notizbücher zu durchsuchen oder einen Agenten zu erstellen."
}
},
@@ -2334,6 +2334,17 @@
"title": "Vorlagen",
"install": "Installieren",
"installing": "Wird installiert...",
+ "seeAll": "Alle anzeigen",
+ "showLess": "Weniger anzeigen",
+ "categoryAll": "Alle",
+ "categoryWatch": "Beobachtung",
+ "categoryDigest": "Zusammenfassungen",
+ "categoryTools": "Werkzeuge",
+ "categoryGenerate": "Erstellen",
+ "taskExtractor": {
+ "name": "Aufgaben aus Notizen",
+ "description": "Findet Aufgaben in Ihren Notizen und sammelt sie an einem Ort."
+ },
"veilleAI": {
"name": "KI-Watch",
"description": "Extrahiert Inhalte von 5 KI-spezialisierten Websites und erstellt eine wöchentliche Zusammenfassung."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "Betten Sie die strukturierten Daten Ihres Notizbuchs ein",
"slashLinkPreview": "Link-Vorschau",
"slashLinkPreviewDesc": "Eine URL in eine visuelle Karte umwandeln",
- "slashLivingBlock": "Live-Block",
+ "slashLivingBlock": "Verknüpfter Block",
"slashLivingBlockDesc": "Aus anderer Notiz einfügen",
"slashMath": "Gleichung",
"slashMathDesc": "Mathematische Formel in LaTeX-Notation",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "Später",
"upgradePricing": "Auf Pro upgraden",
- "addApiKey": "Eigenen API-Schlüssel verwenden (BYOK)",
+ "addApiKey": "Eigenen Schlüssel verwenden",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "Keine Credits mehr — Optionen"
},
"byokSettings": {
- "title": "Ihre API-Schlüssel (BYOK)",
+ "title": "Ihre Anbieter-Schlüssel",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK aktiv",
- "tierRequired": "BYOK erfordert einen Pro-Plan oder höher. Upgrade, um Ihre API-Schlüssel zu verbinden.",
+ "badgeActive": "Schlüssel aktiv",
+ "tierRequired": "Diese Option erfordert einen Pro-Plan oder höher.",
"provider": "Anbieter",
"providerPlaceholder": "Anbieter auswählen",
"alias": "Bezeichnung (optional)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "Rechnungsverlauf konnte nicht geladen werden.",
"savePercent": "~17% sparen",
"cancelSubscription": "Abonnement kündigen",
+ "changeOffer": "Angebot wechseln",
+ "downgradeToFree": "Zum kostenlosen Angebot zurück",
+ "cancellingNotice": "Kündigung geplant — Zugang bis {date}",
"disabledByAdmin": "Abrechnung und Upgrades sind derzeit deaktiviert. Wenden Sie sich an Ihren Administrator, wenn Sie Zugriff benötigen.",
"tab": "Abrechnung",
"creditsFromPacks": "Paket-Credits",
@@ -3232,7 +3246,7 @@
"title": "Der Moment, in dem Ihr Second Brain antwortet.",
"desc": "Während Sie schreiben, erkennt Memento semantische Links über Notizbücher hinweg — keine Stichworte, echte Konzeptbrücken.",
"card0Label": "Gerade erkannt",
- "card0": "„Ihre Pricing-Notiz spiegelt die Wettbewerbsanalyse vom Herbst.“",
+ "card0": "„Ihre Notiz zu den Preisen spiegelt die Wettbewerbsanalyse vom Herbst.“",
"card1Label": "Brücke",
"card1": "Gemeinsames Thema: Positionierung unter Zwang",
"card2Label": "Aktion",
@@ -3245,7 +3259,7 @@
"w0Label": "Nächste Wege",
"w0": "3 Aktionen aus Ihrer letzten Notiz",
"w1Label": "Tagesreview",
- "w1": "Inbox · KI · Karteikarten",
+ "w1": "Posteingang · Funde · Karten",
"w2Label": "Memory Echo",
"w2": "2 neue Verbindungen über Nacht",
"w3Label": "Agenten",
@@ -3284,34 +3298,37 @@
"title": "Delegieren Sie die schwere Arbeit.",
"desc": "Recherche, Scraping, Folien, Diagramme, Monitoring — Agenten, die in Ihr Second Brain schreiben.",
"scraper": {
- "title": "Scraper",
+ "title": "Monitor",
"desc": "URLs & RSS → synthetisierte Notizen mit Bildern."
},
"researcher": {
- "title": "Researcher",
+ "title": "Rechercheur",
"desc": "Tiefe Queries, Quellen, strukturierte Research-Notizen."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "Folien",
"desc": "Notizen → Decks oder interaktive HTML-Folien."
},
"monitor": {
- "title": "Monitor",
+ "title": "Beobachter",
"desc": "Notizbücher auf Trends und Insights überwachen."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "Diagramm",
"desc": "Ideen → Excalidraw Mindmaps & Flows."
},
"custom": {
- "title": "Custom",
+ "title": "Benutzerdefiniert",
"desc": "Ihre Rollen, Quellen und Zeitpläne."
}
},
"byok": {
- "label": "Kein Lock-in",
+ "label": "Frei wechseln",
"title": "Ihre Schlüssel. Ihre Modelle. Ihr Second Brain.",
- "desc": "Memento-Credits oder OpenAI, Anthropic, Google… Anbieter in einem Klick wechseln."
+ "desc": "Memento-Credits oder Ihr eigener Anbieter. Wechsel in einem Klick — das Produkt bleibt Ihres.",
+ "pointCredits": "Memento-Credits, wenn Sie es einfach halten wollen",
+ "pointProvider": "Oder Ihren eigenen Anbieter verbinden",
+ "pointYours": "Ihr Schlüssel bleibt bei Ihnen — er wird hier nie angezeigt"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "Für anspruchsvolle Denker.",
"cta": "Pro wählen",
"feature0": "Unbegrenzte Notizen",
- "feature1": "BYOK",
+ "feature1": "Eigene Anbieter-Schlüssel",
"feature2": "200 semantische Suchen / Monat",
"feature3": "Agenten (12 Läufe/Monat)",
"feature4": "30 Tage Verlauf",
@@ -3350,11 +3367,11 @@
"desc": "Team-Second-Brain.",
"cta": "Business wählen",
"feature0": "10 Mitarbeitende",
- "feature1": "BYOK · 13 Anbieter",
+ "feature1": "Eigene Schlüssel · {count} Anbieter",
"feature2": "1.000 semantische Suchen",
"feature3": "Agenten (60 Läufe/Monat)",
"feature4": "Unbegrenztes Brainstorm",
- "feature5": "API / MCP"
+ "feature5": "Externe Werkzeuge"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "Semantische Suche",
"feature_search_desc": "Finden Sie jede Notiz nach Bedeutung, nicht nur nach Schlüsselwörtern.",
"feature_flashcards_title": "KI-Karteikarten",
- "feature_flashcards_desc": "SRS-Lernkarten aus Ihren Notizen in einem Klick erstellen.",
+ "feature_flashcards_desc": "Lernkarten aus Ihren Notizen in einem Klick erstellen.",
"feature_brainstorm_title": "KI-Brainstorming",
"feature_brainstorm_desc": "KI-gestützte kollaborative Brainstorming-Sitzungen.",
"feature_chat_title": "Mit Ihren Notizen chatten",
"feature_chat_desc": "Stellen Sie Ihrer persönlichen Wissensdatenbank Fragen.",
- "feature_insights_title": "Semantische Einblicke",
+ "feature_insights_title": "Verbindungen",
"feature_insights_desc": "Entdecken Sie versteckte Verbindungen zwischen Ihren Ideen.",
"feature_export_title": "Markdown-Export",
"feature_export_desc": "Importieren und exportieren Sie Ihre Notizen im Markdown-Format.",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 KI-Credits"
},
"insightsView": {
- "title": "Semantische Einblicke",
+ "title": "Verbindungen",
+ "toggleMenu": "Menü ein- oder ausblenden",
"subtitle": "Entdecke die verborgene Architektur deines Wissens",
- "resync": "Netzwerk neu syncen",
+ "resync": "Aktualisieren",
"mapping": "Kartierung…",
"loading": "Deine Notizen werden geladen…",
"mappingTitle": "Dein Wissen wird kartiert…",
@@ -3800,7 +3818,7 @@
"apiKey": "API-Schlüssel",
"apiUrl": "API-URL",
"baseUrlRequired": "Bitte geben Sie die API-URL an",
- "byokActive": "BYOK aktiv",
+ "byokActive": "Schlüssel aktiv",
"choose": "Wählen…",
"chooseModel": "Wähle ein Modell…",
"chooseProvider": "Wähle einen Anbieter…",
@@ -4011,7 +4029,7 @@
"tabProgress": "Fortschritt",
"tapToFlip": "Leertaste oder Tippen zum Umdrehen",
"toolbarGenerate": "Karteikarten erstellen",
- "toolbarGenerateHint": "SM-2 Intervallwiederholung",
+ "toolbarGenerateHint": "Sie kommen zur richtigen Zeit zurück",
"totalCardsLabel": "Gesamtkarten",
"totalReviewsLabel": "Gesamtüberprüfungen",
"upToDate": "Aktuell",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "Bearbeiten Sie Notizen, um Ihren Schreibrhythmus der letzten 90 Tage zu sehen.",
"agentCreated": "Agent erstellt und gestartet",
+ "agentCreatedInCard": "Der Agent ist bereit.",
+ "agentOpenCreated": "Agent öffnen",
+ "agentSeeNextSuggestion": "Nächsten Vorschlag sehen",
"agentDiscovery": "Agent",
"agentFailed": "Erstellung fehlgeschlagen",
"agentsEmpty": "Noch keine Forschungsagenten vorgeschlagen. Schreiben Sie weiter — Memento schlägt Synthese-Themen vor, wenn Ihre Notizen clustern.",
@@ -4063,6 +4084,8 @@
"aiFound": "KI gefunden",
"aiProviderUnavailable": "Die KI ist vorübergehend nicht verfügbar. Überprüfe deine Anbieter-Einstellungen.",
"allCaughtUp": "Alles erledigt.",
+ "remindersEmpty": "Keine Erinnerungen für heute.",
+ "remindersOpenAll": "Erinnerungen ansehen",
"alreadySeen": "angesehen",
"analyzeNotes": "Meine Notizen analysieren",
"analyzing": "Analysieren…",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} zu überprüfen",
"quickCapture": "Schnellerfassung",
"quickCapturePlaceholder": "Eine Idee, ein Gedanke… Enter drücken, um im Posteingang zu erfassen.",
+ "captureGoesToFile": "Geht in den Posteingang.",
+ "captureSend": "In den Posteingang senden",
"reminders": "Erinnerungen",
"resumeAlso": "Auch kürzlich",
"resumeEmptyCta": "Eine Idee erfassen",
@@ -4251,7 +4276,7 @@
"inbox": "Notizen ohne Notizbuch. Ordnen Sie sie ein, um Ihr Second Brain aufgeräumt zu halten.",
"intelligence": "KI-Entdeckungen: semantische Verbindungen zwischen Notizen, Brücken-Ideen und Agenten-Ergebnisse.",
"link-suggestions": "Passagen aus anderen Notizen, die es wert sind, in Ihre aktuelle Arbeit eingefügt zu werden.",
- "mind-map": "Themencluster, größen skaliert nach Notizvolumen. Klicken Sie, um in Insights zu erkunden.",
+ "mind-map": "Themencluster, größen skaliert nach Notizvolumen. Klicken Sie, um in Verbindungen zu erkunden.",
"next-paths": "Vorgeschlagene nächste Schritte basierend auf Ihrer zuletzt bearbeiteten Notiz: fortsetzen, verknüpfen, verbinden oder recherchieren.",
"open-loops": "Notizen, die Sie begonnen, aber seit 3+ Tagen nicht bearbeitet haben.",
"pinned": "Schnellzugriff auf angeheftete Notizen.",
@@ -4267,6 +4292,7 @@
"widgetHide": "Widget ausblenden",
"widgetOpen": "Öffnen",
"widgetPinnedEmpty": "Noch keine angehefteten Notizen.",
+ "pinnedNoNotebook": "Kein Notizbuch",
"widgetReset": "Zurücksetzen",
"widgetResetDone": "Standard-Dashboard wiederhergestellt.",
"widgetStatsBridges": "Brücken",
diff --git a/memento-note/locales/en.json b/memento-note/locales/en.json
index 780349e..1450973 100644
--- a/memento-note/locales/en.json
+++ b/memento-note/locales/en.json
@@ -94,12 +94,13 @@
"dropToRoot": "Drop here to move to root",
"noReminders": "No active reminders.",
"documents": "Documents",
- "dashboardPanelBody": "Your second brain at a glance: AI suggestions, quick capture, and next steps. Use the shortcuts below to jump into action.",
+ "dashboardPanelBody": "An overview of your notes, next steps, and discoveries. Use the counters at the top of the page to act.",
"searchNotebooksPlaceholder": "Search notebooks…",
"clearSearch": "Clear search",
"insightsPanelBody": "A map of how your notes connect: related themes, bridge notes, and links you can open.",
- "revisionPanelBody": "Review with flashcards. Spaced repetition brings them back at the right time. Packs come from your notes.",
+ "revisionPanelBody": "Review with cards. They come back at the right time. Sets come from your notes.",
"backToNotebooks": "Back to notebooks",
+ "backToHome": "Back to home",
"resizeNotebooksPanel": "Resize notebooks panel",
"resizeSidebar": "Resize sidebar width",
"dailyNote": "Daily Note",
@@ -130,7 +131,7 @@
"add": "Add",
"adding": "Adding...",
"close": "Close",
- "confirmDelete": "Are you sure you want to delete this note?",
+ "confirmDelete": "This note will go to the trash. You can restore it later.",
"confirmLeaveShare": "Are you sure you want to leave this shared note?",
"sharedBy": "Shared by",
"sharedShort": "Shared",
@@ -333,6 +334,7 @@
"optionsMenuAria": "Options menu",
"deleteNoteConfirmItem": "Delete note",
"noteDeletedToast": "Note deleted.",
+ "undoDelete": "Undo",
"deleteNoteFailedToast": "Could not delete.",
"documentInfoAria": "Document information",
"noModification": "No changes",
@@ -1876,18 +1878,18 @@
"featureTags": "Tags",
"featureTitles": "Titles",
"unlimited": "Unlimited",
- "remaining": "{count} left",
+ "remaining": "{count} credits left",
"upgradeTitle": "Upgrade to Pro",
- "upgradeDescription": "Your AI credit balance is empty. Upgrade for more monthly credits, or use your own API key (BYOK).",
+ "upgradeDescription": "Your AI credit balance is empty. Upgrade for more monthly credits, or use your own key.",
"proIncludes": "Pro includes:",
"proSearch": "1,000 AI credits / month",
- "proTags": "BYOK (your own keys)",
+ "proTags": "Your own provider keys",
"proTitles": "Agents (use credits)",
"proReformulate": "Unlimited notes",
"proChat": "Email support",
"later": "Later",
"upgradePricing": "Upgrade to Pro",
- "addApiKey": "Use your own API key (BYOK)",
+ "addApiKey": "Use your own key",
"featureReformulate": "Reformulations",
"featureChat": "AI Messages",
"featureBrainstormCreate": "Brainstorm creations",
@@ -2184,14 +2186,14 @@
"collapse": "Collapse"
},
"mcpSettings": {
- "title": "MCP",
- "description": "Manage API keys and configure external tools",
- "tierRequired": "Pro+ only",
- "upgradeHint": "MCP access (API keys for Cursor, Claude Desktop, etc.) requires a Pro plan or higher. Upgrade in Billing to unlock this feature.",
+ "title": "External tools",
+ "description": "Connect Cursor, Claude, and other tools to your notes",
+ "tierRequired": "Pro plan or higher",
+ "upgradeHint": "Connecting a tool like Cursor to your notes requires a Pro plan or higher. Upgrade in Billing.",
"whatIsMcp": {
- "title": "What is MCP?",
- "description": "The Model Context Protocol (MCP) is an open protocol that enables AI models to securely interact with external tools and data sources. With MCP, you can connect tools like Claude Code, Cursor, or N8N to your Memento instance to read, create, and organize your notes programmatically.",
- "learnMore": "Learn more about MCP"
+ "title": "What this is for",
+ "description": "You can open, search, and organize your notes from another tool — Cursor, Claude, n8n — without sharing your password. An access key links the tool to your account.",
+ "learnMore": "Learn more"
},
"serverStatus": {
"title": "Server Status",
@@ -2201,10 +2203,10 @@
"url": "URL"
},
"apiKeys": {
- "title": "API Keys",
- "description": "API keys allow external tools to access your notes via MCP. Keep your keys secret.",
- "generate": "Generate a new key",
- "empty": "No API keys yet. Generate one to get started.",
+ "title": "Access keys",
+ "description": "A key lets an external tool read and write your notes. Do not share it.",
+ "generate": "New key",
+ "empty": "No keys yet. Create one to get started.",
"active": "Active",
"revoked": "Revoked",
"revoke": "Revoke",
@@ -2221,42 +2223,42 @@
}
},
"createDialog": {
- "title": "Generate API Key",
- "description": "Create a new API key to connect external tools to your notes.",
+ "title": "New access key",
+ "description": "Give it a name so you remember which tool it belongs to.",
"nameLabel": "Key name",
- "namePlaceholder": "e.g. Claude Code, Cursor, N8N",
- "generating": "Generating...",
- "generate": "Generate",
- "successTitle": "API Key Generated",
- "successDescription": "Copy your API key now. You won't be able to see it again.",
+ "namePlaceholder": "e.g. Cursor, Claude, n8n",
+ "generating": "Creating…",
+ "generate": "Create",
+ "successTitle": "Key created",
+ "successDescription": "Copy it now. You will not be able to see it again.",
"copy": "Copy",
"copied": "Copied!",
"done": "Done"
},
"configInstructions": {
- "title": "Configuration Instructions",
- "description": "Use your API key to configure these tools.",
+ "title": "How to connect a tool",
+ "description": "Paste your key into the tool, with the address shown beside it.",
"claudeCode": {
"title": "Claude Code",
- "description": "Add this to your Claude Code MCP configuration file:"
+ "description": "Paste this into your Claude Code configuration file:"
},
"cursor": {
"title": "Cursor",
- "description": "Add this to your Cursor MCP settings:"
+ "description": "Paste this into Cursor’s tools settings:"
},
"n8n": {
- "title": "N8N",
- "description": "Use these credentials in your N8N MCP node:"
+ "title": "n8n",
+ "description": "Use these details in the n8n connection node:"
}
},
"helpBox": {
- "title": "What is MCP (Model Context Protocol)?",
- "step1": "MCP is a protocol that allows Memento's AI agents to connect to external tools (databases, APIs, files, etc.).",
- "step2": "Memento exposes an MCP server with 22 tools — your agents can read/create notes, search your base, manage notebooks, etc.",
- "step3": "Create an API key here, then configure it in your MCP client (Claude Desktop, Cursor, Continue.dev…) with the server URL.",
- "step4": "Configuration format: MCP server URL + your key in the Authorization header.",
- "step4Link": "MCP Documentation",
- "step5": "Use case: ask Claude Desktop to write a note in Memento, search your notebooks, or create an agent."
+ "title": "How do I connect a tool?",
+ "step1": "A tool like Cursor or Claude can open, search, and organize your notes, as if you were doing it here.",
+ "step2": "You create an access key on this page. It works as a password for that tool only.",
+ "step3": "In the tool, enter the server address (shown here) and paste the key.",
+ "step4": "The tool then sends your requests here, so you do not have to copy everything by hand.",
+ "step4Link": "Official help",
+ "step5": "Example: ask Cursor to write a note in Memento, or to search your notebooks."
}
},
"agents": {
@@ -2276,6 +2278,7 @@
"monitor": "Observer",
"slideGenerator": "Slides",
"excalidrawGenerator": "Diagram",
+ "taskExtractor": "Tasks",
"custom": "Custom"
},
"typeDescriptions": {
@@ -2284,6 +2287,7 @@
"monitor": "Watches a notebook and analyzes notes",
"slideGenerator": "Creates a PowerPoint presentation from notes",
"excalidrawGenerator": "Creates an Excalidraw diagram from notes",
+ "taskExtractor": "Finds tasks in your notes and gathers them",
"custom": "Free agent with your own prompt"
},
"form": {
@@ -2423,6 +2427,17 @@
"title": "Templates",
"install": "Install",
"installing": "Installing...",
+ "seeAll": "See all",
+ "showLess": "Show less",
+ "categoryAll": "All",
+ "categoryWatch": "News watch",
+ "categoryDigest": "Summaries",
+ "categoryTools": "Tools",
+ "categoryGenerate": "Create",
+ "taskExtractor": {
+ "name": "Tasks from notes",
+ "description": "Finds tasks in your notes and gathers them in one place."
+ },
"veilleAI": {
"name": "AI Watch",
"description": "Scrapes RSS feeds from 6 AI sites (The Verge, TechCrunch, Ars Technica, MIT Tech Review, WIRED, Korben) and generates a weekly summary."
@@ -2662,11 +2677,11 @@
"slashTableDesc": "Insert a simple grid",
"slashDatabase": "Structured View",
"slashDatabaseDesc": "Embed your notebook's structured data",
- "slashInteractiveDemo": "Interactive Demo",
- "slashInteractiveDemoDesc": "AI step-by-step teaching demo (Play / Step)",
- "slashToggle": "Toggle Section",
- "slashToggleDesc": "Create a collapsible section",
- "slashCallout": "Callout",
+ "slashInteractiveDemo": "Step-by-step demo",
+ "slashInteractiveDemoDesc": "A guided walkthrough inside the note",
+ "slashToggle": "Collapsible section",
+ "slashToggleDesc": "Create a section you can fold away",
+ "slashCallout": "Highlighted box",
"slashCalloutDesc": "Highlight text (info, warning, tip)",
"slashOutline": "Table of Contents",
"slashOutlineDesc": "Auto-generated outline from your headings",
@@ -2834,10 +2849,10 @@
"openPublicPage": "Open public page",
"slashSubPage": "Sub-page",
"slashSubPageDesc": "Create a linked note inside this note",
- "slashCharts": "AI Charts",
- "slashChartsDesc": "AI suggests charts",
- "slashLivingBlock": "Living Block",
- "slashLivingBlockDesc": "Insert from another note",
+ "slashCharts": "Suggest charts",
+ "slashChartsDesc": "Suggest charts from this note",
+ "slashLivingBlock": "Linked block",
+ "slashLivingBlockDesc": "Open a passage from another note beside this one",
"frequentCommands": "★ Frequent",
"mobileBlockActions": "Block Actions",
"mobileSelectAll": "Select All",
@@ -2936,13 +2951,13 @@
"deleteImage": "Delete image"
},
"flashcards": {
- "generateTitle": "Generate flashcards",
+ "generateTitle": "Create review cards",
"generateAction": "Generate with AI",
- "confirmSave": "Save to deck",
- "generateFailed": "Could not generate flashcards",
- "saveFailed": "Could not save flashcards",
- "schemaMissing": "Flashcards are not available yet on this server (database migration pending).",
- "savedCount": "{count} flashcards saved",
+ "confirmSave": "Save to this set",
+ "generateFailed": "Could not create the cards",
+ "saveFailed": "Could not save the cards",
+ "schemaMissing": "Review cards are not available yet on this server.",
+ "savedCount": "{count} cards saved",
"cardCount": "Number of cards",
"styleLabel": "Card style",
"style": {
@@ -2953,26 +2968,26 @@
"previewHint": "Edit cards before saving",
"frontPlaceholder": "Question / front",
"backPlaceholder": "Answer / back",
- "toolbarGenerate": "Generate flashcards",
- "tabDecks": "Decks",
+ "toolbarGenerate": "Create review cards",
+ "tabDecks": "Sets",
"tabProgress": "Progress",
- "emptyDecks": "No flashcard decks yet",
- "emptyDecksHint": "Open a note and use the graduation cap in the toolbar to generate cards with AI.",
- "createDeck": "Create deck",
- "newDeckPlaceholder": "Thematic deck name…",
- "deckCreated": "Deck created",
+ "emptyDecks": "No review cards yet",
+ "emptyDecksHint": "Open a note, then the review-cards button at the top of the page.",
+ "createDeck": "New set",
+ "newDeckPlaceholder": "Set name…",
+ "deckCreated": "Set created",
"dueCount": "{count} due today",
"upToDate": "Up to date",
"cardCountLabel": "{count} cards",
"masteredShort": "mastered",
"viewDeck": "Details",
"hideDeck": "Hide",
- "deckCardsEmpty": "This deck has no cards yet.",
+ "deckCardsEmpty": "This set has no cards yet.",
"dueBadge": "Due",
"masteredBadge": "Mastered",
"review": "Review",
"startReview": "Start review",
- "activeDeck": "Active deck",
+ "activeDeck": "Current set",
"statTotal": "Total: {count}",
"statDue": "Due: {count}",
"statMastered": "Mastered: {count}",
@@ -2991,11 +3006,20 @@
"easy": "Easy (4)"
},
"sessionComplete": "Session complete",
- "backToDecks": "Back to decks",
- "loadDeckFailed": "Could not load deck",
+ "backToDecks": "Back to sets",
+ "loadDeckFailed": "Could not load this set",
"reviewFailed": "Could not save review",
"heatmapTitle": "Review activity",
"heatmapLast90": "Last 90 days",
+ "heatmapTotal": "{count} reviews · 90 days",
+ "heatmapDay": "{count} reviews",
+ "heatmapDayOne": "1 review",
+ "heatmapDayNone": "No reviews",
+ "heatmapHint": "Hover or click a square for details",
+ "heatmapSelected": "selected",
+ "heatmapClear": "Clear selection",
+ "heatmapLess": "Less",
+ "heatmapMore": "More",
"retentionRate": "Retention rate",
"masteredLabel": "{count}/{total} mastered",
"retentionCurve": "Weekly success rate",
@@ -3020,15 +3044,15 @@
"editCard": "Edit",
"deleteCard": "Delete card",
"deleteCardConfirm": "Delete this card?",
- "deleteDeck": "Delete deck",
- "deleteDeckConfirm": "Delete this deck and all its cards permanently?",
- "deckDeleted": "Deck deleted",
+ "deleteDeck": "Delete this set",
+ "deleteDeckConfirm": "Delete this set and all its cards?",
+ "deckDeleted": "Set deleted",
"cardDeleted": "Card deleted",
"cardSaved": "Card saved",
"cardTypeBadge": "{type}",
"reviewNow": "Review now",
"deleteFailed": "Could not delete",
- "toolbarGenerateHint": "SM-2 Spaced Repetition"
+ "toolbarGenerateHint": "They come back at the right time"
},
"structuredViews": {
"enableTitle": "Organize this notebook (table, kanban, gallery…)",
@@ -3324,10 +3348,10 @@
"legendConverted": "Converted"
},
"byokSettings": {
- "title": "Your API keys (BYOK)",
- "description": "Connect your own provider keys. With BYOK, usage typically does not consume your Memento credits. Keys are encrypted at rest.",
- "badgeActive": "BYOK active",
- "tierRequired": "BYOK requires a Pro plan or higher. Upgrade to connect your API keys.",
+ "title": "Your provider keys",
+ "description": "Connect your own provider keys. Usage with your key typically does not consume your Memento credits. Keys are encrypted at rest.",
+ "badgeActive": "Keys active",
+ "tierRequired": "This option requires a Pro plan or higher.",
"provider": "Provider",
"providerPlaceholder": "Select a provider",
"alias": "Label (optional)",
@@ -3382,11 +3406,11 @@
"businessAnnualPrice": "€299",
"proFeature1": "Unlimited notes",
"proFeature2": "1,000 AI credits / month",
- "proFeature3": "BYOK (your own keys)",
+ "proFeature3": "Your own provider keys",
"proFeature4": "Agents (use credits)",
"businessFeature1": "10 collaborators included",
"businessFeature2": "4,000 AI credits / month",
- "businessFeature3": "BYOK · 13 providers",
+ "businessFeature3": "Your own keys · {count} providers",
"businessFeature4": "Agents & brainstorm (credits)",
"enterpriseTitle": "Enterprise",
"enterpriseDescription": "Unlimited credits or dedicated pool, SSO, priority support.",
@@ -3423,6 +3447,9 @@
"billingHistory": "Billing History",
"viewInvoices": "Manage invoices in portal",
"cancelSubscription": "Cancel subscription",
+ "changeOffer": "Change plan",
+ "downgradeToFree": "Switch to the free plan",
+ "cancellingNotice": "Cancellation scheduled — access until {date}",
"nextBillingDate": "Next billing date",
"billingPeriod": "Billing period",
"planSince": "Member since",
@@ -3458,7 +3485,7 @@
"proFeature5": "30-day history",
"proFeature6": "Email support",
"proCta": "Upgrade to Pro",
- "businessFeature5": "API / MCP",
+ "businessFeature5": "External tools",
"businessFeature6": "Priority support",
"businessCta": "Upgrade to Business",
"recommended": "Recommended",
@@ -3539,78 +3566,79 @@
"echo": {
"eyebrow": "Memory Echo",
"title": "The moment your Second Brain talks back.",
- "desc": "While you write, Memento detects semantic links across notebooks — not keyword matches, real conceptual bridges you can open in a split peek.",
+ "desc": "While you write, Memento finds links across your notebooks — not just matching words, real connections. You can open both notes side by side.",
"card0Label": "Just detected",
- "card0": "\"Your note on pricing mirrors the competitor teardown from last autumn.\"",
+ "card0": "\"Your note on prices echoes last autumn's competitor analysis.\"",
"card1Label": "Bridge",
"card1": "Shared theme: positioning under constraint",
"card2Label": "Action",
"card2": "Open both notes side by side — keep writing"
},
"dashboard": {
- "eyebrow": "Second Brain dashboard",
+ "eyebrow": "This morning",
"title": "A morning that tells you what matters.",
- "desc": "Your Second Brain briefing: next paths, checklist, discoveries, revisions — widgets you arrange yourself.",
+ "desc": "Your morning briefing: next paths, today's list, discoveries, reviews — cards you arrange.",
"w0Label": "Next paths",
"w0": "3 actions from your last note",
"w1Label": "Daily review",
- "w1": "Inbox · AI · Flashcards",
+ "w1": "Inbox · Discoveries · Cards",
"w2Label": "Memory Echo",
"w2": "2 new connections overnight",
"w3Label": "Agents",
"w3": "1 suggestion ready to run"
},
"insights": {
- "eyebrow": "Insights",
- "title": "See the architecture of your Second Brain.",
- "desc": "Semantic clusters and bridge notes — a living map of how your knowledge actually connects.",
- "chip": "Cluster network"
+ "eyebrow": "Connections",
+ "title": "See how your notes connect.",
+ "desc": "Related themes and bridge notes — a living map of your links.",
+ "chip": "Map of links"
},
"revision": {
"eyebrow": "Revision",
"title": "Remember on purpose.",
- "desc": "Generate flashcards from any note. SM-2 spaced repetition built in — knowledge that sticks in your Second Brain.",
- "card": "What connects Memory Echo to your notes?"
+ "desc": "Create review cards from any note. They come back at the right time.",
+ "card": "What connects Memory Echo to your notes?",
+ "badge": "At the right time"
}
},
"how": {
- "title": "Three steps. Then your Second Brain compounds.",
+ "title": "Three steps. Then it builds on itself.",
"s0": {
"title": "Capture freely",
- "desc": "Write in a next-gen editor — blocks, structured views, smart paste. Clip the web when you need it."
+ "desc": "Write like in a notebook: titles, lists, tables. Save a web page when you need it."
},
"s1": {
"title": "Let it connect",
- "desc": "Memory Echo and semantic search weave links you didn't plan. Your past work becomes fuel."
+ "desc": "Memory Echo and search weave links you didn't plan. Your past work becomes fuel."
},
"s2": {
"title": "Act every morning",
- "desc": "Dashboard paths, agents, and flashcards turn a pile of notes into Second Brain momentum."
+ "desc": "Morning paths, agents, and review cards turn a pile of notes into momentum."
}
},
"agents": {
"label": "AI agents",
"title": "Delegate the heavy lifting.",
- "desc": "Research, scrape, slides, diagrams, monitoring — agents that write into your Second Brain, not another chat tab you'll forget.",
+ "desc": "Research, monitoring, presentations, diagrams — agents that write into your notebooks, not another chat you'll forget.",
"scraper": {
- "title": "Scraper",
- "desc": "URLs & RSS → synthesized notes with smart images."
+ "title": "Monitor",
+ "desc": "Addresses and feeds become notes, with the useful images."
},
"researcher": {
"title": "Researcher",
- "desc": "Deep queries, sources, structured research notes."
+ "desc": "Deep questions, sources, structured notes."
},
"slideGen": {
- "title": "Slide Gen",
- "desc": "Notes → decks or interactive HTML slides."
+ "title": "Slides",
+ "desc": "Your notes become a presentation, or a page to walk through."
},
"monitor": {
- "title": "Monitor",
- "desc": "Watch notebooks for trends and new insights."
+ "title": "Observer",
+ "desc": "It watches your notebooks: trends and new ideas."
},
"diagramGen": {
- "title": "Diagram Gen",
- "desc": "Ideas → Excalidraw mind maps & flows."
+ "title": "Diagram",
+ "desc": "Your ideas become mind maps and flows."
},
"custom": {
"title": "Custom",
@@ -3618,9 +3646,12 @@
}
},
"byok": {
- "label": "No lock-in",
+ "label": "Free to switch",
"title": "Your keys. Your models. Your Second Brain.",
- "desc": "Use Memento credits or plug OpenAI, Anthropic, Google and more. Switch providers in a click — the product stays yours."
+ "desc": "Memento credits, or your own provider. Switch in a click — the product stays yours.",
+ "pointCredits": "Memento credits, if you want it simple",
+ "pointProvider": "Or connect your own provider",
+ "pointYours": "Your key stays with you — it is never shown here"
},
"pricing": {
"label": "Pricing",
@@ -3655,7 +3686,7 @@
"cta": "Go Pro",
"feature0": "Unlimited notes",
"feature1": "1,000 AI credits / month",
- "feature2": "BYOK (your own keys)",
+ "feature2": "Your own provider keys",
"feature3": "Agents (use credits)",
"feature4": "30-day history",
"feature5": "Email support"
@@ -3666,9 +3697,9 @@
"cta": "Choose Business",
"feature0": "10 collaborators",
"feature1": "4,000 AI credits / month",
- "feature2": "BYOK · 13 providers",
+ "feature2": "Your own keys · {count} providers",
"feature3": "Agents & brainstorm (credits)",
- "feature4": "API / MCP",
+ "feature4": "External tools",
"feature5": "Priority support"
},
"enterprise": {
@@ -3766,9 +3797,10 @@
}
},
"insightsView": {
- "title": "Semantic Insights",
+ "title": "Connections",
+ "toggleMenu": "Show or hide the menu",
"subtitle": "Discover the hidden architecture of your knowledge",
- "resync": "Re-sync network",
+ "resync": "Update",
"mapping": "Mapping…",
"loading": "Loading your notes…",
"mappingTitle": "Mapping your knowledge…",
@@ -3781,7 +3813,7 @@
"analysisFailed": "Analysis failed. Check your AI settings or try again.",
"analysisSuccess": "Analysis complete: {count} themes detected.",
"analysisNoClusters": "No themes detected yet.",
- "staleResults": "Showing results from the last analysis. Many notes changed since then — click “Resynchronize network” to refresh.",
+ "staleResults": "Showing results from the last analysis. Many notes have changed since then — click Update.",
"semanticGraphLegend": "Detected themes overview (not the link map)",
"fitGraphView": "Fit view",
"legendFilterPlaceholder": "Filter themes…",
@@ -3794,7 +3826,7 @@
"clusterFallback": "Theme {index}",
"unclusteredNotes": "{count} notes not assigned to a theme (hidden from graph).",
"emptyTitle": "Discover your knowledge clusters",
- "emptyDescription": "Click \"Re-sync network\" to analyze your notes and find hidden connections",
+ "emptyDescription": "Click Update to analyze your notes and find hidden connections",
"stats": {
"clusters": "Themes",
"bridgeNotes": "Bridge notes",
@@ -3813,14 +3845,14 @@
"affinity": "Affinity {score}%",
"scoreHint": "Mean semantic affinity to the two themes this note bridges (cosine similarity).",
"moreThemes": "+{count}",
- "needsResync": "Re-sync the network to refresh bridge pairs.",
+ "needsResync": "Click Update to refresh theme pairs.",
"empty": "No significant bridge notes yet. Deepen your research to find new connections."
},
"suggestions": {
"title": "Missing links",
"bridging": "Link {clusterA} & {clusterB}",
"emptyTitle": "No connection suggestions yet",
- "emptyDescription": "No strong near-miss theme pairs right now — or re-sync to refresh predictions.",
+ "emptyDescription": "No strong near-miss theme pairs right now — or click Update.",
"createNote": "Create bridge note",
"created": "Bridge note created",
"createError": "Could not create the bridge note",
@@ -3931,7 +3963,7 @@
"whatWillBeDeleted": "The following will be permanently deleted:",
"item1": "All notes, notebooks, and attachments",
"item2": "All pgvector semantic embeddings",
- "item3": "All BYOK API keys",
+ "item3": "All your provider keys",
"item4": "All AI conversations and brainstorm sessions",
"item5": "Quota and usage history",
"item6": "Your Stripe subscription (if active)",
@@ -4132,13 +4164,13 @@
"step_features_cta": "Let's go!",
"feature_search_title": "Semantic search",
"feature_search_desc": "Find any note by meaning, not just keywords.",
- "feature_flashcards_title": "AI Flashcards",
- "feature_flashcards_desc": "Generate SRS review cards from your notes in one click.",
+ "feature_flashcards_title": "Review cards",
+ "feature_flashcards_desc": "Create review cards from your notes, in one click.",
"feature_brainstorm_title": "AI Brainstorm",
"feature_brainstorm_desc": "AI-powered collaborative brainstorming sessions.",
"feature_chat_title": "Chat with your notes",
"feature_chat_desc": "Ask questions to your personal knowledge base.",
- "feature_insights_title": "Semantic insights",
+ "feature_insights_title": "Connections",
"feature_insights_desc": "Discover hidden connections between your ideas.",
"feature_export_title": "Markdown export",
"feature_export_desc": "Import and export your notes in standard Markdown format.",
@@ -4148,14 +4180,14 @@
"import_notes_ready": "{count} note(s) imported!",
"action_write_title": "Write your first real note",
"action_write_desc": "Create a note and start capturing your ideas.",
- "action_flashcards_title": "Generate your first flashcards",
- "action_flashcards_desc": "Open a note and click the flashcards button.",
+ "action_flashcards_title": "Create your first review cards",
+ "action_flashcards_desc": "Open a note, then the review-cards button at the top of the page.",
"action_brainstorm_title": "Start an AI brainstorm",
"action_brainstorm_desc": "Explore your ideas with a dedicated AI agent.",
"action_try": "Try",
"step_features_cta_all": "All done — let's dive in!",
"action_write_where": "Close this → click \"+ New note\" in the sidebar",
- "action_flashcards_where": "Close this → open a note → 🃏 button in the toolbar",
+ "action_flashcards_where": "Close this, open a note, then the review-cards button at the top of the page.",
"action_brainstorm_where": "Close this → \"Canvas\" section in the sidebar",
"pill_resume": "✨ Resume tour",
"action_done": "Tried!",
@@ -4167,8 +4199,8 @@
"hint_ai_desc": "Click the ✨ button in the toolbar to open the AI panel — ask questions, summarize, rewrite, or brainstorm directly in your note.",
"hint_version_title": "Version history",
"hint_version_desc": "Click the ⓘ button in the toolbar → \"Versions\" tab. Enable versioning, then save and restore snapshots of your note at any time.",
- "hint_flashcards_title": "Generate flashcards",
- "hint_flashcards_desc": "Click the 🎓 button in the toolbar to auto-generate flashcards from your note for spaced repetition review.",
+ "hint_flashcards_title": "Create review cards",
+ "hint_flashcards_desc": "At the top of the note, click the review-cards button. They come back at the right time.",
"hint_links_title": "Links between notes",
"hint_links_desc": "Type \"[[\" in the editor to search and link to another note. Linked notes appear as backlinks at the bottom of the note.",
"hint_create_note_title": "Create a note",
@@ -4176,9 +4208,9 @@
"hint_flip_title": "Flip the card",
"hint_flip_desc": "Press Space (or click the card) to flip it and reveal the answer.",
"hint_rate_keys_title": "Rate with keyboard",
- "hint_rate_keys_desc": "After flipping, press 1 (Hard), 2 (Difficult), 3 (Good) or 4 (Easy) to rate the card. The SM-2 algorithm schedules your next review automatically.",
+ "hint_rate_keys_desc": "After flipping, press 1 (Hard), 2 (Difficult), 3 (Good) or 4 (Easy). The next review is scheduled at the right time.",
"hint_generate_from_note_title": "Generate from a note",
- "hint_generate_from_note_desc": "Open any note and click the 🎓 button in the toolbar to automatically generate flashcards from its content.",
+ "hint_generate_from_note_desc": "Open a note, then the review-cards button at the top of the page.",
"hint_brainstorm_start_title": "Start with an idea",
"hint_brainstorm_start_desc": "Type any concept or question in the input field and press Enter. The AI will generate a set of ideas around it.",
"hint_brainstorm_deepen_title": "Deepen an idea",
@@ -4256,15 +4288,17 @@
"homeDashboard": {
"title": "Dashboard",
"quickCapture": "Quick Capture",
- "quickCapturePlaceholder": "An idea, a thought… Enter to capture to Inbox.",
- "captured": "Captured to Inbox",
+ "quickCapturePlaceholder": "An idea, a thought… Enter sends it to the inbox.",
+ "captureGoesToFile": "Goes to the inbox.",
+ "captureSend": "Send to the inbox",
+ "captured": "Added to the inbox.",
"captureError": "Failed",
"mindMap": "Mind map",
"fullMap": "Full map →",
"mindMapEmpty": "No themes detected yet. Semantic analysis groups your notes by topic.",
"mindMapOpen": "Open insights map →",
"mindMapUnavailable": "Mind map unavailable.",
- "themes": "themes",
+ "themes": "Themes",
"bridges": "bridges",
"aiEchoes": "AI echoes",
"bridgeNote": "Bridge note",
@@ -4274,6 +4308,9 @@
"createAgent": "Create agent",
"agentsEmpty": "No research agents suggested yet. Keep writing — Memento will propose synthesis topics when your notes cluster.",
"agentCreated": "Agent created and started",
+ "agentCreatedInCard": "The agent is ready.",
+ "agentOpenCreated": "Open the agent",
+ "agentSeeNextSuggestion": "See the next one",
"agentFailed": "Failed to create agent",
"notes": "notes",
"continue": "Continue",
@@ -4288,8 +4325,11 @@
"notEnoughNotes": "Not enough notes this week.",
"toReview": "To review",
"allCaughtUp": "All caught up.",
+ "remindersEmpty": "No reminders for today.",
+ "remindersOpenAll": "See reminders",
"toOrganize": "to organize",
"inboxSeeAll": "See all {count}",
+ "inboxOpenList": "Open the inbox",
"inboxEmpty": "Inbox is empty.",
"review": "Review",
"cardsDue": "cards due",
@@ -4342,7 +4382,15 @@
"widgetStatsNotes": "Notes",
"widgetAgentActivityEmpty": "No agent activity in the last 48 hours.",
"widgetPinnedEmpty": "No pinned notes yet.",
+ "pinnedNoNotebook": "No notebook",
"widgetActivityHint": "Notes edited over the last 90 days.",
+ "activityHeatmapTitle": "Notes edited",
+ "activityHeatmapLast90": "Last 90 days",
+ "activityHeatmapTotal": "{count} notes · 90 days",
+ "activityHeatmapDay": "{count} notes",
+ "activityHeatmapDayOne": "1 note",
+ "activityHeatmapDayNone": "No notes that day",
+ "activityHeatmapHint": "Hover or click a square to see the day",
"widgetUsageHint": "Single AI credit balance (all features).",
"briefingLoadError": "Could not load the dashboard.",
"briefingRetry": "Retry",
@@ -4362,7 +4410,7 @@
"agents": "Suggested research",
"sentiment": "Sentiment",
"inbox": "Inbox",
- "revision": "Flashcards",
+ "revision": "Review cards",
"stats": "Semantic stats",
"agent-activity": "Agent activity",
"gmail": "Gmail captures",
@@ -4386,7 +4434,7 @@
"agents": "AI-suggested research agents for your topics.",
"sentiment": "Emotional tone of your notes this week.",
"inbox": "Notes waiting to be filed into notebooks.",
- "revision": "Flashcards due for spaced repetition review.",
+ "revision": "Cards due today. They come back at the right time.",
"stats": "Clusters, bridge notes, and total indexed notes.",
"agent-activity": "Latest completed agent runs.",
"gmail": "Email captures synced from Gmail.",
@@ -4412,18 +4460,19 @@
"dailyReviewInbox": "Process inbox",
"dailyReviewDiscoveries": "Review AI discoveries",
"dailyReviewConnection": "Explore one connection",
- "dailyReviewCards": "Review flashcards",
+ "dailyReviewCards": "Review cards",
"openLoopsEmpty": "No stalled notes — you're on track.",
"openLoopsStale": "{days}d ago",
"dailyNoteOpen": "Open journal",
"linkSuggestionsEmpty": "Edit a note to get link suggestions.",
"bridgesEmpty": "No bridge opportunities right now.",
- "flashRetention": "Mastered",
- "flashStreak": "Streak",
- "flashTotal": "Cards",
- "flashEmptyHint": "No flashcards yet. Generate some from a note (graduation-cap icon in the editor), then track your progress here.",
+ "flashRetention": "Remembered",
+ "flashRetentionHint": "Share of cards you remember well.",
+ "flashStreak": "Days in a row",
+ "flashTotal": "In all",
+ "flashEmptyHint": "No cards yet. Create some from a note, then track your progress here.",
"flashEmptyCta": "Open reviews",
- "flashDueCta": "{count} cards due today",
+ "flashDueCta": "Review now",
"flashOpenCta": "View progress",
"activityEmptyHint": "Edit notes to see your writing rhythm over the last 90 days.",
"pathTypes": {
@@ -4441,24 +4490,25 @@
"widgetHelpLabel": "Widget help",
"widgetHelpClose": "Close",
"sentimentDominant": "Dominant tone this week",
+ "sentimentFromNotes": "From your notes",
"widgetHelp": {
"capture": "Jot down a thought in one line. It lands in your Inbox — classify it during your daily review.",
"next-paths": "Suggested next steps based on your latest edited note: resume, link, bridge, or research.",
"resume": "Your most recently updated notes. Pick up where you left off.",
"intelligence": "AI discoveries: semantic links between notes, bridge ideas, and agent findings.",
"reminders": "Upcoming note reminders. Empty when everything is on schedule.",
- "mind-map": "Theme clusters sized by note volume. Click to explore in Insights.",
+ "mind-map": "Theme clusters sized by note volume. Click to explore in Connections.",
"agents": "AI-suggested research agents for topics you write about often.",
"sentiment": "Emotional tone of notes edited in the last 7 days. Requires at least 3 recent notes and AI enabled.",
"inbox": "Notes without a notebook yet. File them to keep your second brain tidy.",
- "revision": "Flashcards due for spaced-repetition review today.",
+ "revision": "Cards due today. They come back at the right time.",
"stats": "Semantic index stats: active themes, bridge notes, total indexed notes.",
"agent-activity": "Agents that completed a run in the last 48 hours.",
"gmail": "Email captures synced from Gmail integration.",
"activity": "Heatmap of notes you edited over the last 90 days.",
"pinned": "Quick access to notes you pinned.",
"usage": "Monthly AI credit usage by feature.",
- "daily-review": "10-minute morning checklist: inbox, discoveries, one connection, flashcards.",
+ "daily-review": "10-minute morning list: inbox, discoveries, one connection, cards.",
"open-loops": "Notes you started but haven't touched in 3+ days.",
"daily-note": "Today's journal entry — one note per day.",
"link-suggestions": "Passages from other notes worth linking into your current work.",
@@ -4706,7 +4756,7 @@
"contactError": "Could not contact server",
"baseUrlRequired": "Please provide the API URL",
"keyInvalid": "Invalid API key",
- "byokActive": "BYOK active",
+ "byokActive": "Keys active",
"activeStatus": "● Active",
"inactiveStatus": "○ Inactive",
"confirmDelete": "Delete the {{name}} key?",
diff --git a/memento-note/locales/es.json b/memento-note/locales/es.json
index 6ff9b43..b4ebd21 100644
--- a/memento-note/locales/es.json
+++ b/memento-note/locales/es.json
@@ -130,7 +130,7 @@
"add": "Agregar",
"adding": "Agregando...",
"close": "Cerrar",
- "confirmDelete": "¿Estás seguro de que quieres eliminar esta nota?",
+ "confirmDelete": "Esta nota irá a la papelera. Podrás recuperarla después.",
"confirmLeaveShare": "¿Estás seguro de que quieres abandonar esta nota compartida?",
"sharedBy": "Compartido por",
"sharedShort": "Compartido",
@@ -2095,14 +2095,14 @@
"collapse": "Colapsar"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "Herramientas externas",
"description": "Gestiona tus claves API y configura herramientas externas",
"tierRequired": "Solo Pro+",
"upgradeHint": "El acceso MCP (claves API para Cursor, Claude Desktop, etc.) requiere un plan Pro o superior. Actualiza en Facturación para desbloquear esta función.",
"whatIsMcp": {
- "title": "¿Qué es MCP?",
+ "title": "¿Para qué sirve?",
"description": "El Model Context Protocol (MCP) es un protocolo abierto que permite a los modelos de IA interactuar de forma segura con herramientas y fuentes de datos externas. Con MCP, puedes conectar herramientas como Claude Code, Cursor o N8N a tu instancia de Memento para leer, crear y organizar tus notas mediante programación.",
- "learnMore": "Más información sobre MCP"
+ "learnMore": "Más información"
},
"serverStatus": {
"title": "Estado del servidor",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "¿Qué es MCP (Model Context Protocol)?",
+ "title": "¿Cómo conectar una herramienta?",
"step1": "MCP es un protocolo que permite a los agentes IA de Memento conectarse a herramientas externas (bases de datos, APIs, archivos, etc.).",
"step2": "Memento expone un servidor MCP con 22 herramientas — tus agentes pueden leer/crear notas, buscar en tu base, gestionar cuadernos, etc.",
"step3": "Crea una clave API aquí y configúrala en tu cliente MCP (Claude Desktop, Cursor, Continue.dev…) con la URL del servidor.",
"step4": "Formato de configuración: URL del servidor MCP + tu clave en el header Authorization.",
- "step4Link": "Documentación MCP",
+ "step4Link": "Ayuda oficial",
"step5": "Caso de uso: pide a Claude Desktop que escriba una nota en Memento, busque en tus cuadernos o cree un agente."
}
},
@@ -2334,6 +2334,17 @@
"title": "Plantillas",
"install": "Instalar",
"installing": "Instalando...",
+ "seeAll": "Ver todos",
+ "showLess": "Ver menos",
+ "categoryAll": "Todos",
+ "categoryWatch": "Seguimiento",
+ "categoryDigest": "Resúmenes",
+ "categoryTools": "Herramientas",
+ "categoryGenerate": "Crear",
+ "taskExtractor": {
+ "name": "Tareas en las notas",
+ "description": "Encuentra las tareas en tus notas y las reúne en un solo lugar."
+ },
"veilleAI": {
"name": "Vigilancia IA",
"description": "Extrae contenido de 5 sitios especializados en IA y genera un resumen semanal."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "Incrusta los datos estructurados de tu cuaderno",
"slashLinkPreview": "Vista previa de enlace",
"slashLinkPreviewDesc": "Convertir una URL en una tarjeta visual",
- "slashLivingBlock": "Bloque vivo",
+ "slashLivingBlock": "Bloque enlazado",
"slashLivingBlockDesc": "Insertar desde otra nota",
"slashMath": "Ecuación",
"slashMathDesc": "Fórmula matemática en notación LaTeX",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "Más tarde",
"upgradePricing": "Actualizar a Pro",
- "addApiKey": "Usa tu propia clave API (BYOK)",
+ "addApiKey": "Usa tu propia clave",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "Sin créditos — opciones"
},
"byokSettings": {
- "title": "Tus claves API (BYOK)",
+ "title": "Tus claves de proveedor",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK activo",
- "tierRequired": "BYOK requiere un plan Pro o superior. Actualiza para conectar tus claves API.",
+ "badgeActive": "Claves activas",
+ "tierRequired": "Esta opción requiere un plan Pro o superior.",
"provider": "Proveedor",
"providerPlaceholder": "Selecciona un proveedor",
"alias": "Etiqueta (opcional)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "No se pudo cargar el historial de facturación.",
"savePercent": "Ahorra ~17%",
"cancelSubscription": "Cancelar suscripción",
+ "changeOffer": "Cambiar de oferta",
+ "downgradeToFree": "Volver a la oferta gratuita",
+ "cancellingNotice": "Baja prevista — acceso hasta el {date}",
"disabledByAdmin": "La facturación y las mejoras de plan están deshabilitadas. Contacta con tu administrador si necesitas acceso.",
"tab": "Facturación",
"creditsFromPacks": "Créditos de paquetes",
@@ -3239,13 +3253,13 @@
"card2": "Abrir ambas notas lado a lado — sigue escribiendo"
},
"dashboard": {
- "eyebrow": "Dashboard Second Brain",
+ "eyebrow": "La mañana",
"title": "Una mañana que te dice lo que importa.",
"desc": "El briefing de tu Second Brain: próximos caminos, checklist, descubrimientos, revisión.",
"w0Label": "Próximos caminos",
"w0": "3 acciones desde tu última nota",
"w1Label": "Revisión diaria",
- "w1": "Inbox · IA · Flashcards",
+ "w1": "Bandeja · Hallazgos · Tarjetas",
"w2Label": "Memory Echo",
"w2": "2 conexiones nuevas esta noche",
"w3Label": "Agentes",
@@ -3284,34 +3298,37 @@
"title": "Delega el trabajo pesado.",
"desc": "Investigación, scrape, slides, diagramas, monitoreo — agentes que escriben en tu Second Brain.",
"scraper": {
- "title": "Scraper",
+ "title": "Monitor",
"desc": "URLs y RSS → notas sintetizadas con imágenes."
},
"researcher": {
- "title": "Researcher",
+ "title": "Investigador",
"desc": "Consultas profundas, fuentes, notas de investigación."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "Diapositivas",
"desc": "Notas → decks o slides HTML interactivas."
},
"monitor": {
- "title": "Monitor",
+ "title": "Observador",
"desc": "Vigila cuadernos: tendencias e insights."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "Diagrama",
"desc": "Ideas → mindmaps y flows Excalidraw."
},
"custom": {
- "title": "Custom",
+ "title": "Personalizado",
"desc": "Tus roles, fuentes y horarios."
}
},
"byok": {
- "label": "Sin lock-in",
+ "label": "Libre de cambiar",
"title": "Tus claves. Tus modelos. Tu Second Brain.",
- "desc": "Créditos Memento u OpenAI, Anthropic, Google… Cambia de proveedor en un clic."
+ "desc": "Créditos Memento, o tu propio proveedor. Cambia en un clic: el producto sigue siendo tuyo.",
+ "pointCredits": "Créditos Memento, si quieres algo simple",
+ "pointProvider": "O conecta tu propio proveedor",
+ "pointYours": "Tu clave se queda contigo: nunca se muestra aquí"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "Para mentes exigentes.",
"cta": "Pasar a Pro",
"feature0": "Notas ilimitadas",
- "feature1": "BYOK",
+ "feature1": "Tus propias claves",
"feature2": "200 búsquedas semánticas / mes",
"feature3": "Agentes (12 runs/mes)",
"feature4": "Historial 30 días",
@@ -3350,11 +3367,11 @@
"desc": "Second Brain de equipo.",
"cta": "Elegir Business",
"feature0": "10 colaboradores",
- "feature1": "BYOK · 13 proveedores",
+ "feature1": "Tus claves · {count} proveedores",
"feature2": "1.000 búsquedas semánticas",
"feature3": "Agentes (60 runs/mes)",
"feature4": "Brainstorm ilimitado",
- "feature5": "API / MCP"
+ "feature5": "Herramientas externas"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "Búsqueda semántica",
"feature_search_desc": "Encuentra cualquier nota por significado, no solo por palabras clave.",
"feature_flashcards_title": "Tarjetas IA",
- "feature_flashcards_desc": "Genera tarjetas de repaso SRS desde tus notas con un clic.",
+ "feature_flashcards_desc": "Genera tarjetas de repaso desde tus notas con un clic.",
"feature_brainstorm_title": "Brainstorming IA",
"feature_brainstorm_desc": "Sesiones de lluvia de ideas colaborativas con IA.",
"feature_chat_title": "Chatea con tus notas",
"feature_chat_desc": "Haz preguntas a tu base de conocimiento personal.",
- "feature_insights_title": "Perspectivas semánticas",
+ "feature_insights_title": "Conexiones",
"feature_insights_desc": "Descubre conexiones ocultas entre tus ideas.",
"feature_export_title": "Exportación Markdown",
"feature_export_desc": "Importa y exporta tus notas en formato Markdown estándar.",
@@ -3588,7 +3605,7 @@
"hint_flip_title": "Voltear la tarjeta",
"hint_flip_desc": "Pulsa Espacio (o haz clic en la tarjeta) para voltearla y revelar la respuesta.",
"hint_rate_keys_title": "Valorar con el teclado",
- "hint_rate_keys_desc": "Después de voltear, pulsa 1 (Difícil), 2 (Difícil), 3 (Bien) o 4 (Fácil) para valorar la tarjeta. El algoritmo SM-2 programa tu próxima revisión automáticamente.",
+ "hint_rate_keys_desc": "Después de voltear, pulsa 1 (Difícil), 2 (Difícil), 3 (Bien) o 4 (Fácil). La próxima revisión se coloca en el momento adecuado.",
"hint_generate_from_note_title": "Generar desde una nota",
"hint_generate_from_note_desc": "Abre cualquier nota y haz clic en el botón 🎓 de la barra de herramientas para generar automáticamente flashcards a partir de su contenido.",
"hint_brainstorm_start_title": "Empezar con una idea",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 créditos de IA"
},
"insightsView": {
- "title": "Insights semánticos",
+ "title": "Conexiones",
+ "toggleMenu": "Mostrar u ocultar el menú",
"subtitle": "Descubre la arquitectura oculta de tu conocimiento",
- "resync": "Resincronizar red",
+ "resync": "Actualizar",
"mapping": "Mapeando…",
"loading": "Cargando tus notas…",
"mappingTitle": "Mapeando tu conocimiento…",
@@ -3800,7 +3818,7 @@
"apiKey": "Clave API",
"apiUrl": "URL de API",
"baseUrlRequired": "Proporciona la URL de la API",
- "byokActive": "BYOK activo",
+ "byokActive": "Claves activas",
"choose": "Elegir…",
"chooseModel": "Elige un modelo…",
"chooseProvider": "Elige un proveedor…",
@@ -4011,7 +4029,7 @@
"tabProgress": "Progreso",
"tapToFlip": "Espacio o toca para voltear",
"toolbarGenerate": "Generar flashcards",
- "toolbarGenerateHint": "Repetición espaciada SM-2",
+ "toolbarGenerateHint": "Vuelven en el momento adecuado",
"totalCardsLabel": "Total de tarjetas",
"totalReviewsLabel": "Total de revisiones",
"upToDate": "Actualizado",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "Edita notas para ver tu ritmo de escritura en los últimos 90 días.",
"agentCreated": "Agente creado e iniciado",
+ "agentCreatedInCard": "El agente está listo.",
+ "agentOpenCreated": "Abrir el agente",
+ "agentSeeNextSuggestion": "Ver la siguiente",
"agentDiscovery": "Agente",
"agentFailed": "Error al crear",
"agentsEmpty": "Aún no se han sugerido agentes de investigación. Sigue escribiendo — Memento propondrá temas de síntesis cuando tus notas se agrupen.",
@@ -4063,6 +4084,8 @@
"aiFound": "IA encontró",
"aiProviderUnavailable": "La IA no está disponible temporalmente. Revisa la configuración de tu proveedor.",
"allCaughtUp": "Todo al día.",
+ "remindersEmpty": "Ningún recordatorio para hoy.",
+ "remindersOpenAll": "Ver recordatorios",
"alreadySeen": "visto",
"analyzeNotes": "Analizar mis notas",
"analyzing": "Analizando…",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} para revisar",
"quickCapture": "Captura rápida",
"quickCapturePlaceholder": "Una idea, un pensamiento… Pulsa Enter para capturar en la bandeja.",
+ "captureGoesToFile": "Va a la bandeja.",
+ "captureSend": "Enviar a la bandeja",
"reminders": "Recordatorios",
"resumeAlso": "También recientemente",
"resumeEmptyCta": "Capturar una idea",
@@ -4192,7 +4217,7 @@
"suggestedBridge": "Conectando {clusterA} & {clusterB}",
"suggestedResearch": "Investigación sugerida",
"theme": "Tema",
- "themes": "temas",
+ "themes": "Temas",
"title": "Panel",
"toOrganize": "para organizar",
"toReview": "Para revisar",
@@ -4251,7 +4276,7 @@
"inbox": "Notas sin cuaderno aún. Archívalas para mantener tu segundo cerebro ordenado.",
"intelligence": "Descubrimientos IA: enlaces semánticos entre notas, ideas puente y hallazgos de agentes.",
"link-suggestions": "Pasajes de otras notas que vale la pena enlazar a tu trabajo actual.",
- "mind-map": "Clústeres de temas dimensionados por volumen de notas. Haz clic para explorar en Insights.",
+ "mind-map": "Clústeres de temas dimensionados por volumen de notas. Haz clic para explorar en Conexiones.",
"next-paths": "Próximos pasos sugeridos basados en tu última nota editada: reanudar, enlazar, conectar o investigar.",
"open-loops": "Notas que empezaste pero no has tocado en 3+ días.",
"pinned": "Acceso rápido a tus notas fijadas.",
@@ -4267,6 +4292,7 @@
"widgetHide": "Ocultar widget",
"widgetOpen": "Abrir",
"widgetPinnedEmpty": "Aún sin notas fijadas.",
+ "pinnedNoNotebook": "Sin cuaderno",
"widgetReset": "Restablecer",
"widgetResetDone": "Panel por defecto restaurado.",
"widgetStatsBridges": "Puentes",
diff --git a/memento-note/locales/fa.json b/memento-note/locales/fa.json
index 94df797..3a8bfa4 100644
--- a/memento-note/locales/fa.json
+++ b/memento-note/locales/fa.json
@@ -130,7 +130,7 @@
"add": "افزودن",
"adding": "در حال افزودن...",
"close": "بستن",
- "confirmDelete": "آیا واقعاً میخواهید این یادداشت را حذف کنید؟",
+ "confirmDelete": "این یادداشت به سطل زباله میرود. بعداً میتوانید آن را برگردانید.",
"confirmLeaveShare": "آیا مطمئن هستید که میخواهید این یادداشت اشتراکی را ترک کنید؟",
"sharedBy": "به اشتراک گذاشته توسط",
"sharedShort": "به اشتراک گذاشته شده است",
@@ -2095,14 +2095,14 @@
"collapse": "جمع کردن"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "ابزارهای بیرونی",
"description": "مدیریت کلیدهای API و پیکربندی ابزارهای خارجی",
"tierRequired": "فقط Pro+",
"upgradeHint": "دسترسی به MCP (کلیدهای API برای Cursor، Claude Desktop و غیره) نیاز به طرح Pro یا بالاتر دارد. برای فعال کردن این قابلیت، در بخش صورتحساب ارتقا دهید.",
"whatIsMcp": {
- "title": "MCP چیست؟",
+ "title": "این به چه کار میآید؟",
"description": "پروتکل زمینه مدل (MCP) یک پروتکل باز است که به مدلهای هوش مصنوعی امکان تعامل امن با ابزارها و منابع داده خارجی را میدهد. با MCP میتوانید ابزارهایی مانند Claude Code، Cursor یا N8N را به نمونه Memento خود متصل کنید تا یادداشتهای خود را به صورت برنامهنویسی بخوانید، ایجاد کنید و سازماندهی کنید.",
- "learnMore": "بیشتر درباره MCP بدانید"
+ "learnMore": "بیشتر بدانید"
},
"serverStatus": {
"title": "وضعیت سرور",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "MCP (Model Context Protocol) چیست؟",
+ "title": "چطور یک ابزار را وصل کنم؟",
"step1": "MCP یک پروتکل است که به عاملهای هوش مصنوعی Memento اجازه میدهد به ابزارهای خارجی (پایگاه داده، API، فایلها و غیره) متصل شوند.",
"step2": "Memento یک سرور MCP با ۲۲ ابزار ارائه میدهد — عاملهای شما میتوانند یادداشت بخوانید/ایجاد کنید، در پایگاه داده جستجو کنید، دفترچهها را مدیریت کنید و غیره.",
"step3": "اینجا یک کلید API ایجاد کنید، سپس آن را در کلاینت MCP خود (Claude Desktop، Cursor، Continue.dev…) با URL سرور پیکربندی کنید.",
"step4": "فرمت پیکربندی: URL سرور MCP + کلید شما در هدر Authorization.",
- "step4Link": "مستندات MCP",
+ "step4Link": "راهنمای رسمی",
"step5": "کاربرد: از Claude Desktop بخواهید یک یادداشت در Memento بنویسد، در دفترچههای شما جستجو کند یا یک عامل ایجاد کند."
}
},
@@ -2334,6 +2334,17 @@
"title": "قالبها",
"install": "نصب",
"installing": "در حال نصب...",
+ "seeAll": "دیدن همه",
+ "showLess": "نمایش کمتر",
+ "categoryAll": "همه",
+ "categoryWatch": "رصد",
+ "categoryDigest": "خلاصهها",
+ "categoryTools": "ابزارها",
+ "categoryGenerate": "ساختن",
+ "taskExtractor": {
+ "name": "کارها در یادداشتها",
+ "description": "کارها را در یادداشتهایتان پیدا میکند و در یک جا جمع میکند."
+ },
"veilleAI": {
"name": "پایش هوش مصنوعی",
"description": "از ۵ سایت تخصصی هوش مصنوعی استخراج و خلاصه هفتگی تولید میکند."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "دادههای ساختاریافته دفترچه خود را جاسازی کنید",
"slashLinkPreview": "پیشنمایش پیوند",
"slashLinkPreviewDesc": "تبدیل یک URL به کارت بصری",
- "slashLivingBlock": "بلوک زنده",
+ "slashLivingBlock": "بلوک پیوندی",
"slashLivingBlockDesc": "درج از یادداشت دیگر",
"slashMath": "معادله",
"slashMathDesc": "فرمول ریاضی به نمادگذاری LaTeX",
@@ -3003,7 +3014,7 @@
"proChat": "100 chat messages / month",
"later": "بعداً",
"upgradePricing": "ارتقا به Pro",
- "addApiKey": "از کلید API خودتان استفاده کنید (BYOK)",
+ "addApiKey": "از کلید خودتان استفاده کنید",
"featureReformulate": "بازنویسی",
"featureChat": "پیامهای هوش مصنوعی",
"featureBrainstormCreate": "ایجاد طوفان فکری",
@@ -3025,10 +3036,10 @@
"outOfCredits": "اعتبار تمام شد — گزینهها"
},
"byokSettings": {
- "title": "کلیدهای API شما (BYOK)",
+ "title": "کلیدهای ارائهدهنده شما",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK فعال",
- "tierRequired": "BYOK به طرح Pro یا بالاتر نیاز دارد. ارتقا دهید تا کلیدهای API خود را متصل کنید.",
+ "badgeActive": "کلیدها فعالاند",
+ "tierRequired": "این گزینه به طرح Pro یا بالاتر نیاز دارد.",
"provider": "ارائهدهنده",
"providerPlaceholder": "یک ارائهدهنده انتخاب کنید",
"alias": "برچسب (اختیاری)",
@@ -3168,6 +3179,9 @@
"fetchInvoicesFailed": "بارگذاری تاریخچه صورتحساب ناموفق بود.",
"savePercent": "~۱۷٪ صرفهجویی",
"cancelSubscription": "لغو اشتراک",
+ "changeOffer": "تغییر طرح",
+ "downgradeToFree": "بازگشت به طرح رایگان",
+ "cancellingNotice": "لغو برنامهریزی شده — دسترسی تا {date}",
"disabledByAdmin": "صورتحساب و ارتقاء طرح در حال حاضر غیرفعال است. اگر به دسترسی نیاز دارید با مدیر خود تماس بگیرید.",
"creditsFromPacks": "اعتبار بستهها",
"creditsRemaining": "اعتبار باقیمانده",
@@ -3284,34 +3298,37 @@
"title": "کار سنگین را واگذار کنید.",
"desc": "پژوهش، اسکراپ، اسلاید، نمودار، پایش — عاملهایی که در مغز دوم مینویسند.",
"scraper": {
- "title": "Scraper",
+ "title": "پایشگر",
"desc": "آدرس و RSS → یادداشتهای سنتزشده با تصویر."
},
"researcher": {
- "title": "Researcher",
+ "title": "پژوهشگر",
"desc": "پرسوجوی عمیق، منابع، یادداشت پژوهشی ساختیافته."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "اسلایدها",
"desc": "یادداشت → ارائه یا اسلاید HTML تعاملی."
},
"monitor": {
- "title": "Monitor",
+ "title": "ناظر",
"desc": "دفترها را پایش میکند: روند و بینش."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "نمودار",
"desc": "ایده → مایندمپ و فلو Excalidraw."
},
"custom": {
- "title": "Custom",
+ "title": "سفارشی",
"desc": "نقشها، منابع و زمانبندی خودتان."
}
},
"byok": {
"label": "بدون قفلشدن",
"title": "کلیدهای شما. مدلهای شما. مغز دوم شما.",
- "desc": "اعتبار Memento یا OpenAI، Anthropic، Google… با یک کلیک عوض کنید."
+ "desc": "اعتبار Memento، یا ارائهدهندهٔ خودتان. با یک کلیک عوض کنید — محصول مال شما میماند.",
+ "pointCredits": "اگر ساده میخواهید، اعتبار Memento",
+ "pointProvider": "یا ارائهدهندهٔ خودتان را وصل کنید",
+ "pointYours": "کلید پیش خودتان میماند — اینجا هرگز نشان داده نمیشود"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "برای ذهنهای جدی.",
"cta": "برو به Pro",
"feature0": "یادداشت نامحدود",
- "feature1": "BYOK",
+ "feature1": "کلیدهای خودتان",
"feature2": "۲۰۰ جستجوی معنایی / ماه",
"feature3": "عاملها (۱۲ اجرا/ماه)",
"feature4": "تاریخچه ۳۰ روز",
@@ -3350,11 +3367,11 @@
"desc": "مغز دوم تیمی.",
"cta": "انتخاب Business",
"feature0": "۱۰ همکار",
- "feature1": "BYOK · ۱۳ ارائهدهنده",
+ "feature1": "کلیدهای شما · {count} ارائهدهنده",
"feature2": "۱۰۰۰ جستجوی معنایی",
"feature3": "عاملها (۶۰ اجرا/ماه)",
"feature4": "طوفان فکری نامحدود",
- "feature5": "API / MCP"
+ "feature5": "ابزارهای بیرونی"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "جستجوی معنایی",
"feature_search_desc": "هر یادداشتی را بر اساس معنا پیدا کنید، نه فقط کلمات کلیدی.",
"feature_flashcards_title": "فلشکارتهای هوش مصنوعی",
- "feature_flashcards_desc": "کارتهای مرور SRS را با یک کلیک از یادداشتهایتان بسازید.",
+ "feature_flashcards_desc": "کارتهای مرور را با یک کلیک از یادداشتهایتان بسازید.",
"feature_brainstorm_title": "طوفان فکری هوش مصنوعی",
"feature_brainstorm_desc": "جلسات طوفان فکری مشارکتی با پشتیبانی هوش مصنوعی.",
"feature_chat_title": "گفتگو با یادداشتها",
"feature_chat_desc": "از پایگاه دانش شخصی خود سوال بپرسید.",
- "feature_insights_title": "بینشهای معنایی",
+ "feature_insights_title": "پیوندها",
"feature_insights_desc": "ارتباطهای پنهان بین ایدههایتان را کشف کنید.",
"feature_export_title": "خروجی Markdown",
"feature_export_desc": "یادداشتهایتان را با فرمت Markdown استاندارد وارد و صادر کنید.",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ ۴ اعتبار هوش مصنوعی"
},
"insightsView": {
- "title": "بینشهای معنایی",
+ "title": "پیوندها",
+ "toggleMenu": "نمایش یا پنهانکردن منو",
"subtitle": "معماری پنهان دانش خود را کشف کنید",
- "resync": "همگامسازی مجدد شبکه",
+ "resync": "بهروزرسانی",
"mapping": "در حال نقشهبرداری…",
"loading": "در حال بارگذاری یادداشتها…",
"mappingTitle": "در حال نقشهبرداری دانش شما…",
@@ -3800,7 +3818,7 @@
"apiKey": "کلید API",
"apiUrl": "آدرس API",
"baseUrlRequired": "URL API را ارائه دهید",
- "byokActive": "BYOK فعال",
+ "byokActive": "کلیدها فعالاند",
"choose": "انتخاب…",
"chooseModel": "یک مدل انتخاب کنید…",
"chooseProvider": "یک تأمینکننده انتخاب کنید…",
@@ -4011,7 +4029,7 @@
"tabProgress": "پیشرفت",
"tapToFlip": "فاصله یا ضربه برای چرخش",
"toolbarGenerate": "تولید فلشکارت",
- "toolbarGenerateHint": "تکرار با فاصله SM-2",
+ "toolbarGenerateHint": "در زمان درست برمیگردند",
"totalCardsLabel": "مجموع کارتها",
"totalReviewsLabel": "مجموع مرورها",
"upToDate": "بهروز",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "یادداشتها را ویرایش کنید تا ریتم نوشتن خود را در ۹۰ روز گذشته ببینید.",
"agentCreated": "عامل ایجاد و آغاز شد",
+ "agentCreatedInCard": "عامل آماده است.",
+ "agentOpenCreated": "باز کردن عامل",
+ "agentSeeNextSuggestion": "دیدن پیشنهاد بعدی",
"agentDiscovery": "عامل",
"agentFailed": "ایجاد ناموفق بود",
"agentsEmpty": "هنوز عامل تحقیقی پیشنهاد نشده. ادامه دهید — Memento زمانی که یادداشتهای شما خوشهبندی شوند موضوعات ترکیبی پیشنهاد میدهد.",
@@ -4063,6 +4084,8 @@
"aiFound": "هوش مصنوعی یافت",
"aiProviderUnavailable": "هوش مصنوعی موقتاً در دسترس نیست. تنظیمات تأمینکننده خود را بررسی کنید.",
"allCaughtUp": "همه بهروز.",
+ "remindersEmpty": "یادآوری برای امروز نیست.",
+ "remindersOpenAll": "دیدن یادآورها",
"alreadySeen": "دیدهشده",
"analyzeNotes": "تحلیل یادداشتهای من",
"analyzing": "در حال تجزیه و تحلیل…",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} برای بررسی",
"quickCapture": "ضبط سریع",
"quickCapturePlaceholder": "یک ایده، یک فکر… برای ثبت در صندوق ورودی Enter بزنید.",
+ "captureGoesToFile": "به صندوق ورودی میرود.",
+ "captureSend": "ارسال به صندوق ورودی",
"reminders": "یادآورها",
"resumeAlso": "همچنین اخیراً",
"resumeEmptyCta": "ثبت یک ایده",
@@ -4267,6 +4292,7 @@
"widgetHide": "پنهان کردن ویجت",
"widgetOpen": "باز کردن",
"widgetPinnedEmpty": "هنوز یادداشت سنجاق شدهای نیست.",
+ "pinnedNoNotebook": "بدون دفترچه",
"widgetReset": "بازنشانی",
"widgetResetDone": "داشبورد پیشفرض بازیابی شد.",
"widgetStatsBridges": "پلها",
diff --git a/memento-note/locales/fr.json b/memento-note/locales/fr.json
index 6371b68..a7e5199 100644
--- a/memento-note/locales/fr.json
+++ b/memento-note/locales/fr.json
@@ -94,12 +94,13 @@
"dropToRoot": "Déposez ici pour déplacer à la racine",
"noReminders": "Aucun rappel actif.",
"documents": "Documents",
- "dashboardPanelBody": "Votre second brain en un coup d'œil : suggestions IA, capture rapide et prochaines pistes. Raccourcis pour agir tout de suite.",
+ "dashboardPanelBody": "Vue d’ensemble de vos notes, pistes et découvertes. Pour agir, utilisez les boutons en haut de la page.",
"searchNotebooksPlaceholder": "Rechercher un carnet…",
"clearSearch": "Effacer la recherche",
"insightsPanelBody": "La carte des liens entre vos notes : thèmes proches, notes qui font le pont, et pistes à ouvrir.",
- "revisionPanelBody": "Révisez avec des cartes mémoire. La répétition espacée vous les représente au bon moment. Les paquets viennent de vos notes.",
+ "revisionPanelBody": "Révisez avec des cartes. Elles reviennent au bon moment. Les jeux viennent de vos notes.",
"backToNotebooks": "Retour aux carnets",
+ "backToHome": "Retour à l’accueil",
"resizeNotebooksPanel": "Redimensionner la zone des carnets",
"resizeSidebar": "Redimensionner la largeur de la barre latérale",
"dailyNote": "Note du jour",
@@ -130,7 +131,7 @@
"add": "Ajouter",
"adding": "Ajout...",
"close": "Fermer",
- "confirmDelete": "Voulez-vous vraiment supprimer cette note ?",
+ "confirmDelete": "Cette note ira dans la corbeille. Vous pourrez la récupérer ensuite.",
"confirmLeaveShare": "Êtes-vous sûr de vouloir quitter cette note partagée ?",
"sharedBy": "Partagé par",
"sharedShort": "Partagé",
@@ -335,6 +336,7 @@
"optionsMenuAria": "Menu des options",
"deleteNoteConfirmItem": "Supprimer la note",
"noteDeletedToast": "Note supprimée.",
+ "undoDelete": "Annuler",
"deleteNoteFailedToast": "Impossible de supprimer.",
"documentInfoAria": "Informations du document",
"noModification": "Aucune modification",
@@ -1882,18 +1884,18 @@
"featureTags": "Étiquettes",
"featureTitles": "Titres",
"unlimited": "Illimité",
- "remaining": "{count} restants",
+ "remaining": "{count} crédits restants",
"upgradeTitle": "Passer à Pro",
- "upgradeDescription": "Votre solde de crédits IA est épuisé. Passez à un plan supérieur (plus de crédits mensuels) ou utilisez votre propre clé (BYOK).",
+ "upgradeDescription": "Votre solde de crédits IA est épuisé. Passez à un plan supérieur (plus de crédits mensuels) ou utilisez votre propre clé.",
"proIncludes": "Pro inclut :",
"proSearch": "1 000 crédits IA / mois",
- "proTags": "BYOK (vos propres clés)",
+ "proTags": "Vos propres clés fournisseur",
"proTitles": "Agents (consomment des crédits)",
"proReformulate": "Notes illimitées",
"proChat": "Support e-mail",
"later": "Plus tard",
"upgradePricing": "Passer à Pro",
- "addApiKey": "Utiliser votre propre clé API (BYOK)",
+ "addApiKey": "Utiliser votre propre clé",
"featureReformulate": "Reformulations",
"featureChat": "Messages IA",
"featureBrainstormCreate": "Créations brainstorm",
@@ -2190,14 +2192,14 @@
"collapse": "Réduire"
},
"mcpSettings": {
- "title": "MCP",
- "description": "Gérez vos clés API et configurez les outils externes",
- "tierRequired": "Réservé Pro+",
- "upgradeHint": "L'accès MCP (clés API pour Cursor, Claude Desktop, etc.) nécessite un abonnement Pro ou supérieur. Passez à Pro dans Facturation pour débloquer cette fonctionnalité.",
+ "title": "Outils externes",
+ "description": "Connectez Cursor, Claude et d’autres outils à vos notes",
+ "tierRequired": "Réservé à l’offre Pro ou plus",
+ "upgradeHint": "Connecter un outil comme Cursor à vos notes est réservé à l’offre Pro ou plus. Passez à Pro dans Facturation.",
"whatIsMcp": {
- "title": "Qu'est-ce que MCP ?",
- "description": "Le Model Context Protocol (MCP) est un protocole ouvert qui permet aux modèles IA d'interagir de manière sécurisée avec des outils et sources de données externes. Avec MCP, vous pouvez connecter des outils comme Claude Code, Cursor ou N8N à votre instance Memento pour lire, créer et organiser vos notes par programmation.",
- "learnMore": "En savoir plus sur MCP"
+ "title": "À quoi ça sert ?",
+ "description": "Vous pouvez ouvrir, chercher et classer vos notes depuis un autre outil — Cursor, Claude, n8n — sans y copier votre mot de passe. Une clé d’accès relie l’outil à votre compte.",
+ "learnMore": "En savoir plus"
},
"serverStatus": {
"title": "État du serveur",
@@ -2207,10 +2209,10 @@
"url": "URL"
},
"apiKeys": {
- "title": "Clés API",
- "description": "Les clés API permettent aux outils externes d'accéder à vos notes via MCP. Gardez vos clés secrètes.",
- "generate": "Générer une nouvelle clé",
- "empty": "Aucune clé API. Générez-en une pour commencer.",
+ "title": "Clés d’accès",
+ "description": "Une clé permet à un outil externe de lire et d’écrire vos notes. Ne la partagez pas.",
+ "generate": "Nouvelle clé",
+ "empty": "Aucune clé pour l’instant. Créez-en une pour commencer.",
"active": "Actif",
"revoked": "Révoquée",
"revoke": "Révoquer",
@@ -2227,42 +2229,42 @@
}
},
"createDialog": {
- "title": "Générer une clé API",
- "description": "Créez une nouvelle clé API pour connecter des outils externes à vos notes.",
+ "title": "Nouvelle clé d’accès",
+ "description": "Donnez-lui un nom pour vous souvenir de l’outil auquel elle sert.",
"nameLabel": "Nom de la clé",
- "namePlaceholder": "ex. Claude Code, Cursor, N8N",
- "generating": "Génération...",
- "generate": "Générer",
- "successTitle": "Clé API générée",
- "successDescription": "Copiez votre clé API maintenant. Vous ne pourrez plus la voir ensuite.",
+ "namePlaceholder": "ex. Cursor, Claude, n8n",
+ "generating": "Création…",
+ "generate": "Créer",
+ "successTitle": "Clé créée",
+ "successDescription": "Copiez-la maintenant. Vous ne pourrez plus la relire ensuite.",
"copy": "Copier",
"copied": "Copiée !",
"done": "Terminé"
},
"configInstructions": {
- "title": "Instructions de configuration",
- "description": "Utilisez votre clé API pour configurer ces outils.",
+ "title": "Comment brancher un outil",
+ "description": "Collez votre clé dans l’outil, avec l’adresse indiquée à côté.",
"claudeCode": {
"title": "Claude Code",
- "description": "Ajoutez ceci à votre fichier de configuration MCP de Claude Code :"
+ "description": "Collez ceci dans le fichier de configuration de Claude Code :"
},
"cursor": {
"title": "Cursor",
- "description": "Ajoutez ceci à vos paramètres MCP de Cursor :"
+ "description": "Collez ceci dans les réglages d’outils de Cursor :"
},
"n8n": {
- "title": "N8N",
- "description": "Utilisez ces identifiants dans votre nœud MCP N8N :"
+ "title": "n8n",
+ "description": "Utilisez ces informations dans le nœud de connexion de n8n :"
}
},
"helpBox": {
- "title": "Qu'est-ce que MCP (Model Context Protocol) ?",
- "step1": "MCP est un protocole qui permet aux agents IA de Memento de se connecter à des outils externes (bases de données, APIs, fichiers, etc.).",
- "step2": "Memento expose un serveur MCP avec 22 outils — vos agents peuvent lire/créer des notes, chercher dans votre base, gérer les carnets, etc.",
- "step3": "Créez une clé API ici, puis configurez-la dans votre client MCP (Claude Desktop, Cursor, Continue.dev…) avec l'URL du serveur.",
- "step4": "Format de configuration : URL du serveur MCP + votre clé dans le header Authorization.",
- "step4Link": "Documentation MCP",
- "step5": "Cas d'usage : demandez à Claude Desktop d'écrire une note dans Memento, de chercher dans vos carnets, ou de créer un agent."
+ "title": "Comment connecter un outil ?",
+ "step1": "Un outil comme Cursor ou Claude peut ouvrir, chercher et classer vos notes, comme si vous le faisiez ici.",
+ "step2": "Vous créez une clé d’accès sur cette page. Elle sert de mot de passe pour cet outil seulement.",
+ "step3": "Dans l’outil, vous indiquez l’adresse du serveur (ci-contre) et vous collez la clé.",
+ "step4": "L’outil envoie ensuite vos demandes ici, sans que vous ayez à tout recopier à la main.",
+ "step4Link": "Aide officielle",
+ "step5": "Exemple : demander à Cursor d’écrire une note dans Memento, ou de chercher dans vos carnets."
}
},
"agents": {
@@ -2282,6 +2284,7 @@
"monitor": "Surveillant",
"slideGenerator": "Diaporamas",
"excalidrawGenerator": "Diagramme",
+ "taskExtractor": "Tâches",
"custom": "Personnalisé"
},
"typeDescriptions": {
@@ -2290,6 +2293,7 @@
"monitor": "Surveille un carnet et analyse les notes",
"slideGenerator": "Crée une présentation PowerPoint à partir de notes",
"excalidrawGenerator": "Crée un diagramme Excalidraw à partir de notes",
+ "taskExtractor": "Relève les tâches dans vos notes et les rassemble",
"custom": "Agent libre avec votre propre prompt"
},
"form": {
@@ -2429,6 +2433,17 @@
"title": "Modèles",
"install": "Installer",
"installing": "Installation...",
+ "seeAll": "Voir tous",
+ "showLess": "Voir moins",
+ "categoryAll": "Tous",
+ "categoryWatch": "Veille",
+ "categoryDigest": "Résumés",
+ "categoryTools": "Outils",
+ "categoryGenerate": "Création",
+ "taskExtractor": {
+ "name": "Tâches dans les notes",
+ "description": "Relève les tâches dans vos notes et les rassemble au même endroit."
+ },
"veilleAI": {
"name": "Veille IA",
"description": "Scrape les flux RSS de 6 sites IA (The Verge, TechCrunch, Ars Technica, MIT Tech Review, WIRED, Korben) et génère un résumé hebdomadaire."
@@ -2668,8 +2683,8 @@
"slashTableDesc": "Insérer un tableau simple",
"slashDatabase": "Vue structurée",
"slashDatabaseDesc": "Intégrer les données structurées de votre carnet",
- "slashInteractiveDemo": "Démo interactive",
- "slashInteractiveDemoDesc": "Démo pédagogique IA étape par étape (Play / Step)",
+ "slashInteractiveDemo": "Démo pas à pas",
+ "slashInteractiveDemoDesc": "Parcours pédagogique dans la note",
"slashToggle": "Section repliable",
"slashToggleDesc": "Créer une section dépliable",
"slashCallout": "Encadré",
@@ -2840,10 +2855,10 @@
"openPublicPage": "Ouvrir la page publique",
"slashSubPage": "Sous-page",
"slashSubPageDesc": "Créer une note liée dans cette note",
- "slashCharts": "Graphiques IA",
- "slashChartsDesc": "IA suggère des graphiques",
- "slashLivingBlock": "Bloc vivant",
- "slashLivingBlockDesc": "Insérer depuis une autre note",
+ "slashCharts": "Proposer des graphiques",
+ "slashChartsDesc": "Suggérer des graphiques d’après la note",
+ "slashLivingBlock": "Bloc lié",
+ "slashLivingBlockDesc": "Ouvrir un passage d’une autre note à côté",
"frequentCommands": "★ Fréquents",
"mobileBlockActions": "Actions sur le bloc",
"mobileSelectAll": "Sélectionner tout",
@@ -2942,13 +2957,13 @@
"deleteImage": "Supprimer l'image"
},
"flashcards": {
- "generateTitle": "Générer des flashcards",
+ "generateTitle": "Créer des cartes de révision",
"generateAction": "Générer avec l'IA",
- "confirmSave": "Enregistrer dans le deck",
- "generateFailed": "Impossible de générer les flashcards",
- "saveFailed": "Impossible d'enregistrer les flashcards",
- "schemaMissing": "Les flashcards ne sont pas encore disponibles sur ce serveur (migration base de données en attente).",
- "savedCount": "{count} flashcards enregistrées",
+ "confirmSave": "Enregistrer dans le jeu",
+ "generateFailed": "Impossible de créer les cartes",
+ "saveFailed": "Impossible d'enregistrer les cartes",
+ "schemaMissing": "Les cartes de révision ne sont pas encore disponibles sur ce serveur.",
+ "savedCount": "{count} cartes enregistrées",
"cardCount": "Nombre de cartes",
"styleLabel": "Style de cartes",
"style": {
@@ -2959,26 +2974,26 @@
"previewHint": "Modifiez les cartes avant l'enregistrement",
"frontPlaceholder": "Question / recto",
"backPlaceholder": "Réponse / verso",
- "toolbarGenerate": "Générer des flashcards",
- "tabDecks": "Decks",
+ "toolbarGenerate": "Créer des cartes de révision",
+ "tabDecks": "Jeux",
"tabProgress": "Progression",
- "emptyDecks": "Aucun deck de flashcards",
- "emptyDecksHint": "Ouvrez une note et utilisez l'icône casquette dans la barre d'outils pour générer des cartes avec l'IA.",
- "createDeck": "Créer un deck",
- "newDeckPlaceholder": "Nom du deck thématique…",
- "deckCreated": "Deck créé",
+ "emptyDecks": "Aucune carte de révision",
+ "emptyDecksHint": "Ouvrez une note, puis le bouton de cartes de révision en haut de la page.",
+ "createDeck": "Nouveau jeu",
+ "newDeckPlaceholder": "Nom du jeu…",
+ "deckCreated": "Jeu créé",
"dueCount": "{count} à réviser",
"upToDate": "À jour",
"cardCountLabel": "{count} cartes",
"masteredShort": "maîtrisées",
"viewDeck": "Détails",
"hideDeck": "Masquer",
- "deckCardsEmpty": "Ce deck ne contient aucune carte pour l'instant.",
+ "deckCardsEmpty": "Ce jeu ne contient aucune carte pour l'instant.",
"dueBadge": "À réviser",
"masteredBadge": "Maîtrisée",
"review": "Réviser",
"startReview": "Lancer la révision",
- "activeDeck": "Deck actif",
+ "activeDeck": "Jeu en cours",
"statTotal": "Total : {count}",
"statDue": "À réviser : {count}",
"statMastered": "Maîtrisées : {count}",
@@ -2997,11 +3012,20 @@
"easy": "Facile (4)"
},
"sessionComplete": "Session terminée",
- "backToDecks": "Retour aux decks",
- "loadDeckFailed": "Impossible de charger le deck",
+ "backToDecks": "Retour aux jeux",
+ "loadDeckFailed": "Impossible de charger le jeu",
"reviewFailed": "Impossible d'enregistrer la révision",
"heatmapTitle": "Activité de révision",
"heatmapLast90": "90 derniers jours",
+ "heatmapTotal": "{count} révisions · 90 jours",
+ "heatmapDay": "{count} révisions",
+ "heatmapDayOne": "1 révision",
+ "heatmapDayNone": "Aucune révision",
+ "heatmapHint": "Survolez ou cliquez sur un carré pour voir le détail",
+ "heatmapSelected": "sélectionné",
+ "heatmapClear": "Effacer la sélection",
+ "heatmapLess": "Moins",
+ "heatmapMore": "Plus",
"retentionRate": "Taux de rétention",
"masteredLabel": "{count}/{total} maîtrisées",
"retentionCurve": "Taux de succès hebdomadaire",
@@ -3026,15 +3050,15 @@
"editCard": "Modifier",
"deleteCard": "Supprimer la carte",
"deleteCardConfirm": "Supprimer cette carte définitivement ?",
- "deleteDeck": "Supprimer le deck",
- "deleteDeckConfirm": "Supprimer ce deck et toutes ses cartes définitivement ?",
- "deckDeleted": "Deck supprimé",
+ "deleteDeck": "Supprimer le jeu",
+ "deleteDeckConfirm": "Supprimer ce jeu et toutes ses cartes ?",
+ "deckDeleted": "Jeu supprimé",
"cardDeleted": "Carte supprimée",
"cardSaved": "Carte enregistrée",
"cardTypeBadge": "{type}",
"reviewNow": "Réviser maintenant",
"deleteFailed": "Impossible de supprimer",
- "toolbarGenerateHint": "Révision espacée SM-2"
+ "toolbarGenerateHint": "Elles reviennent au bon moment"
},
"structuredViews": {
"enableTitle": "Organiser ce carnet (tableau, kanban, galerie…)",
@@ -3330,10 +3354,10 @@
"legendConverted": "Convertie"
},
"byokSettings": {
- "title": "Vos clés API (BYOK)",
- "description": "Connectez vos propres clés fournisseur. Avec le BYOK, l’usage ne consomme en général pas vos crédits Memento. Les clés sont chiffrées au repos.",
- "badgeActive": "BYOK actif",
- "tierRequired": "Le BYOK nécessite un abonnement Pro ou supérieur.",
+ "title": "Vos clés fournisseur",
+ "description": "Connectez vos propres clés. L’usage avec votre clé ne consomme en général pas vos crédits Memento. Les clés sont chiffrées au repos.",
+ "badgeActive": "Clés actives",
+ "tierRequired": "Cette option nécessite un abonnement Pro ou supérieur.",
"provider": "Fournisseur",
"providerPlaceholder": "Choisir un fournisseur",
"alias": "Libellé (optionnel)",
@@ -3388,11 +3412,11 @@
"businessAnnualPrice": "299 €",
"proFeature1": "Notes illimitées",
"proFeature2": "1 000 crédits IA / mois",
- "proFeature3": "BYOK (vos propres clés)",
+ "proFeature3": "Vos propres clés fournisseur",
"proFeature4": "Agents (consomment des crédits)",
"businessFeature1": "10 collaborateurs inclus",
"businessFeature2": "4 000 crédits IA / mois",
- "businessFeature3": "BYOK · 13 fournisseurs",
+ "businessFeature3": "Vos clés · {count} fournisseurs",
"businessFeature4": "Agents & brainstorm (crédits)",
"enterpriseTitle": "Entreprise",
"enterpriseDescription": "Crédits illimités ou pool dédié, SSO, support prioritaire.",
@@ -3429,6 +3453,9 @@
"billingHistory": "Historique de facturation",
"viewInvoices": "Gérer les factures dans le portail",
"cancelSubscription": "Résilier l'abonnement",
+ "changeOffer": "Changer d'offre",
+ "downgradeToFree": "Revenir à l'offre gratuite",
+ "cancellingNotice": "Résiliation prévue — accès jusqu’au {date}",
"nextBillingDate": "Prochaine date de facturation",
"billingPeriod": "Période de facturation",
"planSince": "Membre depuis",
@@ -3464,7 +3491,7 @@
"proFeature5": "Historique 30 jours",
"proFeature6": "Support e-mail",
"proCta": "Passer à Pro",
- "businessFeature5": "API / MCP",
+ "businessFeature5": "Outils externes",
"businessFeature6": "Support prioritaire",
"businessCta": "Passer à Business",
"recommended": "Recommandé",
@@ -3531,7 +3558,7 @@
},
"trust": {
"trust0": "Un vrai Second Brain, pas un tas de dossiers",
- "trust1": "Vos propres clés IA (BYOK)",
+ "trust1": "Vos propres clés IA",
"trust2": "15 langues, dont le persan RTL",
"trust3": "Des agents qui écrivent dans vos carnets"
},
@@ -3545,88 +3572,92 @@
"echo": {
"eyebrow": "Memory Echo",
"title": "Le moment où votre Second Brain vous répond.",
- "desc": "Pendant que vous écrivez, Memento détecte des liens sémantiques entre carnets — pas des mots-clés, de vrais ponts conceptuels, ouvrables en aperçu partagé.",
+ "desc": "Pendant que vous écrivez, Memento retrouve des liens entre vos carnets — pas seulement les mêmes mots, de vrais rapprochements. Vous pouvez ouvrir les deux notes côte à côte.",
"card0Label": "À l'instant",
- "card0": "« Votre note sur le pricing fait écho à l'analyse concurrente de l'automne. »",
+ "card0": "« Votre note sur les tarifs fait écho à l'analyse des concurrents de l'automne. »",
"card1Label": "Pont",
"card1": "Thème partagé : positionnement sous contrainte",
"card2Label": "Action",
"card2": "Ouvrir les deux notes côte à côte — continuez d'écrire"
},
"dashboard": {
- "eyebrow": "Dashboard Second Brain",
+ "eyebrow": "Le matin",
"title": "Un matin qui vous dit ce qui compte.",
- "desc": "Le briefing de votre Second Brain : prochaines pistes, checklist, découvertes, révisions — des widgets que vous arrangez.",
+ "desc": "Le briefing du matin : prochaines pistes, liste du jour, découvertes, révisions — des cartes que vous rangez.",
"w0Label": "Prochaines pistes",
"w0": "3 actions depuis votre dernière note",
"w1Label": "Revue du jour",
- "w1": "Inbox · IA · Flashcards",
+ "w1": "Boîte de réception · Découvertes · Cartes",
"w2Label": "Memory Echo",
"w2": "2 nouvelles connexions cette nuit",
"w3Label": "Agents",
"w3": "1 suggestion prête à lancer"
},
"insights": {
- "eyebrow": "Insights",
- "title": "Voyez l'architecture de votre Second Brain.",
- "desc": "Clusters sémantiques et notes pont — la carte vivante de vos connexions.",
- "chip": "Réseau de clusters"
+ "eyebrow": "Connexions",
+ "title": "Voyez comment vos notes se relient.",
+ "desc": "Des thèmes proches et des notes-pont — la carte vivante de vos liens.",
+ "chip": "Carte des liens"
},
"revision": {
"eyebrow": "Révision",
"title": "Mémorisez exprès.",
- "desc": "Générez des flashcards depuis n'importe quelle note. Répétition espacée SM-2 — le savoir qui tient dans votre Second Brain.",
- "card": "Qu'est-ce qui relie Memory Echo à vos notes ?"
+ "desc": "Générez des cartes de révision depuis n’importe quelle note. Elles reviennent au bon moment.",
+ "card": "Qu'est-ce qui relie Memory Echo à vos notes ?",
+ "badge": "Au bon moment"
}
},
"how": {
- "title": "Trois étapes. Puis votre Second Brain compound.",
+ "title": "Trois étapes. Ensuite, ça s’accumule.",
"s0": {
"title": "Capturez librement",
- "desc": "Écrivez dans un éditeur nouvelle génération — blocs, vues structurées, collage intelligent. Clippez le web si besoin."
+ "desc": "Écrivez comme dans un cahier : titres, listes, tableaux. Enregistrez une page web si besoin."
},
"s1": {
"title": "Laissez connecter",
- "desc": "Memory Echo et la recherche sémantique tissent des liens que vous n'aviez pas prévus. Votre passé devient du carburant."
+ "desc": "Memory Echo et la recherche retrouvent des liens que vous n'aviez pas prévus. Votre passé devient du carburant."
},
"s2": {
"title": "Agissez chaque matin",
- "desc": "Pistes du dashboard, agents et flashcards transforment une pile de notes en élan Second Brain."
+ "desc": "Les pistes du matin, les agents et les cartes de révision transforment une pile de notes en élan."
}
},
"agents": {
"label": "Agents IA",
"title": "Déléguez le gros du travail.",
- "desc": "Recherche, scrape, slides, diagrammes, veille — des agents qui écrivent dans votre Second Brain, pas un chat de plus que vous oublierez.",
+ "desc": "Recherche, veille, présentations, schémas — des agents qui écrivent dans vos carnets, pas un échange de plus que vous oublierez.",
"scraper": {
- "title": "Scraper",
- "desc": "URL & RSS → notes synthétisées avec images."
+ "title": "Veilleur",
+ "desc": "Des adresses et des flux deviennent des notes, avec les images utiles."
},
"researcher": {
- "title": "Researcher",
- "desc": "Requêtes profondes, sources, notes structurées."
+ "title": "Chercheur",
+ "desc": "Des questions approfondies, des sources, des notes structurées."
},
"slideGen": {
- "title": "Slide Gen",
- "desc": "Notes → decks ou slides HTML interactives."
+ "title": "Diaporamas",
+ "desc": "Vos notes deviennent une présentation, ou une page à parcourir."
},
"monitor": {
- "title": "Monitor",
- "desc": "Surveille vos carnets : tendances et insights."
+ "title": "Surveillant",
+ "desc": "Il observe vos carnets : tendances et idées nouvelles."
},
"diagramGen": {
- "title": "Diagram Gen",
- "desc": "Idées → mindmaps & flows Excalidraw."
+ "title": "Schémas",
+ "desc": "Vos idées deviennent des cartes mentales et des enchaînements."
},
"custom": {
- "title": "Custom",
- "desc": "Vos rôles, sources et planifications."
+ "title": "Personnalisé",
+ "desc": "Vos rôles, vos sources, vos horaires."
}
},
"byok": {
- "label": "Sans lock-in",
+ "label": "Libre de changer",
"title": "Vos clés. Vos modèles. Votre Second Brain.",
- "desc": "Crédits Memento ou OpenAI, Anthropic, Google… Changez de fournisseur en un clic — le produit reste le vôtre."
+ "desc": "Crédits Memento, ou votre propre fournisseur. Changez en un clic — le produit reste le vôtre.",
+ "pointCredits": "Les crédits Memento, si vous voulez rester simple",
+ "pointProvider": "Ou connecter votre propre fournisseur",
+ "pointYours": "Votre clé reste chez vous — elle ne s’affiche jamais ici"
},
"pricing": {
"label": "Tarifs",
@@ -3661,7 +3692,7 @@
"cta": "Passer Pro",
"feature0": "Notes illimitées",
"feature1": "1 000 crédits IA / mois",
- "feature2": "BYOK (vos propres clés)",
+ "feature2": "Vos propres clés fournisseur",
"feature3": "Agents (consomment des crédits)",
"feature4": "Historique 30 jours",
"feature5": "Support e-mail"
@@ -3672,9 +3703,9 @@
"cta": "Choisir Business",
"feature0": "10 collaborateurs",
"feature1": "4 000 crédits IA / mois",
- "feature2": "BYOK · 13 fournisseurs",
+ "feature2": "Vos clés · {count} fournisseurs",
"feature3": "Agents & brainstorm (crédits)",
- "feature4": "API / MCP",
+ "feature4": "Outils externes",
"feature5": "Support prioritaire"
},
"enterprise": {
@@ -3772,9 +3803,10 @@
}
},
"insightsView": {
- "title": "Insights sémantiques",
+ "title": "Connexions",
+ "toggleMenu": "Afficher ou masquer le menu",
"subtitle": "Découvrez l'architecture cachée de votre savoir",
- "resync": "Resynchroniser le réseau",
+ "resync": "Mettre à jour",
"mapping": "Cartographie…",
"loading": "Chargement de vos notes…",
"mappingTitle": "Cartographie de votre savoir…",
@@ -3787,7 +3819,7 @@
"analysisFailed": "L’analyse a échoué. Vérifiez vos paramètres IA ou réessayez.",
"analysisSuccess": "Analyse terminée : {count} thèmes détectés.",
"analysisNoClusters": "Aucun thème détecté pour l'instant.",
- "staleResults": "Résultats affichés depuis la dernière analyse. Beaucoup de notes ont changé depuis — cliquez « Resynchroniser le réseau » pour mettre à jour.",
+ "staleResults": "Résultats affichés depuis la dernière analyse. Beaucoup de notes ont changé depuis — cliquez « Mettre à jour ».",
"semanticGraphLegend": "Aperçu des thèmes détectés (pas la carte des liens)",
"fitGraphView": "Ajuster la vue",
"legendFilterPlaceholder": "Filtrer les thèmes…",
@@ -3800,7 +3832,7 @@
"clusterFallback": "Thème {index}",
"unclusteredNotes": "{count} notes non rattachées à un thème (hors graphe).",
"emptyTitle": "Découvrez vos clusters de connaissance",
- "emptyDescription": "Cliquez sur « Resynchroniser le réseau » pour analyser vos notes et révéler des connexions cachées",
+ "emptyDescription": "Cliquez sur « Mettre à jour » pour analyser vos notes et révéler des connexions cachées",
"stats": {
"clusters": "Thèmes",
"bridgeNotes": "Notes pont",
@@ -3819,14 +3851,14 @@
"affinity": "Affinité {score} %",
"scoreHint": "Affinité sémantique moyenne avec les deux thèmes que cette note relie (similarité cosinus).",
"moreThemes": "+{count}",
- "needsResync": "Resynchronisez le réseau pour rafraîchir les paires de thèmes.",
+ "needsResync": "Cliquez « Mettre à jour » pour rafraîchir les paires de thèmes.",
"empty": "Aucune note pont significative pour l'instant. Approfondissez vos recherches pour découvrir de nouvelles connexions."
},
"suggestions": {
"title": "Liens manquants",
"bridging": "Relier {clusterA} et {clusterB}",
"emptyTitle": "Aucune suggestion de connexion",
- "emptyDescription": "Aucune paire de thèmes « presque liés » pour l'instant — ou resynchronisez pour rafraîchir les prédictions.",
+ "emptyDescription": "Aucune paire de thèmes « presque liés » pour l'instant — ou cliquez « Mettre à jour ».",
"createNote": "Créer la note pont",
"created": "Note pont créée",
"createError": "Impossible de créer la note pont",
@@ -3937,7 +3969,7 @@
"whatWillBeDeleted": "Les éléments suivants seront définitivement supprimés :",
"item1": "Toutes vos notes, carnets et pièces jointes",
"item2": "Tous vos embeddings sémantiques pgvector",
- "item3": "Toutes vos clés API BYOK",
+ "item3": "Toutes vos clés fournisseur",
"item4": "Toutes vos conversations IA et sessions de brainstorm",
"item5": "Votre historique de quotas et d'utilisation",
"item6": "Votre abonnement Stripe (si actif)",
@@ -4138,13 +4170,13 @@
"step_features_cta": "C'est parti !",
"feature_search_title": "Recherche sémantique",
"feature_search_desc": "Retrouvez n'importe quelle note par sens, pas seulement par mot-clé.",
- "feature_flashcards_title": "Flashcards IA",
- "feature_flashcards_desc": "Générez des cartes de révision SRS depuis vos notes en un clic.",
+ "feature_flashcards_title": "Cartes de révision",
+ "feature_flashcards_desc": "Créez des cartes de révision depuis vos notes, en un clic.",
"feature_brainstorm_title": "Brainstorm IA",
"feature_brainstorm_desc": "Séances de brainstorming collaboratif alimentées par l'IA.",
"feature_chat_title": "Chat avec vos notes",
"feature_chat_desc": "Posez des questions à votre base de connaissances personnelle.",
- "feature_insights_title": "Insights sémantiques",
+ "feature_insights_title": "Connexions",
"feature_insights_desc": "Découvrez les connexions cachées entre vos idées.",
"feature_export_title": "Export Markdown",
"feature_export_desc": "Importez et exportez vos notes au format Markdown standard.",
@@ -4154,14 +4186,14 @@
"import_notes_ready": "{count} note(s) importée(s) !",
"action_write_title": "Écrire votre première vraie note",
"action_write_desc": "Créez une note et commencez à capturer vos idées.",
- "action_flashcards_title": "Générer vos premières flashcards",
- "action_flashcards_desc": "Ouvrez une note et cliquez sur le bouton flashcards.",
+ "action_flashcards_title": "Créer vos premières cartes de révision",
+ "action_flashcards_desc": "Ouvrez une note, puis le bouton de cartes de révision en haut de la page.",
"action_brainstorm_title": "Lancer un brainstorm IA",
"action_brainstorm_desc": "Explorez vos idées avec un agent IA dédié.",
"action_try": "Essayer",
"step_features_cta_all": "Tout est prêt — on plonge !",
"action_write_where": "Fermez ce menu → cliquez sur \"+ Nouvelle note\" dans la barre latérale",
- "action_flashcards_where": "Fermez ce menu → ouvrez une note → bouton 🃏 dans la toolbar",
+ "action_flashcards_where": "Fermez cette fenêtre, ouvrez une note, puis le bouton de cartes de révision en haut de la page.",
"action_brainstorm_where": "Fermez ce menu → section \"Canvas\" dans la barre latérale",
"pill_resume": "✨ Reprendre la visite",
"action_done": "Testé !",
@@ -4173,8 +4205,8 @@
"hint_ai_desc": "Cliquez sur le bouton ✨ dans la barre d'outils pour ouvrir le panneau IA — posez des questions, résumez, réécrivez ou brainstormez directement dans votre note.",
"hint_version_title": "Historique des versions",
"hint_version_desc": "Cliquez sur le bouton ⓘ dans la barre d'outils → onglet \"Versions\". Activez le versionnage, puis sauvegardez et restaurez des captures de votre note à tout moment.",
- "hint_flashcards_title": "Générer des flashcards",
- "hint_flashcards_desc": "Cliquez sur le bouton 🎓 dans la barre d'outils pour générer automatiquement des flashcards depuis votre note, pour une révision en répétition espacée.",
+ "hint_flashcards_title": "Créer des cartes de révision",
+ "hint_flashcards_desc": "En haut de la note, cliquez sur le bouton de cartes de révision. Elles reviennent au bon moment.",
"hint_links_title": "Liens entre notes",
"hint_links_desc": "Tapez \"[[\" dans l'éditeur pour rechercher et lier une autre note. Les notes liées apparaissent comme rétroliens en bas de la note.",
"hint_create_note_title": "Créer une note",
@@ -4182,9 +4214,9 @@
"hint_flip_title": "Retourner la carte",
"hint_flip_desc": "Appuyez sur Espace (ou cliquez sur la carte) pour la retourner et révéler la réponse.",
"hint_rate_keys_title": "Noter au clavier",
- "hint_rate_keys_desc": "Après avoir retourné la carte, appuyez sur 1 (Difficile), 2 (Laborieux), 3 (Bien) ou 4 (Facile) pour noter. L'algorithme SM-2 planifie automatiquement votre prochaine révision.",
+ "hint_rate_keys_desc": "Après avoir retourné la carte, appuyez sur 1 (Difficile), 2 (Laborieux), 3 (Bien) ou 4 (Facile). La prochaine révision est placée au bon moment.",
"hint_generate_from_note_title": "Générer depuis une note",
- "hint_generate_from_note_desc": "Ouvrez n'importe quelle note et cliquez sur le bouton 🎓 dans la barre d'outils pour générer automatiquement des flashcards depuis son contenu.",
+ "hint_generate_from_note_desc": "Ouvrez une note, puis le bouton de cartes de révision en haut de la page.",
"hint_brainstorm_start_title": "Démarrer avec une idée",
"hint_brainstorm_start_desc": "Tapez un concept ou une question dans le champ de saisie et appuyez sur Entrée. L'IA génère un ensemble d'idées autour de ce thème.",
"hint_brainstorm_deepen_title": "Approfondir une idée",
@@ -4262,15 +4294,17 @@
"homeDashboard": {
"title": "Tableau de bord",
"quickCapture": "Capture rapide",
- "quickCapturePlaceholder": "Une idée, une pensée… Entrée pour capturer dans l'Inbox.",
- "captured": "Capturé dans l'Inbox",
+ "quickCapturePlaceholder": "Une idée, une pensée… Entrée l’envoie dans la file.",
+ "captureGoesToFile": "Va dans la file.",
+ "captureSend": "Envoyer dans la file",
+ "captured": "Ajouté à la file.",
"captureError": "Erreur",
"mindMap": "Carte mentale",
"fullMap": "Vue complète →",
"mindMapEmpty": "Pas encore de thèmes détectés. L'analyse sémantique regroupe vos notes par sujets.",
"mindMapOpen": "Ouvrir la cartographie →",
"mindMapUnavailable": "Cartographie indisponible.",
- "themes": "thèmes",
+ "themes": "Thèmes",
"bridges": "ponts",
"aiEchoes": "échos IA",
"bridgeNote": "Note-pont",
@@ -4280,6 +4314,9 @@
"createAgent": "Créer l'agent",
"agentsEmpty": "Aucune recherche suggérée pour l'instant. Continuez à écrire — Memento proposera des synthèses quand vos notes formeront des thèmes.",
"agentCreated": "Agent créé et lancé",
+ "agentCreatedInCard": "L'agent est créé.",
+ "agentOpenCreated": "Ouvrir l'agent",
+ "agentSeeNextSuggestion": "Voir la suivante",
"agentFailed": "Échec de la création",
"notes": "notes",
"continue": "Reprendre ici",
@@ -4288,14 +4325,17 @@
"resumeEmptyCta": "Capturer une idée",
"resumeAlso": "Aussi récemment",
"untitled": "Sans titre",
- "inbox": "Inbox",
+ "inbox": "Boîte de réception",
"sentiment": "Analyse émotionnelle",
"analyzing": "Analyse en cours…",
"notEnoughNotes": "Pas assez de notes cette semaine.",
"toReview": "À traiter",
"allCaughtUp": "Tout est à jour.",
+ "remindersEmpty": "Aucun rappel pour aujourd'hui.",
+ "remindersOpenAll": "Voir les rappels",
"toOrganize": "à organiser",
"inboxSeeAll": "Voir les {count}",
+ "inboxOpenList": "Ouvrir la file",
"inboxEmpty": "Rien à classer.",
"review": "Révisions",
"cardsDue": "cartes dues",
@@ -4348,7 +4388,15 @@
"widgetStatsNotes": "Notes",
"widgetAgentActivityEmpty": "Aucune activité d'agent sur les 48 dernières heures.",
"widgetPinnedEmpty": "Aucune note épinglée pour l'instant.",
+ "pinnedNoNotebook": "Sans carnet",
"widgetActivityHint": "Notes modifiées sur les 90 derniers jours.",
+ "activityHeatmapTitle": "Notes modifiées",
+ "activityHeatmapLast90": "90 derniers jours",
+ "activityHeatmapTotal": "{count} notes · 90 jours",
+ "activityHeatmapDay": "{count} notes",
+ "activityHeatmapDayOne": "1 note",
+ "activityHeatmapDayNone": "Aucune note ce jour-là",
+ "activityHeatmapHint": "Survolez ou cliquez sur un carré pour voir le jour",
"widgetUsageHint": "Solde unique de crédits IA (toutes les fonctions).",
"briefingLoadError": "Impossible de charger le tableau de bord.",
"briefingRetry": "Réessayer",
@@ -4367,8 +4415,8 @@
"mind-map": "Carte mentale",
"agents": "Recherches suggérées",
"sentiment": "Analyse émotionnelle",
- "inbox": "Inbox",
- "revision": "Flashcards",
+ "inbox": "Boîte de réception",
+ "revision": "Cartes de révision",
"stats": "Statistiques sémantiques",
"agent-activity": "Activité agents",
"gmail": "Captures Gmail",
@@ -4384,7 +4432,7 @@
"flashcards-progress": "Progression apprentissage"
},
"widgetDescriptions": {
- "capture": "Saisir une pensée immédiatement dans l'inbox.",
+ "capture": "Noter une pensée tout de suite. Elle va dans la file.",
"resume": "Reprendre vos notes les plus récentes.",
"intelligence": "Liens sémantiques, idées-ponts et découvertes d'agents.",
"reminders": "Rappels de notes à venir en un coup d'œil.",
@@ -4415,21 +4463,22 @@
"pathCompareHint": "Également lié : {title} — ouvrez Memory Echo pour comparer.",
"pathAddLinkHint": "Pensez à lier « {link} » dans votre note.",
"dailyReviewHint": "10 min chaque matin — l'habitude qui fait composer votre second brain.",
- "dailyReviewInbox": "Traiter l'inbox",
+ "dailyReviewInbox": "Traiter la file",
"dailyReviewDiscoveries": "Revoir les découvertes IA",
"dailyReviewConnection": "Explorer une connexion",
- "dailyReviewCards": "Réviser les flashcards",
+ "dailyReviewCards": "Réviser les cartes",
"openLoopsEmpty": "Aucune note en suspens — vous êtes à jour.",
"openLoopsStale": "il y a {days} j",
"dailyNoteOpen": "Ouvrir le journal",
"linkSuggestionsEmpty": "Modifiez une note pour obtenir des suggestions de liens.",
"bridgesEmpty": "Pas d'opportunité de pont pour l'instant.",
- "flashRetention": "Maîtrisées",
- "flashStreak": "Série",
- "flashTotal": "Cartes",
- "flashEmptyHint": "Pas encore de flashcards. Générez-en depuis une note (icône diplôme dans l’éditeur), puis suivez votre progression ici.",
+ "flashRetention": "Bien retenues",
+ "flashRetentionHint": "Part des cartes que tu retients bien.",
+ "flashStreak": "Jours d’affilée",
+ "flashTotal": "Au total",
+ "flashEmptyHint": "Pas encore de cartes. Créez-en depuis une note, puis suivez votre progression ici.",
"flashEmptyCta": "Ouvrir les révisions",
- "flashDueCta": "{count} cartes à réviser aujourd’hui",
+ "flashDueCta": "Réviser maintenant",
"flashOpenCta": "Voir la progression",
"activityEmptyHint": "Éditez des notes pour voir votre rythme d’écriture sur 90 jours.",
"pathTypes": {
@@ -4447,24 +4496,25 @@
"widgetHelpLabel": "Aide du widget",
"widgetHelpClose": "Fermer",
"sentimentDominant": "Tonalité dominante cette semaine",
+ "sentimentFromNotes": "D’après tes notes",
"widgetHelp": {
- "capture": "Saisissez une pensée en une ligne. Elle arrive dans l'Inbox — classez-la lors de votre revue quotidienne.",
+ "capture": "Écrivez une pensée. Elle arrive dans la file, à classer plus tard.",
"next-paths": "Prochaines étapes suggérées à partir de votre dernière note : reprendre, lier, créer un pont ou lancer une recherche.",
"resume": "Vos notes les plus récemment modifiées. Reprenez là où vous vous êtes arrêté.",
"intelligence": "Découvertes IA : liens sémantiques, idées-ponts et résultats d'agents.",
"reminders": "Rappels de notes à venir. Vide quand tout est à jour.",
- "mind-map": "Thèmes regroupés, taille proportionnelle au volume de notes. Cliquez pour explorer dans Insights.",
+ "mind-map": "Thèmes regroupés, taille proportionnelle au volume de notes. Cliquez pour explorer dans Connexions.",
"agents": "Agents de recherche suggérés par l'IA pour vos sujets récurrents.",
"sentiment": "Tonalité émotionnelle des notes modifiées sur les 7 derniers jours. Nécessite au moins 3 notes récentes et l'IA activée.",
"inbox": "Notes sans carnet. Classez-les pour garder un second brain ordonné.",
- "revision": "Cartes flashcards à réviser aujourd'hui (répétition espacée).",
+ "revision": "Cartes à réviser aujourd'hui. Elles reviennent au bon moment.",
"stats": "Statistiques de l'index sémantique : thèmes, notes-ponts, total indexé.",
"agent-activity": "Agents ayant terminé une exécution dans les 48 dernières heures.",
"gmail": "Captures e-mail synchronisées depuis l'intégration Gmail.",
"activity": "Heatmap des notes modifiées sur les 90 derniers jours.",
"pinned": "Accès rapide à vos notes épinglées.",
"usage": "Consommation mensuelle des crédits IA par fonctionnalité.",
- "daily-review": "Checklist matinale 10 min : inbox, découvertes, une connexion, flashcards.",
+ "daily-review": "Liste du matin, 10 min : boîte de réception, découvertes, une connexion, cartes.",
"open-loops": "Notes commencées mais sans modification depuis 3+ jours.",
"daily-note": "Entrée de journal du jour — une note par jour.",
"link-suggestions": "Passages d'autres notes à lier dans votre travail en cours.",
@@ -4712,7 +4762,7 @@
"contactError": "Impossible de contacter le serveur",
"baseUrlRequired": "Veuillez renseigner l'URL de l'API",
"keyInvalid": "Clé API invalide",
- "byokActive": "BYOK actif",
+ "byokActive": "Clés actives",
"activeStatus": "● Actif",
"inactiveStatus": "○ Inactif",
"confirmDelete": "Supprimer la clé {{name}} ?",
diff --git a/memento-note/locales/hi.json b/memento-note/locales/hi.json
index 70ebf60..2ff613d 100644
--- a/memento-note/locales/hi.json
+++ b/memento-note/locales/hi.json
@@ -130,7 +130,7 @@
"add": "जोड़ें",
"adding": "जोड़ रहे हैं...",
"close": "बंद करें",
- "confirmDelete": "क्या आप वाकई इस नोट को हटाना चाहते हैं?",
+ "confirmDelete": "यह नोट ट्रैश में जाएगा। आप इसे बाद में वापस ला सकते हैं।",
"confirmLeaveShare": "क्या आप वाकई इस साझा नोट को छोड़ना चाहते हैं?",
"sharedBy": "द्वारा साझा किया गया",
"sharedShort": "साझा",
@@ -2095,14 +2095,14 @@
"collapse": "संकुचित करें"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "बाहरी उपकरण",
"description": "API कुंजियाँ प्रबंधित करें और बाहरी टूल कॉन्फ़िगर करें",
"tierRequired": "केवल Pro+",
"upgradeHint": "MCP एक्सेस (Cursor, Claude Desktop आदि के लिए API कुंजियाँ) के लिए Pro या उससे उच्च योजना आवश्यक है। इस सुविधा को अनलॉक करने के लिए बिलिंग में अपग्रेड करें।",
"whatIsMcp": {
- "title": "MCP क्या है?",
+ "title": "यह किस काम का है?",
"description": "मॉडल कॉन्टेक्स्ट प्रोटोकॉल (MCP) एक खुला प्रोटोकॉल है जो AI मॉडल को बाहरी टूल और डेटा स्रोतों के साथ सुरक्षित रूप से इंटरैक्ट करने में सक्षम बनाता है। MCP के साथ, आप Claude Code, Cursor या N8N जैसे टूल को अपने Memento इंस्टेंस से कनेक्ट करके प्रोग्रामेटिक रूप से अपने नोट्स को पढ़ सकते हैं, बना सकते हैं और व्यवस्थित कर सकते हैं।",
- "learnMore": "MCP के बारे में और जानें"
+ "learnMore": "और जानें"
},
"serverStatus": {
"title": "सर्वर स्थिति",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "MCP (Model Context Protocol) क्या है?",
+ "title": "कोई टूल कैसे जोड़ें?",
"step1": "MCP एक प्रोटोकॉल है जो Memento के AI एजेंटों को बाहरी टूल (डेटाबेस, API, फ़ाइलें आदि) से जुड़ने की अनुमति देता है।",
"step2": "Memento 22 टूल के साथ एक MCP सर्वर प्रदान करता है — आपके एजेंट नोट पढ़/बना सकते हैं, अपने डेटाबेस में खोज सकते हैं, नोटबुक प्रबंधित कर सकते हैं आदि।",
"step3": "यहाँ एक API कुंजी बनाएँ, फिर इसे अपने MCP क्लाइंट (Claude Desktop, Cursor, Continue.dev…) में सर्वर URL के साथ कॉन्फ़िगर करें।",
"step4": "कॉन्फ़िगरेशन प्रारूप: MCP सर्वर URL + Authorization हेडर में आपकी कुंजी।",
- "step4Link": "MCP दस्तावेज़",
+ "step4Link": "आधिकारिक मदद",
"step5": "उपयोग का मामला: Claude Desktop से Memento में नोट लिखने, अपने नोटबुक में खोजने या एजेंट बनाने के लिए कहें।"
}
},
@@ -2334,6 +2334,17 @@
"title": "टेम्पलेट",
"install": "इंस्टॉल करें",
"installing": "इंस्टॉल हो रहा है...",
+ "seeAll": "सभी देखें",
+ "showLess": "कम दिखाएँ",
+ "categoryAll": "सभी",
+ "categoryWatch": "खबरें",
+ "categoryDigest": "सारांश",
+ "categoryTools": "उपकरण",
+ "categoryGenerate": "बनाना",
+ "taskExtractor": {
+ "name": "नोट्स में काम",
+ "description": "आपके नोट्स में काम ढूँढकर एक जगह इकट्ठा करता है।"
+ },
"veilleAI": {
"name": "AI वॉच",
"description": "5 AI विशेष साइटों से डेटा एकत्र करता है और साप्ताहिक सारांश बनाता है।"
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "अपने नोटबुक के संरचित डेटा को एम्बेड करें",
"slashLinkPreview": "लिंक पूर्वावलोकन",
"slashLinkPreviewDesc": "URL को विज़ुअल कार्ड में बदलें",
- "slashLivingBlock": "लाइव ब्लॉक",
+ "slashLivingBlock": "जुड़ा ब्लॉक",
"slashLivingBlockDesc": "दूसरी नोट से सम्मिलित करें",
"slashMath": "समीकरण",
"slashMathDesc": "LaTeX संकेतन में गणितीय सूत्र",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "बाद में",
"upgradePricing": "Pro में अपग्रेड करें",
- "addApiKey": "अपनी स्वयं की API कुंजी का उपयोग करें (BYOK)",
+ "addApiKey": "अपनी कुंजी इस्तेमाल करें",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "क्रेडिट खत्म — विकल्प"
},
"byokSettings": {
- "title": "आपकी API कुंजियाँ (BYOK)",
+ "title": "आपकी प्रदाता कुंजियाँ",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK सक्रिय",
- "tierRequired": "BYOK के लिए Pro प्लान या उच्चतर की आवश्यकता है। अपनी API कुंजियाँ कनेक्ट करने के लिए अपग्रेड करें।",
+ "badgeActive": "कुंजियाँ सक्रिय",
+ "tierRequired": "इस विकल्प के लिए Pro या उससे ऊपर चाहिए।",
"provider": "प्रदाता",
"providerPlaceholder": "प्रदाता चुनें",
"alias": "लेबल (वैकल्पिक)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "बिलिंग इतिहास लोड करने में विफल।",
"savePercent": "~17% बचाएँ",
"cancelSubscription": "सदस्यता रद्द करें",
+ "changeOffer": "योजना बदलें",
+ "downgradeToFree": "मुफ़्त योजना पर वापस जाएँ",
+ "cancellingNotice": "रद्दीकरण तय है — {date} तक पहुँच",
"disabledByAdmin": "बिलिंग और अपग्रेड वर्तमान में अक्षम हैं। यदि आपको पहुँच चाहिए तो अपने व्यवस्थापक से संपर्क करें।",
"tab": "बिलिंग",
"creditsFromPacks": "पैक क्रेडिट",
@@ -3232,7 +3246,7 @@
"title": "वह पल जब आपका Second Brain जवाब देता है।",
"desc": "लिखते समय Memento नोटबुक के बीच अर्थ-संबंध खोजता है — कीवर्ड नहीं, असली अवधारणा पुल।",
"card0Label": "अभी मिला",
- "card0": "“आपका प्राइसिंग नोट पिछले पतझड़ के प्रतिस्पर्धी विश्लेषण से मेल खाता है।”",
+ "card0": "“आपका कीमत वाला नोट पिछले पतझड़ के प्रतिस्पर्धी विश्लेषण से मेल खाता है।”",
"card1Label": "पुल",
"card1": "साझा थीम: बाधा के तहत पोजिशनिंग",
"card2Label": "एक्शन",
@@ -3245,7 +3259,7 @@
"w0Label": "अगले रास्ते",
"w0": "आखिरी नोट से 3 एक्शन",
"w1Label": "दैनिक समीक्षा",
- "w1": "Inbox · AI · फ़्लैशकार्ड",
+ "w1": "इनबॉक्स · खोजें · कार्ड",
"w2Label": "Memory Echo",
"w2": "रात में 2 नए कनेक्शन",
"w3Label": "एजेंट",
@@ -3284,34 +3298,37 @@
"title": "भारी काम सौंपें।",
"desc": "रिसर्च, स्क्रैप, स्लाइड, डायग्राम, मॉनिटरिंग — एजेंट जो आपके Second Brain में लिखते हैं।",
"scraper": {
- "title": "Scraper",
+ "title": "मॉनिटर",
"desc": "URL और RSS → छवियों वाली संश्लेषित नोट्स।"
},
"researcher": {
- "title": "Researcher",
+ "title": "शोधकर्ता",
"desc": "गहन क्वेरी, स्रोत, संरचित रिसर्च नोट्स।"
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "स्लाइड्स",
"desc": "नोट्स → डेक या इंटरैक्टिव HTML स्लाइड।"
},
"monitor": {
- "title": "Monitor",
+ "title": "पर्यवेक्षक",
"desc": "नोटबुक पर नज़र: रुझान और इनसाइट।"
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "आरेख",
"desc": "विचार → Excalidraw माइंडमैप और फ़्लो।"
},
"custom": {
- "title": "Custom",
+ "title": "कस्टम",
"desc": "आपकी भूमिकाएँ, स्रोत और शेड्यूल।"
}
},
"byok": {
- "label": "कोई लॉक-इन नहीं",
+ "label": "जब चाहें बदलें",
"title": "आपकी कुंजियाँ। आपके मॉडल। आपका Second Brain।",
- "desc": "Memento क्रेडिट या OpenAI, Anthropic, Google… एक क्लिक में बदलें।"
+ "desc": "Memento क्रेडिट, या अपना प्रदाता। एक क्लिक में बदलें — उत्पाद आपका रहता है।",
+ "pointCredits": "सरल रखना हो तो Memento क्रेडिट",
+ "pointProvider": "या अपना प्रदाता जोड़ें",
+ "pointYours": "कुंजी आपके पास रहती है — यहाँ कभी नहीं दिखती"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "गंभीर विचारकों के लिए।",
"cta": "Pro लें",
"feature0": "असीमित नोट्स",
- "feature1": "BYOK",
+ "feature1": "अपनी कुंजियाँ",
"feature2": "200 सिमेंटिक सर्च / महीना",
"feature3": "एजेंट (12 रन/महीना)",
"feature4": "30 दिन इतिहास",
@@ -3350,11 +3367,11 @@
"desc": "टीम Second Brain।",
"cta": "Business चुनें",
"feature0": "10 सहयोगी",
- "feature1": "BYOK · 13 प्रोवाइडर",
+ "feature1": "अपनी कुंजियाँ · {count} प्रदाता",
"feature2": "1,000 सिमेंटिक सर्च",
"feature3": "एजेंट (60 रन/महीना)",
"feature4": "असीमित ब्रेनस्टॉर्म",
- "feature5": "API / MCP"
+ "feature5": "बाहरी उपकरण"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "सिमेंटिक खोज",
"feature_search_desc": "केवल कीवर्ड से नहीं, अर्थ से कोई भी नोट खोजें।",
"feature_flashcards_title": "AI फ्लैशकार्ड",
- "feature_flashcards_desc": "एक क्लिक में अपने नोट्स से SRS समीक्षा कार्ड बनाएं।",
+ "feature_flashcards_desc": "एक क्लिक में अपने नोट्स से समीक्षा कार्ड बनाएं।",
"feature_brainstorm_title": "AI ब्रेनस्टॉर्म",
"feature_brainstorm_desc": "AI-संचालित सहयोगी ब्रेनस्टॉर्मिंग सत्र।",
"feature_chat_title": "नोट्स से चैट करें",
"feature_chat_desc": "अपने व्यक्तिगत ज्ञान आधार से प्रश्न पूछें।",
- "feature_insights_title": "सिमेंटिक इनसाइट्स",
+ "feature_insights_title": "कड़ियाँ",
"feature_insights_desc": "अपने विचारों के बीच छुपे संबंध खोजें।",
"feature_export_title": "Markdown निर्यात",
"feature_export_desc": "अपने नोट्स को मानक Markdown प्रारूप में आयात और निर्यात करें।",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 AI क्रेडिट"
},
"insightsView": {
- "title": "सिमेंटिक इनसाइट्स",
+ "title": "कड़ियाँ",
+ "toggleMenu": "मेनू दिखाएँ या छिपाएँ",
"subtitle": "अपने ज्ञान की छिपी संरचना खोजें",
- "resync": "नेटवर्क पुनः सिंक करें",
+ "resync": "अपडेट करें",
"mapping": "मैपिंग…",
"loading": "नोट लोड हो रहे हैं…",
"mappingTitle": "आपका ज्ञान मैप किया जा रहा है…",
@@ -3800,7 +3818,7 @@
"apiKey": "API कुंजी",
"apiUrl": "API URL",
"baseUrlRequired": "API URL प्रदान करें",
- "byokActive": "BYOK सक्रिय",
+ "byokActive": "कुंजियाँ सक्रिय",
"choose": "चुनें…",
"chooseModel": "एक मॉडल चुनें…",
"chooseProvider": "एक प्रदाता चुनें…",
@@ -4011,7 +4029,7 @@
"tabProgress": "प्रगति",
"tapToFlip": "पलटने के लिए स्पेस या टैप करें",
"toolbarGenerate": "फ्लैशकार्ड बनाएं",
- "toolbarGenerateHint": "SM-2 अंतराल पुनरावृत्ति",
+ "toolbarGenerateHint": "ये सही समय पर वापस आती हैं",
"totalCardsLabel": "कुल कार्ड",
"totalReviewsLabel": "कुल समीक्षाएं",
"upToDate": "अपडेटेड",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "पिछले 90 दिनों की अपनी लेखन लय देखने के लिए नोट्स संपादित करें।",
"agentCreated": "एजेंट बनाया और शुरू किया गया",
+ "agentCreatedInCard": "एजेंट तैयार है।",
+ "agentOpenCreated": "एजेंट खोलें",
+ "agentSeeNextSuggestion": "अगला देखें",
"agentDiscovery": "एजेंट",
"agentFailed": "निर्माण विफल",
"agentsEmpty": "अभी तक कोई शोध एजेंट सुझाया नहीं गया। लिखते रहें — जब आपके नोट्स क्लस्टर होंगे तो Memento संश्लेषण विषय प्रस्तावित करेगा।",
@@ -4063,6 +4084,8 @@
"aiFound": "AI मिला",
"aiProviderUnavailable": "AI अस्थायी रूप से अनुपलब्ध है। अपनी प्रदाता सेटिंग्स जांचें।",
"allCaughtUp": "सब पूरा।",
+ "remindersEmpty": "आज कोई अनुस्मारक नहीं।",
+ "remindersOpenAll": "अनुस्मारक देखें",
"alreadySeen": "देखा गया",
"analyzeNotes": "मेरे नोट्स का विश्लेषण करें",
"analyzing": "विश्लेषण कर रहा हूँ...",
@@ -4180,6 +4203,8 @@
"pulseReview": "समीक्षा हेतु {count}",
"quickCapture": "त्वरित कैप्चर",
"quickCapturePlaceholder": "एक विचार, एक भावना… इनबॉक्स में सहेजने के लिए Enter दबाएँ।",
+ "captureGoesToFile": "इनबॉक्स में जाता है।",
+ "captureSend": "इनबॉक्स में भेजें",
"reminders": "अनुस्मारक",
"resumeAlso": "हाल ही में",
"resumeEmptyCta": "एक विचार कैप्चर करें",
@@ -4267,6 +4292,7 @@
"widgetHide": "विजेट छिपाएं",
"widgetOpen": "खोलें",
"widgetPinnedEmpty": "अभी तक कोई पिन की गई नोट नहीं।",
+ "pinnedNoNotebook": "कोई नोटबुक नहीं",
"widgetReset": "रीसेट करें",
"widgetResetDone": "डिफ़ॉल्ट डैशबोर्ड पुनर्स्थापित।",
"widgetStatsBridges": "ब्रिज",
diff --git a/memento-note/locales/it.json b/memento-note/locales/it.json
index d00eb9a..c18ea5c 100644
--- a/memento-note/locales/it.json
+++ b/memento-note/locales/it.json
@@ -130,7 +130,7 @@
"add": "Aggiungi",
"adding": "Aggiunta in corso...",
"close": "Chiudi",
- "confirmDelete": "Sei sicuro di voler eliminare questa nota?",
+ "confirmDelete": "Questa nota andrà nel cestino. Potrai recuperarla in seguito.",
"confirmLeaveShare": "Sei sicuro di voler abbandonare questa nota condivisa?",
"sharedBy": "Condivisa da",
"sharedShort": "Condiviso",
@@ -2095,14 +2095,14 @@
"collapse": "Comprimi"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "Strumenti esterni",
"description": "Gestisci le chiavi API e configura gli strumenti esterni",
"tierRequired": "Solo Pro+",
"upgradeHint": "L'accesso MCP (chiavi API per Cursor, Claude Desktop, ecc.) richiede un piano Pro o superiore. Esegui l'upgrade in Fatturazione per sbloccare questa funzionalità.",
"whatIsMcp": {
- "title": "Cos'è MCP?",
+ "title": "A cosa serve?",
"description": "Il Model Context Protocol (MCP) è un protocollo aperto che consente ai modelli di IA di interagire in modo sicuro con strumenti e fonti di dati esterni. Con MCP puoi collegare strumenti come Claude Code, Cursor o N8N alla tua istanza Memento per leggere, creare e organizzare le tue note a livello di programmazione.",
- "learnMore": "Scopri di più su MCP"
+ "learnMore": "Per saperne di più"
},
"serverStatus": {
"title": "Stato del server",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "Cos'è MCP (Model Context Protocol)?",
+ "title": "Come collegare uno strumento?",
"step1": "MCP è un protocollo che consente agli agenti IA di Memento di connettersi a strumenti esterni (database, API, file, ecc.).",
"step2": "Memento espone un server MCP con 22 strumenti — i tuoi agenti possono leggere/creare note, cercare nel tuo database, gestire i taccuini, ecc.",
"step3": "Crea una chiave API qui, poi configurala nel tuo client MCP (Claude Desktop, Cursor, Continue.dev…) con l'URL del server.",
"step4": "Formato di configurazione: URL del server MCP + la tua chiave nell'header Authorization.",
- "step4Link": "Documentazione MCP",
+ "step4Link": "Guida ufficiale",
"step5": "Caso d'uso: chiedi a Claude Desktop di scrivere una nota in Memento, cercare nei tuoi taccuini o creare un agente."
}
},
@@ -2334,6 +2334,17 @@
"title": "Modelli",
"install": "Installa",
"installing": "Installazione in corso...",
+ "seeAll": "Vedi tutti",
+ "showLess": "Vedi meno",
+ "categoryAll": "Tutti",
+ "categoryWatch": "Rassegna",
+ "categoryDigest": "Riassunti",
+ "categoryTools": "Strumenti",
+ "categoryGenerate": "Crea",
+ "taskExtractor": {
+ "name": "Compiti nelle note",
+ "description": "Trova i compiti nelle tue note e li raccoglie in un unico posto."
+ },
"veilleAI": {
"name": "Watch IA",
"description": "Estrae contenuti da 5 siti specializzati in IA e genera un riepilogo settimanale."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "Incorpora i dati strutturati del tuo quaderno",
"slashLinkPreview": "Anteprima link",
"slashLinkPreviewDesc": "Trasforma un URL in una scheda visiva",
- "slashLivingBlock": "Blocco live",
+ "slashLivingBlock": "Blocco collegato",
"slashLivingBlockDesc": "Inserisci da un'altra nota",
"slashMath": "Equazione",
"slashMathDesc": "Formula matematica in notazione LaTeX",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "Più tardi",
"upgradePricing": "Passa a Pro",
- "addApiKey": "Usa la tua chiave API (BYOK)",
+ "addApiKey": "Usa la tua chiave",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "Crediti esauriti — opzioni"
},
"byokSettings": {
- "title": "Le tue chiavi API (BYOK)",
+ "title": "Le tue chiavi fornitore",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK attivo",
- "tierRequired": "BYOK richiede un piano Pro o superiore. Passa a Pro per collegare le tue chiavi API.",
+ "badgeActive": "Chiavi attive",
+ "tierRequired": "Questa opzione richiede un piano Pro o superiore.",
"provider": "Provider",
"providerPlaceholder": "Seleziona un provider",
"alias": "Etichetta (facoltativo)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "Impossibile caricare lo storico delle fatture.",
"savePercent": "Risparmia ~17%",
"cancelSubscription": "Annulla abbonamento",
+ "changeOffer": "Cambia offerta",
+ "downgradeToFree": "Torna all’offerta gratuita",
+ "cancellingNotice": "Disdetta prevista — accesso fino al {date}",
"disabledByAdmin": "La fatturazione e gli upgrade sono attualmente disabilitati. Contatta il tuo amministratore se hai bisogno di accesso.",
"tab": "Fatturazione",
"creditsFromPacks": "Crediti da pacchetti",
@@ -3239,13 +3253,13 @@
"card2": "Apri entrambe le note affiancate — continua a scrivere"
},
"dashboard": {
- "eyebrow": "Dashboard Second Brain",
+ "eyebrow": "La mattina",
"title": "Una mattina che ti dice cosa conta.",
"desc": "Il briefing del tuo Second Brain: prossimi percorsi, checklist, scoperte, ripasso.",
"w0Label": "Prossimi percorsi",
"w0": "3 azioni dalla tua ultima nota",
"w1Label": "Review giornaliera",
- "w1": "Inbox · IA · Flashcard",
+ "w1": "Posta · Scoperte · Schede",
"w2Label": "Memory Echo",
"w2": "2 nuove connessioni stanotte",
"w3Label": "Agenti",
@@ -3284,34 +3298,37 @@
"title": "Delega il lavoro pesante.",
"desc": "Ricerca, scrape, slide, diagrammi, monitoraggio — agenti che scrivono nel tuo Second Brain.",
"scraper": {
- "title": "Scraper",
+ "title": "Monitor",
"desc": "URL e RSS → note sintetiche con immagini."
},
"researcher": {
- "title": "Researcher",
+ "title": "Ricercatore",
"desc": "Query profonde, fonti, note di ricerca strutturate."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "Diapositive",
"desc": "Note → deck o slide HTML interattive."
},
"monitor": {
- "title": "Monitor",
+ "title": "Osservatore",
"desc": "Monitora i taccuini: trend e insight."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "Diagramma",
"desc": "Idee → mindmap e flow Excalidraw."
},
"custom": {
- "title": "Custom",
+ "title": "Personalizzato",
"desc": "I tuoi ruoli, fonti e pianificazioni."
}
},
"byok": {
- "label": "Niente lock-in",
+ "label": "Libero di cambiare",
"title": "Le tue chiavi. I tuoi modelli. Il tuo Second Brain.",
- "desc": "Crediti Memento oppure OpenAI, Anthropic, Google… Cambia provider in un clic."
+ "desc": "Crediti Memento, oppure il tuo fornitore. Cambia in un clic: il prodotto resta tuo.",
+ "pointCredits": "Crediti Memento, se vuoi restare sul semplice",
+ "pointProvider": "Oppure collega il tuo fornitore",
+ "pointYours": "La chiave resta da te: qui non viene mai mostrata"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "Per menti esigenti.",
"cta": "Passa a Pro",
"feature0": "Note illimitate",
- "feature1": "BYOK",
+ "feature1": "Le tue chiavi",
"feature2": "200 ricerche semantic / mese",
"feature3": "Agenti (12 run/mese)",
"feature4": "Cronologia 30 giorni",
@@ -3350,11 +3367,11 @@
"desc": "Second Brain di team.",
"cta": "Scegli Business",
"feature0": "10 collaboratori",
- "feature1": "BYOK · 13 provider",
+ "feature1": "Le tue chiavi · {count} fornitori",
"feature2": "1.000 ricerche semantic",
"feature3": "Agenti (60 run/mese)",
"feature4": "Brainstorm illimitato",
- "feature5": "API / MCP"
+ "feature5": "Strumenti esterni"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "Ricerca semantica",
"feature_search_desc": "Trova qualsiasi nota per significato, non solo per parole chiave.",
"feature_flashcards_title": "Flashcard IA",
- "feature_flashcards_desc": "Genera schede di ripasso SRS dalle tue note in un clic.",
+ "feature_flashcards_desc": "Genera schede di ripasso dalle tue note in un clic.",
"feature_brainstorm_title": "Brainstorming IA",
"feature_brainstorm_desc": "Sessioni di brainstorming collaborativo con IA.",
"feature_chat_title": "Chatta con le tue note",
"feature_chat_desc": "Fai domande alla tua base di conoscenza personale.",
- "feature_insights_title": "Approfondimenti semantici",
+ "feature_insights_title": "Connessioni",
"feature_insights_desc": "Scopri connessioni nascoste tra le tue idee.",
"feature_export_title": "Esportazione Markdown",
"feature_export_desc": "Importa ed esporta le tue note in formato Markdown.",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 crediti IA"
},
"insightsView": {
- "title": "Insights semantici",
+ "title": "Connessioni",
+ "toggleMenu": "Mostra o nascondi il menu",
"subtitle": "Scopri l'architettura nascosta della tua conoscenza",
- "resync": "Risincronizza rete",
+ "resync": "Aggiorna",
"mapping": "Mappatura…",
"loading": "Caricamento delle note…",
"mappingTitle": "Mappatura della tua conoscenza…",
@@ -3800,7 +3818,7 @@
"apiKey": "Chiave API",
"apiUrl": "URL API",
"baseUrlRequired": "Fornisci l'URL dell'API",
- "byokActive": "BYOK attivo",
+ "byokActive": "Chiavi attive",
"choose": "Scegli…",
"chooseModel": "Scegli un modello…",
"chooseProvider": "Scegli un provider…",
@@ -4011,7 +4029,7 @@
"tabProgress": "Progresso",
"tapToFlip": "Spazio o tocca per girare",
"toolbarGenerate": "Genera flashcard",
- "toolbarGenerateHint": "Ripetizione dilazionata SM-2",
+ "toolbarGenerateHint": "Tornano al momento giusto",
"totalCardsLabel": "Totale carte",
"totalReviewsLabel": "Totale ripassi",
"upToDate": "Aggiornato",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "Modifica note per vedere il tuo ritmo di scrittura degli ultimi 90 giorni.",
"agentCreated": "Agente creato e avviato",
+ "agentCreatedInCard": "L'agente è pronto.",
+ "agentOpenCreated": "Apri l'agente",
+ "agentSeeNextSuggestion": "Vedi la successiva",
"agentDiscovery": "Agente",
"agentFailed": "Creazione fallita",
"agentsEmpty": "Nessun agente di ricerca suggerito ancora. Continua a scrivere — Memento proporrà argomenti di sintesi quando le tue note si raggruppano.",
@@ -4063,6 +4084,8 @@
"aiFound": "IA trovato",
"aiProviderUnavailable": "L'IA non è temporaneamente disponibile. Controlla le impostazioni del provider.",
"allCaughtUp": "Tutto aggiornato.",
+ "remindersEmpty": "Nessun promemoria per oggi.",
+ "remindersOpenAll": "Vedi i promemoria",
"alreadySeen": "visto",
"analyzeNotes": "Analizza le mie note",
"analyzing": "Analizzando...",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} da rivedere",
"quickCapture": "Cattura rapida",
"quickCapturePlaceholder": "Un'idea, un pensiero… Premi Invio per acquisire nell'inbox.",
+ "captureGoesToFile": "Va nella posta in arrivo.",
+ "captureSend": "Invia alla posta in arrivo",
"reminders": "Promemoria",
"resumeAlso": "Anche di recente",
"resumeEmptyCta": "Cattura un'idea",
@@ -4192,7 +4217,7 @@
"suggestedBridge": "Collega {clusterA} & {clusterB}",
"suggestedResearch": "Ricerca suggerita",
"theme": "Tema",
- "themes": "temi",
+ "themes": "Temi",
"title": "Dashboard",
"toOrganize": "da organizzare",
"toReview": "Da rivedere",
@@ -4251,7 +4276,7 @@
"inbox": "Note senza quaderno. Archiviale per mantenere il tuo secondo cervello in ordine.",
"intelligence": "Scoperte IA: collegamenti semantici tra note, idee ponte e risultati degli agenti.",
"link-suggestions": "Passaggi da altre note vale la pena collegare al tuo lavoro attuale.",
- "mind-map": "Cluster di temi dimensionati in base al volume di note. Clicca per esplorare in Insights.",
+ "mind-map": "Cluster di temi dimensionati in base al volume di note. Clicca per esplorare in Connessioni.",
"next-paths": "Prossimi passi suggeriti in base all'ultima nota modificata: riprendi, collega, collega o ricerca.",
"open-loops": "Note che hai iniziato ma non tocchi da 3+ giorni.",
"pinned": "Accesso rapido alle note fissate.",
@@ -4267,6 +4292,7 @@
"widgetHide": "Nascondi widget",
"widgetOpen": "Apri",
"widgetPinnedEmpty": "Nessuna nota fissata ancora.",
+ "pinnedNoNotebook": "Senza taccuino",
"widgetReset": "Reimposta",
"widgetResetDone": "Dashboard predefinita ripristinata.",
"widgetStatsBridges": "Ponti",
diff --git a/memento-note/locales/ja.json b/memento-note/locales/ja.json
index 6aa3428..7e09a3d 100644
--- a/memento-note/locales/ja.json
+++ b/memento-note/locales/ja.json
@@ -130,7 +130,7 @@
"add": "追加",
"adding": "追加中...",
"close": "閉じる",
- "confirmDelete": "このノートを本当に削除しますか?",
+ "confirmDelete": "このノートはゴミ箱に入ります。後で復元できます。",
"confirmLeaveShare": "この共有ノートを退出してもよろしいですか?",
"sharedBy": "共有者",
"sharedShort": "共有",
@@ -2095,14 +2095,14 @@
"collapse": "折りたたむ"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "外部ツール",
"description": "APIキーの管理と外部ツールの設定",
"tierRequired": "Pro+ のみ",
"upgradeHint": "MCPアクセス(Cursor、Claude DesktopなどのAPIキー)にはProプラン以上が必要です。請求設定でアップグレードしてこの機能を有効にしてください。",
"whatIsMcp": {
- "title": "MCPとは?",
+ "title": "これは何のためのもの?",
"description": "Model Context Protocol(MCP)は、AIモデルが外部ツールやデータソースと安全にやり取りできるようにするオープンプロトコルです。MCPを使用すると、Claude Code、Cursor、N8NなどのツールをMementoインスタンスに接続し、プログラムでノートの読み取り、作成、整理を行うことができます。",
- "learnMore": "MCPについて詳しく知る"
+ "learnMore": "詳しく見る"
},
"serverStatus": {
"title": "サーバーステータス",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "MCP(Model Context Protocol)とは?",
+ "title": "ツールを接続するには?",
"step1": "MCPは、MementoのAIエージェントが外部ツール(データベース、API、ファイルなど)に接続できるようにするプロトコルです。",
"step2": "Mementoは22のツールを備えたMCPサーバーを提供します — エージェントはノートの読み取り/作成、データベースの検索、ノートブックの管理などが可能です。",
"step3": "ここでAPIキーを作成し、MCPクライアント(Claude Desktop、Cursor、Continue.dev…)でサーバーURLと共に設定してください。",
"step4": "設定形式:MCPサーバーURL + Authorizationヘッダーにあなたのキー。",
- "step4Link": "MCPドキュメント",
+ "step4Link": "公式ヘルプ",
"step5": "使用例:Claude DesktopにMementoへノートの作成、ノートブックの検索、エージェントの作成を依頼できます。"
}
},
@@ -2334,6 +2334,17 @@
"title": "テンプレート",
"install": "インストール",
"installing": "インストール中...",
+ "seeAll": "すべて見る",
+ "showLess": "少なく表示",
+ "categoryAll": "すべて",
+ "categoryWatch": "情報収集",
+ "categoryDigest": "要約",
+ "categoryTools": "ツール",
+ "categoryGenerate": "作成",
+ "taskExtractor": {
+ "name": "ノート内のタスク",
+ "description": "ノートからタスクを見つけて、一箇所にまとめます。"
+ },
"veilleAI": {
"name": "AIウォッチ",
"description": "AI専門の5サイトをスクレイピングし、週次まとめを生成します。"
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "ノートブックの構造化データを埋め込む",
"slashLinkPreview": "リンクプレビュー",
"slashLinkPreviewDesc": "URLをビジュアルカードに変換",
- "slashLivingBlock": "ライブブロック",
+ "slashLivingBlock": "リンクしたブロック",
"slashLivingBlockDesc": "別のノートから挿入",
"slashMath": "方程式",
"slashMathDesc": "LaTeX記法の数学式",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "後で",
"upgradePricing": "Proにアップグレード",
- "addApiKey": "独自のAPIキーを使用(BYOK)",
+ "addApiKey": "自分のキーを使う",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "クレジット切れ — オプション"
},
"byokSettings": {
- "title": "APIキー(BYOK)",
+ "title": "自分のキー",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK有効",
- "tierRequired": "BYOKにはProプラン以上が必要です。APIキーを接続するにはアップグレードしてください。",
+ "badgeActive": "キー有効",
+ "tierRequired": "この機能には Pro 以上が必要です。",
"provider": "プロバイダー",
"providerPlaceholder": "プロバイダーを選択",
"alias": "ラベル(任意)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "請求履歴を読み込めませんでした。",
"savePercent": "~17%お得",
"cancelSubscription": "サブスクリプションをキャンセル",
+ "changeOffer": "プランを変更",
+ "downgradeToFree": "無料プランに戻る",
+ "cancellingNotice": "解約予定 — {date} まで利用できます",
"disabledByAdmin": "請求とアップグレードは現在無効になっています。アクセスが必要な場合は管理者にお問い合わせください。",
"tab": "お支払い",
"creditsFromPacks": "パッククレジット",
@@ -3245,7 +3259,7 @@
"w0Label": "次の道筋",
"w0": "最新ノートからの3アクション",
"w1Label": "デイリーレビュー",
- "w1": "Inbox · AI · フラッシュカード",
+ "w1": "受信箱 · 発見 · カード",
"w2Label": "Memory Echo",
"w2": "昨夜の新規接続2件",
"w3Label": "エージェント",
@@ -3284,34 +3298,37 @@
"title": "重い仕事を任せる。",
"desc": "調査、スクレイプ、スライド、図、監視——Second Brain に書き込むエージェント。",
"scraper": {
- "title": "Scraper",
+ "title": "モニター",
"desc": "URL と RSS → 画像付きの合成ノート。"
},
"researcher": {
- "title": "Researcher",
+ "title": "リサーチャー",
"desc": "深いクエリ、ソース、構造化された調査ノート。"
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "スライド",
"desc": "ノート → デッキや対話型 HTML スライド。"
},
"monitor": {
- "title": "Monitor",
+ "title": "オブザーバー",
"desc": "ノートブックを監視:トレンドとインサイト。"
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "ダイアグラム",
"desc": "アイデア → Excalidraw のマインドマップとフロー。"
},
"custom": {
- "title": "Custom",
+ "title": "カスタム",
"desc": "役割、ソース、スケジュールを定義。"
}
},
"byok": {
- "label": "ロックインなし",
+ "label": "いつでも切り替え",
"title": "あなたのキー。あなたのモデル。あなたの Second Brain。",
- "desc": "Memento クレジット、または OpenAI / Anthropic / Google… クリック一つで切替。"
+ "desc": "Memento クレジット、または自分の提供者。クリック一つで切替。製品はあなたのままです。",
+ "pointCredits": "シンプルに済ませるなら Memento クレジット",
+ "pointProvider": "または自分の提供者を接続",
+ "pointYours": "キーは手元に残ります。ここには表示しません"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "本気で考える人へ。",
"cta": "Pro にする",
"feature0": "ノート無制限",
- "feature1": "BYOK",
+ "feature1": "自分のキー",
"feature2": "意味検索 200/月",
"feature3": "エージェント(12回/月)",
"feature4": "履歴30日",
@@ -3350,11 +3367,11 @@
"desc": "チームの Second Brain。",
"cta": "Business を選ぶ",
"feature0": "共同編集者10人",
- "feature1": "BYOK · 13プロバイダ",
+ "feature1": "自分のキー · 提供者 {count}",
"feature2": "意味検索1000",
"feature3": "エージェント(60回/月)",
"feature4": "ブレインストーム無制限",
- "feature5": "API / MCP"
+ "feature5": "外部ツール"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "セマンティック検索",
"feature_search_desc": "キーワードだけでなく意味でノートを検索。",
"feature_flashcards_title": "AIフラッシュカード",
- "feature_flashcards_desc": "ノートからSRS復習カードをワンクリックで生成。",
+ "feature_flashcards_desc": "ノートから復習カードをワンクリックで生成。",
"feature_brainstorm_title": "AIブレインストーミング",
"feature_brainstorm_desc": "AI搭載の共同ブレインストーミングセッション。",
"feature_chat_title": "ノートとチャット",
"feature_chat_desc": "個人ナレッジベースに質問する。",
- "feature_insights_title": "セマンティックインサイト",
+ "feature_insights_title": "つながり",
"feature_insights_desc": "アイデア間の隠れた関係を発見。",
"feature_export_title": "Markdownエクスポート",
"feature_export_desc": "標準Markdown形式でノートをインポート/エクスポート。",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 AIクレジット"
},
"insightsView": {
- "title": "セマンティックインサイト",
+ "title": "つながり",
+ "toggleMenu": "メニューを表示または隠す",
"subtitle": "知識の隠された構造を発見",
- "resync": "ネットワークを再同期",
+ "resync": "更新",
"mapping": "マッピング中…",
"loading": "ノート読み込み中…",
"mappingTitle": "知識をマッピング中…",
@@ -3800,7 +3818,7 @@
"apiKey": "APIキー",
"apiUrl": "API URL",
"baseUrlRequired": "API URLを入力してください",
- "byokActive": "BYOK有効",
+ "byokActive": "キー有効",
"choose": "選択…",
"chooseModel": "モデルを選択…",
"chooseProvider": "プロバイダを選択…",
@@ -4011,7 +4029,7 @@
"tabProgress": "進捗",
"tapToFlip": "スペースまたはタップで裏返す",
"toolbarGenerate": "フラッシュカードを生成",
- "toolbarGenerateHint": "SM-2間隔反復",
+ "toolbarGenerateHint": "ちょうどいいときに戻ってきます",
"totalCardsLabel": "総カード数",
"totalReviewsLabel": "総復習数",
"upToDate": "最新",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "ノートを編集して過去90日間の執筆リズムを確認します。",
"agentCreated": "エージェントが作成・開始されました",
+ "agentCreatedInCard": "エージェントの準備ができました。",
+ "agentOpenCreated": "エージェントを開く",
+ "agentSeeNextSuggestion": "次を見る",
"agentDiscovery": "エージェント",
"agentFailed": "作成に失敗しました",
"agentsEmpty": "まだ研究エージェントの提案はありません。書き続けてください — ノートがクラスター化されると、Mementoが統合トピックを提案します。",
@@ -4063,6 +4084,8 @@
"aiFound": "AIが見つけました",
"aiProviderUnavailable": "AIは一時的に利用できません。プロバイダの設定を確認してください。",
"allCaughtUp": "すべて完了。",
+ "remindersEmpty": "今日のリマインダーはありません。",
+ "remindersOpenAll": "リマインダーを見る",
"alreadySeen": "既読",
"analyzeNotes": "メモを分析",
"analyzing": "分析中…",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count}件の復習対象",
"quickCapture": "クイックキャプチャ",
"quickCapturePlaceholder": "アイデア、考え… Enterで受信箱に保存。",
+ "captureGoesToFile": "受信箱に入ります。",
+ "captureSend": "受信箱に送る",
"reminders": "リマインダー",
"resumeAlso": "最近のその他",
"resumeEmptyCta": "アイデアをキャプチャ",
@@ -4267,6 +4292,7 @@
"widgetHide": "ウィジェットを非表示",
"widgetOpen": "開く",
"widgetPinnedEmpty": "ピン留めされたノートはまだありません。",
+ "pinnedNoNotebook": "ノートブックなし",
"widgetReset": "リセット",
"widgetResetDone": "デフォルトのダッシュボードが復元されました。",
"widgetStatsBridges": "ブリッジ",
diff --git a/memento-note/locales/ko.json b/memento-note/locales/ko.json
index 1fca324..66d5135 100644
--- a/memento-note/locales/ko.json
+++ b/memento-note/locales/ko.json
@@ -130,7 +130,7 @@
"add": "추가",
"adding": "추가 중...",
"close": "닫기",
- "confirmDelete": "이 노트를 정말 삭제하시겠습니까?",
+ "confirmDelete": "이 노트는 휴지통으로 이동합니다. 나중에 복원할 수 있습니다.",
"confirmLeaveShare": "이 공유 메모를 나가시겠습니까?",
"sharedBy": "공유자",
"sharedShort": "공유됨",
@@ -2095,14 +2095,14 @@
"collapse": "접기"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "외부 도구",
"description": "API 키 관리 및 외부 도구 구성",
"tierRequired": "Pro+ 전용",
"upgradeHint": "MCP 액세스(Cursor, Claude Desktop 등의 API 키)에는 Pro 플랜 이상이 필요합니다. 결제에서 업그레이드하여 이 기능을 잠금 해제하세요.",
"whatIsMcp": {
- "title": "MCP란 무엇인가요?",
+ "title": "어디에 쓰이나요?",
"description": "Model Context Protocol(MCP)은 AI 모델이 외부 도구 및 데이터 소스와 안전하게 상호 작용할 수 있게 하는 오픈 프로토콜입니다. MCP를 사용하면 Claude Code, Cursor, N8N 등의 도구를 Memento 인스턴스에 연결하여 프로그래밍 방식으로 노트를 읽고, 만들고, 정리할 수 있습니다.",
- "learnMore": "MCP에 대해 자세히 알아보기"
+ "learnMore": "자세히 알아보기"
},
"serverStatus": {
"title": "서버 상태",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "MCP(Model Context Protocol)란 무엇인가요?",
+ "title": "도구를 어떻게 연결하나요?",
"step1": "MCP는 Memento의 AI 에이전트가 외부 도구(데이터베이스, API, 파일 등)에 연결할 수 있게 해주는 프로토콜입니다.",
"step2": "Memento는 22개의 도구를 갖춘 MCP 서버를 제공합니다 — 에이전트가 노트를 읽고/만들고, 데이터베이스를 검색하고, 노트북을 관리할 수 있습니다.",
"step3": "여기서 API 키를 생성한 후 MCP 클라이언트(Claude Desktop, Cursor, Continue.dev…)에서 서버 URL과 함께 설정하세요.",
"step4": "설정 형식: MCP 서버 URL + Authorization 헤더에 키.",
- "step4Link": "MCP 문서",
+ "step4Link": "공식 도움말",
"step5": "사용 사례: Claude Desktop에 Memento에 노트 작성, 노트북 검색 또는 에이전트 생성을 요청하세요."
}
},
@@ -2334,6 +2334,17 @@
"title": "템플릿",
"install": "설치",
"installing": "설치 중...",
+ "seeAll": "모두 보기",
+ "showLess": "접기",
+ "categoryAll": "전체",
+ "categoryWatch": "소식 추적",
+ "categoryDigest": "요약",
+ "categoryTools": "도구",
+ "categoryGenerate": "만들기",
+ "taskExtractor": {
+ "name": "노트의 할 일",
+ "description": "노트에서 할 일을 찾아 한곳에 모읍니다."
+ },
"veilleAI": {
"name": "AI 와치",
"description": "AI 전문 사이트 5곳을 스크랩하여 주간 요약을 생성합니다."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "노트북의 구조화된 데이터 임베드",
"slashLinkPreview": "링크 미리보기",
"slashLinkPreviewDesc": "URL을 시각적 카드로 변환",
- "slashLivingBlock": "라이브 블록",
+ "slashLivingBlock": "연결된 블록",
"slashLivingBlockDesc": "다른 노트에서 삽입",
"slashMath": "방정식",
"slashMathDesc": "LaTeX 표기법의 수학 공식",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "나중에",
"upgradePricing": "Pro로 업그레이드",
- "addApiKey": "자체 API 키 사용 (BYOK)",
+ "addApiKey": "내 키 사용",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "크레딧 소진 — 옵션"
},
"byokSettings": {
- "title": "API 키 (BYOK)",
+ "title": "내 키",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK 활성화",
- "tierRequired": "BYOK는 Pro 플랜 이상이 필요합니다. API 키를 연결하려면 업그레이드하세요.",
+ "badgeActive": "키 사용 중",
+ "tierRequired": "이 기능은 Pro 이상에서 사용할 수 있습니다.",
"provider": "제공자",
"providerPlaceholder": "제공자 선택",
"alias": "라벨 (선택)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "결제 내역을 불러올 수 없습니다.",
"savePercent": "~17% 절약",
"cancelSubscription": "구독 취소",
+ "changeOffer": "요금제 변경",
+ "downgradeToFree": "무료 요금제로 돌아가기",
+ "cancellingNotice": "해지 예정 — {date}까지 이용 가능",
"disabledByAdmin": "결제 및 업그레이드가 현재 비활성화되어 있습니다. 액세스가 필요한 경우 관리자에게 문의하세요.",
"tab": "결제",
"creditsFromPacks": "패키지 크레딧",
@@ -3245,7 +3259,7 @@
"w0Label": "다음 경로",
"w0": "최근 노트에서 나온 3가지 행동",
"w1Label": "일일 리뷰",
- "w1": "Inbox · AI · 플래시카드",
+ "w1": "받은편지함 · 발견 · 카드",
"w2Label": "Memory Echo",
"w2": "어젯밤 새 연결 2개",
"w3Label": "에이전트",
@@ -3284,34 +3298,37 @@
"title": "무거운 일을 맡기세요.",
"desc": "리서치, 스크랩, 슬라이드, 다이어그램, 모니터링 — Second Brain에 쓰는 에이전트.",
"scraper": {
- "title": "Scraper",
+ "title": "모니터",
"desc": "URL & RSS → 이미지 포함 합성 노트."
},
"researcher": {
- "title": "Researcher",
+ "title": "리서처",
"desc": "깊은 질의, 출처, 구조화된 리서치 노트."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "슬라이드",
"desc": "노트 → 덱 또는 인터랙티브 HTML 슬라이드."
},
"monitor": {
- "title": "Monitor",
+ "title": "관찰자",
"desc": "노트북 감시: 트렌드와 인사이트."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "도표",
"desc": "아이디어 → Excalidraw 마인드맵 & 플로우."
},
"custom": {
- "title": "Custom",
+ "title": "사용자 정의",
"desc": "역할, 출처, 스케줄 정의."
}
},
"byok": {
- "label": "락인 없음",
+ "label": "언제든 변경",
"title": "당신의 키. 당신의 모델. 당신의 Second Brain.",
- "desc": "Memento 크레딧 또는 OpenAI, Anthropic, Google… 클릭 한 번으로 전환."
+ "desc": "Memento 크레딧, 또는 자신의 제공자. 클릭 한 번으로 전환 — 제품은 당신의 것입니다.",
+ "pointCredits": "간단하게 쓰려면 Memento 크레딧",
+ "pointProvider": "또는 자신의 제공자를 연결",
+ "pointYours": "키는 당신에게 남습니다. 여기에는 표시되지 않습니다"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "진지한 사유를 위해.",
"cta": "Pro로 가기",
"feature0": "무제한 노트",
- "feature1": "BYOK",
+ "feature1": "내 키 사용",
"feature2": "의미 검색 200/월",
"feature3": "에이전트(12회/월)",
"feature4": "기록 30일",
@@ -3350,11 +3367,11 @@
"desc": "팀 Second Brain.",
"cta": "Business 선택",
"feature0": "협업자 10명",
- "feature1": "BYOK · 공급자 13",
+ "feature1": "내 키 · 제공자 {count}",
"feature2": "의미 검색 1,000",
"feature3": "에이전트(60회/월)",
"feature4": "무제한 브레인스토밍",
- "feature5": "API / MCP"
+ "feature5": "외부 도구"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "시맨틱 검색",
"feature_search_desc": "키워드뿐만 아니라 의미로 노트를 찾아보세요.",
"feature_flashcards_title": "AI 플래시카드",
- "feature_flashcards_desc": "노트에서 SRS 복습 카드를 한 번의 클릭으로 생성하세요.",
+ "feature_flashcards_desc": "노트에서 복습 카드를 한 번의 클릭으로 생성하세요.",
"feature_brainstorm_title": "AI 브레인스토밍",
"feature_brainstorm_desc": "AI 기반 협업 브레인스토밍 세션.",
"feature_chat_title": "노트와 채팅",
"feature_chat_desc": "개인 지식 베이스에 질문하세요.",
- "feature_insights_title": "시맨틱 인사이트",
+ "feature_insights_title": "연결",
"feature_insights_desc": "아이디어 간의 숨겨진 연결을 발견하세요.",
"feature_export_title": "Markdown 내보내기",
"feature_export_desc": "표준 Markdown 형식으로 노트를 가져오거나 내보내세요.",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ AI 크레딧 4"
},
"insightsView": {
- "title": "시맨틱 인사이트",
+ "title": "연결",
+ "toggleMenu": "메뉴 표시 또는 숨기기",
"subtitle": "지식의 숨겨진 구조 발견",
- "resync": "네트워크 재동기화",
+ "resync": "업데이트",
"mapping": "매핑 중…",
"loading": "노트 로딩 중…",
"mappingTitle": "지식 매핑 중…",
@@ -3800,7 +3818,7 @@
"apiKey": "API 키",
"apiUrl": "API URL",
"baseUrlRequired": "API URL을 제공하세요",
- "byokActive": "BYOK 활성",
+ "byokActive": "키 사용 중",
"choose": "선택…",
"chooseModel": "모델 선택…",
"chooseProvider": "제공자 선택…",
@@ -4011,7 +4029,7 @@
"tabProgress": "진행률",
"tapToFlip": "스페이스 또는 탭하여 뒤집기",
"toolbarGenerate": "플래시카드 생성",
- "toolbarGenerateHint": "SM-2 간격 반복",
+ "toolbarGenerateHint": "알맞은 때에 다시 나옵니다",
"totalCardsLabel": "총 카드",
"totalReviewsLabel": "총 복습",
"upToDate": "최신",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "노트를 편집하여 지난 90일간의 작성 리듬을 확인하세요.",
"agentCreated": "에이전트가 생성되고 시작되었습니다",
+ "agentCreatedInCard": "에이전트가 준비되었습니다.",
+ "agentOpenCreated": "에이전트 열기",
+ "agentSeeNextSuggestion": "다음 제안 보기",
"agentDiscovery": "에이전트",
"agentFailed": "생성 실패",
"agentsEmpty": "아직 제안된 연구 에이전트가 없습니다. 계속 작성하세요 — 노트가 클러스터되면 Memento가 종합 주제를 제안합니다.",
@@ -4063,6 +4084,8 @@
"aiFound": "AI가 찾았습니다",
"aiProviderUnavailable": "AI를 일시적으로 사용할 수 없습니다. 제공자 설정을 확인하세요.",
"allCaughtUp": "모두 완료.",
+ "remindersEmpty": "오늘 알림이 없습니다.",
+ "remindersOpenAll": "알림 보기",
"alreadySeen": "봄",
"analyzeNotes": "내 노트 분석",
"analyzing": "분석 중…",
@@ -4180,6 +4203,8 @@
"pulseReview": "검토할 {count}",
"quickCapture": "빠른 캡처",
"quickCapturePlaceholder": "아이디어, 생각… Enter를 눌러 받은편지함에 저장하세요.",
+ "captureGoesToFile": "받은편지함으로 갑니다.",
+ "captureSend": "받은편지함으로 보내기",
"reminders": "알림",
"resumeAlso": "최근 항목",
"resumeEmptyCta": "아이디어 캡처",
@@ -4267,6 +4292,7 @@
"widgetHide": "위젯 숨기기",
"widgetOpen": "열기",
"widgetPinnedEmpty": "고정된 노트가 아직 없습니다.",
+ "pinnedNoNotebook": "노트북 없음",
"widgetReset": "재설정",
"widgetResetDone": "기본 대시보드가 복원되었습니다.",
"widgetStatsBridges": "브리지",
diff --git a/memento-note/locales/nl.json b/memento-note/locales/nl.json
index 5d69ca7..dde6e02 100644
--- a/memento-note/locales/nl.json
+++ b/memento-note/locales/nl.json
@@ -130,7 +130,7 @@
"add": "Toevoegen",
"adding": "Toevoegen...",
"close": "Sluiten",
- "confirmDelete": "Weet je zeker dat je deze notitie wilt verwijderen?",
+ "confirmDelete": "Deze notitie gaat naar de prullenbak. U kunt ze later terugzetten.",
"confirmLeaveShare": "Weet u zeker dat u deze gedeelde notitie wilt verlaten?",
"sharedBy": "Gedeeld door",
"sharedShort": "Gedeeld",
@@ -2095,14 +2095,14 @@
"collapse": "Inklappen"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "Externe hulpmiddelen",
"description": "Beheer uw API-sleutels en configureer externe tools",
"tierRequired": "Alleen Pro+",
"upgradeHint": "MCP-toegang (API-sleutels voor Cursor, Claude Desktop, etc.) vereist een Pro-plan of hoger. Upgrade in Facturatie om deze functie te ontgrendelen.",
"whatIsMcp": {
- "title": "Wat is MCP?",
+ "title": "Waar is dit voor?",
"description": "Het Model Context Protocol (MCP) is een open protocol waarmee AI-modellen veilig kunnen communiceren met externe tools en gegevensbronnen. Met MCP kunt u tools zoals Claude Code, Cursor of N8N koppelen aan uw Memento-instantie om uw notities programmatisch te lezen, maken en organiseren.",
- "learnMore": "Meer informatie over MCP"
+ "learnMore": "Meer informatie"
},
"serverStatus": {
"title": "Serverstatus",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "Wat is MCP (Model Context Protocol)?",
+ "title": "Hoe verbind ik een hulpmiddel?",
"step1": "MCP is een protocol waarmee de AI-agents van Memento verbinding kunnen maken met externe tools (databases, API's, bestanden, etc.).",
"step2": "Memento biedt een MCP-server met 22 tools — uw agents kunnen notities lezen/maken, zoeken in uw database, notitieboeken beheren, etc.",
"step3": "Maak hier een API-sleutel aan en configureer deze vervolgens in uw MCP-client (Claude Desktop, Cursor, Continue.dev…) met de server-URL.",
"step4": "Configuratieformaat: MCP-server-URL + uw sleutel in de Authorization-header.",
- "step4Link": "MCP-documentatie",
+ "step4Link": "Officiële hulp",
"step5": "Toepassing: vraag Claude Desktop om een notitie in Memento te schrijven, uw notitieboeken te doorzoeken of een agent te maken."
}
},
@@ -2334,6 +2334,17 @@
"title": "Sjablonen",
"install": "Installeren",
"installing": "Installeren...",
+ "seeAll": "Alles bekijken",
+ "showLess": "Minder tonen",
+ "categoryAll": "Alles",
+ "categoryWatch": "Nieuwsvolging",
+ "categoryDigest": "Samenvattingen",
+ "categoryTools": "Hulpmiddelen",
+ "categoryGenerate": "Maken",
+ "taskExtractor": {
+ "name": "Taken uit notities",
+ "description": "Vindt taken in uw notities en verzamelt ze op één plek."
+ },
"veilleAI": {
"name": "AI Watch",
"description": "Schraapt 5 op AI gespecialiseerde sites en genereert een wekelijkse samenvatting."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "Sluit de gestructureerde gegevens van uw notitieboek in",
"slashLinkPreview": "Linkvoorbeeld",
"slashLinkPreviewDesc": "Een URL omzetten in een visuele kaart",
- "slashLivingBlock": "Live blok",
+ "slashLivingBlock": "Gekoppeld blok",
"slashLivingBlockDesc": "Invoegen vanuit andere notitie",
"slashMath": "Vergelijking",
"slashMathDesc": "Wiskundige formule in LaTeX-notatie",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "Later",
"upgradePricing": "Upgrade naar Pro",
- "addApiKey": "Gebruik uw eigen API-sleutel (BYOK)",
+ "addApiKey": "Gebruik uw eigen sleutel",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "Geen credits meer — opties"
},
"byokSettings": {
- "title": "Uw API-sleutels (BYOK)",
+ "title": "Uw aanbiedersleutels",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK actief",
- "tierRequired": "BYOK vereist een Pro-abonnement of hoger. Upgrade om uw API-sleutels te koppelen.",
+ "badgeActive": "Sleutels actief",
+ "tierRequired": "Deze optie vereist een Pro-abonnement of hoger.",
"provider": "Provider",
"providerPlaceholder": "Selecteer een provider",
"alias": "Label (optioneel)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "Factuurgeschiedenis kon niet worden geladen.",
"savePercent": "Bespaar ~17%",
"cancelSubscription": "Abonnement opzeggen",
+ "changeOffer": "Ander aanbod kiezen",
+ "downgradeToFree": "Terug naar het gratis aanbod",
+ "cancellingNotice": "Opzegging gepland — toegang tot {date}",
"disabledByAdmin": "Facturatie en upgrades zijn momenteel uitgeschakeld. Neem contact op met uw beheerder als u toegang nodig heeft.",
"tab": "Facturering",
"creditsFromPacks": "Pakket-credits",
@@ -3232,7 +3246,7 @@
"title": "Het moment waarop je Second Brain antwoordt.",
"desc": "Terwijl je schrijft detecteert Memento semantische links tussen notitieboeken — geen keywords, echte conceptbruggen.",
"card0Label": "Zojuist gedetecteerd",
- "card0": "“Je pricing-notitie spiegelt de concurrentieanalyse van vorig najaar.”",
+ "card0": "“Je notitie over prijzen spiegelt de concurrentieanalyse van vorig najaar.”",
"card1Label": "Brug",
"card1": "Gedeeld thema: positionering onder druk",
"card2Label": "Actie",
@@ -3245,7 +3259,7 @@
"w0Label": "Volgende paden",
"w0": "3 acties uit je laatste notitie",
"w1Label": "Dagelijkse review",
- "w1": "Inbox · AI · Flashcards",
+ "w1": "Inbox · Ontdekkingen · Kaarten",
"w2Label": "Memory Echo",
"w2": "2 nieuwe verbindingen vannacht",
"w3Label": "Agents",
@@ -3268,7 +3282,7 @@
"title": "Drie stappen. Daarna groeit je Second Brain.",
"s0": {
"title": "Vrij vastleggen",
- "desc": "Schrijf in een next-gen editor — blokken, gestructureerde views, smart paste."
+ "desc": "Schrijf zoals in een schrift: titels, lijsten, tabellen. Sla een webpagina op als dat nodig is."
},
"s1": {
"title": "Laat verbinden",
@@ -3284,34 +3298,37 @@
"title": "Delegeer het zware werk.",
"desc": "Research, scrape, slides, diagrammen, monitoring — agents die in je Second Brain schrijven.",
"scraper": {
- "title": "Scraper",
+ "title": "Monitor",
"desc": "URL’s & RSS → gesynthetiseerde notities met beelden."
},
"researcher": {
- "title": "Researcher",
+ "title": "Onderzoeker",
"desc": "Diepe queries, bronnen, gestructureerde researchnotities."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "Dia's",
"desc": "Notities → decks of interactieve HTML-slides."
},
"monitor": {
- "title": "Monitor",
+ "title": "Waarnemer",
"desc": "Bewaak notitieboeken: trends en insights."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "Diagram",
"desc": "Ideeën → Excalidraw mindmaps & flows."
},
"custom": {
- "title": "Custom",
+ "title": "Aangepast",
"desc": "Jouw rollen, bronnen en planning."
}
},
"byok": {
- "label": "Geen lock-in",
+ "label": "Vrij te wisselen",
"title": "Jouw sleutels. Jouw modellen. Jouw Second Brain.",
- "desc": "Memento-credits of OpenAI, Anthropic, Google… Wissel van provider in één klik."
+ "desc": "Memento-credits, of je eigen aanbieder. Wissel in één klik — het product blijft van jou.",
+ "pointCredits": "Memento-credits, als je het eenvoudig wilt houden",
+ "pointProvider": "Of verbind je eigen aanbieder",
+ "pointYours": "Je sleutel blijft bij jou — hij wordt hier nooit getoond"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "Voor veeleisende denkers.",
"cta": "Ga Pro",
"feature0": "Onbeperkte notities",
- "feature1": "BYOK",
+ "feature1": "Je eigen sleutels",
"feature2": "200 semantische zoekopdrachten / maand",
"feature3": "Agents (12 runs/maand)",
"feature4": "30 dagen geschiedenis",
@@ -3350,11 +3367,11 @@
"desc": "Team-Second Brain.",
"cta": "Kies Business",
"feature0": "10 medewerkers",
- "feature1": "BYOK · 13 providers",
+ "feature1": "Je sleutels · {count} aanbieders",
"feature2": "1.000 semantische zoekopdrachten",
"feature3": "Agents (60 runs/maand)",
"feature4": "Onbeperkt brainstorm",
- "feature5": "API / MCP"
+ "feature5": "Externe hulpmiddelen"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "Semantisch zoeken",
"feature_search_desc": "Vind elke notitie op betekenis, niet alleen op trefwoorden.",
"feature_flashcards_title": "AI-flashcards",
- "feature_flashcards_desc": "Genereer SRS-revisiekaarten uit uw notities met één klik.",
+ "feature_flashcards_desc": "Genereer revisiekaarten uit uw notities met één klik.",
"feature_brainstorm_title": "AI-brainstormen",
"feature_brainstorm_desc": "AI-gestuurde collaboratieve brainstormsessies.",
"feature_chat_title": "Chat met uw notities",
"feature_chat_desc": "Stel vragen aan uw persoonlijke kennisbank.",
- "feature_insights_title": "Semantische inzichten",
+ "feature_insights_title": "Verbanden",
"feature_insights_desc": "Ontdek verborgen verbanden tussen uw ideeën.",
"feature_export_title": "Markdown-export",
"feature_export_desc": "Importeer en exporteer uw notities in Markdown-formaat.",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 AI-credits"
},
"insightsView": {
- "title": "Semantische inzichten",
+ "title": "Verbanden",
+ "toggleMenu": "Menu tonen of verbergen",
"subtitle": "Ontdek de verborgen architectuur van je kennis",
- "resync": "Netwerk hersynchroniseren",
+ "resync": "Bijwerken",
"mapping": "In kaart brengen…",
"loading": "Notizen laden…",
"mappingTitle": "Je kennis in kaart brengen…",
@@ -3800,7 +3818,7 @@
"apiKey": "API-sleutel",
"apiUrl": "API-URL",
"baseUrlRequired": "Geef de API-URL op",
- "byokActive": "BYOK actief",
+ "byokActive": "Sleutels actief",
"choose": "Kies…",
"chooseModel": "Kies een model…",
"chooseProvider": "Kies een provider…",
@@ -4011,7 +4029,7 @@
"tabProgress": "Voortgang",
"tapToFlip": "Spatie of tik om om te draaien",
"toolbarGenerate": "Flashcards genereren",
- "toolbarGenerateHint": "SM-2 gespreide herhaling",
+ "toolbarGenerateHint": "Ze komen op het juiste moment terug",
"totalCardsLabel": "Totaal kaarten",
"totalReviewsLabel": "Totaal herhalingen",
"upToDate": "Bijgewerkt",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "Bewerk notities om je schrijfritme van de afgelopen 90 dagen te zien.",
"agentCreated": "Agent aangemaakt en gestart",
+ "agentCreatedInCard": "De agent is klaar.",
+ "agentOpenCreated": "Agent openen",
+ "agentSeeNextSuggestion": "Volgende bekijken",
"agentDiscovery": "Agent",
"agentFailed": "Aanmaken mislukt",
"agentsEmpty": "Nog geen onderzoeksagenten voorgesteld. Blijf schrijven — Memento stelt synthesisonderwerpen voor wanneer uw notities clusteren.",
@@ -4063,6 +4084,8 @@
"aiFound": "AI gevonden",
"aiProviderUnavailable": "AI is tijdelijk niet beschikbaar. Controleer je provid-instellingen.",
"allCaughtUp": "Alles bijgewerkt.",
+ "remindersEmpty": "Geen herinneringen voor vandaag.",
+ "remindersOpenAll": "Herinneringen bekijken",
"alreadySeen": "bekeken",
"analyzeNotes": "Mijn notities analyseren",
"analyzing": "Analyseren…",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} te herzien",
"quickCapture": "Snelle vastlegging",
"quickCapturePlaceholder": "Een idee, een gedachte… Druk op Enter om in inbox te bewaren.",
+ "captureGoesToFile": "Gaat naar de inbox.",
+ "captureSend": "Naar de inbox sturen",
"reminders": "Herinneringen",
"resumeAlso": "Ook recent",
"resumeEmptyCta": "Een idee vastleggen",
@@ -4267,6 +4292,7 @@
"widgetHide": "Widget verbergen",
"widgetOpen": "Openen",
"widgetPinnedEmpty": "Nog geen vastgemaakte notities.",
+ "pinnedNoNotebook": "Geen notitieboek",
"widgetReset": "Resetten",
"widgetResetDone": "Standaard dashboard hersteld.",
"widgetStatsBridges": "Bruggen",
diff --git a/memento-note/locales/pl.json b/memento-note/locales/pl.json
index ed65235..c976435 100644
--- a/memento-note/locales/pl.json
+++ b/memento-note/locales/pl.json
@@ -130,7 +130,7 @@
"add": "Dodaj",
"adding": "Dodawanie...",
"close": "Zamknij",
- "confirmDelete": "Czy na pewno chcesz usunąć tę notatkę?",
+ "confirmDelete": "Ta notatka trafi do kosza. Możesz ją później przywrócić.",
"confirmLeaveShare": "Czy na pewno chcesz opuścić tę udostępnioną notatkę?",
"sharedBy": "Udostępnione przez",
"sharedShort": "Wspólny",
@@ -2095,14 +2095,14 @@
"collapse": "Zwiń"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "Narzędzia zewnętrzne",
"description": "Zarządzaj kluczami API i konfiguruj narzędzia zewnętrzne",
"tierRequired": "Tylko Pro+",
"upgradeHint": "Dostęp MCP (klucze API dla Cursor, Claude Desktop itp.) wymaga planu Pro lub wyższego. Wykonaj upgrade w Rozliczeniach, aby odblokować tę funkcję.",
"whatIsMcp": {
- "title": "Czym jest MCP?",
+ "title": "Do czego to służy?",
"description": "Model Context Protocol (MCP) to otwarty protokół umożliwiający modelom AI bezpieczną interakcję z zewnętrznymi narzędziami i źródłami danych. Dzięki MCP możesz połączyć narzędzia takie jak Claude Code, Cursor czy N8N ze swoją instancją Memento, aby programowo czytać, tworzyć i organizować notatki.",
- "learnMore": "Dowiedz się więcej o MCP"
+ "learnMore": "Dowiedz się więcej"
},
"serverStatus": {
"title": "Status serwera",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "Czym jest MCP (Model Context Protocol)?",
+ "title": "Jak podłączyć narzędzie?",
"step1": "MCP to protokół, który pozwala agentom AI Memento łączyć się z zewnętrznymi narzędziami (bazami danych, API, plikami itp.).",
"step2": "Memento udostępnia serwer MCP z 22 narzędziami — Twoi agenci mogą odczytywać/tworzyć notatki, przeszukiwać bazę, zarządzać notatnikami itp.",
"step3": "Utwórz klucz API tutaj, a następnie skonfiguruj go w swoim kliencie MCP (Claude Desktop, Cursor, Continue.dev…) z adresem URL serwera.",
"step4": "Format konfiguracji: adres URL serwera MCP + Twój klucz w nagłówku Authorization.",
- "step4Link": "Dokumentacja MCP",
+ "step4Link": "Oficjalna pomoc",
"step5": "Przypadek użycia: poproś Claude Desktop o napisanie notatki w Memento, przeszukanie notatników lub utworzenie agenta."
}
},
@@ -2334,6 +2334,17 @@
"title": "Szablony",
"install": "Zainstaluj",
"installing": "Instalowanie...",
+ "seeAll": "Zobacz wszystkie",
+ "showLess": "Pokaż mniej",
+ "categoryAll": "Wszystkie",
+ "categoryWatch": "Przegląd",
+ "categoryDigest": "Podsumowania",
+ "categoryTools": "Narzędzia",
+ "categoryGenerate": "Tworzenie",
+ "taskExtractor": {
+ "name": "Zadania z notatek",
+ "description": "Znajduje zadania w notatkach i zbiera je w jednym miejscu."
+ },
"veilleAI": {
"name": "Przegląd AI",
"description": "Pobiera dane z 5 stron specjalizujących się w AI i generuje tygodniowe podsumowanie."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "Osadź ustrukturyzowane dane swojego notatnika",
"slashLinkPreview": "Podgląd linku",
"slashLinkPreviewDesc": "Zamień URL w wizualną kartę",
- "slashLivingBlock": "Blok na żywo",
+ "slashLivingBlock": "Połączony blok",
"slashLivingBlockDesc": "Wstaw z innej notatki",
"slashMath": "Równanie",
"slashMathDesc": "Wzór matematyczny w notacji LaTeX",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "Później",
"upgradePricing": "Ulepsz do Pro",
- "addApiKey": "Użyj własnego klucza API (BYOK)",
+ "addApiKey": "Użyj własnego klucza",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "Brak kredytów — opcje"
},
"byokSettings": {
- "title": "Twoje klucze API (BYOK)",
+ "title": "Twoje klucze dostawcy",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK aktywny",
- "tierRequired": "BYOK wymaga planu Pro lub wyższego. Ulepsz, aby podłączyć swoje klucze API.",
+ "badgeActive": "Klucze aktywne",
+ "tierRequired": "Ta opcja wymaga planu Pro lub wyższego.",
"provider": "Dostawca",
"providerPlaceholder": "Wybierz dostawcę",
"alias": "Etykieta (opcjonalnie)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "Nie udało się załadować historii rozliczeń.",
"savePercent": "Oszczędź ~17%",
"cancelSubscription": "Anuluj subskrypcję",
+ "changeOffer": "Zmień ofertę",
+ "downgradeToFree": "Wróć do oferty darmowej",
+ "cancellingNotice": "Rezygnacja zaplanowana — dostęp do {date}",
"disabledByAdmin": "Rozliczenia i ulepszenia są obecnie wyłączone. Skontaktuj się z administratorem, jeśli potrzebujesz dostępu.",
"tab": "Płatności",
"creditsFromPacks": "Kredyty z pakietów",
@@ -3239,13 +3253,13 @@
"card2": "Otwórz obie notatki obok siebie — pisz dalej"
},
"dashboard": {
- "eyebrow": "Dashboard Second Brain",
+ "eyebrow": "Poranek",
"title": "Poranek, który mówi, co ważne.",
"desc": "Briefing Twojego Second Brain: kolejne ścieżki, checklista, odkrycia, powtórki.",
"w0Label": "Kolejne ścieżki",
"w0": "3 działania z ostatniej notatki",
"w1Label": "Przegląd dnia",
- "w1": "Inbox · AI · Fiszki",
+ "w1": "Skrzynka · Odkrycia · Karty",
"w2Label": "Memory Echo",
"w2": "2 nowe połączenia tej nocy",
"w3Label": "Agenci",
@@ -3284,34 +3298,37 @@
"title": "Oddaj ciężką pracę.",
"desc": "Research, scrape, slajdy, diagramy, monitoring — agenci, którzy piszą do Twojego Second Brain.",
"scraper": {
- "title": "Scraper",
+ "title": "Monitor",
"desc": "URL-e i RSS → zsyntetyzowane notatki z obrazami."
},
"researcher": {
- "title": "Researcher",
+ "title": "Badacz",
"desc": "Głębokie zapytania, źródła, ustrukturyzowane notatki badawcze."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "Slajdy",
"desc": "Notatki → decki lub interaktywne slajdy HTML."
},
"monitor": {
- "title": "Monitor",
+ "title": "Obserwator",
"desc": "Monitoruj notesy: trendy i insighty."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "Diagram",
"desc": "Pomysły → mindmapy i flow Excalidraw."
},
"custom": {
- "title": "Custom",
+ "title": "Niestandardowy",
"desc": "Twoje role, źródła i harmonogramy."
}
},
"byok": {
- "label": "Bez lock-in",
+ "label": "Swobodna zmiana",
"title": "Twoje klucze. Twoje modele. Twój Second Brain.",
- "desc": "Kredyty Memento albo OpenAI, Anthropic, Google… Zmień dostawcę jednym kliknięciem."
+ "desc": "Kredyty Memento albo własny dostawca. Zmień jednym kliknięciem — produkt zostaje Twój.",
+ "pointCredits": "Kredyty Memento, jeśli chcesz zostać przy prostocie",
+ "pointProvider": "Albo połącz własnego dostawcę",
+ "pointYours": "Klucz zostaje u Ciebie — tutaj nigdy go nie pokazujemy"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "Dla wymagających umysłów.",
"cta": "Wybierz Pro",
"feature0": "Nielimitowane notatki",
- "feature1": "BYOK",
+ "feature1": "Własne klucze",
"feature2": "200 wyszukiwań sem. / mies.",
"feature3": "Agenci (12 runów/mies.)",
"feature4": "Historia 30 dni",
@@ -3350,11 +3367,11 @@
"desc": "Second Brain zespołu.",
"cta": "Wybierz Business",
"feature0": "10 współpracowników",
- "feature1": "BYOK · 13 dostawców",
+ "feature1": "Własne klucze · {count} dostawców",
"feature2": "1000 wyszukiwań sem.",
"feature3": "Agenci (60 runów/mies.)",
"feature4": "Nielimitowany brainstorm",
- "feature5": "API / MCP"
+ "feature5": "Narzędzia zewnętrzne"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "Wyszukiwanie semantyczne",
"feature_search_desc": "Znajdź każdą notatkę według znaczenia, nie tylko słów kluczowych.",
"feature_flashcards_title": "Fiszki AI",
- "feature_flashcards_desc": "Generuj karty powtórek SRS z notatek jednym kliknięciem.",
+ "feature_flashcards_desc": "Generuj karty powtórek z notatek jednym kliknięciem.",
"feature_brainstorm_title": "Burza mózgów AI",
"feature_brainstorm_desc": "Sesje wspólnej burzy mózgów wspomaganej przez AI.",
"feature_chat_title": "Czatuj z notatkami",
"feature_chat_desc": "Zadawaj pytania swojej osobistej bazie wiedzy.",
- "feature_insights_title": "Spostrzeżenia semantyczne",
+ "feature_insights_title": "Powiązania",
"feature_insights_desc": "Odkryj ukryte powiązania między swoimi pomysłami.",
"feature_export_title": "Eksport Markdown",
"feature_export_desc": "Importuj i eksportuj notatki w formacie Markdown.",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 kredyty AI"
},
"insightsView": {
- "title": "Insighty semantyczne",
+ "title": "Powiązania",
+ "toggleMenu": "Pokaż lub ukryj menu",
"subtitle": "Odkryj ukrytą architekturę swojej wiedzy",
- "resync": "Ponowna synchronizacja",
+ "resync": "Aktualizuj",
"mapping": "Mapowanie…",
"loading": "Ładowanie notatek…",
"mappingTitle": "Mapowanie Twojej wiedzy…",
@@ -3800,7 +3818,7 @@
"apiKey": "Klucz API",
"apiUrl": "URL API",
"baseUrlRequired": "Podaj adres URL API",
- "byokActive": "BYOK aktywny",
+ "byokActive": "Klucze aktywne",
"choose": "Wybierz…",
"chooseModel": "Wybierz model…",
"chooseProvider": "Wybierz dostawcę…",
@@ -4011,7 +4029,7 @@
"tabProgress": "Postęp",
"tapToFlip": "Spacja lub stuknij, aby odwrócić",
"toolbarGenerate": "Wygeneruj fiszki",
- "toolbarGenerateHint": "Rozstawione powtarzanie SM-2",
+ "toolbarGenerateHint": "Wracają we właściwym momencie",
"totalCardsLabel": "Wszystkie karty",
"totalReviewsLabel": "Wszystkie powtórki",
"upToDate": "Aktualne",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "Edytuj notatki, aby zobaczyć swój rytm pisania z ostatnich 90 dni.",
"agentCreated": "Agent utworzony i uruchomiony",
+ "agentCreatedInCard": "Agent jest gotowy.",
+ "agentOpenCreated": "Otwórz agenta",
+ "agentSeeNextSuggestion": "Zobacz następną",
"agentDiscovery": "Agent",
"agentFailed": "Utworzenie nie powiodło się",
"agentsEmpty": "Nie zaproponowano jeszcze agentów badawczych. Pisząc dalej — Memento zaproponuje tematy syntezy, gdy Twoje notatki się pogrupują.",
@@ -4063,6 +4084,8 @@
"aiFound": "AI znalazł",
"aiProviderUnavailable": "AI jest tymczasowo niedostępny. Sprawdź ustawienia dostawcy.",
"allCaughtUp": "Wszystko ukończone.",
+ "remindersEmpty": "Brak przypomnień na dziś.",
+ "remindersOpenAll": "Zobacz przypomnienia",
"alreadySeen": "widziane",
"analyzeNotes": "Przeanalizuj moje notatki",
"analyzing": "Analizuję…",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} do powtórki",
"quickCapture": "Szybki zapis",
"quickCapturePlaceholder": "Pomysł, myśl… Naciśnij Enter, aby przechwycić do skrzynki.",
+ "captureGoesToFile": "Trafia do skrzynki.",
+ "captureSend": "Wyślij do skrzynki",
"reminders": "Przypomnienia",
"resumeAlso": "Również niedawno",
"resumeEmptyCta": "Przechwyć pomysł",
@@ -4251,7 +4276,7 @@
"inbox": "Notatki bez notatnika. Przypisz je, aby utrzymać porządek w swoim drugim mózgu.",
"intelligence": "Odkrycia AI: powiązania semantyczne między notatkami, pomysły pomostowe i ustalenia agentów.",
"link-suggestions": "Fragmenty z innych notatek, które warto połączyć z Twoją bieżącą pracą.",
- "mind-map": "Klastry tematyczne o rozmiarze zależnym od liczby notatek. Kliknij, aby eksplorować w Insights.",
+ "mind-map": "Klastry tematyczne o rozmiarze zależnym od liczby notatek. Kliknij, aby eksplorować w Powiązania.",
"next-paths": "Sugerowane następne kroki na podstawie ostatnio edytowanej notatki: wznów, połącz, zintegruj lub zbadaj.",
"open-loops": "Notatki, które zacząłeś, ale nie dotykałeś od 3+ dni.",
"pinned": "Szybki dostęp do przypiętych notatek.",
@@ -4267,6 +4292,7 @@
"widgetHide": "Ukryj widżet",
"widgetOpen": "Otwórz",
"widgetPinnedEmpty": "Brak przypiętych notatek.",
+ "pinnedNoNotebook": "Bez notesu",
"widgetReset": "Resetuj",
"widgetResetDone": "Domyślny pulpit przywrócony.",
"widgetStatsBridges": "Pomosty",
diff --git a/memento-note/locales/pt.json b/memento-note/locales/pt.json
index d189fdb..243e71f 100644
--- a/memento-note/locales/pt.json
+++ b/memento-note/locales/pt.json
@@ -130,7 +130,7 @@
"add": "Adicionar",
"adding": "Adicionando...",
"close": "Fechar",
- "confirmDelete": "Tem certeza de que deseja excluir esta nota?",
+ "confirmDelete": "Esta nota irá para o lixo. Você poderá recuperá-la depois.",
"confirmLeaveShare": "Tem certeza de que deseja sair desta nota compartilhada?",
"sharedBy": "Compartilhado por",
"sharedShort": "Compartilhado",
@@ -2095,14 +2095,14 @@
"collapse": "Recolher"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "Ferramentas externas",
"description": "Gerencie suas chaves API e configure ferramentas externas",
"tierRequired": "Apenas Pro+",
"upgradeHint": "O acesso MCP (chaves de API para Cursor, Claude Desktop, etc.) requer um plano Pro ou superior. Faça upgrade em Faturamento para desbloquear este recurso.",
"whatIsMcp": {
- "title": "O que é MCP?",
+ "title": "Para que serve?",
"description": "O Model Context Protocol (MCP) é um protocolo aberto que permite que modelos de IA interajam de forma segura com ferramentas e fontes de dados externas. Com o MCP, você pode conectar ferramentas como Claude Code, Cursor ou N8N à sua instância do Memento para ler, criar e organizar suas notas programaticamente.",
- "learnMore": "Saiba mais sobre o MCP"
+ "learnMore": "Saiba mais"
},
"serverStatus": {
"title": "Status do servidor",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "O que é MCP (Model Context Protocol)?",
+ "title": "Como ligar uma ferramenta?",
"step1": "MCP é um protocolo que permite que os agentes IA do Memento se conectem a ferramentas externas (bancos de dados, APIs, arquivos, etc.).",
"step2": "O Memento expõe um servidor MCP com 22 ferramentas — seus agentes podem ler/criar notas, pesquisar em sua base, gerenciar cadernos, etc.",
"step3": "Crie uma chave de API aqui e configure-a no seu cliente MCP (Claude Desktop, Cursor, Continue.dev…) com a URL do servidor.",
"step4": "Formato de configuração: URL do servidor MCP + sua chave no header Authorization.",
- "step4Link": "Documentação MCP",
+ "step4Link": "Ajuda oficial",
"step5": "Caso de uso: peça ao Claude Desktop para escrever uma nota no Memento, pesquisar em seus cadernos ou criar um agente."
}
},
@@ -2334,6 +2334,17 @@
"title": "Modelos",
"install": "Instalar",
"installing": "Instalando...",
+ "seeAll": "Ver todos",
+ "showLess": "Ver menos",
+ "categoryAll": "Todos",
+ "categoryWatch": "Acompanhamento",
+ "categoryDigest": "Resumos",
+ "categoryTools": "Ferramentas",
+ "categoryGenerate": "Criar",
+ "taskExtractor": {
+ "name": "Tarefas nas notas",
+ "description": "Encontra as tarefas nas suas notas e reúne-as no mesmo lugar."
+ },
"veilleAI": {
"name": "Watch IA",
"description": "Extrai conteúdo de 5 sites especializados em IA e gera um resumo semanal."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "Incorpore os dados estruturados do seu caderno",
"slashLinkPreview": "Pré-visualização de link",
"slashLinkPreviewDesc": "Transformar um URL em um cartão visual",
- "slashLivingBlock": "Bloco dinâmico",
+ "slashLivingBlock": "Bloco ligado",
"slashLivingBlockDesc": "Inserir de outra nota",
"slashMath": "Equação",
"slashMathDesc": "Fórmula matemática em notação LaTeX",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "Mais tarde",
"upgradePricing": "Atualizar para Pro",
- "addApiKey": "Use a sua própria chave de API (BYOK)",
+ "addApiKey": "Use a sua própria chave",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "Sem créditos — opções"
},
"byokSettings": {
- "title": "As suas chaves de API (BYOK)",
+ "title": "As suas chaves de fornecedor",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK ativo",
- "tierRequired": "O BYOK requer um plano Pro ou superior. Faça upgrade para conectar as suas chaves de API.",
+ "badgeActive": "Chaves ativas",
+ "tierRequired": "Esta opção requer um plano Pro ou superior.",
"provider": "Provedor",
"providerPlaceholder": "Selecione um fornecedor",
"alias": "Etiqueta (opcional)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "Falha ao carregar o histórico de cobrança.",
"savePercent": "Economize ~17%",
"cancelSubscription": "Cancelar subscrição",
+ "changeOffer": "Mudar de oferta",
+ "downgradeToFree": "Voltar à oferta gratuita",
+ "cancellingNotice": "Cancelamento previsto — acesso até {date}",
"disabledByAdmin": "A cobrança e as atualizações de plano estão desativadas. Entre em contato com seu administrador se precisar de acesso.",
"tab": "Faturação",
"creditsFromPacks": "Créditos de pacotes",
@@ -3232,20 +3246,20 @@
"title": "O momento em que seu Second Brain responde.",
"desc": "Enquanto você escreve, o Memento detecta vínculos semânticos entre cadernos — não palavras-chave, pontes conceituais reais.",
"card0Label": "Recém-detectado",
- "card0": "«Sua nota de pricing ecoa a análise de concorrentes do outono.»",
+ "card0": "«Sua nota sobre os preços ecoa a análise de concorrentes do outono.»",
"card1Label": "Ponte",
"card1": "Tema compartilhado: posicionamento sob restrição",
"card2Label": "Ação",
"card2": "Abrir as duas notas lado a lado — continue escrevendo"
},
"dashboard": {
- "eyebrow": "Dashboard Second Brain",
+ "eyebrow": "A manhã",
"title": "Uma manhã que diz o que importa.",
"desc": "O briefing do seu Second Brain: próximos caminhos, checklist, descobertas, revisão.",
"w0Label": "Próximos caminhos",
"w0": "3 ações da sua última nota",
"w1Label": "Revisão diária",
- "w1": "Inbox · IA · Flashcards",
+ "w1": "Caixa de entrada · Descobertas · Cartões",
"w2Label": "Memory Echo",
"w2": "2 novas conexões esta noite",
"w3Label": "Agentes",
@@ -3284,34 +3298,37 @@
"title": "Delegue o trabalho pesado.",
"desc": "Pesquisa, scrape, slides, diagramas, monitoramento — agentes que escrevem no seu Second Brain.",
"scraper": {
- "title": "Scraper",
+ "title": "Monitor",
"desc": "URLs e RSS → notas sintetizadas com imagens."
},
"researcher": {
- "title": "Researcher",
+ "title": "Pesquisador",
"desc": "Consultas profundas, fontes, notas de pesquisa."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "Apresentações",
"desc": "Notas → decks ou slides HTML interativas."
},
"monitor": {
- "title": "Monitor",
+ "title": "Observador",
"desc": "Monitora cadernos: tendências e insights."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "Diagrama",
"desc": "Ideias → mindmaps e flows Excalidraw."
},
"custom": {
- "title": "Custom",
+ "title": "Personalizado",
"desc": "Seus papéis, fontes e agendas."
}
},
"byok": {
- "label": "Sem lock-in",
+ "label": "Livre para mudar",
"title": "Suas chaves. Seus modelos. Seu Second Brain.",
- "desc": "Créditos Memento ou OpenAI, Anthropic, Google… Troque de provedor num clique."
+ "desc": "Créditos Memento, ou o seu próprio fornecedor. Troque num clique — o produto continua seu.",
+ "pointCredits": "Créditos Memento, se quiser manter simples",
+ "pointProvider": "Ou ligue o seu próprio fornecedor",
+ "pointYours": "A chave fica consigo — nunca é mostrada aqui"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "Para mentes exigentes.",
"cta": "Ir de Pro",
"feature0": "Notas ilimitadas",
- "feature1": "BYOK",
+ "feature1": "As suas próprias chaves",
"feature2": "200 buscas semânticas / mês",
"feature3": "Agentes (12 runs/mês)",
"feature4": "Histórico 30 dias",
@@ -3350,11 +3367,11 @@
"desc": "Second Brain de equipe.",
"cta": "Escolher Business",
"feature0": "10 colaboradores",
- "feature1": "BYOK · 13 provedores",
+ "feature1": "As suas chaves · {count} fornecedores",
"feature2": "1.000 buscas semânticas",
"feature3": "Agentes (60 runs/mês)",
"feature4": "Brainstorm ilimitado",
- "feature5": "API / MCP"
+ "feature5": "Ferramentas externas"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "Busca semântica",
"feature_search_desc": "Encontre qualquer nota por significado, não apenas por palavras-chave.",
"feature_flashcards_title": "Flashcards IA",
- "feature_flashcards_desc": "Gere cartões de revisão SRS das suas notas com um clique.",
+ "feature_flashcards_desc": "Gere cartões de revisão das suas notas com um clique.",
"feature_brainstorm_title": "Brainstorming IA",
"feature_brainstorm_desc": "Sessões de brainstorming colaborativo com IA.",
"feature_chat_title": "Converse com suas notas",
"feature_chat_desc": "Faça perguntas à sua base de conhecimento pessoal.",
- "feature_insights_title": "Insights semânticos",
+ "feature_insights_title": "Conexões",
"feature_insights_desc": "Descubra conexões ocultas entre suas ideias.",
"feature_export_title": "Exportação Markdown",
"feature_export_desc": "Importe e exporte suas notas em formato Markdown padrão.",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 créditos de IA"
},
"insightsView": {
- "title": "Insights semânticos",
+ "title": "Conexões",
+ "toggleMenu": "Mostrar ou ocultar o menu",
"subtitle": "Descobre a arquitetura oculta do teu conhecimento",
- "resync": "Ressincronizar rede",
+ "resync": "Atualizar",
"mapping": "Mapeando…",
"loading": "A carregar notas…",
"mappingTitle": "Mapeando o teu conhecimento…",
@@ -3800,7 +3818,7 @@
"apiKey": "Chave API",
"apiUrl": "URL da API",
"baseUrlRequired": "Forneça a URL da API",
- "byokActive": "BYOK ativo",
+ "byokActive": "Chaves ativas",
"choose": "Escolher…",
"chooseModel": "Escolha um modelo…",
"chooseProvider": "Escolha um provedor…",
@@ -4011,7 +4029,7 @@
"tabProgress": "Progresso",
"tapToFlip": "Espaço ou toque para virar",
"toolbarGenerate": "Gerar flashcards",
- "toolbarGenerateHint": "Repetição espaçada SM-2",
+ "toolbarGenerateHint": "Voltam no momento certo",
"totalCardsLabel": "Total de cartões",
"totalReviewsLabel": "Total de revisões",
"upToDate": "Atualizado",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "Edite notas para ver seu ritmo de escrita nos últimos 90 dias.",
"agentCreated": "Agente criado e iniciado",
+ "agentCreatedInCard": "O agente está pronto.",
+ "agentOpenCreated": "Abrir o agente",
+ "agentSeeNextSuggestion": "Ver a seguinte",
"agentDiscovery": "Agente",
"agentFailed": "Falha ao criar",
"agentsEmpty": "Nenhum agente de pesquisa sugerido ainda. Continue escrevendo — o Memento proporá tópicos de síntese quando suas notas se agruparem.",
@@ -4063,6 +4084,8 @@
"aiFound": "IA encontrou",
"aiProviderUnavailable": "A IA está temporariamente indisponível. Verifique as configurações do provedor.",
"allCaughtUp": "Tudo em dia.",
+ "remindersEmpty": "Nenhum lembrete para hoje.",
+ "remindersOpenAll": "Ver lembretes",
"alreadySeen": "visto",
"analyzeNotes": "Analisar minhas notas",
"analyzing": "Analisando…",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} para revisar",
"quickCapture": "Captura rápida",
"quickCapturePlaceholder": "Uma ideia, um pensamento… Pressione Enter para capturar na caixa de entrada.",
+ "captureGoesToFile": "Vai para a caixa de entrada.",
+ "captureSend": "Enviar para a caixa de entrada",
"reminders": "Lembretes",
"resumeAlso": "Também recentemente",
"resumeEmptyCta": "Capturar uma ideia",
@@ -4192,7 +4217,7 @@
"suggestedBridge": "Ligar {clusterA} & {clusterB}",
"suggestedResearch": "Pesquisa sugerida",
"theme": "Tema",
- "themes": "temas",
+ "themes": "Temas",
"title": "Painel",
"toOrganize": "para organizar",
"toReview": "Para revisar",
@@ -4251,7 +4276,7 @@
"inbox": "Notas sem caderno ainda. Arquive-as para manter seu segundo cérebro organizado.",
"intelligence": "Descobertas IA: links semânticos entre notas, ideias ponte e descobertas de agentes.",
"link-suggestions": "Passagens de outras notas que valem a pena vincular ao seu trabalho atual.",
- "mind-map": "Clusters de temas dimensionados pelo volume de notas. Clique para explorar em Insights.",
+ "mind-map": "Clusters de temas dimensionados pelo volume de notas. Clique para explorar em Conexões.",
"next-paths": "Próximos passos sugeridos com base na sua última nota editada: retomar, vincular, conectar ou pesquisar.",
"open-loops": "Notas que você começou mas não toca há 3+ dias.",
"pinned": "Acesso rápido às notas fixadas.",
@@ -4267,6 +4292,7 @@
"widgetHide": "Ocultar widget",
"widgetOpen": "Abrir",
"widgetPinnedEmpty": "Sem notas fixadas ainda.",
+ "pinnedNoNotebook": "Sem caderno",
"widgetReset": "Redefinir",
"widgetResetDone": "Painel padrão restaurado.",
"widgetStatsBridges": "Pontes",
diff --git a/memento-note/locales/ru.json b/memento-note/locales/ru.json
index d05e6e1..962398d 100644
--- a/memento-note/locales/ru.json
+++ b/memento-note/locales/ru.json
@@ -130,7 +130,7 @@
"add": "Добавить",
"adding": "Добавление...",
"close": "Закрыть",
- "confirmDelete": "Вы уверены, что хотите удалить эту заметку?",
+ "confirmDelete": "Эта заметка попадёт в корзину. Вы сможете восстановить её позже.",
"confirmLeaveShare": "Вы уверены, что хотите покинуть эту общую заметку?",
"sharedBy": "Поделился",
"sharedShort": "Общий",
@@ -2095,14 +2095,14 @@
"collapse": "Свернуть"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "Внешние инструменты",
"description": "Управление ключами API и настройка внешних инструментов",
"tierRequired": "Только Pro+",
"upgradeHint": "Доступ к MCP (ключи API для Cursor, Claude Desktop и т.д.) требует тарифа Pro или выше. Обновите тариф в разделе Биллинг, чтобы разблокировать эту функцию.",
"whatIsMcp": {
- "title": "Что такое MCP?",
+ "title": "Зачем это нужно?",
"description": "Model Context Protocol (MCP) — это открытый протокол, позволяющий моделям ИИ безопасно взаимодействовать с внешними инструментами и источниками данных. С помощью MCP вы можете подключить такие инструменты, как Claude Code, Cursor или N8N, к вашему экземпляру Memento для программного чтения, создания и организации заметок.",
- "learnMore": "Подробнее о MCP"
+ "learnMore": "Подробнее"
},
"serverStatus": {
"title": "Состояние сервера",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "Что такое MCP (Model Context Protocol)?",
+ "title": "Как подключить инструмент?",
"step1": "MCP — это протокол, который позволяет ИИ-агентам Memento подключаться к внешним инструментам (базам данных, API, файлам и т.д.).",
"step2": "Memento предоставляет MCP-сервер с 22 инструментами — ваши агенты могут читать/создавать заметки, искать по базе, управлять записными книжками и т.д.",
"step3": "Создайте ключ API здесь, затем настройте его в вашем MCP-клиенте (Claude Desktop, Cursor, Continue.dev…) с URL-адресом сервера.",
"step4": "Формат конфигурации: URL-адрес MCP-сервера + ваш ключ в заголовке Authorization.",
- "step4Link": "Документация MCP",
+ "step4Link": "Официальная справка",
"step5": "Сценарий использования: попросите Claude Desktop написать заметку в Memento, найти записи в блокнотах или создать агента."
}
},
@@ -2334,6 +2334,17 @@
"title": "Шаблоны",
"install": "Установить",
"installing": "Установка...",
+ "seeAll": "Показать все",
+ "showLess": "Показать меньше",
+ "categoryAll": "Все",
+ "categoryWatch": "Обзор",
+ "categoryDigest": "Сводки",
+ "categoryTools": "Инструменты",
+ "categoryGenerate": "Создание",
+ "taskExtractor": {
+ "name": "Задачи из заметок",
+ "description": "Находит задачи в ваших заметках и собирает их в одном месте."
+ },
"veilleAI": {
"name": "Обзор ИИ",
"description": "Собирает данные с 5 сайтов, специализирующихся на ИИ, и генерирует еженедельную сводку."
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "Встройте структурированные данные вашего блокнота",
"slashLinkPreview": "Предпросмотр ссылки",
"slashLinkPreviewDesc": "Превратить URL в визуальную карточку",
- "slashLivingBlock": "Живой блок",
+ "slashLivingBlock": "Связанный блок",
"slashLivingBlockDesc": "Вставить из другой заметки",
"slashMath": "Уравнение",
"slashMathDesc": "Математическая формула в нотации LaTeX",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "Позже",
"upgradePricing": "Обновить до Pro",
- "addApiKey": "Использовать свой API-ключ (BYOK)",
+ "addApiKey": "Использовать свой ключ",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "Кредиты закончились — варианты"
},
"byokSettings": {
- "title": "Ваши API-ключи (BYOK)",
+ "title": "Ваши ключи поставщика",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK активен",
- "tierRequired": "BYOK требует тариф Pro или выше. Обновите тариф для подключения API-ключей.",
+ "badgeActive": "Ключи активны",
+ "tierRequired": "Для этого нужен тариф Pro или выше.",
"provider": "Провайдер",
"providerPlaceholder": "Выберите провайдера",
"alias": "Метка (необязательно)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "Не удалось загрузить историю счетов.",
"savePercent": "Экономия ~17%",
"cancelSubscription": "Отменить подписку",
+ "changeOffer": "Сменить тариф",
+ "downgradeToFree": "Вернуться к бесплатному тарифу",
+ "cancellingNotice": "Отмена запланирована — доступ до {date}",
"disabledByAdmin": "Оплата и обновление планов в настоящее время отключены. Обратитесь к администратору, если вам нужен доступ.",
"tab": "Оплата",
"creditsFromPacks": "Кредиты из пакетов",
@@ -3245,7 +3259,7 @@
"w0Label": "Следующие шаги",
"w0": "3 действия из последней заметки",
"w1Label": "Ежедневный обзор",
- "w1": "Inbox · ИИ · Карточки",
+ "w1": "Входящие · Находки · Карточки",
"w2Label": "Memory Echo",
"w2": "2 новые связи за ночь",
"w3Label": "Агенты",
@@ -3284,34 +3298,37 @@
"title": "Делегируйте тяжёлую работу.",
"desc": "Исследования, scrape, слайды, диаграммы, мониторинг — агенты, которые пишут в ваш Second Brain.",
"scraper": {
- "title": "Scraper",
+ "title": "Монитор",
"desc": "URL и RSS → синтезированные заметки с изображениями."
},
"researcher": {
- "title": "Researcher",
+ "title": "Исследователь",
"desc": "Глубокие запросы, источники, структурированные заметки."
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "Слайды",
"desc": "Заметки → презентации или интерактивные HTML-слайды."
},
"monitor": {
- "title": "Monitor",
+ "title": "Наблюдатель",
"desc": "Следит за блокнотами: тренды и инсайты."
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "Диаграмма",
"desc": "Идеи → mindmap и flow Excalidraw."
},
"custom": {
- "title": "Custom",
+ "title": "Пользовательский",
"desc": "Ваши роли, источники и расписания."
}
},
"byok": {
- "label": "Без lock-in",
+ "label": "Свободная смена",
"title": "Ваши ключи. Ваши модели. Ваш Second Brain.",
- "desc": "Кредиты Memento или OpenAI, Anthropic, Google… Меняйте провайдера в один клик."
+ "desc": "Кредиты Memento или свой поставщик. Меняйте в один клик — продукт остаётся вашим.",
+ "pointCredits": "Кредиты Memento, если хотите проще",
+ "pointProvider": "Или подключите своего поставщика",
+ "pointYours": "Ключ остаётся у вас — здесь он никогда не показывается"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "Для требовательных умов.",
"cta": "Выбрать Pro",
"feature0": "Безлимитные заметки",
- "feature1": "BYOK",
+ "feature1": "Свои ключи поставщика",
"feature2": "200 сем. поисков / мес",
"feature3": "Агенты (12 запусков/мес)",
"feature4": "История 30 дней",
@@ -3350,11 +3367,11 @@
"desc": "Second Brain команды.",
"cta": "Выбрать Business",
"feature0": "10 сотрудников",
- "feature1": "BYOK · 13 провайдеров",
+ "feature1": "Свои ключи · {count} поставщиков",
"feature2": "1000 сем. поисков",
"feature3": "Агенты (60 запусков/мес)",
"feature4": "Безлимитный brainstorm",
- "feature5": "API / MCP"
+ "feature5": "Внешние инструменты"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "Семантический поиск",
"feature_search_desc": "Находите любую заметку по смыслу, а не только по ключевым словам.",
"feature_flashcards_title": "Карточки ИИ",
- "feature_flashcards_desc": "Создавайте карточки для повторения SRS из заметок одним кликом.",
+ "feature_flashcards_desc": "Создавайте карточки для повторения из заметок одним кликом.",
"feature_brainstorm_title": "Мозговой штурм ИИ",
"feature_brainstorm_desc": "Совместные сессии мозгового штурма с поддержкой ИИ.",
"feature_chat_title": "Чат с заметками",
"feature_chat_desc": "Задавайте вопросы своей личной базе знаний.",
- "feature_insights_title": "Семантические инсайты",
+ "feature_insights_title": "Связи",
"feature_insights_desc": "Откройте скрытые связи между вашими идеями.",
"feature_export_title": "Экспорт Markdown",
"feature_export_desc": "Импортируйте и экспортируйте заметки в формате Markdown.",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 кредита ИИ"
},
"insightsView": {
- "title": "Семантические инсайты",
+ "title": "Связи",
+ "toggleMenu": "Показать или скрыть меню",
"subtitle": "Откройте скрытую архитектуру вашего знания",
- "resync": "Пересинхронизировать",
+ "resync": "Обновить",
"mapping": "Картирование…",
"loading": "Загрузка заметок…",
"mappingTitle": "Картирование вашего знания…",
@@ -3800,7 +3818,7 @@
"apiKey": "API-ключ",
"apiUrl": "URL API",
"baseUrlRequired": "Укажите URL API",
- "byokActive": "BYOK активен",
+ "byokActive": "Ключи активны",
"choose": "Выбрать…",
"chooseModel": "Выберите модель…",
"chooseProvider": "Выберите провайдера…",
@@ -4011,7 +4029,7 @@
"tabProgress": "Прогресс",
"tapToFlip": "Пробел или нажмите, чтобы перевернуть",
"toolbarGenerate": "Создать карточки",
- "toolbarGenerateHint": "Интервальное повторение SM-2",
+ "toolbarGenerateHint": "Они возвращаются в нужный момент",
"totalCardsLabel": "Всего карточек",
"totalReviewsLabel": "Всего повторений",
"upToDate": "Актуально",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "Редактируйте заметки, чтобы увидеть ваш ритм письма за последние 90 дней.",
"agentCreated": "Агент создан и запущен",
+ "agentCreatedInCard": "Агент готов.",
+ "agentOpenCreated": "Открыть агента",
+ "agentSeeNextSuggestion": "Смотреть следующий",
"agentDiscovery": "Агент",
"agentFailed": "Ошибка создания",
"agentsEmpty": "Пока не предложено исследовательских агентов. Продолжайте писать — Memento предложит темы для синтеза, когда заметки сгруппируются.",
@@ -4063,6 +4084,8 @@
"aiFound": "ИИ нашёл",
"aiProviderUnavailable": "ИИ временно недоступен. Проверьте настройки провайдера.",
"allCaughtUp": "Всё повторено.",
+ "remindersEmpty": "На сегодня нет напоминаний.",
+ "remindersOpenAll": "Смотреть напоминания",
"alreadySeen": "просмотрено",
"analyzeNotes": "Анализировать мои заметки",
"analyzing": "Анализ…",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} на повторение",
"quickCapture": "Быстрый захват",
"quickCapturePlaceholder": "Идея, мысль… Нажмите Enter, чтобы отправить во входящие.",
+ "captureGoesToFile": "Попадает во входящие.",
+ "captureSend": "Отправить во входящие",
"reminders": "Напоминания",
"resumeAlso": "Также недавно",
"resumeEmptyCta": "Записать идею",
@@ -4192,7 +4217,7 @@
"suggestedBridge": "Связать {clusterA} & {clusterB}",
"suggestedResearch": "Предлагаемое исследование",
"theme": "Тема",
- "themes": "темы",
+ "themes": "Темы",
"title": "Панель управления",
"toOrganize": "для организации",
"toReview": "На повторение",
@@ -4267,6 +4292,7 @@
"widgetHide": "Скрыть виджет",
"widgetOpen": "Открыть",
"widgetPinnedEmpty": "Пока нет закреплённых заметок.",
+ "pinnedNoNotebook": "Без блокнота",
"widgetReset": "Сбросить",
"widgetResetDone": "Панель по умолчанию восстановлена.",
"widgetStatsBridges": "Мосты",
diff --git a/memento-note/locales/zh.json b/memento-note/locales/zh.json
index 7b66777..9f025fb 100644
--- a/memento-note/locales/zh.json
+++ b/memento-note/locales/zh.json
@@ -130,7 +130,7 @@
"add": "添加",
"adding": "添加中...",
"close": "关闭",
- "confirmDelete": "确定要删除此笔记吗?",
+ "confirmDelete": "此笔记将移至回收站。之后可以恢复。",
"confirmLeaveShare": "确定要离开这条共享笔记吗?",
"sharedBy": "共享者",
"sharedShort": "共享",
@@ -2095,14 +2095,14 @@
"collapse": "收起"
},
"mcpSettings": {
- "title": "MCP",
+ "title": "外部工具",
"description": "管理 API 密钥并配置外部工具",
"tierRequired": "仅限 Pro+",
"upgradeHint": "MCP 访问权限(Cursor、Claude Desktop 等 API 密钥)需要 Pro 或更高版本的计划。请在计费页面升级以解锁此功能。",
"whatIsMcp": {
- "title": "什么是 MCP?",
+ "title": "这有什么用?",
"description": "模型上下文协议(MCP)是一个开放协议,使 AI 模型能够与外部工具和数据源安全交互。通过 MCP,您可以将 Claude Code、Cursor 或 N8N 等工具连接到您的 Memento 实例,以编程方式读取、创建和整理笔记。",
- "learnMore": "了解更多关于 MCP"
+ "learnMore": "了解更多"
},
"serverStatus": {
"title": "服务器状态",
@@ -2161,12 +2161,12 @@
}
},
"helpBox": {
- "title": "什么是 MCP(模型上下文协议)?",
+ "title": "如何连接工具?",
"step1": "MCP 是一种协议,允许 Memento 的 AI 代理连接到外部工具(数据库、API、文件等)。",
"step2": "Memento 提供了一个包含 22 个工具的 MCP 服务器 — 您的代理可以读取/创建笔记、搜索您的库、管理笔记本等。",
"step3": "在此创建 API 密钥,然后在您的 MCP 客户端(Claude Desktop、Cursor、Continue.dev…)中配置该密钥和服务器 URL。",
"step4": "配置格式:MCP 服务器 URL + 您的密钥放在 Authorization 请求头中。",
- "step4Link": "MCP 文档",
+ "step4Link": "官方帮助",
"step5": "使用示例:让 Claude Desktop 在 Memento 中写一条笔记、搜索您的笔记本或创建一个代理。"
}
},
@@ -2334,6 +2334,17 @@
"title": "模板",
"install": "安装",
"installing": "安装中...",
+ "seeAll": "查看全部",
+ "showLess": "收起",
+ "categoryAll": "全部",
+ "categoryWatch": "资讯跟踪",
+ "categoryDigest": "摘要",
+ "categoryTools": "工具",
+ "categoryGenerate": "创建",
+ "taskExtractor": {
+ "name": "笔记中的任务",
+ "description": "从笔记中找出任务并集中到一处。"
+ },
"veilleAI": {
"name": "AI 观察",
"description": "抓取 5 个 AI 专业网站并生成每周摘要。"
@@ -2740,7 +2751,7 @@
"slashDatabaseDesc": "嵌入你笔记本的结构化数据",
"slashLinkPreview": "链接预览",
"slashLinkPreviewDesc": "将 URL 转换为可视化卡片",
- "slashLivingBlock": "动态块",
+ "slashLivingBlock": "关联块",
"slashLivingBlockDesc": "从其他笔记插入",
"slashMath": "方程",
"slashMathDesc": "LaTeX 表示法的数学公式",
@@ -3007,7 +3018,7 @@
"proChat": "100 chat messages / month",
"later": "稍后",
"upgradePricing": "升级到Pro",
- "addApiKey": "使用您自己的API密钥 (BYOK)",
+ "addApiKey": "使用你自己的密钥",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
@@ -3025,10 +3036,10 @@
"outOfCredits": "积分用完 — 选项"
},
"byokSettings": {
- "title": "您的API密钥 (BYOK)",
+ "title": "你的服务商密钥",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
- "badgeActive": "BYOK 已激活",
- "tierRequired": "BYOK需要Pro计划或更高。升级以连接您的API密钥。",
+ "badgeActive": "密钥已启用",
+ "tierRequired": "此选项需要 Pro 或更高套餐。",
"provider": "提供商",
"providerPlaceholder": "选择提供商",
"alias": "标签(可选)",
@@ -3167,6 +3178,9 @@
"fetchInvoicesFailed": "无法加载计费历史记录。",
"savePercent": "节省 ~17%",
"cancelSubscription": "取消订阅",
+ "changeOffer": "更换套餐",
+ "downgradeToFree": "回到免费套餐",
+ "cancellingNotice": "已安排取消 — 可用至 {date}",
"disabledByAdmin": "账单和升级目前已禁用。如需访问,请联系管理员。",
"tab": "账单",
"creditsFromPacks": "套餐积分",
@@ -3284,34 +3298,37 @@
"title": "把繁重工作交出去。",
"desc": "研究、抓取、幻灯片、图表、监控——写入你第二大脑的智能体。",
"scraper": {
- "title": "Scraper",
+ "title": "监控器",
"desc": "URL 与 RSS → 带智能配图的合成笔记。"
},
"researcher": {
- "title": "Researcher",
+ "title": "研究员",
"desc": "深度查询、来源、结构化研究笔记。"
},
"slideGen": {
- "title": "Slide Gen",
+ "title": "幻灯片",
"desc": "笔记 → 演示文稿或交互式 HTML 幻灯片。"
},
"monitor": {
- "title": "Monitor",
+ "title": "观察者",
"desc": "监控笔记本:趋势与洞察。"
},
"diagramGen": {
- "title": "Diagram Gen",
+ "title": "图表",
"desc": "想法 → Excalidraw 思维导图与流程。"
},
"custom": {
- "title": "Custom",
+ "title": "自定义",
"desc": "你的角色、来源与计划。"
}
},
"byok": {
"label": "无锁定",
"title": "你的密钥。你的模型。你的第二大脑。",
- "desc": "使用 Memento 额度,或接入 OpenAI、Anthropic、Google……一键切换供应商。"
+ "desc": "用 Memento 额度,或接入你自己的服务商。一键切换——产品仍是你的。",
+ "pointCredits": "想简单的话,用 Memento 额度即可",
+ "pointProvider": "也可以连接你自己的服务商",
+ "pointYours": "密钥留在你这边——这里绝不会显示"
},
"pricing": {
"label": "Pricing",
@@ -3339,7 +3356,7 @@
"desc": "给认真思考的人。",
"cta": "升级 Pro",
"feature0": "无限笔记",
- "feature1": "BYOK",
+ "feature1": "使用你自己的密钥",
"feature2": "每月 200 次语义搜索",
"feature3": "智能体(12 次/月)",
"feature4": "30 天历史",
@@ -3350,11 +3367,11 @@
"desc": "团队第二大脑。",
"cta": "选择 Business",
"feature0": "含 10 名协作者",
- "feature1": "BYOK · 13 家供应商",
+ "feature1": "你的密钥 · {count} 家服务商",
"feature2": "1000 次语义搜索",
"feature3": "智能体(60 次/月)",
"feature4": "无限头脑风暴",
- "feature5": "API / MCP"
+ "feature5": "外部工具"
},
"enterprise": {
"name": "Enterprise",
@@ -3545,12 +3562,12 @@
"feature_search_title": "语义搜索",
"feature_search_desc": "按含义查找任何笔记,而不仅仅是关键词。",
"feature_flashcards_title": "AI 闪卡",
- "feature_flashcards_desc": "一键从笔记生成 SRS 复习卡片。",
+ "feature_flashcards_desc": "一键从笔记生成复习卡片。",
"feature_brainstorm_title": "AI 头脑风暴",
"feature_brainstorm_desc": "AI 驱动的协作头脑风暴会话。",
"feature_chat_title": "与笔记对话",
"feature_chat_desc": "向您的个人知识库提问。",
- "feature_insights_title": "语义洞察",
+ "feature_insights_title": "关联",
"feature_insights_desc": "发现您想法之间隐藏的联系。",
"feature_export_title": "Markdown 导出",
"feature_export_desc": "以标准 Markdown 格式导入和导出笔记。",
@@ -3638,9 +3655,10 @@
"createDiagramCostHint": "≈ 4 AI 积分"
},
"insightsView": {
- "title": "语义洞察",
+ "title": "关联",
+ "toggleMenu": "显示或隐藏菜单",
"subtitle": "发现知识背后的隐藏架构",
- "resync": "重新同步网络",
+ "resync": "更新",
"mapping": "映射中…",
"loading": "加载笔记中…",
"mappingTitle": "正在映射您的知识…",
@@ -3800,7 +3818,7 @@
"apiKey": "API 密钥",
"apiUrl": "API地址",
"baseUrlRequired": "请提供 API URL",
- "byokActive": "BYOK已激活",
+ "byokActive": "密钥已启用",
"choose": "选择…",
"chooseModel": "选择模型…",
"chooseProvider": "选择提供商…",
@@ -4011,7 +4029,7 @@
"tabProgress": "进度",
"tapToFlip": "空格或点击翻转",
"toolbarGenerate": "生成闪卡",
- "toolbarGenerateHint": "SM-2 间隔重复",
+ "toolbarGenerateHint": "它们会在合适的时候回来",
"totalCardsLabel": "总卡片数",
"totalReviewsLabel": "总复习数",
"upToDate": "已更新",
@@ -4055,6 +4073,9 @@
"homeDashboard": {
"activityEmptyHint": "编辑笔记以查看你过去 90 天的写作节奏。",
"agentCreated": "代理已创建并启动",
+ "agentCreatedInCard": "代理已准备好。",
+ "agentOpenCreated": "打开代理",
+ "agentSeeNextSuggestion": "查看下一个",
"agentDiscovery": "代理",
"agentFailed": "创建失败",
"agentsEmpty": "还没有建议研究代理。继续写——当你的笔记聚类时,Memento 会提出综合主题。",
@@ -4063,6 +4084,8 @@
"aiFound": "AI找到",
"aiProviderUnavailable": "AI暂时不可用。请检查您的提供商设置。",
"allCaughtUp": "全部完成。",
+ "remindersEmpty": "今天没有提醒。",
+ "remindersOpenAll": "查看提醒",
"alreadySeen": "已查看",
"analyzeNotes": "分析我的笔记",
"analyzing": "正在分析……",
@@ -4180,6 +4203,8 @@
"pulseReview": "{count} 待复习",
"quickCapture": "快速捕获",
"quickCapturePlaceholder": "一个想法、一个念头……按回车捕获到收件箱。",
+ "captureGoesToFile": "会进入收件箱。",
+ "captureSend": "发送到收件箱",
"reminders": "提醒",
"resumeAlso": "最近还有",
"resumeEmptyCta": "捕获想法",
@@ -4267,6 +4292,7 @@
"widgetHide": "隐藏小组件",
"widgetOpen": "打开",
"widgetPinnedEmpty": "还没有置顶笔记。",
+ "pinnedNoNotebook": "未放入笔记本",
"widgetReset": "重置",
"widgetResetDone": "默认仪表板已恢复。",
"widgetStatsBridges": "桥接",