fix: brainstorm infinite loop, ghost cursor, embedding ::vector cast, semantic search, billing stats, usage meter accordion
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 5s

- Fix useBrainstormSocket: stable guestId via useRef, remove setState in cleanup
- Fix GhostCursor: direct DOM manipulation via refs, no useState re-renders
- Fix all SQL embedding queries: add ::vector cast on text columns
- Fix embedding truncation to 15000 chars (under 8192 token limit)
- Fix NoteEmbedding INSERT: remove non-existent updatedAt column
- Fix billing page: show all quota stats in grid instead of single metric
- Fix usage meter: accordion expand/collapse, per-feature detail
- Fix semantic search: rebuild 103 note embeddings, ::vector cast on vectorSearch
- Fix brainstorm expand/manual-idea/create: ::vector cast on embedding SQL
This commit is contained in:
Antigravity
2026-05-16 18:50:34 +00:00
parent ee8e2bda59
commit 8c7ca69640
117 changed files with 11732 additions and 834 deletions

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "فشل تحديث إعدادات الملاحظات الحديثة"
},
"aiSettings": {
"title": "إعدادات الذكاء الاصطناعي",
"title": "AI",
"description": "تكوين ميزاتك وتفضيلاتك المدعومة بالذكاء الاصطناعي",
"features": "ميزات الذكاء الاصطناعي",
"provider": "مزود الذكاء الاصطناعي",
@@ -917,7 +917,8 @@
"autoLabeling": "اقتراحات التسميات",
"autoLabelingDesc": "يقترح ويطبق التسميات تلقائياً على ملاحظاتك",
"noteHistory": "سجل الملاحظة",
"noteHistoryDesc": "تفعيل لقطات النسخ والاستعادة من السجل"
"noteHistoryDesc": "تفعيل لقطات النسخ والاستعادة من السجل",
"titleSuggestions": "اقتراحات العناوين"
},
"general": {
"loading": "جاري التحميل...",
@@ -1115,7 +1116,13 @@
"languageDetection": "اكتشاف اللغة",
"languageDetectionDesc": "يكتشف تلقائياً لغة كل ملاحظة",
"autoLabeling": "التصنيف التلقائي",
"autoLabelingDesc": "يقترح ويطبق التصنيفات تلقائياً"
"autoLabelingDesc": "يقترح ويطبق التصنيفات تلقائياً",
"fallbackSectionTitle": "مزود احتياطي (اختياري)",
"fallbackSectionDescription": "يُستخدم تلقائياً عند أخطاء المزود (429، 5xx). محاولة واحدة خلال 1,5 ثانية.",
"fallbackProvider": "مزود احتياطي",
"fallbackModel": "نموذج احتياطي",
"fallbackNone": "لا شيء (معطّل)",
"fallbackModelPlaceholder": "مثال: gpt-4o-mini"
},
"resend": {
"title": "Resend (موصى به)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "فشل الحذف",
"roleUpdateSuccess": "تم تحديث دور المستخدم إلى {role}",
"roleUpdateFailed": "فشل تحديث الدور",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "تخفيض إلى مستخدم",
"promote": "ترقية إلى مشرف",
"confirmDelete": "هل أنت متأكد؟ لا يمكن التراجع عن هذا الإجراء.",
@@ -1180,6 +1189,7 @@
"name": "الاسم",
"email": "البريد الإلكتروني",
"role": "الدور",
"subscription": "Subscription",
"createdAt": "تاريخ الإنشاء",
"actions": "الإجراءات"
},
@@ -1371,7 +1381,7 @@
"loading": "جاري التحميل..."
},
"dataManagement": {
"title": "إدارة البيانات",
"title": "Data",
"toolsDescription": "أدوات للحفاظ على صحة قاعدة البيانات",
"exporting": "جاري التصدير...",
"importing": "جاري الاستيراد...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "الإعدادات العامة",
"title": "General",
"description": "إعدادات التطبيق العامة"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "طي"
},
"mcpSettings": {
"title": "إعدادات MCP",
"title": "MCP",
"description": "إدارة مفاتيح API وتكوين الأدوات الخارجية",
"whatIsMcp": {
"title": "ما هو MCP؟",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "استنفد مضيف الجلسة حدّ الذكاء الاصطناعي. اطلب منه ترقية خطته.",
"quotaHost": "لقد وصلت إلى حدّ الذكاء الاصطناعي لهذه الجلسة. رقِّ خطتك للمتابعة."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "مرحبًا في {tier}. ميزاتك متاحة الآن.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "الاستخدام الحالي",
"currentPeriod": "الفترة الحالية",
"aiCredits": "أرصدة الذكاء الاصطناعي",
"used": "مستخدم",
"billing": "الفواتير",
"renewal": "التجديد",
"paidPlanDesc": "يتم تجديد اشتراكك تلقائيًا.",
"businessDescription": "للفرق وقادة المنتجات."
},
"landing": {
"nav": {
"features": "الميزات",
"agents": "وكلاء الذكاء الاصطناعي",
"brainstorm": "العصف الذهني",
"pricing": "الأسعار",
"tech": "البنية",
"login": "تسجيل الدخول",
"cta": "ابدأ الآن"
},
"hero": {
"badge": "مدعوم بالذكاء الاصطناعي",
"title1": "عقلك الثاني،",
"title2": "مُعزَّز أخيرًا.",
"subtitle": "Momento ليست مجرد تطبيق للملاحظات. إنها منظومة ذكية تربط أفكارك وتحللها وتطورها في الوقت الفعلي بفضل 6 أنواع من وكلاء الذكاء الاصطناعي والبحث الدلالي المتقدم.",
"cta": "سجّل الآن",
"secondary": "استكشف الميزات",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"تم رصد ارتباط بمشروع التصميم المستدام الخاص بك من مارس 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 فكرة مُولَّدة"
},
"features": {
"label": "قدرات الذكاء الاصطناعي",
"title": "ذكاء سلس،",
"title2": "منسوج في كل كلمة.",
"desc": "تنسّق Momento أفكارك عبر بنية متعددة المزوّدين.",
"f1Title": "البحث الدلالي",
"f1Desc": "توقّف عن البحث بالكلمات المفتاحية. ابحث بالمفهوم. محركنا الهجين Vector + FTS يفهم القصد وراء ملاحظاتك.",
"f2Title": "دردشة RAG السياقية",
"f2Desc": "تحدّث مع معرفتك. يقرأ وكلاؤنا ملاحظاتك ويستكشفون الويب ويحللون مستنداتك للإجابة بدقة.",
"f3Title": "كتابة معزّزة",
"f3Desc": "إعادة الصياغة واقتراح العناوين والوسم التلقائي والملخصات. يعمل الذكاء الاصطناعي في الخلفية لتنظيم تفكيرك."
},
"agents": {
"label": "وكلاء متخصصون",
"title": "فوّض العمل المعقّد.",
"desc": "6 أنواع من وكلاء الذكاء الاصطناعي المستقلين لأتمتة أبحاثك وملخصاتك وعروضك.",
"scraper": {
"title": "Scraper",
"desc": "يجمع الروابط ويحلل خلاصات RSS ويلخّص المعلومات مع وضع ذكي للصور."
},
"researcher": {
"title": "Researcher",
"desc": "يولّد استعلامات معقدة ويستكشف مصادر الويب ويكتب ملاحظات بحث منظمة."
},
"slideGen": {
"title": "Slide Gen",
"desc": "يحوّل ملاحظاتك إلى عروض PowerPoint احترافية أو شرائح HTML تفاعلية."
},
"monitor": {
"title": "Monitor",
"desc": "يحلل دفاترك باستمرار لاكتشاف الاتجاهات والرؤى الجديدة."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "يحوّل أفكارك إلى مخططات Excalidraw سلسة (خرائط ذهنية، مخططات انسيابية) بتخطيط تلقائي."
},
"custom": {
"title": "Custom",
"desc": "عرّف وكلاءك بأدوار ومصادر بيانات مخصّصة."
}
},
"brainstorm": {
"label": "موجات الفكر",
"title": "عصف ذهني شعاعي في الوقت الفعلي.",
"waveGeneration": {
"title": "توليد بالموجات",
"desc": "تنويعات وتشبيهات ثم اختراقات. يدفع الذكاء الاصطناعي مفهومك الأولي إلى أقصى حدوده."
},
"collaboration": {
"title": "تعاون أصيل",
"desc": "مؤشرات شبحية للذكاء الاصطناعي وأفاتار متزامنة وتحريك العقد في الوقت الفعلي."
},
"export": {
"title": "تصدير دلالي",
"desc": "حوّل جلسة العصف الذهني بالكامل إلى ملاحظات منظمة بنقرة واحدة."
},
"disruptionLabel": "اختراق",
"disruptionText": "بنية معيارية 2.0",
"analogyLabel": "تشبيه",
"analogyText": "دورة المد والجزر"
},
"tech": {
"label": "البنية والمزوّدون",
"title": "اربط نموذج الذكاء الاصطناعي الخاص بك.",
"tags": {
"title": "الوسوم",
"desc": "قابل للإعداد بشكل مستقل مع أي نموذج."
},
"embeddings": {
"title": "Embeddings",
"desc": "قابل للإعداد بشكل مستقل مع أي نموذج."
},
"chatRag": {
"title": "Chat RAG",
"desc": "قابل للإعداد بشكل مستقل مع أي نموذج."
}
},
"pricing": {
"label": "الخطط والأسعار",
"title": "اختر مستوى التعزيز المناسب لك.",
"desc": "خيارات مرنة للعقول المبدعة، من الاستخدام الفردي إلى المؤسسات الكبيرة.",
"monthly": "شهري",
"annual": "سنوي",
"perMonth": "/شهر",
"perMonthAnnual": "/شهر، يُفوتر سنويًا",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "الأكثر شعبية",
"basic": {
"name": "Basic",
"desc": "اكتشف سحر Momento.",
"cta": "ابدأ",
"feature0": "100 ملاحظة كحد أقصى",
"feature1": "3 دفاتر",
"feature2": "50 رصيد ذكاء اصطناعي (مدى الحياة)",
"feature3": "بحث دلالي",
"feature4": "سجل 7 أيام"
},
"pro": {
"name": "Pro",
"desc": "للمستشارين والمبدعين الطموحين.",
"cta": "الترقية إلى Pro",
"feature0": "ملاحظات غير محدودة",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 بحث دلالي",
"feature3": "الوكلاء (12 تشغيل/شهر)",
"feature4": "سجل 30 يومًا",
"feature5": "دعم عبر البريد"
},
"business": {
"name": "Business",
"desc": "للفرق ومديري المنتجات.",
"cta": "اختر Business",
"feature0": "10 متعاونين مشمولين",
"feature1": "BYOK (13 مزوّدًا)",
"feature2": "1000 بحث دلالي",
"feature3": "الوكلاء (60 تشغيل/شهر)",
"feature4": "عصف ذهني غير محدود",
"feature5": "وصول API"
},
"enterprise": {
"name": "Enterprise",
"desc": "ذاكرة مؤسسية آمنة.",
"cta": "تواصل مع المبيعات",
"feature0": "كل ما في Business",
"feature1": "وكلاء غير محدودين",
"feature2": "SSO / SAML",
"feature3": "سجلات تدقيق وSLA",
"feature4": "دعم مخصص",
"feature5": "إعداد مباشر"
}
},
"byok": {
"label": "تقنية سحابية مفتوحة",
"title": "استراتيجية BYOK",
"desc": "لديك مفاتيح API من OpenAI أو Anthropic أو Google؟ اربطها مباشرة بـ Momento. استخدم الذكاء الاصطناعي دون حدود ائتمان مفروضة، وادفع فقط ما تستهلكه لدى مزوّدك المفضل.",
"noLockin": "بدون قفل",
"noLockinDesc": "بدّل المزوّد بنقرة واحدة.",
"cost": "تكاليف محسّنة",
"costDesc": "ادفع سعر API المباشر.",
"configLabel": "إعداد متعدد المزوّدين"
},
"cta": {
"title1": "مستعد لإطلاق",
"title2": "إمكاناتك الكاملة؟",
"desc": "انضم إلى آلاف الباحثين والمصممين والمفكرين الذين يستخدمون Momento لبناء مستقبلهم.",
"button": "تشغيل Momento"
},
"footer": {
"desc": "العقل الثاني المعزّز بالذكاء الاصطناعي. صُمم للعقول المبدعة.",
"product": {
"title": "المنتج",
"link0": "سجل التغييرات",
"link1": "التوثيق",
"link2": "خارطة الطريق",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "المجتمع",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "قانوني",
"link0": "سياسة الخصوصية",
"link1": "شروط الخدمة",
"link2": "سياسة ملفات تعريف الارتباط",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "Failed to update recent notes setting"
},
"aiSettings": {
"title": "KI-Einstellungen",
"title": "AI",
"description": "Konfigurieren Sie Ihre KI-gesteuerten Funktionen und Präferenzen",
"features": "KI-Funktionen",
"provider": "KI-Anbieter",
@@ -917,7 +917,8 @@
"autoLabeling": "Etikettenvorschläge",
"autoLabelingDesc": "Schlagt automatisch Beschriftungen für Ihre Notizen vor und wendet diese an",
"noteHistory": "Notizverlauf",
"noteHistoryDesc": "Aktivieren Sie Versions-Snapshots und die Wiederherstellung aus dem Verlauf"
"noteHistoryDesc": "Aktivieren Sie Versions-Snapshots und die Wiederherstellung aus dem Verlauf",
"titleSuggestions": "Titelvorschläge"
},
"general": {
"loading": "Wird geladen...",
@@ -1115,7 +1116,13 @@
"languageDetection": "Spracherkennung",
"languageDetectionDesc": "Erkennt automatisch die Sprache jeder Notiz",
"autoLabeling": "Automatische Beschriftung",
"autoLabelingDesc": "Schlägt Labels vor und wendet sie automatisch an"
"autoLabelingDesc": "Schlägt Labels vor und wendet sie automatisch an",
"fallbackSectionTitle": "Ausweich-Anbieter (optional)",
"fallbackSectionDescription": "Wird bei Anbieterfehlern automatisch genutzt (429, 5xx). Ein erneuter Versuch innerhalb von 1,5 s.",
"fallbackProvider": "Ausweich-Anbieter",
"fallbackModel": "Ausweich-Modell",
"fallbackNone": "Keiner (deaktiviert)",
"fallbackModelPlaceholder": "z. B. gpt-4o-mini"
},
"resend": {
"title": "Resend (Empfohlen)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "Fehler beim Löschen",
"roleUpdateSuccess": "Benutzerrolle zu {role} aktualisiert",
"roleUpdateFailed": "Fehler beim Aktualisieren der Rolle",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "Zurückstufen",
"promote": "Befördern",
"confirmDelete": "Möchten Sie diesen Benutzer wirklich löschen?",
@@ -1180,6 +1189,7 @@
"name": "Name",
"email": "E-Mail",
"role": "Rolle",
"subscription": "Subscription",
"createdAt": "Erstellt am",
"actions": "Aktionen"
},
@@ -1371,7 +1381,7 @@
"loading": "Wird geladen..."
},
"dataManagement": {
"title": "Datenverwaltung",
"title": "Data",
"toolsDescription": "Werkzeuge zur Pflege Ihrer Datenbankgesundheit",
"exporting": "Wird exportiert...",
"importing": "Wird importiert...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "Allgemeine Einstellungen",
"title": "General",
"description": "Allgemeine Anwendungseinstellungen"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "Zusammenklappen"
},
"mcpSettings": {
"title": "MCP-Einstellungen",
"title": "MCP",
"description": "API-Schlüssel verwalten und externe Tools konfigurieren",
"whatIsMcp": {
"title": "Was ist MCP?",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "Der Gastgeber der Sitzung hat sein KI-Kontingent aufgebraucht. Bitte ihn, seinen Tarif zu erweitern.",
"quotaHost": "Sie haben Ihr KI-Kontingent für dieses Brainstorming erreicht. Wechseln Sie den Tarif, um fortzufahren."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "Willkommen bei {tier}. Ihre Funktionen sind jetzt freigeschaltet.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "Aktuelle Nutzung",
"currentPeriod": "Aktueller Zeitraum",
"aiCredits": "KI-Guthaben",
"used": "verwendet",
"billing": "Abrechnung",
"renewal": "Verlängerung",
"paidPlanDesc": "Ihr Abonnement verlängert sich automatisch.",
"businessDescription": "Für Teams und Produktverantwortliche."
},
"landing": {
"nav": {
"features": "Funktionen",
"agents": "KI-Agenten",
"brainstorm": "Brainstorm",
"pricing": "Preise",
"tech": "Architektur",
"login": "Anmelden",
"cta": "Jetzt starten"
},
"hero": {
"badge": "Angetrieben von Künstlicher Intelligenz",
"title1": "Ihr zweites Gehirn,",
"title2": "endlich verstärkt.",
"subtitle": "Momento ist mehr als eine Notizen-App. Es ist ein intelligentes Ökosystem, das Ihre Ideen in Echtzeit verbindet, analysiert und weiterentwickelt mit 6 Arten von KI-Agenten und modernster semantischer Suche.",
"cta": "Jetzt registrieren",
"secondary": "Funktionen ansehen",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"Verbindung erkannt mit Ihrem Nachhaltigkeitsdesign-Projekt von März 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 Ideen generiert"
},
"features": {
"label": "KI-Fähigkeiten",
"title": "Fließende Intelligenz,",
"title2": "in jedes Wort eingewoben.",
"desc": "Momento orchestriert Ihre Ideen über eine Multi-Provider-Architektur.",
"f1Title": "Semantische Suche",
"f1Desc": "Schluss mit der Stichwortsuche. Finden Sie nach Konzept. Unsere hybride Vector- und FTS-Engine versteht die Absicht hinter Ihren Notizen.",
"f2Title": "Kontextueller RAG-Chat",
"f2Desc": "Sprechen Sie mit Ihrem Wissen. Unsere Agenten lesen Ihre Notizen, erkunden das Web und analysieren Ihre Dokumente für präzise Antworten.",
"f3Title": "Erweitertes Schreiben",
"f3Desc": "Umformulierung, Titelvorschläge, automatisches Tagging und Zusammenfassungen. Die KI strukturiert Ihr Denken im Hintergrund."
},
"agents": {
"label": "Spezialisierte Agenten",
"title": "Delegieren Sie die komplexe Arbeit.",
"desc": "6 Arten autonomer KI-Agenten für Recherche, Zusammenfassungen und Präsentationen.",
"scraper": {
"title": "Scraper",
"desc": "Erfasst URLs, parst RSS-Feeds und fasst Informationen mit intelligentem Bild-Layout zusammen."
},
"researcher": {
"title": "Researcher",
"desc": "Erstellt komplexe Abfragen, erkundet Webquellen und schreibt strukturierte Recherchenotizen."
},
"slideGen": {
"title": "Slide Gen",
"desc": "Verwandelt Ihre Notizen in professionelle PowerPoint-Präsentationen oder interaktive HTML-Slides."
},
"monitor": {
"title": "Monitor",
"desc": "Analysiert Ihre Notizbücher fortlaufend, um Trends und neue Erkenntnisse zu erkennen."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "Wandelt Ideen in flüssige Excalidraw-Diagramme (Mindmaps, Flowcharts) mit Auto-Layout um."
},
"custom": {
"title": "Custom",
"desc": "Definieren Sie eigene Agenten mit spezifischen Rollen und Datenquellen."
}
},
"brainstorm": {
"label": "Gedankenwellen",
"title": "Radiales Brainstorming in Echtzeit.",
"waveGeneration": {
"title": "Wellengenerierung",
"desc": "Variationen, Analogien, dann Disruptionen. Die KI treibt Ihr Ausgangskonzept an seine Grenzen."
},
"collaboration": {
"title": "Native Zusammenarbeit",
"desc": "KI-Geistercursor, synchronisierte Avatare und Knotenbewegung in Echtzeit."
},
"export": {
"title": "Semantischer Export",
"desc": "Wandeln Sie Ihr gesamtes Brainstorming mit einem Klick in strukturierte Notizen um."
},
"disruptionLabel": "DISRUPTION",
"disruptionText": "Modulare Architektur 2.0",
"analogyLabel": "ANALOGIE",
"analogyText": "Der Gezeitenzyklus"
},
"tech": {
"label": "Architektur & Anbieter",
"title": "Verbinden Sie Ihr eigenes KI-Modell.",
"tags": {
"title": "Tags",
"desc": "Unabhängig mit jedem Modell konfigurierbar."
},
"embeddings": {
"title": "Embeddings",
"desc": "Unabhängig mit jedem Modell konfigurierbar."
},
"chatRag": {
"title": "Chat RAG",
"desc": "Unabhängig mit jedem Modell konfigurierbar."
}
},
"pricing": {
"label": "Pläne & Preise",
"title": "Wählen Sie Ihr Verstärkungsniveau.",
"desc": "Flexible Optionen für kreative Köpfe vom Einzelgebrauch bis zu großen Organisationen.",
"monthly": "Monatlich",
"annual": "Jährlich",
"perMonth": "/Monat",
"perMonthAnnual": "/Monat, jährlich abgerechnet",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "Am beliebtesten",
"basic": {
"name": "Basic",
"desc": "Entdecken Sie die Magie von Momento.",
"cta": "Loslegen",
"feature0": "Max. 100 Notizen",
"feature1": "3 Notizbücher",
"feature2": "50 KI-Credits (lebenslang)",
"feature3": "Semantische Suche",
"feature4": "7-Tage-Verlauf"
},
"pro": {
"name": "Pro",
"desc": "Für anspruchsvolle Berater und Kreative.",
"cta": "Auf Pro upgraden",
"feature0": "Unbegrenzte Notizen",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 semantische Suchen",
"feature3": "Agenten (12 Läufe/Monat)",
"feature4": "30-Tage-Verlauf",
"feature5": "E-Mail-Support"
},
"business": {
"name": "Business",
"desc": "Für Teams und Produktmanager.",
"cta": "Business wählen",
"feature0": "10 Mitarbeitende inklusive",
"feature1": "BYOK (13 Anbieter)",
"feature2": "1000 semantische Suchen",
"feature3": "Agenten (60 Läufe/Monat)",
"feature4": "Unbegrenztes Brainstorming",
"feature5": "API-Zugang"
},
"enterprise": {
"name": "Enterprise",
"desc": "Sicheres organisationales Gedächtnis.",
"cta": "Vertrieb kontaktieren",
"feature0": "Alles aus Business",
"feature1": "Unbegrenzte Agenten",
"feature2": "SSO / SAML",
"feature3": "Audit-Logs & SLA",
"feature4": "Dedizierter Support",
"feature5": "Live-Onboarding"
}
},
"byok": {
"label": "Offene Cloud-Technologie",
"title": "Die BYOK-Strategie",
"desc": "Sie haben bereits API-Schlüssel von OpenAI, Anthropic oder Google? Verbinden Sie sie direkt mit Momento. Nutzen Sie KI ohne erzwungene Credit-Limits und zahlen Sie nur, was Sie beim Anbieter Ihrer Wahl tatsächlich verbrauchen.",
"noLockin": "Kein Lock-in",
"noLockinDesc": "Anbieter mit einem Klick wechseln.",
"cost": "Optimierte Kosten",
"costDesc": "Zahlen Sie den direkten API-Preis.",
"configLabel": "Multi-Provider-Konfiguration"
},
"cta": {
"title1": "Bereit, Ihr",
"title2": "volles Potenzial freizusetzen?",
"desc": "Schließen Sie sich Tausenden von Forschern, Designern und Denkern an, die Momento bereits nutzen, um ihre Zukunft zu gestalten.",
"button": "Momento starten"
},
"footer": {
"desc": "Das KI-verstärkte zweite Gehirn. Für kreative Köpfe entwickelt.",
"product": {
"title": "Produkt",
"link0": "Changelog",
"link1": "Dokumentation",
"link2": "Roadmap",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "Community",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "Rechtliches",
"link0": "Datenschutz",
"link1": "Nutzungsbedingungen",
"link2": "Cookie-Richtlinie",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -394,7 +394,7 @@
"transformError": "Error during transformation",
"convertToRichtext": "Convert to Rich Text",
"convertingToRichtext": "Converting...",
"assistant": "AI Assistant",
"assistant": "AI Note",
"generating": "Generating...",
"generateTitles": "Generate titles",
"reformulateText": "Reformulate text",
@@ -457,8 +457,8 @@
"undoAI": "Undo AI transformation",
"undoApplied": "Original text restored",
"minWordsError": "Note must contain at least 5 words to use AI actions.",
"wordCountMin": "Please select at least {min} words to reformulate (currently {current} words)",
"wordCountMax": "Please select at most {max} words to reformulate (currently {current} words)",
"wordCountMin": "Minimum {min} words required ({current} current)",
"wordCountMax": "Maximum {max} words allowed ({current} current)",
"genericError": "AI error",
"actionError": "Error during AI action",
"appliedToNote": "Applied to note",
@@ -467,7 +467,7 @@
"selectContext": "Select context...",
"selectNotebook": "Select notebook",
"chatPlaceholder": "Ask AI to edit, summarize, or draft...",
"assistantTitle": "AI Assistant",
"assistantTitle": "AI Note",
"currentNote": "Current note",
"shrinkPanel": "Shrink panel",
"expandPanel": "Expand panel",
@@ -552,7 +552,7 @@
"insertedInNote": "Diagram inserted in note",
"insertExportError": "Error exporting/uploading diagram"
},
"openAssistant": "Open AI Assistant",
"openAssistant": "Open AI Note",
"poweredByMomento": "Powered by Momento AI",
"welcomeMsg": "Hello! I'm your AI assistant. How can I help you with your notes today? I can help refine tone, expand messaging, or summarize content.",
"summaryLast5": "Summary of your last 5 notes",
@@ -624,7 +624,9 @@
"presentationReadyBadge": "Presentation ready",
"openInLabTitle": "Open in Lab",
"inlineSummaryMarkdown": "**Summary:**",
"networkErrorShort": "Network error."
"networkErrorShort": "Network error.",
"featureLocked": "This feature requires the PRO plan or higher.",
"quotaExceeded": "Monthly limit reached. Resets next month."
},
"titleSuggestions": {
"available": "Title suggestions",
@@ -881,10 +883,11 @@
"showRecentNotes": "Show Recent Notes Section",
"showRecentNotesDescription": "Display recent notes (last 7 days) on the main page",
"recentNotesUpdateSuccess": "Recent notes setting updated successfully",
"recentNotesUpdateFailed": "Failed to update recent notes setting"
"recentNotesUpdateFailed": "Failed to update recent notes setting",
"tab": "Profile"
},
"aiSettings": {
"title": "AI Settings",
"title": "AI",
"description": "Configure your AI-powered features and preferences",
"features": "AI Features",
"provider": "AI Provider",
@@ -911,7 +914,8 @@
"autoLabeling": "Label suggestions",
"autoLabelingDesc": "Automatically suggests and applies labels to your notes",
"noteHistory": "Note history",
"noteHistoryDesc": "Enable version snapshots and restoration from History"
"noteHistoryDesc": "Enable version snapshots and restoration from History",
"titleSuggestions": "Title suggestions"
},
"general": {
"loading": "Loading...",
@@ -1173,6 +1177,8 @@
"deleteFailed": "Failed to delete",
"roleUpdateSuccess": "User role updated to {role}",
"roleUpdateFailed": "Failed to update role",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "Demote to User",
"promote": "Promote to Admin",
"confirmDelete": "Are you sure? This action cannot be undone.",
@@ -1180,6 +1186,7 @@
"name": "Name",
"email": "Email",
"role": "Role",
"subscription": "Subscription",
"createdAt": "Created At",
"actions": "Actions"
},
@@ -1317,7 +1324,8 @@
"documentation": "Documentation",
"reportIssues": "Report Issues",
"feedback": "Feedback"
}
},
"tab": "About"
},
"support": {
"title": "Support Memento Development",
@@ -1371,7 +1379,7 @@
"loading": "Loading..."
},
"dataManagement": {
"title": "Data Management",
"title": "Data",
"toolsDescription": "Tools to maintain your database health",
"exporting": "Exporting...",
"importing": "Importing...",
@@ -1433,7 +1441,8 @@
"fontSystem": "System Default",
"fontInterDefault": "Inter (default)",
"fontPlayfairDisplay": "Playfair Display",
"fontJetBrainsMono": "JetBrains Mono"
"fontJetBrainsMono": "JetBrains Mono",
"tab": "Appearance"
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -1452,10 +1461,15 @@
"proChat": "100 chat messages / month",
"later": "Later",
"upgradePricing": "Upgrade to Pro",
"addApiKey": "Use your own API key (BYOK)"
"addApiKey": "Use your own API key (BYOK)",
"featureReformulate": "Reformulations",
"featureChat": "AI Messages",
"featureBrainstormCreate": "Brainstorm creations",
"featureBrainstormExpand": "Brainstorm expansions",
"featureBrainstormEnrich": "Brainstorm enrichments"
},
"generalSettings": {
"title": "General Settings",
"title": "General",
"description": "General application settings"
},
"toast": {
@@ -1641,7 +1655,7 @@
"collapse": "Collapse"
},
"mcpSettings": {
"title": "MCP Settings",
"title": "MCP",
"description": "Manage API keys and configure external tools",
"whatIsMcp": {
"title": "What is MCP?",
@@ -2325,6 +2339,216 @@
"checkoutSuccessBody": "Welcome to {tier}. Your features are now unlocked.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"tab": "Billing",
"currentUsage": "Current usage",
"currentPeriod": "Current period",
"aiCredits": "AI credits",
"used": "used",
"billing": "Billing",
"renewal": "Renewal",
"paidPlanDesc": "Your subscription renews automatically.",
"businessDescription": "For teams and product leaders."
},
"landing": {
"nav": {
"features": "Features",
"agents": "AI Agents",
"brainstorm": "Brainstorm",
"pricing": "Pricing",
"tech": "Architecture",
"login": "Log in",
"cta": "Get started"
},
"hero": {
"badge": "Powered by Artificial Intelligence",
"title1": "Your second brain,",
"title2": "finally amplified.",
"subtitle": "Momento is more than a note-taking app. It's an intelligent ecosystem that connects, analyzes and develops your ideas in real time with 6 types of AI agents and cutting-edge semantic search.",
"cta": "Sign up now",
"secondary": "See features",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"Connection detected with your sustainable design project from March 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 ideas generated"
},
"features": {
"label": "AI Capabilities",
"title": "Fluid intelligence,",
"title2": "woven into every word.",
"desc": "Momento orchestrates your ideas through a multi-provider architecture.",
"f1Title": "Semantic Search",
"f1Desc": "Stop searching by keywords. Find by concept. Our hybrid Vector + FTS engine understands the intent behind your notes.",
"f2Title": "Contextual RAG Chat",
"f2Desc": "Chat with your knowledge. Our agents read your notes, explore the web and analyze your documents to respond with precision.",
"f3Title": "Augmented Writing",
"f3Desc": "Reformulation, title suggestions, auto-tagging and summaries. AI works in the background to structure your thinking."
},
"agents": {
"label": "Specialized Agents",
"title": "Delegate the complex work.",
"desc": "6 types of autonomous AI agents to automate your research, summaries and presentations.",
"scraper": {
"title": "Scraper",
"desc": "Scrapes URLs, parses RSS feeds and synthesizes information with smart image placement."
},
"researcher": {
"title": "Researcher",
"desc": "Generates complex queries, explores web sources and writes structured research notes."
},
"slideGen": {
"title": "Slide Gen",
"desc": "Transforms your notes into professional PowerPoint presentations or interactive HTML Slides."
},
"monitor": {
"title": "Monitor",
"desc": "Continuously analyzes your notebooks to detect trends and new insights."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "Converts your ideas into fluid Excalidraw diagrams (Mindmaps, Flowcharts) with auto-layout."
},
"custom": {
"title": "Custom",
"desc": "Define your own agents with specific roles and data sources."
}
},
"brainstorm": {
"label": "Thought Waves",
"title": "Real-time radial brainstorming.",
"waveGeneration": {
"title": "Wave Generation",
"desc": "Variations, Analogies, then Disruptions. AI pushes your initial concept to its limits."
},
"collaboration": {
"title": "Native Collaboration",
"desc": "AI ghost cursors, synced avatars and real-time node movement."
},
"export": {
"title": "Semantic Export",
"desc": "Convert your entire brainstorm into structured notes in one click."
},
"disruptionLabel": "DISRUPTION",
"disruptionText": "Modular Architecture 2.0",
"analogyLabel": "ANALOGY",
"analogyText": "The tidal cycle"
},
"tech": {
"label": "Architecture & Providers",
"title": "Connect your own AI model.",
"tags": {
"title": "Tags",
"desc": "Independently configurable with any model."
},
"embeddings": {
"title": "Embeddings",
"desc": "Independently configurable with any model."
},
"chatRag": {
"title": "Chat RAG",
"desc": "Independently configurable with any model."
}
},
"pricing": {
"label": "Plans & Pricing",
"title": "Choose your level of amplification.",
"desc": "Flexible options for creative minds, from individual use to large organizations.",
"monthly": "Monthly",
"annual": "Annual",
"perMonth": "/month",
"perMonthAnnual": "/month, billed annually",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "Most popular",
"basic": {
"name": "Basic",
"desc": "Discover the magic of Momento.",
"cta": "Get started",
"feature0": "100 Notes max",
"feature1": "3 Notebooks",
"feature2": "50 AI credits (Lifetime)",
"feature3": "Semantic search",
"feature4": "7-day history"
},
"pro": {
"name": "Pro",
"desc": "For demanding consultants and creators.",
"cta": "Upgrade to Pro",
"feature0": "Unlimited notes",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 semantic searches",
"feature3": "Agents (12 runs/month)",
"feature4": "30-day history",
"feature5": "Email support"
},
"business": {
"name": "Business",
"desc": "For teams and product managers.",
"cta": "Choose Business",
"feature0": "10 Collaborators included",
"feature1": "BYOK (13 providers)",
"feature2": "1000 semantic searches",
"feature3": "Agents (60 runs/month)",
"feature4": "Unlimited brainstorming",
"feature5": "API access"
},
"enterprise": {
"name": "Enterprise",
"desc": "Secure organizational memory.",
"cta": "Contact Sales",
"feature0": "Everything in Business",
"feature1": "Unlimited agents",
"feature2": "SSO / SAML",
"feature3": "Audit Logs & SLA",
"feature4": "Dedicated support",
"feature5": "Live onboarding"
}
},
"byok": {
"label": "Open Cloud Technology",
"title": "The BYOK Strategy",
"desc": "Already have OpenAI, Anthropic or Google API keys? Connect them directly to Momento. Use AI without imposed credit limits, paying only what you actually consume from your favorite provider.",
"noLockin": "No lock-in",
"noLockinDesc": "Switch providers in 1 click.",
"cost": "Optimized costs",
"costDesc": "Pay the direct API price.",
"configLabel": "Multi-Provider Config"
},
"cta": {
"title1": "Ready to unlock your",
"title2": "full potential?",
"desc": "Join thousands of researchers, designers and thinkers already using Momento to build their future.",
"button": "Launch Momento"
},
"footer": {
"desc": "The AI-amplified second brain. Designed for creative minds.",
"product": {
"title": "Product",
"link0": "Changelog",
"link1": "Documentation",
"link2": "Roadmap",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "Community",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "Legal",
"link0": "Privacy Policy",
"link1": "Terms of Service",
"link2": "Cookie Policy",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "Failed to update recent notes setting"
},
"aiSettings": {
"title": "Configuración IA",
"title": "AI",
"description": "Configura tus funciones y preferencias impulsadas por IA",
"features": "Funciones de IA",
"provider": "Proveedor de IA",
@@ -917,7 +917,8 @@
"autoLabeling": "Sugerencias de etiquetas",
"autoLabelingDesc": "Sugiere y aplica etiquetas automáticamente a tus notas",
"noteHistory": "Historial de notas",
"noteHistoryDesc": "Habilitar instantáneas de versiones y restauración desde el Historial"
"noteHistoryDesc": "Habilitar instantáneas de versiones y restauración desde el Historial",
"titleSuggestions": "Sugerencia de títulos"
},
"general": {
"loading": "Cargando...",
@@ -1115,7 +1116,13 @@
"languageDetection": "Detección de idioma",
"languageDetectionDesc": "Detecta automáticamente el idioma de cada nota",
"autoLabeling": "Etiquetado automático",
"autoLabelingDesc": "Sugiere y aplica etiquetas automáticamente"
"autoLabelingDesc": "Sugiere y aplica etiquetas automáticamente",
"fallbackSectionTitle": "Proveedor de respaldo (opcional)",
"fallbackSectionDescription": "Se usa automáticamente ante errores del proveedor (429, 5xx). Un reintento en 1,5 s.",
"fallbackProvider": "Proveedor de respaldo",
"fallbackModel": "Modelo de respaldo",
"fallbackNone": "Ninguno (desactivado)",
"fallbackModelPlaceholder": "p. ej. gpt-4o-mini"
},
"resend": {
"title": "Resend (Recomendado)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "Error al eliminar",
"roleUpdateSuccess": "Rol de usuario actualizado a {role}",
"roleUpdateFailed": "Error al actualizar rol",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "Degradar",
"promote": "Promover",
"confirmDelete": "¿Estás seguro de que quieres eliminar este usuario?",
@@ -1180,6 +1189,7 @@
"name": "Nombre",
"email": "Correo electrónico",
"role": "Rol",
"subscription": "Subscription",
"createdAt": "Creado",
"actions": "Acciones"
},
@@ -1371,7 +1381,7 @@
"loading": "Cargando..."
},
"dataManagement": {
"title": "Data Management",
"title": "Data",
"toolsDescription": "Tools to maintain your database health",
"exporting": "Exportando",
"importing": "Importando",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "Configuración general",
"title": "General",
"description": "Configuración general de la aplicación"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "Colapsar"
},
"mcpSettings": {
"title": "Configuración MCP",
"title": "MCP",
"description": "Gestiona tus claves API y configura herramientas externas",
"whatIsMcp": {
"title": "¿Qué es MCP?",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "El anfitrión de la sesión ha alcanzado su límite de IA. Pídele que mejore su plan.",
"quotaHost": "Has alcanzado tu límite de IA para este brainstorm. Mejora tu plan para continuar."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "Bienvenido a {tier}. Tus funciones están desbloqueadas.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "Uso actual",
"currentPeriod": "Período actual",
"aiCredits": "Créditos IA",
"used": "usados",
"billing": "Facturación",
"renewal": "Renovación",
"paidPlanDesc": "Su suscripción se renueva automáticamente.",
"businessDescription": "Para equipos y líderes de producto."
},
"landing": {
"nav": {
"features": "Funciones",
"agents": "Agentes IA",
"brainstorm": "Brainstorm",
"pricing": "Precios",
"tech": "Arquitectura",
"login": "Iniciar sesión",
"cta": "Empezar"
},
"hero": {
"badge": "Impulsado por inteligencia artificial",
"title1": "Tu segundo cerebro,",
"title2": "por fin amplificado.",
"subtitle": "Momento es más que una app de notas. Es un ecosistema inteligente que conecta, analiza y desarrolla tus ideas en tiempo real con 6 tipos de agentes IA y búsqueda semántica de vanguardia.",
"cta": "Regístrate ahora",
"secondary": "Ver funciones",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"Conexión detectada con tu proyecto de diseño sostenible de marzo de 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 ideas generadas"
},
"features": {
"label": "Capacidades IA",
"title": "Inteligencia fluida,",
"title2": "tejida en cada palabra.",
"desc": "Momento orquesta tus ideas mediante una arquitectura multi-proveedor.",
"f1Title": "Búsqueda semántica",
"f1Desc": "Deja de buscar por palabras clave. Encuentra por concepto. Nuestro motor híbrido Vector + FTS entiende la intención detrás de tus notas.",
"f2Title": "Chat RAG contextual",
"f2Desc": "Conversa con tu conocimiento. Nuestros agentes leen tus notas, exploran la web y analizan tus documentos para responder con precisión.",
"f3Title": "Escritura aumentada",
"f3Desc": "Reformulación, sugerencias de títulos, etiquetado automático y resúmenes. La IA trabaja en segundo plano para estructurar tu pensamiento."
},
"agents": {
"label": "Agentes especializados",
"title": "Delega el trabajo complejo.",
"desc": "6 tipos de agentes IA autónomos para automatizar tu investigación, resúmenes y presentaciones.",
"scraper": {
"title": "Scraper",
"desc": "Extrae URLs, analiza feeds RSS y sintetiza información con colocación inteligente de imágenes."
},
"researcher": {
"title": "Researcher",
"desc": "Genera consultas complejas, explora fuentes web y redacta notas de investigación estructuradas."
},
"slideGen": {
"title": "Slide Gen",
"desc": "Transforma tus notas en presentaciones PowerPoint profesionales o diapositivas HTML interactivas."
},
"monitor": {
"title": "Monitor",
"desc": "Analiza continuamente tus cuadernos para detectar tendencias y nuevos insights."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "Convierte tus ideas en diagramas Excalidraw fluidos (mapas mentales, diagramas de flujo) con auto-layout."
},
"custom": {
"title": "Custom",
"desc": "Define tus propios agentes con roles y fuentes de datos específicos."
}
},
"brainstorm": {
"label": "Olas de pensamiento",
"title": "Lluvia de ideas radial en tiempo real.",
"waveGeneration": {
"title": "Generación por olas",
"desc": "Variaciones, analogías y luego disrupciones. La IA lleva tu concepto inicial hasta sus límites."
},
"collaboration": {
"title": "Colaboración nativa",
"desc": "Cursores fantasma IA, avatares sincronizados y movimiento de nodos en tiempo real."
},
"export": {
"title": "Exportación semántica",
"desc": "Convierte toda tu sesión de brainstorming en notas estructuradas con un clic."
},
"disruptionLabel": "DISRUPCIÓN",
"disruptionText": "Arquitectura modular 2.0",
"analogyLabel": "ANALOGÍA",
"analogyText": "El ciclo de las mareas"
},
"tech": {
"label": "Arquitectura y proveedores",
"title": "Conecta tu propio modelo de IA.",
"tags": {
"title": "Tags",
"desc": "Configurable de forma independiente con cualquier modelo."
},
"embeddings": {
"title": "Embeddings",
"desc": "Configurable de forma independiente con cualquier modelo."
},
"chatRag": {
"title": "Chat RAG",
"desc": "Configurable de forma independiente con cualquier modelo."
}
},
"pricing": {
"label": "Planes y precios",
"title": "Elige tu nivel de amplificación.",
"desc": "Opciones flexibles para mentes creativas, del uso individual a grandes organizaciones.",
"monthly": "Mensual",
"annual": "Anual",
"perMonth": "/mes",
"perMonthAnnual": "/mes, facturado anualmente",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "Más popular",
"basic": {
"name": "Basic",
"desc": "Descubre la magia de Momento.",
"cta": "Empezar",
"feature0": "100 notas máx.",
"feature1": "3 cuadernos",
"feature2": "50 créditos IA (de por vida)",
"feature3": "Búsqueda semántica",
"feature4": "Historial 7 días"
},
"pro": {
"name": "Pro",
"desc": "Para consultores y creadores exigentes.",
"cta": "Pasar a Pro",
"feature0": "Notas ilimitadas",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 búsquedas semánticas",
"feature3": "Agentes (12 ejecuciones/mes)",
"feature4": "Historial 30 días",
"feature5": "Soporte por email"
},
"business": {
"name": "Business",
"desc": "Para equipos y product managers.",
"cta": "Elegir Business",
"feature0": "10 colaboradores incluidos",
"feature1": "BYOK (13 proveedores)",
"feature2": "1000 búsquedas semánticas",
"feature3": "Agentes (60 ejecuciones/mes)",
"feature4": "Brainstorm ilimitado",
"feature5": "Acceso API"
},
"enterprise": {
"name": "Enterprise",
"desc": "Memoria organizacional segura.",
"cta": "Contactar ventas",
"feature0": "Todo Business",
"feature1": "Agentes ilimitados",
"feature2": "SSO / SAML",
"feature3": "Audit Logs y SLA",
"feature4": "Soporte dedicado",
"feature5": "Onboarding en vivo"
}
},
"byok": {
"label": "Tecnología cloud abierta",
"title": "La estrategia BYOK",
"desc": "¿Ya tienes claves API de OpenAI, Anthropic o Google? Conéctalas directamente a Momento. Usa IA sin límites de crédito impuestos, pagando solo lo que consumes con tu proveedor favorito.",
"noLockin": "Sin lock-in",
"noLockinDesc": "Cambia de proveedor en 1 clic.",
"cost": "Costes optimizados",
"costDesc": "Paga el precio directo de la API.",
"configLabel": "Config multi-proveedor"
},
"cta": {
"title1": "¿Listo para liberar tu",
"title2": "máximo potencial?",
"desc": "Únete a miles de investigadores, diseñadores y pensadores que ya usan Momento para construir su futuro.",
"button": "Lanzar Momento"
},
"footer": {
"desc": "El segundo cerebro amplificado por IA. Diseñado para mentes creativas.",
"product": {
"title": "Producto",
"link0": "Changelog",
"link1": "Documentación",
"link2": "Roadmap",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "Comunidad",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "Legal",
"link0": "Política de privacidad",
"link1": "Términos de servicio",
"link2": "Política de cookies",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -463,8 +463,8 @@
"undoAI": "لغو تبدیل هوش مصنوعی",
"undoApplied": "متن اصلی بازگردانده شد",
"minWordsError": "یادداشت باید حداقل ۵ کلمه داشته باشد.",
"wordCountMin": "حداقل {min} کلمه برای بازنویسی انتخاب کنید (فعلاً {current} کلمه)",
"wordCountMax": "حداکثر {max} کلمه برای بازنویسی انتخاب کنید (فعلاً {current} کلمه)",
"wordCountMin": "حداقل {min} کلمه لازم است ({current} کلمه فعلی)",
"wordCountMax": "حداکثر {max} کلمه مجاز ({current} کلمه فعلی)",
"genericError": "خطای هوش مصنوعی",
"actionError": "خطا در حین عمل هوش مصنوعی",
"appliedToNote": "در یادداشت اعمال شد",
@@ -630,7 +630,9 @@
"creative": "Creative",
"academic": "Academic",
"casual": "Casual"
}
},
"featureLocked": "این قابلیت نیازمند طرح PRO یا بالاتر است.",
"quotaExceeded": "محدودیت ماهانه تکمیل شده. ماه آینده بازنشانی می‌شود."
},
"titleSuggestions": {
"available": "پیشنهادات عنوان",
@@ -887,10 +889,11 @@
"showRecentNotes": "نمایش بخش یادداشت‌های اخیر",
"showRecentNotesDescription": "نمایش یادداشت‌های اخیر (۷ روز گذشته) در صفحه اصلی",
"recentNotesUpdateSuccess": "تنظیم یادداشت‌های اخیر با موفقیت به‌روزرسانی شد",
"recentNotesUpdateFailed": "به‌روزرسانی تنظیم یادداشت‌های اخیر شکست خورد"
"recentNotesUpdateFailed": "به‌روزرسانی تنظیم یادداشت‌های اخیر شکست خورد",
"tab": "پروفایل"
},
"aiSettings": {
"title": "تنظیمات هوش مصنوعی",
"title": "هوش مصنوعی",
"description": "ویژگی‌ها و ترجیحات هوش مصنوعی خود را پیکربندی کنید",
"features": "ویژگی‌های هوش مصنوعی",
"provider": "فروشنده هوش مصنوعی",
@@ -917,7 +920,8 @@
"autoLabeling": "پیشنهاد برچسب",
"autoLabelingDesc": "به طور خودکار برچسب‌ها را به یادداشت‌های شما پیشنهاد و اعمال می‌کند",
"noteHistory": "تاریخچه یادداشت",
"noteHistoryDesc": "فعال‌سازی اسنپ‌شات نسخه‌ها و بازیابی از تاریخچه"
"noteHistoryDesc": "فعال‌سازی اسنپ‌شات نسخه‌ها و بازیابی از تاریخچه",
"titleSuggestions": "پیشنهاد عنوان"
},
"general": {
"loading": "در حال بارگذاری...",
@@ -1115,7 +1119,13 @@
"languageDetection": "تشخیص زبان",
"languageDetectionDesc": "تشخیص خودکار زبان هر یادداشت",
"autoLabeling": "برچسب‌گذاری خودکار",
"autoLabelingDesc": "پیشنهاد و اعمال خودکار برچسب‌ها"
"autoLabelingDesc": "پیشنهاد و اعمال خودکار برچسب‌ها",
"fallbackSectionTitle": "ارائه‌دهنده پشتیبان (اختیاری)",
"fallbackSectionDescription": "در صورت خطای ارائه‌دهنده (429، 5xx) به‌صورت خودکار استفاده می‌شود. یک تلاش مجدد در ۱,۵ ثانیه.",
"fallbackProvider": "ارائه‌دهنده پشتیبان",
"fallbackModel": "مدل پشتیبان",
"fallbackNone": "هیچ (غیرفعال)",
"fallbackModelPlaceholder": "مثلاً gpt-4o-mini"
},
"resend": {
"title": "Resend (پیشنهادی)",
@@ -1173,6 +1183,8 @@
"deleteFailed": "شکست در حذف",
"roleUpdateSuccess": "نقش کاربر به {role} به‌روزرسانی شد",
"roleUpdateFailed": "شکست در به‌روزرسانی نقش",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "تنزل",
"promote": "ارتقا",
"confirmDelete": "مطمئن هستید؟ این عمل قابل بازگشت نیست.",
@@ -1180,6 +1192,7 @@
"name": "نام",
"email": "ایمیل",
"role": "نقش",
"subscription": "Subscription",
"createdAt": "تاریخ ایجاد",
"actions": "عملیات"
},
@@ -1317,7 +1330,8 @@
"documentation": "مستندات",
"reportIssues": "گزارش مشکلات",
"feedback": "بازخورد"
}
},
"tab": "درباره"
},
"support": {
"title": "پشتیبانی از توسعه Memento",
@@ -1371,7 +1385,7 @@
"loading": "در حال بارگذاری..."
},
"dataManagement": {
"title": "مدیریت داده",
"title": "دادهها",
"toolsDescription": "ابزارهایی برای حفظ سلامت پایگاه داده",
"exporting": "در حال صادرات...",
"importing": "در حال وارد کردن...",
@@ -1433,10 +1447,11 @@
"fontSystem": "فونت پیش‌فرض سیستم",
"fontInterDefault": "Inter (default)",
"fontPlayfairDisplay": "Playfair Display",
"fontJetBrainsMono": "JetBrains Mono"
"fontJetBrainsMono": "JetBrains Mono",
"tab": "ظاهر"
},
"generalSettings": {
"title": "تنظیمات عمومی",
"title": "عمومی",
"description": "تنظیمات عمومی برنامه"
},
"toast": {
@@ -1622,7 +1637,7 @@
"collapse": "جمع کردن"
},
"mcpSettings": {
"title": "تنظیمات MCP",
"title": "MCP",
"description": "مدیریت کلیدهای API و پیکربندی ابزارهای خارجی",
"whatIsMcp": {
"title": "MCP چیست؟",
@@ -2211,7 +2226,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "میزبان جلسه به سقف هوش مصنوعی رسیده. از او بخواهید طرحش را ارتقا دهد.",
"quotaHost": "به سقف هوش مصنوعی این طوفان فکری رسیدید. برای ادامه، طرح خود را ارتقا دهید."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2230,7 +2247,12 @@
"proChat": "100 chat messages / month",
"later": "Later",
"upgradePricing": "Upgrade to Pro",
"addApiKey": "Use your own API key (BYOK)"
"addApiKey": "Use your own API key (BYOK)",
"featureReformulate": "بازنویسی",
"featureChat": "پیام‌های هوش مصنوعی",
"featureBrainstormCreate": "ایجاد طوفان فکری",
"featureBrainstormExpand": "گسترش طوفان فکری",
"featureBrainstormEnrich": "غنی‌سازی طوفان فکری"
},
"byokSettings": {
"title": "Your API keys (BYOK)",
@@ -2323,6 +2345,216 @@
"checkoutSuccessBody": "به {tier} خوش آمدید. ویژگی‌های شما اکنون باز شده‌اند.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"tab": "صورتحساب",
"currentUsage": "مصرف فعلی",
"currentPeriod": "دوره جاری",
"aiCredits": "اعتبار هوش مصنوعی",
"used": "استفاده شده",
"billing": "صورتحساب",
"renewal": "تمدید",
"paidPlanDesc": "اشتراک شما به‌طور خودکار تمدید می‌شود.",
"businessDescription": "برای تیم‌ها و مدیران محصول."
},
"landing": {
"nav": {
"features": "امکانات",
"agents": "دستیاران هوشمند",
"brainstorm": "طوفان فکری",
"pricing": "تعرفه‌ها",
"tech": "ساختار فنی",
"login": "ورود",
"cta": "شروع کنید"
},
"hero": {
"badge": "توانمند با هوش مصنوعی",
"title1": "مغز دوم شما،",
"title2": "حالا قوی‌تر از همیشه.",
"subtitle": "مومنتو یه noting app ساده نیست؛ یه سیستم هوشمندی‌ه که با ۶ نوع دستیار AI و جستجوی معنایی پیشرفته، لحظه‌به‌لحظه به ایده‌هاتون جان می‌بخشه و پخش‌شون می‌کنه.",
"cta": "همین الان ثبت‌نام کنید",
"secondary": "امکانات رو ببینید",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"ارتباط پیدا شد با پروژه طراحی پایدار شما از مارس ۲۰۲۴...\"",
"brainstormLive": "طوفان فکری زنده",
"ideasGenerated": "+۱۲ ایده تولید شد"
},
"features": {
"label": "توانایی‌های هوشمند",
"title": "هوشی روان و بی‌وقفه،",
"title2": "نفوذکرده در هر کلمه.",
"desc": "مومنتو با معماری چندمنبعی، ایده‌هاتون رو هماهنگ و مدیریت می‌کنه.",
"f1Title": "جستجوی معنایی",
"f1Desc": "کلمه‌کلیدی دور ریخته. اینجا معنا مهمه. موتور ترکیبی ما منظور پشت نوشته‌هاتون رو می‌فهمه، نه فقط کلماتش رو.",
"f2Title": "چت هوشمند و آگاه",
"f2Desc": "با دانش خودتون حرف بزنید. دستیارهای ما یادداشت‌هاتون رو می‌خونن، وب رو می‌گردن و اسناد رو تحلیل می‌کنن تا دقیق‌ترین جواب رو بهتون بدن.",
"f3Title": "نوشتار هوشمند",
"f3Desc": "از بازنویسی و پیشنهاد عنوان گرفته تا برچسب‌گذاری و خلاصه‌سازی خودکار — AI همیشه توی پس‌زمینه کار می‌کنه تا افکارتون منظم بشه."
},
"agents": {
"label": "دستیاران تخصصی",
"title": "کارای سخت رو بسپارید به ما.",
"desc": "۶ نوع دستیار هوشمند و خودکار برای راحت‌کردن تحقیق، خلاصه‌سازی و ارائه‌هاتون.",
"scraper": {
"title": "Scraper",
"desc": "آدرس‌ها رو اسکرپ می‌کنه، فیدهای RSS رو پردازش می‌کنه و اطلاعات رو با جایگذاری هوشمند تصاویر خلاصه‌سازی می‌کنه."
},
"researcher": {
"title": "Researcher",
"desc": "کوئری‌های پیچیده تولید می‌کنه، منابع وب رو کاوش می‌کنه و یادداشت‌های تحقیقاتی ساختاریافته می‌نویسه."
},
"slideGen": {
"title": "Slide Gen",
"desc": "یادداشت‌هاتون رو به ارائه‌های حرفه‌ای PowerPoint یا اسلایدهای HTML تعاملی تبدیل می‌کنه."
},
"monitor": {
"title": "Monitor",
"desc": "دائماً دفترچه‌هاتون رو تحلیل می‌کنه تا روند‌ها و بینش‌های جدید رو شناسایی کنه."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "ایده‌هاتون رو به نمودارهای Excalidraw روان (مپ ذهنی، فلوچارت) با چیدمان خودکار تبدیل می‌کنه."
},
"custom": {
"title": "Custom",
"desc": "دستیارهای اختصاصی خودتون رو با نقش‌ها و منابع داده خاص تعریف کنید."
}
},
"brainstorm": {
"label": "امواج ایده",
"title": "طوفان فکری شعاعی و زنده.",
"waveGeneration": {
"title": "تولید موجی",
"desc": "تنوع، تشبیه، بعدش اختلال. AI مفهوم اولیه شما رو تا مرزهاش می‌چرخونه."
},
"collaboration": {
"title": "همکاری ذاتی",
"desc": "کرسرهای شبح AI، آواتارهای همگام‌شده و جابجایی گره‌ها در زمان واقعی."
},
"export": {
"title": "خروجی معنایی",
"desc": "کل طوفان فکری‌تون رو با یه کلیک به یادداشت‌های ساختاریافته تبدیل کنید."
},
"disruptionLabel": "اختلال",
"disruptionText": "معماری ماژولار ۲.۰",
"analogyLabel": "تشبیه",
"analogyText": "چرخه جزر و مد"
},
"tech": {
"label": "ساختار و ارائه‌دهندگان",
"title": "مدل AI خودتون رو وصل کنید.",
"tags": {
"title": "برچسب‌ها",
"desc": "مستقل از هر مدلی قابل تنظیم."
},
"embeddings": {
"title": "Embeddings",
"desc": "مستقل از هر مدلی قابل تنظیم."
},
"chatRag": {
"title": "Chat RAG",
"desc": "مستقل از هر مدلی قابل تنظیم."
}
},
"pricing": {
"label": "پلن‌ها و تعرفه‌ها",
"title": "سطح توانمندی خودتون رو انتخاب کنید.",
"desc": "گزینه‌های منعطف برای ذهن‌های خلاق — از استفاده شخصی تا سازمان‌های بزرگ.",
"monthly": "ماهانه",
"annual": "سالانه",
"perMonth": "/ماه",
"perMonthAnnual": "/ماه، پرداخت سالانه",
"perUser": "+ ۳,۹۰€/کاربر",
"perUserAnnual": "+ ۲,۹۰€/کاربر، پرداخت سالانه",
"popular": "پرطرفدارترین",
"basic": {
"name": "Basic",
"desc": "ذوق مومنتو رو بچشید.",
"cta": "شروع کنید",
"feature0": "حداکثر ۱۰۰ یادداشت",
"feature1": "۳ دفترچه",
"feature2": "۵۰ اعتبار AI (مادام‌العمر)",
"feature3": "جستجوی معنایی",
"feature4": "تاریخچه ۷ روزه"
},
"pro": {
"name": "Pro",
"desc": "برای مشاوران و خالق‌های سخت‌گیر.",
"cta": "ارتقا به پرو",
"feature0": "یادداشت نامحدود",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "۲۰۰ جستجوی معنایی",
"feature3": "دستیارها (۱۲ اجرا/ماه)",
"feature4": "تاریخچه ۳۰ روزه",
"feature5": "پشتیبانی ایمیل"
},
"business": {
"name": "Business",
"desc": "برای تیم‌ها و مدیران محصول.",
"cta": "انتخاب بیزینس",
"feature0": "۱۰ همکار شامل",
"feature1": "BYOK (۱۳ ارائه‌دهنده)",
"feature2": "۱۰۰۰ جستجوی معنایی",
"feature3": "دستیارها (۶۰ اجرا/ماه)",
"feature4": "طوفان فکری نامحدود",
"feature5": "دسترسی API"
},
"enterprise": {
"name": "Enterprise",
"desc": "حافظه سازمانی امن.",
"cta": "تماس با فروش",
"feature0": "همه امکانات بیزینس",
"feature1": "دستیارهای نامحدود",
"feature2": "SSO / SAML",
"feature3": "لاگ حسابرسی و SLA",
"feature4": "پشتیبانی اختصاصی",
"feature5": "آنبوردینگ زنده"
}
},
"byok": {
"label": "زیرساخت ابری باز",
"title": "استراتژی BYOK",
"desc": "کلید API اپن‌ای، آنتروپیک یا گوگل دارید؟ مستقیم وصلش کنید به مومنتو. بدون محدودیت اعتبار، فقط همون‌قدر هزینه می‌کنید که واقعاً مصرف کردید.",
"noLockin": "بدون قفل‌شدگی",
"noLockinDesc": "با یه کلیک ارائه‌دهنده عوض کنید.",
"cost": "هزینه بهینه",
"costDesc": "همون قیمت مستقیم API رو می‌دید.",
"configLabel": "تنظیمات چندمنبعی"
},
"cta": {
"title1": "آماده‌اید",
"title2": "استعداد واقعیتون رو شکوفا کنید؟",
"desc": "به هزاران پژوهشگر، طراح و متفکر ملحق بشید که از مومنتو برای ساختن آینده‌شون استفاده می‌کنن.",
"button": "اجرا مومنتو"
},
"footer": {
"desc": "مغز دوم هوشمند با AI. طراحی‌شده برای ذهن‌های خلاق.",
"product": {
"title": "محصول",
"link0": "تغییرات",
"link1": "مستندات",
"link2": "نقشه راه",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "جامعه",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "حقوقی",
"link0": "حریم خصوصی",
"link1": "شرایط استفاده",
"link2": "سیاست کوکی",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -463,8 +463,8 @@
"undoAI": "Annuler la transformation IA",
"undoApplied": "Texte original restauré",
"minWordsError": "La note doit contenir au moins 5 mots pour utiliser les actions IA.",
"wordCountMin": "Veuillez sélectionner au moins {min} mots pour reformuler ({current} mots sélectionnés)",
"wordCountMax": "Veuillez sélectionner au maximum {max} mots pour reformuler ({current} mots sélectionnés)",
"wordCountMin": "Minimum {min} mots requis ({current} actuels)",
"wordCountMax": "Maximum {max} mots autorisés ({current} actuels)",
"genericError": "Erreur IA",
"actionError": "Erreur lors de l'action IA",
"appliedToNote": "Appliqué à la note",
@@ -630,7 +630,9 @@
"presentationReadyBadge": "Présentation prête",
"openInLabTitle": "Ouvrir dans le Lab",
"inlineSummaryMarkdown": "**Résumé :**",
"networkErrorShort": "Erreur réseau."
"networkErrorShort": "Erreur réseau.",
"featureLocked": "Cette fonctionnalité nécessite le plan PRO ou supérieur.",
"quotaExceeded": "Limite mensuelle atteinte. Se réinitialise le mois prochain."
},
"titleSuggestions": {
"available": "Suggestions de titre",
@@ -887,10 +889,11 @@
"showRecentNotes": "Afficher la section Récent",
"showRecentNotesDescription": "Afficher les notes récentes (7 derniers jours) sur la page principale",
"recentNotesUpdateSuccess": "Paramètre des notes récentes mis à jour avec succès",
"recentNotesUpdateFailed": "Échec de la mise à jour du paramètre des notes récentes"
"recentNotesUpdateFailed": "Échec de la mise à jour du paramètre des notes récentes",
"tab": "Profil"
},
"aiSettings": {
"title": "Paramètres IA",
"title": "IA",
"description": "Configurez vos fonctionnalités IA et préférences",
"features": "Fonctionnalités IA",
"provider": "Fournisseur IA",
@@ -917,7 +920,8 @@
"autoLabeling": "Suggestion des labels",
"autoLabelingDesc": "Suggère et applique des étiquettes automatiquement à vos notes",
"noteHistory": "Historique des notes",
"noteHistoryDesc": "Active les snapshots de versions et la restauration depuis History"
"noteHistoryDesc": "Active les snapshots de versions et la restauration depuis History",
"titleSuggestions": "Suggestion de titres"
},
"general": {
"loading": "Chargement...",
@@ -1179,6 +1183,8 @@
"deleteFailed": "Échec de la suppression",
"roleUpdateSuccess": "Rôle de l'utilisateur mis à jour à {role}",
"roleUpdateFailed": "Échec de la mise à jour du rôle",
"tierUpdateSuccess": "Abonnement mis à jour à {tier}",
"tierUpdateFailed": "Échec de la mise à jour de l'abonnement",
"demote": "Rétrograder en utilisateur",
"promote": "Promouvoir en admin",
"confirmDelete": "Êtes-vous sûr ? Cette action est irréversible.",
@@ -1186,6 +1192,7 @@
"name": "Nom",
"email": "Courriel",
"role": "Rôle",
"subscription": "Abonnement",
"createdAt": "Créé le",
"actions": "Actions"
},
@@ -1323,7 +1330,8 @@
"documentation": "Documentation",
"reportIssues": "Signaler des problèmes",
"feedback": "Commentaires"
}
},
"tab": "À propos"
},
"support": {
"title": "Supporter le développement de Memento",
@@ -1377,7 +1385,7 @@
"loading": "Chargement..."
},
"dataManagement": {
"title": "Gestion des données",
"title": "Données",
"toolsDescription": "Outils pour maintenir la santé de votre base de données",
"exporting": "Exportation...",
"importing": "Importation...",
@@ -1439,7 +1447,8 @@
"fontSystem": "Police système par défaut",
"fontInterDefault": "Inter (défaut)",
"fontPlayfairDisplay": "Playfair Display",
"fontJetBrainsMono": "JetBrains Mono"
"fontJetBrainsMono": "JetBrains Mono",
"tab": "Apparence"
},
"usageMeter": {
"packName": "Pack découverte IA",
@@ -1458,10 +1467,15 @@
"proChat": "100 messages de chat / mois",
"later": "Plus tard",
"upgradePricing": "Passer à Pro",
"addApiKey": "Utiliser votre propre clé API (BYOK)"
"addApiKey": "Utiliser votre propre clé API (BYOK)",
"featureReformulate": "Reformulations",
"featureChat": "Messages IA",
"featureBrainstormCreate": "Créations brainstorm",
"featureBrainstormExpand": "Extensions brainstorm",
"featureBrainstormEnrich": "Enrichissements brainstorm"
},
"generalSettings": {
"title": "Paramètres généraux",
"title": "Généraux",
"description": "Paramètres généraux de l'application"
},
"toast": {
@@ -1647,7 +1661,7 @@
"collapse": "Réduire"
},
"mcpSettings": {
"title": "Paramètres MCP",
"title": "MCP",
"description": "Gérez vos clés API et configurez les outils externes",
"whatIsMcp": {
"title": "Qu'est-ce que MCP ?",
@@ -2331,6 +2345,216 @@
"checkoutSuccessBody": "Bienvenue sur {tier}. Vos fonctionnalités sont maintenant débloquées.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"tab": "Facturation",
"currentUsage": "Utilisation actuelle",
"currentPeriod": "Période en cours",
"aiCredits": "Crédits IA",
"used": "utilisés",
"billing": "Facturation",
"renewal": "Renouvellement",
"paidPlanDesc": "Votre abonnement se renouvelle automatiquement.",
"businessDescription": "Pour les équipes et chefs de produit."
},
"landing": {
"nav": {
"features": "Fonctionnalités",
"agents": "Agents IA",
"brainstorm": "Brainstorm",
"pricing": "Tarifs",
"tech": "Architecture",
"login": "Se connecter",
"cta": "Commencez"
},
"hero": {
"badge": "Augmenté par l'Intelligence Artificielle",
"title1": "Votre second cerveau,",
"title2": "enfin amplifié.",
"subtitle": "Momento n'est pas qu'une simple application de notes. C'est un écosystème intelligent qui connecte, analyse et développe vos idées en temps réel grâce à 6 types d'agents IA et une recherche sémantique de pointe.",
"cta": "S'inscrire maintenant",
"secondary": "Voir les fonctionnalités",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"Connexion détectée avec votre projet de design durable de Mars 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 idées générées"
},
"features": {
"label": "Capacités IA",
"title": "Une intelligence fluide,",
"title2": "intégrée à chaque mot.",
"desc": "Momento orchestre vos idées grâce à une architecture multi-fournisseurs.",
"f1Title": "Recherche Sémantique",
"f1Desc": "Ne cherchez plus par mots-clés. Trouvez par concept. Notre moteur hybride Vector + FTS comprend l'intention derrière vos notes.",
"f2Title": "Chat RAG Contextuel",
"f2Desc": "Discutez avec votre savoir. Nos agents lisent vos notes, explorent le web et analysent vos documents pour répondre avec précision.",
"f3Title": "Écriture Augmentée",
"f3Desc": "Reformulation, suggestions de titres, tagging automatique et résumés. L'IA travaille en arrière-plan pour structurer votre pensée."
},
"agents": {
"label": "Agents Spécialisés",
"title": "Déléguez le travail complexe.",
"desc": "6 types d'agents IA autonomes pour automatiser vos recherches, vos résumés et vos présentations.",
"scraper": {
"title": "Scraper",
"desc": "Scrape des URLs, parse les flux RSS et synthétise l'info avec placement d'images intelligent."
},
"researcher": {
"title": "Researcher",
"desc": "Génère des requêtes complexes, explore les sources web et rédige des notes de recherche structurées."
},
"slideGen": {
"title": "Slide Gen",
"desc": "Transforme vos notes en présentations PowerPoint professionnelles ou Slides HTML Interactives."
},
"monitor": {
"title": "Monitor",
"desc": "Analyse continuellement vos carnets pour détecter les tendances et les nouveaux insights."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "Convertit vos idées en diagrammes Excalidraw fluides (Mindmaps, Flowcharts) avec auto-layout."
},
"custom": {
"title": "Custom",
"desc": "Définissez vos propres agents avec des rôles et des sources de données spécifiques."
}
},
"brainstorm": {
"label": "Vagues de Pensée",
"title": "Brainstorming radial en temps réel.",
"waveGeneration": {
"title": "Génération par Vagues",
"desc": "Variations, Analogies, puis Disruptions. L'IA pousse votre concept initial dans ses retranchements."
},
"collaboration": {
"title": "Collaboration Native",
"desc": "Curseurs fantômes IA, avatars synchronisés et déplacement de nœuds en temps réel."
},
"export": {
"title": "Export Sémantique",
"desc": "Convertissez tout votre brainstorm en notes structurées d'un seul clic."
},
"disruptionLabel": "DISRUPTION",
"disruptionText": "Architecture Modulaire 2.0",
"analogyLabel": "ANALOGIE",
"analogyText": "Le cycle des marées"
},
"tech": {
"label": "Architecture & Fournisseurs",
"title": "Connectez votre propre intelligence.",
"tags": {
"title": "Tags",
"desc": "Indépendamment configurable avec n'importe quel modèle."
},
"embeddings": {
"title": "Embeddings",
"desc": "Indépendamment configurable avec n'importe quel modèle."
},
"chatRag": {
"title": "Chat RAG",
"desc": "Indépendamment configurable avec n'importe quel modèle."
}
},
"pricing": {
"label": "Plans & Tarification",
"title": "Choisissez votre niveau d'amplification.",
"desc": "Des options flexibles pour les esprits créatifs, de l'usage individuel aux grandes organisations.",
"monthly": "Mensuel",
"annual": "Annuel",
"perMonth": "/mois",
"perMonthAnnual": "/mois, facturé annuellement",
"perUser": "+ 3,90€/user",
"perUserAnnual": "+ 2,90€/user, facturé annuellement",
"popular": "Le plus populaire",
"basic": {
"name": "Basic",
"desc": "Pour découvrir la magie de Momento.",
"cta": "Commencer",
"feature0": "100 Notes max",
"feature1": "3 Carnets",
"feature2": "50 crédits IA (Lifetime)",
"feature3": "Recherche sémantique",
"feature4": "Historique 7 jours"
},
"pro": {
"name": "Pro",
"desc": "Pour les consultants et créateurs exigeants.",
"cta": "Passer Pro",
"feature0": "Notes illimitées",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 recherches sémantiques",
"feature3": "Agents (12 runs/mois)",
"feature4": "Historique 30 jours",
"feature5": "Support Email"
},
"business": {
"name": "Business",
"desc": "Pour les équipes et chefs de produit.",
"cta": "Choisir Business",
"feature0": "10 Collaborateurs inclus",
"feature1": "BYOK (13 fournisseurs)",
"feature2": "1000 recherches sémantiques",
"feature3": "Agents (60 runs/mois)",
"feature4": "Brainstorm illimité",
"feature5": "Accès API"
},
"enterprise": {
"name": "Enterprise",
"desc": "Mémoire organisationnelle sécurisée.",
"cta": "Contacter Ventes",
"feature0": "Tout Business",
"feature1": "Agents illimités",
"feature2": "SSO / SAML",
"feature3": "Audit Logs & SLA",
"feature4": "Support Dédié",
"feature5": "Onboarding Live"
}
},
"byok": {
"label": "Technologie Cloud Ouverte",
"title": "La stratégie BYOK",
"desc": "Vous possédez déjà des clés API OpenAI, Anthropic ou Google ? Connectez-les directement à Momento. Utilisez l'IA sans limites de crédits imposées, en payant uniquement ce que vous consommez chez votre fournisseur favori.",
"noLockin": "Pas de lock-in",
"noLockinDesc": "Changez de fournisseur en 1 clic.",
"cost": "Coûts optimisés",
"costDesc": "Payez le prix direct API.",
"configLabel": "Config Multi-Fournisseurs"
},
"cta": {
"title1": "Prêt à libérer votre",
"title2": "plein potentiel ?",
"desc": "Rejoignez des milliers de chercheurs, designers et penseurs qui utilisent déjà Momento pour construire leur futur.",
"button": "Lancer Momento"
},
"footer": {
"desc": "Le second cerveau amplifié par l'IA. Pensé pour les esprits créatifs.",
"product": {
"title": "Produit",
"link0": "Changelog",
"link1": "Documentation",
"link2": "Roadmap",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "Communauté",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "Légal",
"link0": "Politique de confidentialité",
"link1": "Conditions d'utilisation",
"link2": "Cookies",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "Failed to update recent notes setting"
},
"aiSettings": {
"title": "AI सेटिंग्स",
"title": "AI",
"description": "अपनी AI-संचालित सुविधाओं और प्राथमिकताओं को कॉन्फ़िगर करें",
"features": "AI सुविधाएं",
"provider": "AI प्रदाता",
@@ -917,7 +917,8 @@
"autoLabeling": "सुझावों को लेबल करें",
"autoLabelingDesc": "स्वचालित रूप से आपके नोट्स पर लेबल सुझाता है और लागू करता है",
"noteHistory": "इतिहास नोट करें",
"noteHistoryDesc": "इतिहास से संस्करण स्नैपशॉट और पुनर्स्थापना सक्षम करें"
"noteHistoryDesc": "इतिहास से संस्करण स्नैपशॉट और पुनर्स्थापना सक्षम करें",
"titleSuggestions": "शीर्षक सुझाव"
},
"general": {
"loading": "लोड हो रहा है...",
@@ -1115,7 +1116,13 @@
"languageDetection": "भाषा पहचान",
"languageDetectionDesc": "प्रत्येक नोट की भाषा का स्वचालित पता लगाएं",
"autoLabeling": "स्वतः लेबलिंग",
"autoLabelingDesc": "लेबल स्वचालित रूप से सुझाएँ और लागू करें"
"autoLabelingDesc": "लेबल स्वचालित रूप से सुझाएँ और लागू करें",
"fallbackSectionTitle": "फ़ॉलबैक प्रदाता (वैकल्पिक)",
"fallbackSectionDescription": "प्रदाता त्रुटियों (429, 5xx) पर स्वतः उपयोग। 1.5 सेकंड में एक पुनः प्रयास।",
"fallbackProvider": "फ़ॉलबैक प्रदाता",
"fallbackModel": "फ़ॉलबैक मॉडल",
"fallbackNone": "कोई नहीं (अक्षम)",
"fallbackModelPlaceholder": "उदा. gpt-4o-mini"
},
"resend": {
"title": "Resend (अनुशंसित)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "हटाने में विफल",
"roleUpdateSuccess": "उपयोगकर्ता भूमिका को {role} में अपडेट किया गया",
"roleUpdateFailed": "भूमिका अपडेट करने में विफल",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "अवमत करें",
"promote": "पदोन्नत करें",
"confirmDelete": "Are you sure? This action cannot be undone.",
@@ -1180,6 +1189,7 @@
"name": "नाम",
"email": "ईमेल",
"role": "भूमिका",
"subscription": "Subscription",
"createdAt": "बनाया गया",
"actions": "कार्रवाई"
},
@@ -1371,7 +1381,7 @@
"loading": "लोड हो रहा है..."
},
"dataManagement": {
"title": "डेटा प्रबंधन",
"title": "Data",
"toolsDescription": "अपने डेटाबेस स्वास्थ्य को बनाए रखने के लिए उपकरण",
"exporting": "निर्यात हो रहा है...",
"importing": "आयात हो रहा है...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "सामान्य सेटिंग्स",
"title": "General",
"description": "सामान्य एप्लिकेशन सेटिंग्स"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "संकुचित करें"
},
"mcpSettings": {
"title": "MCP सेटिंग्स",
"title": "MCP",
"description": "API कुंजियाँ प्रबंधित करें और बाहरी टूल कॉन्फ़िगर करें",
"whatIsMcp": {
"title": "MCP क्या है?",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "सत्र के होस्ट की AI सीमा समाप्त हो गई है। उनसे अपना प्लान अपग्रेड करने को कहें।",
"quotaHost": "इस ब्रेनस्टॉर्म के लिए आपकी AI सीमा समाप्त हो गई है। जारी रखने के लिए प्लान अपग्रेड करें।"
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "{tier} में आपका स्वागत है।",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "वर्तमान उपयोग",
"currentPeriod": "वर्तमान अवधि",
"aiCredits": "AI क्रेडिट",
"used": "उपयोग किया",
"billing": "बिलिंग",
"renewal": "नवीनीकरण",
"paidPlanDesc": "आपकी सदस्यता स्वचालित रूप से नवीनीकरण होती है।",
"businessDescription": "टीमों और उत्पाद नेताओं के लिए।"
},
"landing": {
"nav": {
"features": "सुविधाएँ",
"agents": "AI एजेंट",
"brainstorm": "Brainstorm",
"pricing": "मूल्य",
"tech": "आर्किटेक्चर",
"login": "लॉग इन",
"cta": "शुरू करें"
},
"hero": {
"badge": "कृत्रिम बुद्धिमत्ता से संचालित",
"title1": "आपका दूसरा दिमाग,",
"title2": "आखिरकार प्रबलित।",
"subtitle": "Momento सिर्फ़ नोट ऐप नहीं है। यह एक बुद्धिमान इकोसिस्टम है जो 6 प्रकार के AI एजेंट और अत्याधुनिक सिमैंटिक खोज के साथ आपके विचारों को रियल टाइम में जोड़ता, विश्लेषण करता और विकसित करता है।",
"cta": "अभी साइन अप करें",
"secondary": "सुविधाएँ देखें",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"मार्च 2024 के आपके सतत डिज़ाइन प्रोजेक्ट से कनेक्शन मिला...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 विचार जनरेट"
},
"features": {
"label": "AI क्षमताएँ",
"title": "प्रवाही बुद्धि,",
"title2": "हर शब्द में बुनी हुई।",
"desc": "Momento मल्टी-प्रोवाइडर आर्किटेक्चर से आपके विचारों को व्यवस्थित करता है।",
"f1Title": "सिमैंटिक खोज",
"f1Desc": "कीवर्ड से खोजना छोड़ें। अवधारणा से खोजें। हमारा हाइब्रिड Vector + FTS इंजन आपके नोट्स के पीछे के इरादे को समझता है।",
"f2Title": "संदर्भित RAG चैट",
"f2Desc": "अपने ज्ञान से बात करें। हमारे एजेंट नोट्स पढ़ते हैं, वेब खोजते हैं और दस्तावेज़ विश्लेषण कर सटीक उत्तर देते हैं।",
"f3Title": "संवर्धित लेखन",
"f3Desc": "पुनर्लेखन, शीर्षक सुझाव, ऑटो-टैगिंग और सारांश। AI पृष्ठभूमि में आपकी सोच को संरचित करता है।"
},
"agents": {
"label": "विशेषज्ञ एजेंट",
"title": "जटिल काम सौंपें।",
"desc": "6 प्रकार के स्वायत्त AI एजेंट आपके शोध, सारांश और प्रस्तुतियों को स्वचालित करते हैं।",
"scraper": {
"title": "Scraper",
"desc": "URL स्क्रैप करता है, RSS पार्स करता है और स्मार्ट इमेज प्लेसमेंट के साथ जानकारी संश्लेषित करता है।"
},
"researcher": {
"title": "Researcher",
"desc": "जटिल क्वेरी बनाता है, वेब स्रोत खोजता है और संरचित शोध नोट्स लिखता है।"
},
"slideGen": {
"title": "Slide Gen",
"desc": "आपके नोट्स को प्रोफेशनल PowerPoint या इंटरैक्टिव HTML स्लाइड में बदलता है।"
},
"monitor": {
"title": "Monitor",
"desc": "ट्रेंड और नई अंतर्दृष्टि के लिए आपके नोटबुक का निरंतर विश्लेषण करता है।"
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "विचारों को Excalidraw के प्रवाही आरेख (माइंडमैप, फ्लोचार्ट) में ऑटो-लेआउट के साथ बदलता है।"
},
"custom": {
"title": "Custom",
"desc": "विशिष्ट भूमिकाओं और डेटा स्रोतों के साथ अपने एजेंट परिभाषित करें।"
}
},
"brainstorm": {
"label": "विचार की लहरें",
"title": "रियल टाइम रेडियल ब्रेनस्टॉर्मिंग।",
"waveGeneration": {
"title": "वेव जनरेशन",
"desc": "विविधता, सादृश्य, फिर व्यवधान। AI आपकी प्रारंभिक अवधारणा को उसकी सीमा तक धकेलता है।"
},
"collaboration": {
"title": "मूल सहयोग",
"desc": "AI घोस्ट कर्सर, सिंक अवतार और रियल टाइम नोड मूवमेंट।"
},
"export": {
"title": "सिमैंटिक निर्यात",
"desc": "पूरा ब्रेनस्टॉर्म एक क्लिक में संरचित नोट्स में बदलें।"
},
"disruptionLabel": "व्यवधान",
"disruptionText": "मॉड्यूलर आर्किटेक्चर 2.0",
"analogyLabel": "सादृश्य",
"analogyText": "ज्वार का चक्र"
},
"tech": {
"label": "आर्किटेक्चर और प्रोवाइडर",
"title": "अपना AI मॉडल कनेक्ट करें।",
"tags": {
"title": "Tags",
"desc": "किसी भी मॉडल के साथ स्वतंत्र रूप से कॉन्फ़िगर करने योग्य।"
},
"embeddings": {
"title": "Embeddings",
"desc": "किसी भी मॉडल के साथ स्वतंत्र रूप से कॉन्फ़िगर करने योग्य।"
},
"chatRag": {
"title": "Chat RAG",
"desc": "किसी भी मॉडल के साथ स्वतंत्र रूप से कॉन्फ़िगर करने योग्य।"
}
},
"pricing": {
"label": "प्लान और मूल्य",
"title": "अपना प्रबलन स्तर चुनें।",
"desc": "रचनात्मक दिमागों के लिए लचीले विकल्प — व्यक्तिगत उपयोग से बड़े संगठनों तक।",
"monthly": "मासिक",
"annual": "वार्षिक",
"perMonth": "/माह",
"perMonthAnnual": "/माह, वार्षिक बिलिंग",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "सबसे लोकप्रिय",
"basic": {
"name": "Basic",
"desc": "Momento का जादू खोजें।",
"cta": "शुरू करें",
"feature0": "अधिकतम 100 नोट",
"feature1": "3 नोटबुक",
"feature2": "50 AI क्रेडिट (आजीवन)",
"feature3": "सिमैंटिक खोज",
"feature4": "7 दिन का इतिहास"
},
"pro": {
"name": "Pro",
"desc": "मांग वाले सलाहकारों और रचनाकारों के लिए।",
"cta": "Pro में अपग्रेड",
"feature0": "असीमित नोट",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 सिमैंटिक खोज",
"feature3": "एजेंट (12 रन/माह)",
"feature4": "30 दिन का इतिहास",
"feature5": "ईमेल सहायता"
},
"business": {
"name": "Business",
"desc": "टीमों और प्रोडक्ट मैनेजरों के लिए।",
"cta": "Business चुनें",
"feature0": "10 सहयोगी शामिल",
"feature1": "BYOK (13 प्रोवाइडर)",
"feature2": "1000 सिमैंटिक खोज",
"feature3": "एजेंट (60 रन/माह)",
"feature4": "असीमित ब्रेनस्टॉर्म",
"feature5": "API एक्सेस"
},
"enterprise": {
"name": "Enterprise",
"desc": "सुरक्षित संगठनात्मक स्मृति।",
"cta": "बिक्री से संपर्क",
"feature0": "Business की सब कुछ",
"feature1": "असीमित एजेंट",
"feature2": "SSO / SAML",
"feature3": "Audit Logs और SLA",
"feature4": "समर्पित सहायता",
"feature5": "लाइव ऑनबोर्डिंग"
}
},
"byok": {
"label": "ओपन क्लाउड तकनीक",
"title": "BYOK रणनीति",
"desc": "पहले से OpenAI, Anthropic या Google API कुंजी हैं? सीधे Momento से जोड़ें। बिना लागू क्रेडिट सीमा के AI उपयोग करें, केवल पसंदीदा प्रोवाइडर पर वास्तविक खपत का भुगतान करें।",
"noLockin": "कोई लॉक-इन नहीं",
"noLockinDesc": "1 क्लिक में प्रोवाइडर बदलें।",
"cost": "अनुकूलित लागत",
"costDesc": "सीधी API कीमत चुकाएँ।",
"configLabel": "मल्टी-प्रोवाइडर कॉन्फ़िग"
},
"cta": {
"title1": "अपनी",
"title2": "पूरी क्षमता खोलने के लिए तैयार?",
"desc": "हज़ारों शोधकर्ताओं, डिज़ाइनरों और विचारकों से जुड़ें जो Momento से अपना भविष्य बना रहे हैं।",
"button": "Momento लॉन्च करें"
},
"footer": {
"desc": "AI-प्रबलित दूसरा दिमाग। रचनात्मक दिमागों के लिए।",
"product": {
"title": "उत्पाद",
"link0": "चेंजलॉग",
"link1": "दस्तावेज़",
"link2": "रोडमैप",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "समुदाय",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "कानूनी",
"link0": "गोपनीयता",
"link1": "सेवा की शर्तें",
"link2": "कुकी नीति",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -400,7 +400,7 @@
"transformError": "Error during transformation",
"convertToRichtext": "Converti in Rich Text",
"convertingToRichtext": "Conversione...",
"assistant": "AI Assistant",
"assistant": "AI Note",
"generating": "Generating...",
"generateTitles": "Generate titles",
"reformulateText": "Reformulate text",
@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "Failed to update recent notes setting"
},
"aiSettings": {
"title": "Impostazioni AI",
"title": "AI",
"description": "Configura le funzionalità AI e le preferenze",
"features": "Funzionalità AI",
"provider": "Provider AI",
@@ -917,7 +917,8 @@
"autoLabeling": "Suggerimenti per le etichette",
"autoLabelingDesc": "Suggerisce e applica automaticamente le etichette alle tue note",
"noteHistory": "Nota la storia",
"noteHistoryDesc": "Abilita gli snapshot della versione e il ripristino dalla cronologia"
"noteHistoryDesc": "Abilita gli snapshot della versione e il ripristino dalla cronologia",
"titleSuggestions": "Suggerimento titoli"
},
"general": {
"loading": "Caricamento...",
@@ -1115,7 +1116,13 @@
"languageDetection": "Rilevamento lingua",
"languageDetectionDesc": "Rileva automaticamente la lingua di ogni nota",
"autoLabeling": "Etichettatura automatica",
"autoLabelingDesc": "Suggerisce e applica etichette automaticamente"
"autoLabelingDesc": "Suggerisce e applica etichette automaticamente",
"fallbackSectionTitle": "Provider di riserva (opzionale)",
"fallbackSectionDescription": "Usato automaticamente in caso di errori del provider (429, 5xx). Un solo nuovo tentativo entro 1,5 s.",
"fallbackProvider": "Provider di riserva",
"fallbackModel": "Modello di riserva",
"fallbackNone": "Nessuno (disattivato)",
"fallbackModelPlaceholder": "es. gpt-4o-mini"
},
"resend": {
"title": "Resend (Consigliato)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "Failed to delete",
"roleUpdateSuccess": "User role updated to {role}",
"roleUpdateFailed": "Failed to update role",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "Declassa",
"promote": "Promuovi",
"confirmDelete": "Sei sicuro di voler eliminare questo utente?",
@@ -1180,6 +1189,7 @@
"name": "Name",
"email": "Email",
"role": "Role",
"subscription": "Subscription",
"createdAt": "Created At",
"actions": "Actions"
},
@@ -1371,7 +1381,7 @@
"loading": "Caricamento..."
},
"dataManagement": {
"title": "Data Management",
"title": "Data",
"toolsDescription": "Tools to maintain your database health",
"exporting": "Esportazione in corso...",
"importing": "Importazione in corso...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "Impostazioni generali",
"title": "General",
"description": "Impostazioni generali dell'applicazione"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "Comprimi"
},
"mcpSettings": {
"title": "Impostazioni MCP",
"title": "MCP",
"description": "Gestisci le chiavi API e configura gli strumenti esterni",
"whatIsMcp": {
"title": "Cos'è MCP?",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "L'host della sessione ha raggiunto il limite IA. Chiedigli di aggiornare il piano.",
"quotaHost": "Hai raggiunto il limite IA per questo brainstorm. Passa a un piano superiore per continuare."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "Benvenuto su {tier}. Le tue funzionalità sono ora sbloccate.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "Utilizzo attuale",
"currentPeriod": "Periodo corrente",
"aiCredits": "Crediti IA",
"used": "utilizzati",
"billing": "Fatturazione",
"renewal": "Rinnovo",
"paidPlanDesc": "Il tuo abbonamento si rinnova automaticamente.",
"businessDescription": "Per team e responsabili di prodotto."
},
"landing": {
"nav": {
"features": "Funzionalità",
"agents": "Agenti IA",
"brainstorm": "Brainstorm",
"pricing": "Prezzi",
"tech": "Architettura",
"login": "Accedi",
"cta": "Inizia"
},
"hero": {
"badge": "Potenziato dall'intelligenza artificiale",
"title1": "Il tuo secondo cervello,",
"title2": "finalmente amplificato.",
"subtitle": "Momento è più di un'app per appunti. È un ecosistema intelligente che collega, analizza e sviluppa le tue idee in tempo reale con 6 tipi di agenti IA e ricerca semantica all'avanguardia.",
"cta": "Registrati ora",
"secondary": "Scopri le funzionalità",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"Connessione rilevata con il tuo progetto di design sostenibile di marzo 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 idee generate"
},
"features": {
"label": "Capacità IA",
"title": "Intelligenza fluida,",
"title2": "intrecciata in ogni parola.",
"desc": "Momento orchestra le tue idee attraverso un'architettura multi-provider.",
"f1Title": "Ricerca semantica",
"f1Desc": "Smetti di cercare per parole chiave. Trova per concetto. Il nostro motore ibrido Vector + FTS comprende l'intento dietro le tue note.",
"f2Title": "Chat RAG contestuale",
"f2Desc": "Parla con la tua conoscenza. I nostri agenti leggono le tue note, esplorano il web e analizzano i documenti per rispondere con precisione.",
"f3Title": "Scrittura aumentata",
"f3Desc": "Riformulazione, suggerimenti di titoli, tagging automatico e riassunti. L'IA lavora in background per strutturare il tuo pensiero."
},
"agents": {
"label": "Agenti specializzati",
"title": "Delega il lavoro complesso.",
"desc": "6 tipi di agenti IA autonomi per automatizzare ricerche, riassunti e presentazioni.",
"scraper": {
"title": "Scraper",
"desc": "Estrae URL, analizza feed RSS e sintetizza informazioni con posizionamento intelligente delle immagini."
},
"researcher": {
"title": "Researcher",
"desc": "Genera query complesse, esplora fonti web e scrive note di ricerca strutturate."
},
"slideGen": {
"title": "Slide Gen",
"desc": "Trasforma le tue note in presentazioni PowerPoint professionali o slide HTML interattive."
},
"monitor": {
"title": "Monitor",
"desc": "Analizza continuamente i tuoi quaderni per rilevare tendenze e nuovi insight."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "Converte le tue idee in diagrammi Excalidraw fluidi (mappe mentali, flowchart) con auto-layout."
},
"custom": {
"title": "Custom",
"desc": "Definisci agenti personalizzati con ruoli e fonti dati specifici."
}
},
"brainstorm": {
"label": "Onde di pensiero",
"title": "Brainstorming radiale in tempo reale.",
"waveGeneration": {
"title": "Generazione a onde",
"desc": "Variazioni, analogie e poi disruption. L'IA spinge il tuo concetto iniziale ai suoi limiti."
},
"collaboration": {
"title": "Collaborazione nativa",
"desc": "Cursori fantasma IA, avatar sincronizzati e spostamento nodi in tempo reale."
},
"export": {
"title": "Export semantico",
"desc": "Converti l'intero brainstorming in note strutturate con un clic."
},
"disruptionLabel": "DISRUPTION",
"disruptionText": "Architettura modulare 2.0",
"analogyLabel": "ANALOGIA",
"analogyText": "Il ciclo delle maree"
},
"tech": {
"label": "Architettura e provider",
"title": "Collega il tuo modello IA.",
"tags": {
"title": "Tags",
"desc": "Configurabile indipendentemente con qualsiasi modello."
},
"embeddings": {
"title": "Embeddings",
"desc": "Configurabile indipendentemente con qualsiasi modello."
},
"chatRag": {
"title": "Chat RAG",
"desc": "Configurabile indipendentemente con qualsiasi modello."
}
},
"pricing": {
"label": "Piani e prezzi",
"title": "Scegli il tuo livello di amplificazione.",
"desc": "Opzioni flessibili per menti creative, dall'uso individuale alle grandi organizzazioni.",
"monthly": "Mensile",
"annual": "Annuale",
"perMonth": "/mese",
"perMonthAnnual": "/mese, fatturato annualmente",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "Più popolare",
"basic": {
"name": "Basic",
"desc": "Scopri la magia di Momento.",
"cta": "Inizia",
"feature0": "100 note max",
"feature1": "3 quaderni",
"feature2": "50 crediti IA (a vita)",
"feature3": "Ricerca semantica",
"feature4": "Cronologia 7 giorni"
},
"pro": {
"name": "Pro",
"desc": "Per consulenti e creatori esigenti.",
"cta": "Passa a Pro",
"feature0": "Note illimitate",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 ricerche semantiche",
"feature3": "Agenti (12 esecuzioni/mese)",
"feature4": "Cronologia 30 giorni",
"feature5": "Supporto email"
},
"business": {
"name": "Business",
"desc": "Per team e product manager.",
"cta": "Scegli Business",
"feature0": "10 collaboratori inclusi",
"feature1": "BYOK (13 provider)",
"feature2": "1000 ricerche semantiche",
"feature3": "Agenti (60 esecuzioni/mese)",
"feature4": "Brainstorm illimitato",
"feature5": "Accesso API"
},
"enterprise": {
"name": "Enterprise",
"desc": "Memoria organizzativa sicura.",
"cta": "Contatta vendite",
"feature0": "Tutto Business",
"feature1": "Agenti illimitati",
"feature2": "SSO / SAML",
"feature3": "Audit Logs e SLA",
"feature4": "Supporto dedicato",
"feature5": "Onboarding live"
}
},
"byok": {
"label": "Tecnologia cloud aperta",
"title": "La strategia BYOK",
"desc": "Hai già chiavi API OpenAI, Anthropic o Google? Collegale direttamente a Momento. Usa l'IA senza limiti di credito imposti, pagando solo ciò che consumi dal tuo provider preferito.",
"noLockin": "Nessun lock-in",
"noLockinDesc": "Cambia provider in 1 clic.",
"cost": "Costi ottimizzati",
"costDesc": "Paga il prezzo API diretto.",
"configLabel": "Config multi-provider"
},
"cta": {
"title1": "Pronto a liberare il tuo",
"title2": "pieno potenziale?",
"desc": "Unisciti a migliaia di ricercatori, designer e pensatori che usano già Momento per costruire il loro futuro.",
"button": "Avvia Momento"
},
"footer": {
"desc": "Il secondo cervello amplificato dall'IA. Pensato per menti creative.",
"product": {
"title": "Prodotto",
"link0": "Changelog",
"link1": "Documentazione",
"link2": "Roadmap",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "Community",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "Legale",
"link0": "Privacy",
"link1": "Termini di servizio",
"link2": "Cookie",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "最近のノート設定の更新に失敗しました"
},
"aiSettings": {
"title": "AI設定",
"title": "AI",
"description": "AI機能と設定を構成",
"features": "AI機能",
"provider": "AIプロバイダー",
@@ -917,7 +917,8 @@
"autoLabeling": "ラベルの提案",
"autoLabelingDesc": "ラベルを自動的に提案してメモに適用します",
"noteHistory": "メモ履歴",
"noteHistoryDesc": "バージョンのスナップショットと履歴からの復元を有効にする"
"noteHistoryDesc": "バージョンのスナップショットと履歴からの復元を有効にする",
"titleSuggestions": "タイトル提案"
},
"general": {
"loading": "読み込み中...",
@@ -1115,7 +1116,13 @@
"languageDetection": "言語検出",
"languageDetectionDesc": "各ノートの言語を自動検出",
"autoLabeling": "自動ラベリング",
"autoLabelingDesc": "ラベルを自動で提案・適用"
"autoLabelingDesc": "ラベルを自動で提案・適用",
"fallbackSectionTitle": "フォールバックプロバイダー(任意)",
"fallbackSectionDescription": "プロバイダーエラー時429、5xxに自動使用。1.5秒以内に1回再試行。",
"fallbackProvider": "フォールバックプロバイダー",
"fallbackModel": "フォールバックモデル",
"fallbackNone": "なし(無効)",
"fallbackModelPlaceholder": "例: gpt-4o-mini"
},
"resend": {
"title": "Resend推奨",
@@ -1173,6 +1180,8 @@
"deleteFailed": "削除に失敗しました",
"roleUpdateSuccess": "ユーザーの役割が{role}に更新されました",
"roleUpdateFailed": "役割の更新に失敗しました",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "降格",
"promote": "昇格",
"confirmDelete": "よろしいですか?この操作は元に戻せません。",
@@ -1180,6 +1189,7 @@
"name": "名前",
"email": "メール",
"role": "役割",
"subscription": "Subscription",
"createdAt": "作成日",
"actions": "アクション"
},
@@ -1371,7 +1381,7 @@
"loading": "読み込み中..."
},
"dataManagement": {
"title": "データ管理",
"title": "Data",
"toolsDescription": "データベースの健全性を維持するツール",
"exporting": "エクスポート中...",
"importing": "インポート中...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "一般設定",
"title": "General",
"description": "一般的なアプリケーション設定"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "折りたたむ"
},
"mcpSettings": {
"title": "MCP設定",
"title": "MCP",
"description": "APIキーの管理と外部ツールの設定",
"whatIsMcp": {
"title": "MCPとは",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "セッションのホストがAI利用上限に達しました。プランのアップグレードを依頼してください。",
"quotaHost": "このブレインストームのAI上限に達しました。続けるにはプランをアップグレードしてください。"
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "{tier}へようこそ。機能が解放されました。",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "現在の使用量",
"currentPeriod": "現在の期間",
"aiCredits": "AIクレジット",
"used": "使用済み",
"billing": "請求",
"renewal": "更新",
"paidPlanDesc": "サブスクリプションは自動更新されます。",
"businessDescription": "チームとプロダクトリーダー向け。"
},
"landing": {
"nav": {
"features": "機能",
"agents": "AIエージェント",
"brainstorm": "Brainstorm",
"pricing": "料金",
"tech": "アーキテクチャ",
"login": "ログイン",
"cta": "はじめる"
},
"hero": {
"badge": "人工知能で強化",
"title1": "あなたの第二の脳、",
"title2": "ついに増幅される。",
"subtitle": "Momentoは単なるメモアプリではありません。6種類のAIエージェントと最先端のセマンティック検索で、アイデアをリアルタイムに接続・分析・発展させるインテリジェントなエコシステムです。",
"cta": "今すぐ登録",
"secondary": "機能を見る",
"memoryEcho": "Memory Echo",
"memoryEchoText": "「2024年3月のサステナブルデザインプロジェクトとの関連を検出しました...」",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12件のアイデアを生成"
},
"features": {
"label": "AI機能",
"title": "流れるような知性、",
"title2": "言葉のひとつひとつに織り込まれる。",
"desc": "Momentoはマルチプロバイダーアーキテクチャでアイデアを統合します。",
"f1Title": "セマンティック検索",
"f1Desc": "キーワード検索はもう不要。概念で探せます。ハイブリッドのVector + FTSエンジンがートの意図を理解します。",
"f2Title": "コンテキストRAGチャット",
"f2Desc": "知識と対話できます。エージェントがートを読み、Webを探索し、文書を分析して正確に回答します。",
"f3Title": "拡張ライティング",
"f3Desc": "言い換え、タイトル提案、自動タグ付け、要約。AIがバックグラウンドで思考を整理します。"
},
"agents": {
"label": "専門エージェント",
"title": "複雑な作業を任せましょう。",
"desc": "調査・要約・プレゼンを自動化する6種類の自律型AIエージェント。",
"scraper": {
"title": "Scraper",
"desc": "URLを取得しRSSを解析、画像配置も賢く情報を統合します。"
},
"researcher": {
"title": "Researcher",
"desc": "複雑なクエリを生成しWebソースを探索、構造化された調査ートを作成します。"
},
"slideGen": {
"title": "Slide Gen",
"desc": "ートをプロ品質のPowerPointやインタラクティブHTMLスライドに変換します。"
},
"monitor": {
"title": "Monitor",
"desc": "ノートブックを継続分析し、トレンドや新しいインサイトを検出します。"
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "アイデアをExcalidrawの滑らかな図マインドマップ、フローチャートに自動レイアウトで変換します。"
},
"custom": {
"title": "Custom",
"desc": "役割とデータソースを指定した独自エージェントを定義できます。"
}
},
"brainstorm": {
"label": "思考の波",
"title": "リアルタイムの放射状ブレインストーム。",
"waveGeneration": {
"title": "ウェーブ生成",
"desc": "バリエーション、アナロジー、そしてディスラプション。AIが初期コンセプトを限界まで押し広げます。"
},
"collaboration": {
"title": "ネイティブコラボレーション",
"desc": "AIゴーストカーソル、同期アバター、ードのリアルタイム移動。"
},
"export": {
"title": "セマンティックエクスポート",
"desc": "ブレインストーム全体をワンクリックで構造化ノートに変換。"
},
"disruptionLabel": "ディスラプション",
"disruptionText": "モジュラーアーキテクチャ 2.0",
"analogyLabel": "アナロジー",
"analogyText": "潮汐のサイクル"
},
"tech": {
"label": "アーキテクチャとプロバイダー",
"title": "独自のAIモデルを接続。",
"tags": {
"title": "Tags",
"desc": "任意のモデルで独立して設定可能。"
},
"embeddings": {
"title": "Embeddings",
"desc": "任意のモデルで独立して設定可能。"
},
"chatRag": {
"title": "Chat RAG",
"desc": "任意のモデルで独立して設定可能。"
}
},
"pricing": {
"label": "プランと料金",
"title": "増幅レベルを選びましょう。",
"desc": "個人利用から大規模組織まで、クリエイティブな方に柔軟な選択肢。",
"monthly": "月額",
"annual": "年額",
"perMonth": "/月",
"perMonthAnnual": "/月(年払い)",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "最も人気",
"basic": {
"name": "Basic",
"desc": "Momentoの魔法を体験。",
"cta": "はじめる",
"feature0": "最大100ート",
"feature1": "3ートブック",
"feature2": "AIクレジット50生涯",
"feature3": "セマンティック検索",
"feature4": "7日間の履歴"
},
"pro": {
"name": "Pro",
"desc": "高い要求を持つコンサル・クリエイター向け。",
"cta": "Proにアップグレード",
"feature0": "無制限ノート",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "セマンティック検索200回",
"feature3": "エージェント月12回",
"feature4": "30日間の履歴",
"feature5": "メールサポート"
},
"business": {
"name": "Business",
"desc": "チームとプロダクトマネージャー向け。",
"cta": "Businessを選択",
"feature0": "10名のコラボレーター込み",
"feature1": "BYOK13プロバイダー",
"feature2": "セマンティック検索1000回",
"feature3": "エージェント月60回",
"feature4": "無制限ブレインストーム",
"feature5": "APIアクセス"
},
"enterprise": {
"name": "Enterprise",
"desc": "安全な組織メモリ。",
"cta": "営業に問い合わせ",
"feature0": "Businessの全機能",
"feature1": "無制限エージェント",
"feature2": "SSO / SAML",
"feature3": "監査ログとSLA",
"feature4": "専任サポート",
"feature5": "ライブオンボーディング"
}
},
"byok": {
"label": "オープンクラウド技術",
"title": "BYOK戦略",
"desc": "OpenAI、Anthropic、GoogleのAPIキーをお持ちですかMomentoに直接接続。クレジット上限なしで、お好みのプロバイダーの実消費分だけお支払い。",
"noLockin": "ロックインなし",
"noLockinDesc": "ワンクリックでプロバイダー変更。",
"cost": "最適化されたコスト",
"costDesc": "APIの直接価格で支払い。",
"configLabel": "マルチプロバイダー設定"
},
"cta": {
"title1": "あなたの",
"title2": "可能性を解き放つ準備はできましたか?",
"desc": "Momentoで未来を築く研究者、デザイナー、思想家の仲間入りを。",
"button": "Momentoを起動"
},
"footer": {
"desc": "AIで増幅された第二の脳。クリエイティブな方のために。",
"product": {
"title": "製品",
"link0": "変更履歴",
"link1": "ドキュメント",
"link2": "ロードマップ",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "コミュニティ",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "法的情報",
"link0": "プライバシー",
"link1": "利用規約",
"link2": "Cookie",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "최근 노트 설정 업데이트 실패"
},
"aiSettings": {
"title": "AI 설정",
"title": "AI",
"description": "AI 기반 기능 및 환경설정 구성",
"features": "AI 기능",
"provider": "AI 공급자",
@@ -917,7 +917,8 @@
"autoLabeling": "라벨 제안",
"autoLabelingDesc": "노트에 라벨을 자동으로 제안하고 적용합니다.",
"noteHistory": "메모 기록",
"noteHistoryDesc": "버전 스냅샷 및 기록 복원 활성화"
"noteHistoryDesc": "버전 스냅샷 및 기록 복원 활성화",
"titleSuggestions": "제목 제안"
},
"general": {
"loading": "로딩 중...",
@@ -1115,7 +1116,13 @@
"languageDetection": "언어 감지",
"languageDetectionDesc": "각 노트의 언어 자동 감지",
"autoLabeling": "자동 라벨링",
"autoLabelingDesc": "라벨 자동 제안 및 적용"
"autoLabelingDesc": "라벨 자동 제안 및 적용",
"fallbackSectionTitle": "대체 제공업체(선택)",
"fallbackSectionDescription": "제공업체 오류(429, 5xx) 시 자동 사용. 1.5초 이내 1회 재시도.",
"fallbackProvider": "대체 제공업체",
"fallbackModel": "대체 모델",
"fallbackNone": "없음(비활성화)",
"fallbackModelPlaceholder": "예: gpt-4o-mini"
},
"resend": {
"title": "Resend (권장)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "삭제 실패",
"roleUpdateSuccess": "사용자 역할이 {role}(으)로 업데이트되었습니다",
"roleUpdateFailed": "역할 업데이트 실패",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "강등",
"promote": "승격",
"confirmDelete": "확실합니까? 이 작업은 되돌릴 수 없습니다.",
@@ -1180,6 +1189,7 @@
"name": "이름",
"email": "이메일",
"role": "역할",
"subscription": "Subscription",
"createdAt": "생성일",
"actions": "작업"
},
@@ -1371,7 +1381,7 @@
"loading": "로딩 중..."
},
"dataManagement": {
"title": "데이터 관리",
"title": "Data",
"toolsDescription": "데이터베이스 상태를 유지하는 도구",
"exporting": "내보내는 중...",
"importing": "가져오는 중...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "일반 설정",
"title": "General",
"description": "일반 애플리케이션 설정"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "접기"
},
"mcpSettings": {
"title": "MCP 설정",
"title": "MCP",
"description": "API 키 관리 및 외부 도구 구성",
"whatIsMcp": {
"title": "MCP란 무엇인가요?",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "세션 호스트의 AI 한도에 도달했습니다. 플랜 업그레이드를 요청하세요.",
"quotaHost": "이 브레인스토밍의 AI 한도에 도달했습니다. 계속하려면 플랜을 업그레이드하세요."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "{tier}에 오신 것을 환영합니다.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "현재 사용량",
"currentPeriod": "현재 기간",
"aiCredits": "AI 크레딧",
"used": "사용됨",
"billing": "결제",
"renewal": "갱신",
"paidPlanDesc": "구독이 자동으로 갱신됩니다.",
"businessDescription": "팀 및 프로덕트 리더를 위한 요금제."
},
"landing": {
"nav": {
"features": "기능",
"agents": "AI 에이전트",
"brainstorm": "Brainstorm",
"pricing": "요금",
"tech": "아키텍처",
"login": "로그인",
"cta": "시작하기"
},
"hero": {
"badge": "인공지능으로 구동",
"title1": "당신의 제2의 뇌,",
"title2": "드디어 증폭됩니다.",
"subtitle": "Momento는 단순한 메모 앱이 아닙니다. 6종류의 AI 에이전트와 최첨단 시맨틱 검색으로 아이디어를 실시간으로 연결·분석·발전시키는 지능형 생태계입니다.",
"cta": "지금 가입하기",
"secondary": "기능 보기",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"2024년 3월 지속 가능 디자인 프로젝트와의 연결 감지...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12개 아이디어 생성"
},
"features": {
"label": "AI 역량",
"title": "유연한 지능,",
"title2": "모든 단어에 스며듭니다.",
"desc": "Momento는 멀티 프로바이더 아키텍처로 아이디어를 조율합니다.",
"f1Title": "시맨틱 검색",
"f1Desc": "키워드 검색은 그만. 개념으로 찾으세요. 하이브리드 Vector + FTS 엔진이 노트 뒤의 의도를 이해합니다.",
"f2Title": "컨텍스트 RAG 채팅",
"f2Desc": "지식과 대화하세요. 에이전트가 노트를 읽고, 웹을 탐색하며, 문서를 분석해 정확히 답합니다.",
"f3Title": "증강 글쓰기",
"f3Desc": "재작성, 제목 제안, 자동 태깅, 요약. AI가 백그라운드에서 사고를 구조화합니다."
},
"agents": {
"label": "전문 에이전트",
"title": "복잡한 작업을 위임하세요.",
"desc": "연구, 요약, 프레젠테이션을 자동화하는 6종류의 자율 AI 에이전트.",
"scraper": {
"title": "Scraper",
"desc": "URL을 수집하고 RSS를 파싱하며 이미지 배치까지 똑똑하게 정보를 종합합니다."
},
"researcher": {
"title": "Researcher",
"desc": "복잡한 쿼리를 생성하고 웹 소스를 탐색해 구조화된 연구 노트를 작성합니다."
},
"slideGen": {
"title": "Slide Gen",
"desc": "노트를 전문 PowerPoint 또는 인터랙티브 HTML 슬라이드로 변환합니다."
},
"monitor": {
"title": "Monitor",
"desc": "노트북을 지속 분석해 트렌드와 새로운 인사이트를 감지합니다."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "아이디어를 Excalidraw의 유려한 다이어그램(마인드맵, 플로차트)으로 자동 배치합니다."
},
"custom": {
"title": "Custom",
"desc": "역할과 데이터 소스를 지정한 맞춤 에이전트를 정의하세요."
}
},
"brainstorm": {
"label": "사고의 파동",
"title": "실시간 방사형 브레인스토밍.",
"waveGeneration": {
"title": "웨이브 생성",
"desc": "변형, 유추, 그다음 파괴적 혁신. AI가 초기 개념을 한계까지 밀어냅니다."
},
"collaboration": {
"title": "네이티브 협업",
"desc": "AI 고스트 커서, 동기화된 아바타, 실시간 노드 이동."
},
"export": {
"title": "시맨틱보내기",
"desc": "브레인스토밍 전체를 한 번의 클릭으로 구조화된 노트로 변환."
},
"disruptionLabel": "파괴적 혁신",
"disruptionText": "모듈형 아키텍처 2.0",
"analogyLabel": "유추",
"analogyText": "조석의 리듬"
},
"tech": {
"label": "아키텍처 및 프로바이더",
"title": "자신만의 AI 모델을 연결하세요.",
"tags": {
"title": "Tags",
"desc": "어떤 모델과도 독립적으로 설정 가능."
},
"embeddings": {
"title": "Embeddings",
"desc": "어떤 모델과도 독립적으로 설정 가능."
},
"chatRag": {
"title": "Chat RAG",
"desc": "어떤 모델과도 독립적으로 설정 가능."
}
},
"pricing": {
"label": "플랜 및 요금",
"title": "증폭 수준을 선택하세요.",
"desc": "개인 사용부터 대규모 조직까지, 창의적인 분들을 위한 유연한 옵션.",
"monthly": "월간",
"annual": "연간",
"perMonth": "/월",
"perMonthAnnual": "/월, 연간 결제",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "가장 인기",
"basic": {
"name": "Basic",
"desc": "Momento의 마법을 경험하세요.",
"cta": "시작하기",
"feature0": "최대 100개 노트",
"feature1": "3개 노트북",
"feature2": "AI 크레딧 50 (평생)",
"feature3": "시맨틱 검색",
"feature4": "7일 기록"
},
"pro": {
"name": "Pro",
"desc": "까다로운 컨설턴트와 크리에이터를 위해.",
"cta": "Pro로 업그레이드",
"feature0": "무제한 노트",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "시맨틱 검색 200회",
"feature3": "에이전트 (월 12회)",
"feature4": "30일 기록",
"feature5": "이메일 지원"
},
"business": {
"name": "Business",
"desc": "팀과 프로덕트 매니저를 위해.",
"cta": "Business 선택",
"feature0": "10명 협업자 포함",
"feature1": "BYOK (13개 프로바이더)",
"feature2": "시맨틱 검색 1000회",
"feature3": "에이전트 (월 60회)",
"feature4": "무제한 브레인스토밍",
"feature5": "API 액세스"
},
"enterprise": {
"name": "Enterprise",
"desc": "안전한 조직 메모리.",
"cta": "영업 문의",
"feature0": "Business 전체",
"feature1": "무제한 에이전트",
"feature2": "SSO / SAML",
"feature3": "감사 로그 및 SLA",
"feature4": "전담 지원",
"feature5": "라이브 온보딩"
}
},
"byok": {
"label": "오픈 클라우드 기술",
"title": "BYOK 전략",
"desc": "OpenAI, Anthropic, Google API 키가 있으신가요? Momento에 직접 연결하세요. 강제 크레딧 한도 없이, 선호하는 프로바이더의 실제 사용량만 지불합니다.",
"noLockin": "락인 없음",
"noLockinDesc": "클릭 한 번으로 프로바이더 변경.",
"cost": "최적화된 비용",
"costDesc": "API 직접 가격으로 지불.",
"configLabel": "멀티 프로바이더 설정"
},
"cta": {
"title1": "당신의",
"title2": "잠재력을 깨울 준비가 되셨나요?",
"desc": "Momento로 미래를 만들고 있는 수천 명의 연구자, 디자이너, 사상가와 함께하세요.",
"button": "Momento 실행"
},
"footer": {
"desc": "AI로 증폭된 제2의 뇌. 창의적인 분들을 위해.",
"product": {
"title": "제품",
"link0": "변경 이력",
"link1": "문서",
"link2": "로드맵",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "커뮤니티",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "법적 고지",
"link0": "개인정보",
"link1": "이용약관",
"link2": "쿠키 정책",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "Recente notities-instelling bijwerken mislukt"
},
"aiSettings": {
"title": "AI-instellingen",
"title": "AI",
"description": "Configureer uw AI-aangedreven functies en voorkeuren",
"features": "AI-functies",
"provider": "AI-provider",
@@ -917,7 +917,8 @@
"autoLabeling": "Labelsuggesties",
"autoLabelingDesc": "Stelt automatisch labels voor en past deze toe op uw notities",
"noteHistory": "Let op de geschiedenis",
"noteHistoryDesc": "Schakel momentopnamen van versies en herstel vanuit de geschiedenis in"
"noteHistoryDesc": "Schakel momentopnamen van versies en herstel vanuit de geschiedenis in",
"titleSuggestions": "Titelsuggesties"
},
"general": {
"loading": "Laden...",
@@ -1115,7 +1116,13 @@
"languageDetection": "Taaldetectie",
"languageDetectionDesc": "Detecteert automatisch de taal van elke notitie",
"autoLabeling": "Automatisch labelen",
"autoLabelingDesc": "Stelt labels voor en past ze automatisch toe"
"autoLabelingDesc": "Stelt labels voor en past ze automatisch toe",
"fallbackSectionTitle": "Fallback-provider (optioneel)",
"fallbackSectionDescription": "Wordt automatisch gebruikt bij providerfouten (429, 5xx). Eén nieuwe poging binnen 1,5 s.",
"fallbackProvider": "Fallback-provider",
"fallbackModel": "Fallback-model",
"fallbackNone": "Geen (uitgeschakeld)",
"fallbackModelPlaceholder": "bijv. gpt-4o-mini"
},
"resend": {
"title": "Resend (Aanbevolen)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "Verwijderen mislukt",
"roleUpdateSuccess": "Gebruikersrol bijgewerkt naar {role}",
"roleUpdateFailed": "Rol bijwerken mislukt",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "Degraderen",
"promote": "Bevorderen",
"confirmDelete": "Weet u zeker dat u deze gebruiker wilt verwijderen?",
@@ -1180,6 +1189,7 @@
"name": "Naam",
"email": "E-mail",
"role": "Rol",
"subscription": "Subscription",
"createdAt": "Aangemaakt op",
"actions": "Acties"
},
@@ -1371,7 +1381,7 @@
"loading": "Laden..."
},
"dataManagement": {
"title": "Gegevensbeheer",
"title": "Data",
"toolsDescription": "Hulpmiddelen om de gezondheid van uw database te behouden",
"exporting": "Exporteren...",
"importing": "Importeren...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "Algemene instellingen",
"title": "General",
"description": "Algemene applicatie-instellingen"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "Inklappen"
},
"mcpSettings": {
"title": "MCP-instellingen",
"title": "MCP",
"description": "Beheer uw API-sleutels en configureer externe tools",
"whatIsMcp": {
"title": "Wat is MCP?",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "De sessiehost heeft zijn AI-limiet bereikt. Vraag om een upgrade van het abonnement.",
"quotaHost": "Je hebt je AI-limiet voor deze brainstorm bereikt. Upgrade je abonnement om door te gaan."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "Welkom bij {tier}. Je functies zijn nu ontgrendeld.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "Huidig gebruik",
"currentPeriod": "Huidige periode",
"aiCredits": "AI-credits",
"used": "gebruikt",
"billing": "Facturatie",
"renewal": "Verlenging",
"paidPlanDesc": "Uw abonnement wordt automatisch verlengd.",
"businessDescription": "Voor teams en productmanagers."
},
"landing": {
"nav": {
"features": "Functies",
"agents": "AI-agents",
"brainstorm": "Brainstorm",
"pricing": "Prijzen",
"tech": "Architectuur",
"login": "Inloggen",
"cta": "Aan de slag"
},
"hero": {
"badge": "Aangedreven door kunstmatige intelligentie",
"title1": "Uw tweede brein,",
"title2": "eindelijk versterkt.",
"subtitle": "Momento is meer dan een notitie-app. Het is een intelligent ecosysteem dat uw ideeën in realtime verbindt, analyseert en ontwikkelt met 6 soorten AI-agents en geavanceerde semantische zoekfunctie.",
"cta": "Nu registreren",
"secondary": "Bekijk functies",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"Verbinding gedetecteerd met uw duurzaam designproject van maart 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 ideeën gegenereerd"
},
"features": {
"label": "AI-mogelijkheden",
"title": "Vloeiende intelligentie,",
"title2": "verweven in elk woord.",
"desc": "Momento orkestreert uw ideeën via een multi-provider architectuur.",
"f1Title": "Semantisch zoeken",
"f1Desc": "Stop met zoeken op trefwoorden. Vind op concept. Onze hybride Vector + FTS-engine begrijpt de intentie achter uw notities.",
"f2Title": "Contextuele RAG-chat",
"f2Desc": "Praat met uw kennis. Onze agents lezen uw notities, verkennen het web en analyseren documenten voor nauwkeurige antwoorden.",
"f3Title": "Augmented schrijven",
"f3Desc": "Herschrijven, titelsuggesties, automatisch taggen en samenvattingen. AI structureert uw denken op de achtergrond."
},
"agents": {
"label": "Gespecialiseerde agents",
"title": "Delegeer complex werk.",
"desc": "6 soorten autonome AI-agents voor onderzoek, samenvattingen en presentaties.",
"scraper": {
"title": "Scraper",
"desc": "Scrapet URL's, parseert RSS-feeds en synthetiseert info met slimme beeldplaatsing."
},
"researcher": {
"title": "Researcher",
"desc": "Genereert complexe queries, verkent webbronnen en schrijft gestructureerde onderzoeksnotities."
},
"slideGen": {
"title": "Slide Gen",
"desc": "Zet uw notities om in professionele PowerPoint-presentaties of interactieve HTML-slides."
},
"monitor": {
"title": "Monitor",
"desc": "Analyseert continu uw notitieboeken om trends en nieuwe inzichten te detecteren."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "Zet ideeën om in vloeiende Excalidraw-diagrammen (mindmaps, flowcharts) met auto-layout."
},
"custom": {
"title": "Custom",
"desc": "Definieer eigen agents met specifieke rollen en databronnen."
}
},
"brainstorm": {
"label": "Gedachtegolven",
"title": "Radiale brainstorming in realtime.",
"waveGeneration": {
"title": "Golfgeneratie",
"desc": "Variaties, analogieën, dan disrupties. AI duwt uw startconcept tot het uiterste."
},
"collaboration": {
"title": "Native samenwerking",
"desc": "AI-spookcursors, gesynchroniseerde avatars en realtime knooppuntbeweging."
},
"export": {
"title": "Semantische export",
"desc": "Zet uw hele brainstorm om in gestructureerde notities met één klik."
},
"disruptionLabel": "DISRUPTIE",
"disruptionText": "Modulaire architectuur 2.0",
"analogyLabel": "ANALOGIE",
"analogyText": "Het getijdenritme"
},
"tech": {
"label": "Architectuur en providers",
"title": "Koppel uw eigen AI-model.",
"tags": {
"title": "Tags",
"desc": "Onafhankelijk configureerbaar met elk model."
},
"embeddings": {
"title": "Embeddings",
"desc": "Onafhankelijk configureerbaar met elk model."
},
"chatRag": {
"title": "Chat RAG",
"desc": "Onafhankelijk configureerbaar met elk model."
}
},
"pricing": {
"label": "Plannen en prijzen",
"title": "Kies uw versterkingsniveau.",
"desc": "Flexibele opties voor creatieve geesten, van individueel gebruik tot grote organisaties.",
"monthly": "Maandelijks",
"annual": "Jaarlijks",
"perMonth": "/maand",
"perMonthAnnual": "/maand, jaarlijks gefactureerd",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "Meest populair",
"basic": {
"name": "Basic",
"desc": "Ontdek de magie van Momento.",
"cta": "Starten",
"feature0": "Max. 100 notities",
"feature1": "3 notitieboeken",
"feature2": "50 AI-credits (levenslang)",
"feature3": "Semantisch zoeken",
"feature4": "7 dagen geschiedenis"
},
"pro": {
"name": "Pro",
"desc": "Voor veeleisende consultants en makers.",
"cta": "Upgrade naar Pro",
"feature0": "Onbeperkte notities",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 semantische zoekopdrachten",
"feature3": "Agents (12 runs/maand)",
"feature4": "30 dagen geschiedenis",
"feature5": "E-mailondersteuning"
},
"business": {
"name": "Business",
"desc": "Voor teams en productmanagers.",
"cta": "Kies Business",
"feature0": "10 medewerkers inbegrepen",
"feature1": "BYOK (13 providers)",
"feature2": "1000 semantische zoekopdrachten",
"feature3": "Agents (60 runs/maand)",
"feature4": "Onbeperkt brainstormen",
"feature5": "API-toegang"
},
"enterprise": {
"name": "Enterprise",
"desc": "Veilig organisatiegeheugen.",
"cta": "Contact verkoop",
"feature0": "Alles uit Business",
"feature1": "Onbeperkte agents",
"feature2": "SSO / SAML",
"feature3": "Audit Logs en SLA",
"feature4": "Dedicated support",
"feature5": "Live onboarding"
}
},
"byok": {
"label": "Open cloudtechnologie",
"title": "De BYOK-strategie",
"desc": "Heeft u al API-sleutels van OpenAI, Anthropic of Google? Koppel ze direct aan Momento. Gebruik AI zonder opgelegde creditlimieten en betaal alleen wat u daadwerkelijk verbruikt bij uw favoriete provider.",
"noLockin": "Geen lock-in",
"noLockinDesc": "Wissel provider in 1 klik.",
"cost": "Geoptimaliseerde kosten",
"costDesc": "Betaal de directe API-prijs.",
"configLabel": "Multi-provider config"
},
"cta": {
"title1": "Klaar om uw",
"title2": "volledige potentieel te ontgrendelen?",
"desc": "Sluit u aan bij duizenden onderzoekers, ontwerpers en denkers die Momento al gebruiken om hun toekomst te bouwen.",
"button": "Momento starten"
},
"footer": {
"desc": "Het AI-versterkte tweede brein. Ontworpen voor creatieve geesten.",
"product": {
"title": "Product",
"link0": "Changelog",
"link1": "Documentatie",
"link2": "Roadmap",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "Community",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "Juridisch",
"link0": "Privacybeleid",
"link1": "Servicevoorwaarden",
"link2": "Cookiebeleid",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "Nie udało się zaktualizować ustawienia ostatnich notatek"
},
"aiSettings": {
"title": "Ustawienia AI",
"title": "AI",
"description": "Skonfiguruj swoje funkcje AI i preferencje",
"features": "Funkcje AI",
"provider": "Dostawca AI",
@@ -917,7 +917,8 @@
"autoLabeling": "Sugestie dotyczące etykiet",
"autoLabelingDesc": "Automatycznie sugeruje i stosuje etykiety do notatek",
"noteHistory": "Uwaga na historię",
"noteHistoryDesc": "Włącz migawki wersji i przywracanie z Historii"
"noteHistoryDesc": "Włącz migawki wersji i przywracanie z Historii",
"titleSuggestions": "Sugestie tytułów"
},
"general": {
"loading": "Ładowanie...",
@@ -1115,7 +1116,13 @@
"languageDetection": "Wykrywanie języka",
"languageDetectionDesc": "Automatycznie wykrywa język każdej notatki",
"autoLabeling": "Automatyczne etykietowanie",
"autoLabelingDesc": "Automatycznie sugeruje i stosuje etykiety"
"autoLabelingDesc": "Automatycznie sugeruje i stosuje etykiety",
"fallbackSectionTitle": "Zapasowy dostawca (opcjonalnie)",
"fallbackSectionDescription": "Używany automatycznie przy błędach dostawcy (429, 5xx). Jedna ponowna próba w 1,5 s.",
"fallbackProvider": "Zapasowy dostawca",
"fallbackModel": "Zapasowy model",
"fallbackNone": "Brak (wyłączone)",
"fallbackModelPlaceholder": "np. gpt-4o-mini"
},
"resend": {
"title": "Resend (Zalecane)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "Nie udało się usunąć",
"roleUpdateSuccess": "Rola użytkownika zmieniona na {role}",
"roleUpdateFailed": "Nie udało się zaktualizować roli",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "Zdegraduj",
"promote": "Awansuj",
"confirmDelete": "Czy na pewno chcesz usunąć tego użytkownika?",
@@ -1180,6 +1189,7 @@
"name": "Imię",
"email": "E-mail",
"role": "Rola",
"subscription": "Subscription",
"createdAt": "Utworzono",
"actions": "Akcje"
},
@@ -1371,7 +1381,7 @@
"loading": "Ładowanie..."
},
"dataManagement": {
"title": "Zarządzanie danymi",
"title": "Data",
"toolsDescription": "Narzędzia do utrzymania kondycji bazy danych",
"exporting": "Eksportowanie...",
"importing": "Importowanie...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "Ustawienia ogólne",
"title": "General",
"description": "Ogólne ustawienia aplikacji"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "Zwiń"
},
"mcpSettings": {
"title": "Ustawienia MCP",
"title": "MCP",
"description": "Zarządzaj kluczami API i konfiguruj narzędzia zewnętrzne",
"whatIsMcp": {
"title": "Czym jest MCP?",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "Gospodarz sesji wyczerpał limit AI. Poproś go o ulepszenie planu.",
"quotaHost": "Osiągnąłeś limit AI dla tego brainstormu. Ulepsz plan, aby kontynuować."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "Witamy w {tier}. Twoje funkcje są teraz odblokowane.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "Bieżące użycie",
"currentPeriod": "Bieżący okres",
"aiCredits": "Kredyty AI",
"used": "użyte",
"billing": "Rozliczenia",
"renewal": "Odnowienie",
"paidPlanDesc": "Twoja subskrypcja odnawia się automatycznie.",
"businessDescription": "Dla zespołów i kierowników produktu."
},
"landing": {
"nav": {
"features": "Funkcje",
"agents": "Agenci AI",
"brainstorm": "Brainstorm",
"pricing": "Cennik",
"tech": "Architektura",
"login": "Zaloguj się",
"cta": "Rozpocznij"
},
"hero": {
"badge": "Napędzane sztuczną inteligencją",
"title1": "Twój drugi mózg,",
"title2": "wreszcie wzmocniony.",
"subtitle": "Momento to coś więcej niż aplikacja do notatek. To inteligentny ekosystem, który łączy, analizuje i rozwija Twoje pomysły w czasie rzeczywistym dzięki 6 typom agentów AI i zaawansowanemu wyszukiwaniu semantycznemu.",
"cta": "Zarejestruj się teraz",
"secondary": "Zobacz funkcje",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"Wykryto powiązanie z Twoim projektem zrównoważonego designu z marca 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 wygenerowanych pomysłów"
},
"features": {
"label": "Możliwości AI",
"title": "Płynna inteligencja,",
"title2": "wpleciona w każde słowo.",
"desc": "Momento orkiestruje Twoje pomysły dzięki architekturze multi-provider.",
"f1Title": "Wyszukiwanie semantyczne",
"f1Desc": "Koniec z wyszukiwaniem po słowach kluczowych. Szukaj po pojęciu. Nasz hybrydowy silnik Vector + FTS rozumie intencję za Twoimi notatkami.",
"f2Title": "Kontekstowy czat RAG",
"f2Desc": "Rozmawiaj ze swoją wiedzą. Nasi agenci czytają notatki, eksplorują sieć i analizują dokumenty, by odpowiadać precyzyjnie.",
"f3Title": "Wzmocnione pisanie",
"f3Desc": "Przeformułowania, sugestie tytułów, automatyczne tagowanie i podsumowania. AI porządkuje Twoje myślenie w tle."
},
"agents": {
"label": "Wyspecjalizowani agenci",
"title": "Deleguj złożoną pracę.",
"desc": "6 typów autonomicznych agentów AI do automatyzacji badań, streszczeń i prezentacji.",
"scraper": {
"title": "Scraper",
"desc": "Pobiera URL-e, parsuje kanały RSS i syntetyzuje informacje z inteligentnym układem obrazów."
},
"researcher": {
"title": "Researcher",
"desc": "Generuje złożone zapytania, eksploruje źródła web i pisze ustrukturyzowane notatki badawcze."
},
"slideGen": {
"title": "Slide Gen",
"desc": "Zamienia notatki w profesjonalne prezentacje PowerPoint lub interaktywne slajdy HTML."
},
"monitor": {
"title": "Monitor",
"desc": "Ciągle analizuje zeszyty, by wykrywać trendy i nowe spostrzeżenia."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "Zamienia pomysły w płynne diagramy Excalidraw (mapy myśli, schematy) z auto-layout."
},
"custom": {
"title": "Custom",
"desc": "Zdefiniuj własnych agentów z określonymi rolami i źródłami danych."
}
},
"brainstorm": {
"label": "Fale myśli",
"title": "Radialny brainstorming w czasie rzeczywistym.",
"waveGeneration": {
"title": "Generacja falowa",
"desc": "Wariacje, analogie, potem dysrupcje. AI popycha początkowy koncept do granic możliwości."
},
"collaboration": {
"title": "Natywna współpraca",
"desc": "Duchowe kursory AI, zsynchronizowane awatary i ruch węzłów w czasie rzeczywistym."
},
"export": {
"title": "Eksport semantyczny",
"desc": "Zamień cały brainstorming w ustrukturyzowane notatki jednym kliknięciem."
},
"disruptionLabel": "DYSRUPCJA",
"disruptionText": "Architektura modułowa 2.0",
"analogyLabel": "ANALOGIA",
"analogyText": "Cykl pływów"
},
"tech": {
"label": "Architektura i dostawcy",
"title": "Podłącz własny model AI.",
"tags": {
"title": "Tagi",
"desc": "Niezależnie konfigurowalne z dowolnym modelem."
},
"embeddings": {
"title": "Embeddings",
"desc": "Niezależnie konfigurowalne z dowolnym modelem."
},
"chatRag": {
"title": "Chat RAG",
"desc": "Niezależnie konfigurowalne z dowolnym modelem."
}
},
"pricing": {
"label": "Plany i ceny",
"title": "Wybierz poziom wzmocnienia.",
"desc": "Elastyczne opcje dla kreatywnych umysłów — od użytku indywidualnego po duże organizacje.",
"monthly": "Miesięcznie",
"annual": "Rocznie",
"perMonth": "/mies.",
"perMonthAnnual": "/mies., rozliczane rocznie",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "Najpopularniejszy",
"basic": {
"name": "Basic",
"desc": "Odkryj magię Momento.",
"cta": "Zacznij",
"feature0": "Maks. 100 notatek",
"feature1": "3 zeszyty",
"feature2": "50 kredytów AI (dożywotnio)",
"feature3": "Wyszukiwanie semantyczne",
"feature4": "Historia 7 dni"
},
"pro": {
"name": "Pro",
"desc": "Dla wymagających konsultantów i twórców.",
"cta": "Przejdź na Pro",
"feature0": "Nieograniczone notatki",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 wyszukiwań semantycznych",
"feature3": "Agenci (12 uruchomień/mies.)",
"feature4": "Historia 30 dni",
"feature5": "Wsparcie e-mail"
},
"business": {
"name": "Business",
"desc": "Dla zespołów i product managerów.",
"cta": "Wybierz Business",
"feature0": "10 współpracowników w cenie",
"feature1": "BYOK (13 dostawców)",
"feature2": "1000 wyszukiwań semantycznych",
"feature3": "Agenci (60 uruchomień/mies.)",
"feature4": "Nieograniczony brainstorm",
"feature5": "Dostęp API"
},
"enterprise": {
"name": "Enterprise",
"desc": "Bezpieczna pamięć organizacyjna.",
"cta": "Kontakt ze sprzedażą",
"feature0": "Wszystko z Business",
"feature1": "Nieograniczeni agenci",
"feature2": "SSO / SAML",
"feature3": "Audit Logs i SLA",
"feature4": "Dedykowane wsparcie",
"feature5": "Onboarding na żywo"
}
},
"byok": {
"label": "Otwarta technologia chmurowa",
"title": "Strategia BYOK",
"desc": "Masz już klucze API OpenAI, Anthropic lub Google? Podłącz je bezpośrednio do Momento. Korzystaj z AI bez narzuconych limitów kredytów, płacąc tylko za faktyczne zużycie u ulubionego dostawcy.",
"noLockin": "Bez lock-in",
"noLockinDesc": "Zmień dostawcę jednym kliknięciem.",
"cost": "Zoptymalizowane koszty",
"costDesc": "Płać bezpośrednią cenę API.",
"configLabel": "Konfiguracja multi-provider"
},
"cta": {
"title1": "Gotowy, by uwolnić swój",
"title2": "pełny potencjał?",
"desc": "Dołącz do tysięcy badaczy, designerów i myślicieli, którzy już budują przyszłość z Momento.",
"button": "Uruchom Momento"
},
"footer": {
"desc": "Drugie mózg wzmocnione przez AI. Stworzone dla kreatywnych umysłów.",
"product": {
"title": "Produkt",
"link0": "Changelog",
"link1": "Dokumentacja",
"link2": "Roadmapa",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "Społeczność",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "Prawne",
"link0": "Polityka prywatności",
"link1": "Regulamin",
"link2": "Polityka cookies",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "Falha ao atualizar configuração de notas recentes"
},
"aiSettings": {
"title": "Configurações de IA",
"title": "AI",
"description": "Configure seus recursos e preferências com IA",
"features": "Recursos de IA",
"provider": "Provedor de IA",
@@ -917,7 +917,8 @@
"autoLabeling": "Sugestões de rótulos",
"autoLabelingDesc": "Sugere e aplica rótulos automaticamente às suas notas",
"noteHistory": "Histórico de notas",
"noteHistoryDesc": "Habilite snapshots de versão e restauração do histórico"
"noteHistoryDesc": "Habilite snapshots de versão e restauração do histórico",
"titleSuggestions": "Sugestão de títulos"
},
"general": {
"loading": "Carregando...",
@@ -1115,7 +1116,13 @@
"languageDetection": "Detecção de idioma",
"languageDetectionDesc": "Detecta automaticamente o idioma de cada nota",
"autoLabeling": "Rotulagem automática",
"autoLabelingDesc": "Sugere e aplica rótulos automaticamente"
"autoLabelingDesc": "Sugere e aplica rótulos automaticamente",
"fallbackSectionTitle": "Provedor de contingência (opcional)",
"fallbackSectionDescription": "Usado automaticamente em erros do provedor (429, 5xx). Uma nova tentativa em 1,5 s.",
"fallbackProvider": "Provedor de contingência",
"fallbackModel": "Modelo de contingência",
"fallbackNone": "Nenhum (desativado)",
"fallbackModelPlaceholder": "ex.: gpt-4o-mini"
},
"resend": {
"title": "Resend (Recomendado)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "Falha ao excluir",
"roleUpdateSuccess": "Função do usuário atualizada para {role}",
"roleUpdateFailed": "Falha ao atualizar função",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "Rebaixar",
"promote": "Promover",
"confirmDelete": "Tem certeza de que deseja excluir este usuário?",
@@ -1180,6 +1189,7 @@
"name": "Nome",
"email": "E-mail",
"role": "Função",
"subscription": "Subscription",
"createdAt": "Criado em",
"actions": "Ações"
},
@@ -1371,7 +1381,7 @@
"loading": "Carregando..."
},
"dataManagement": {
"title": "Gerenciamento de Dados",
"title": "Data",
"toolsDescription": "Ferramentas para manter a saúde do seu banco de dados",
"exporting": "Exportando...",
"importing": "Importando...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "Configurações gerais",
"title": "General",
"description": "Configurações gerais do aplicativo"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "Recolher"
},
"mcpSettings": {
"title": "Configurações MCP",
"title": "MCP",
"description": "Gerencie suas chaves API e configure ferramentas externas",
"whatIsMcp": {
"title": "O que é MCP?",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "O anfitrião da sessão atingiu o limite de IA. Peça-lhe para atualizar o plano.",
"quotaHost": "Atingiu o limite de IA deste brainstorm. Atualize o plano para continuar."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "Bem-vindo ao {tier}. As suas funcionalidades estão agora desbloqueadas.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "Uso atual",
"currentPeriod": "Período atual",
"aiCredits": "Créditos IA",
"used": "usados",
"billing": "Faturação",
"renewal": "Renovação",
"paidPlanDesc": "Sua assinatura renova automaticamente.",
"businessDescription": "Para equipes e líderes de produto."
},
"landing": {
"nav": {
"features": "Funcionalidades",
"agents": "Agentes IA",
"brainstorm": "Brainstorm",
"pricing": "Preços",
"tech": "Arquitetura",
"login": "Entrar",
"cta": "Começar"
},
"hero": {
"badge": "Impulsionado por inteligência artificial",
"title1": "O seu segundo cérebro,",
"title2": "finalmente amplificado.",
"subtitle": "O Momento é mais do que uma app de notas. É um ecossistema inteligente que liga, analisa e desenvolve as suas ideias em tempo real com 6 tipos de agentes IA e pesquisa semântica de ponta.",
"cta": "Registe-se agora",
"secondary": "Ver funcionalidades",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"Ligação detetada ao seu projeto de design sustentável de março de 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 ideias geradas"
},
"features": {
"label": "Capacidades IA",
"title": "Inteligência fluida,",
"title2": "entrelaçada em cada palavra.",
"desc": "O Momento orquestra as suas ideias através de uma arquitetura multi-fornecedor.",
"f1Title": "Pesquisa semântica",
"f1Desc": "Deixe de pesquisar por palavras-chave. Encontre por conceito. O nosso motor híbrido Vector + FTS compreende a intenção por trás das suas notas.",
"f2Title": "Chat RAG contextual",
"f2Desc": "Converse com o seu conhecimento. Os nossos agentes leem as suas notas, exploram a web e analisam documentos para responder com precisão.",
"f3Title": "Escrita aumentada",
"f3Desc": "Reformulação, sugestões de títulos, etiquetagem automática e resumos. A IA trabalha em segundo plano para estruturar o seu pensamento."
},
"agents": {
"label": "Agentes especializados",
"title": "Delegue o trabalho complexo.",
"desc": "6 tipos de agentes IA autónomos para automatizar pesquisa, resumos e apresentações.",
"scraper": {
"title": "Scraper",
"desc": "Extrai URLs, analisa feeds RSS e sintetiza informação com colocação inteligente de imagens."
},
"researcher": {
"title": "Researcher",
"desc": "Gera consultas complexas, explora fontes web e escreve notas de pesquisa estruturadas."
},
"slideGen": {
"title": "Slide Gen",
"desc": "Transforma as suas notas em apresentações PowerPoint profissionais ou slides HTML interativos."
},
"monitor": {
"title": "Monitor",
"desc": "Analisa continuamente os seus cadernos para detetar tendências e novos insights."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "Converte ideias em diagramas Excalidraw fluidos (mapas mentais, fluxogramas) com auto-layout."
},
"custom": {
"title": "Custom",
"desc": "Defina os seus próprios agentes com papéis e fontes de dados específicos."
}
},
"brainstorm": {
"label": "Ondas de pensamento",
"title": "Brainstorming radial em tempo real.",
"waveGeneration": {
"title": "Geração por ondas",
"desc": "Variações, analogias e depois disrupções. A IA leva o seu conceito inicial aos limites."
},
"collaboration": {
"title": "Colaboração nativa",
"desc": "Cursores fantasma IA, avatares sincronizados e movimento de nós em tempo real."
},
"export": {
"title": "Exportação semântica",
"desc": "Converta todo o brainstorming em notas estruturadas com um clique."
},
"disruptionLabel": "DISRUPÇÃO",
"disruptionText": "Arquitetura modular 2.0",
"analogyLabel": "ANALOGIA",
"analogyText": "O ciclo das marés"
},
"tech": {
"label": "Arquitetura e fornecedores",
"title": "Ligue o seu próprio modelo de IA.",
"tags": {
"title": "Tags",
"desc": "Configurável de forma independente com qualquer modelo."
},
"embeddings": {
"title": "Embeddings",
"desc": "Configurável de forma independente com qualquer modelo."
},
"chatRag": {
"title": "Chat RAG",
"desc": "Configurável de forma independente com qualquer modelo."
}
},
"pricing": {
"label": "Planos e preços",
"title": "Escolha o seu nível de amplificação.",
"desc": "Opções flexíveis para mentes criativas, do uso individual a grandes organizações.",
"monthly": "Mensal",
"annual": "Anual",
"perMonth": "/mês",
"perMonthAnnual": "/mês, faturado anualmente",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "Mais popular",
"basic": {
"name": "Basic",
"desc": "Descubra a magia do Momento.",
"cta": "Começar",
"feature0": "100 notas máx.",
"feature1": "3 cadernos",
"feature2": "50 créditos IA (vitalícios)",
"feature3": "Pesquisa semântica",
"feature4": "Histórico 7 dias"
},
"pro": {
"name": "Pro",
"desc": "Para consultores e criadores exigentes.",
"cta": "Upgrade para Pro",
"feature0": "Notas ilimitadas",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 pesquisas semânticas",
"feature3": "Agentes (12 execuções/mês)",
"feature4": "Histórico 30 dias",
"feature5": "Suporte por email"
},
"business": {
"name": "Business",
"desc": "Para equipas e product managers.",
"cta": "Escolher Business",
"feature0": "10 colaboradores incluídos",
"feature1": "BYOK (13 fornecedores)",
"feature2": "1000 pesquisas semânticas",
"feature3": "Agentes (60 execuções/mês)",
"feature4": "Brainstorm ilimitado",
"feature5": "Acesso API"
},
"enterprise": {
"name": "Enterprise",
"desc": "Memória organizacional segura.",
"cta": "Contactar vendas",
"feature0": "Tudo do Business",
"feature1": "Agentes ilimitados",
"feature2": "SSO / SAML",
"feature3": "Audit Logs e SLA",
"feature4": "Suporte dedicado",
"feature5": "Onboarding ao vivo"
}
},
"byok": {
"label": "Tecnologia cloud aberta",
"title": "A estratégia BYOK",
"desc": "Já tem chaves API OpenAI, Anthropic ou Google? Ligue-as diretamente ao Momento. Use IA sem limites de crédito impostos, pagando apenas o que consome no seu fornecedor favorito.",
"noLockin": "Sem lock-in",
"noLockinDesc": "Mude de fornecedor em 1 clique.",
"cost": "Custos otimizados",
"costDesc": "Pague o preço direto da API.",
"configLabel": "Config multi-fornecedor"
},
"cta": {
"title1": "Pronto para libertar o seu",
"title2": "pleno potencial?",
"desc": "Junte-se a milhares de investigadores, designers e pensadores que já usam o Momento para construir o futuro.",
"button": "Lançar Momento"
},
"footer": {
"desc": "O segundo cérebro amplificado por IA. Feito para mentes criativas.",
"product": {
"title": "Produto",
"link0": "Changelog",
"link1": "Documentação",
"link2": "Roadmap",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "Comunidade",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "Legal",
"link0": "Privacidade",
"link1": "Termos de serviço",
"link2": "Cookies",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "Не удалось обновить настройку недавних заметок"
},
"aiSettings": {
"title": "Настройки ИИ",
"title": "AI",
"description": "Настройте функции и предпочтения на базе ИИ",
"features": "Функции ИИ",
"provider": "Провайдер ИИ",
@@ -917,7 +917,8 @@
"autoLabeling": "Предложения по ярлыкам",
"autoLabelingDesc": "Автоматически предлагает и применяет ярлыки к вашим заметкам.",
"noteHistory": "История заметок",
"noteHistoryDesc": "Включить снимки версий и восстановление из истории"
"noteHistoryDesc": "Включить снимки версий и восстановление из истории",
"titleSuggestions": "Предложения заголовков"
},
"general": {
"loading": "Загрузка...",
@@ -1115,7 +1116,13 @@
"languageDetection": "Определение языка",
"languageDetectionDesc": "Автоопределение языка каждой заметки",
"autoLabeling": "Автомаркировка",
"autoLabelingDesc": "Автопредложение и применение меток"
"autoLabelingDesc": "Автопредложение и применение меток",
"fallbackSectionTitle": "Резервный провайдер (необязательно)",
"fallbackSectionDescription": "Используется автоматически при ошибках провайдера (429, 5xx). Одна повторная попытка за 1,5 с.",
"fallbackProvider": "Резервный провайдер",
"fallbackModel": "Резервная модель",
"fallbackNone": "Нет (отключено)",
"fallbackModelPlaceholder": "напр. gpt-4o-mini"
},
"resend": {
"title": "Resend (Рекомендуется)",
@@ -1173,6 +1180,8 @@
"deleteFailed": "Не удалось удалить",
"roleUpdateSuccess": "Роль пользователя обновлена на {role}",
"roleUpdateFailed": "Не удалось обновить роль",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "Понизить",
"promote": "Повысить",
"confirmDelete": "Вы уверены, что хотите удалить этого пользователя?",
@@ -1180,6 +1189,7 @@
"name": "Имя",
"email": "Эл. почта",
"role": "Роль",
"subscription": "Subscription",
"createdAt": "Дата создания",
"actions": "Действия"
},
@@ -1371,7 +1381,7 @@
"loading": "Загрузка..."
},
"dataManagement": {
"title": "Управление данными",
"title": "Data",
"toolsDescription": "Инструменты для поддержания базы данных в рабочем состоянии",
"exporting": "Экспорт...",
"importing": "Импорт...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "Общие настройки",
"title": "General",
"description": "Общие настройки приложения"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "Свернуть"
},
"mcpSettings": {
"title": "Настройки MCP",
"title": "MCP",
"description": "Управление ключами API и настройка внешних инструментов",
"whatIsMcp": {
"title": "Что такое MCP?",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "Организатор сессии исчерпал лимит ИИ. Попросите его обновить тариф.",
"quotaHost": "Вы исчерпали лимит ИИ для этого мозгового штурма. Обновите тариф, чтобы продолжить."
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "Добро пожаловать в {tier}. Ваши функции теперь доступны.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "Текущее использование",
"currentPeriod": "Текущий период",
"aiCredits": "ИИ-кредиты",
"used": "использовано",
"billing": "Оплата",
"renewal": "Продление",
"paidPlanDesc": "Ваша подписка продлевается автоматически.",
"businessDescription": "Для команд и руководителей продуктов."
},
"landing": {
"nav": {
"features": "Возможности",
"agents": "ИИ-агенты",
"brainstorm": "Brainstorm",
"pricing": "Тарифы",
"tech": "Архитектура",
"login": "Войти",
"cta": "Начать"
},
"hero": {
"badge": "На базе искусственного интеллекта",
"title1": "Ваш второй мозг,",
"title2": "наконец усиленный.",
"subtitle": "Momento — это больше, чем приложение для заметок. Это интеллектуальная экосистема, которая связывает, анализирует и развивает ваши идеи в реальном времени с 6 типами ИИ-агентов и передовым семантическим поиском.",
"cta": "Зарегистрироваться",
"secondary": "Смотреть возможности",
"memoryEcho": "Memory Echo",
"memoryEchoText": "\"Обнаружена связь с вашим проектом устойчивого дизайна от марта 2024...\"",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 идей сгенерировано"
},
"features": {
"label": "Возможности ИИ",
"title": "Плавный интеллект,",
"title2": "в каждом слове.",
"desc": "Momento управляет вашими идеями через мультипровайдерную архитектуру.",
"f1Title": "Семантический поиск",
"f1Desc": "Хватит искать по ключевым словам. Ищите по смыслу. Наш гибридный движок Vector + FTS понимает намерение за вашими заметками.",
"f2Title": "Контекстный RAG-чат",
"f2Desc": "Общайтесь со своими знаниями. Агенты читают заметки, исследуют веб и анализируют документы для точных ответов.",
"f3Title": "Усиленное письмо",
"f3Desc": "Переформулировка, предложения заголовков, автотеги и резюме. ИИ структурирует ваше мышление в фоне."
},
"agents": {
"label": "Специализированные агенты",
"title": "Делегируйте сложную работу.",
"desc": "6 типов автономных ИИ-агентов для автоматизации исследований, резюме и презентаций.",
"scraper": {
"title": "Scraper",
"desc": "Собирает URL, парсит RSS-ленты и синтезирует информацию с умным размещением изображений."
},
"researcher": {
"title": "Researcher",
"desc": "Генерирует сложные запросы, исследует веб-источники и пишет структурированные исследовательские заметки."
},
"slideGen": {
"title": "Slide Gen",
"desc": "Превращает заметки в профессиональные презентации PowerPoint или интерактивные HTML-слайды."
},
"monitor": {
"title": "Monitor",
"desc": "Непрерывно анализирует блокноты для выявления трендов и новых инсайтов."
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "Превращает идеи в плавные диаграммы Excalidraw (майндмэпы, блок-схемы) с авто-раскладкой."
},
"custom": {
"title": "Custom",
"desc": "Создавайте собственных агентов с нужными ролями и источниками данных."
}
},
"brainstorm": {
"label": "Волны мысли",
"title": "Радиальный мозговой штурм в реальном времени.",
"waveGeneration": {
"title": "Волновая генерация",
"desc": "Вариации, аналогии, затем дисрапции. ИИ доводит начальную концепцию до предела."
},
"collaboration": {
"title": "Нативная коллаборация",
"desc": "Призрачные курсоры ИИ, синхронизированные аватары и движение узлов в реальном времени."
},
"export": {
"title": "Семантический экспорт",
"desc": "Превратите весь мозговой штурм в структурированные заметки одним кликом."
},
"disruptionLabel": "ДИСРАПЦИЯ",
"disruptionText": "Модульная архитектура 2.0",
"analogyLabel": "АНАЛОГИЯ",
"analogyText": "Цикл приливов"
},
"tech": {
"label": "Архитектура и провайдеры",
"title": "Подключите свою модель ИИ.",
"tags": {
"title": "Теги",
"desc": "Независимо настраивается с любой моделью."
},
"embeddings": {
"title": "Embeddings",
"desc": "Независимо настраивается с любой моделью."
},
"chatRag": {
"title": "Chat RAG",
"desc": "Независимо настраивается с любой моделью."
}
},
"pricing": {
"label": "Тарифы и цены",
"title": "Выберите уровень усиления.",
"desc": "Гибкие варианты для творческих умов — от личного использования до крупных организаций.",
"monthly": "Ежемесячно",
"annual": "Ежегодно",
"perMonth": "/мес.",
"perMonthAnnual": "/мес., оплата раз в год",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "Самый популярный",
"basic": {
"name": "Basic",
"desc": "Откройте магию Momento.",
"cta": "Начать",
"feature0": "До 100 заметок",
"feature1": "3 блокнота",
"feature2": "50 ИИ-кредитов (навсегда)",
"feature3": "Семантический поиск",
"feature4": "История 7 дней"
},
"pro": {
"name": "Pro",
"desc": "Для требовательных консультантов и авторов.",
"cta": "Перейти на Pro",
"feature0": "Безлимитные заметки",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 семантических поисков",
"feature3": "Агенты (12 запусков/мес.)",
"feature4": "История 30 дней",
"feature5": "Поддержка по email"
},
"business": {
"name": "Business",
"desc": "Для команд и продакт-менеджеров.",
"cta": "Выбрать Business",
"feature0": "10 участников включено",
"feature1": "BYOK (13 провайдеров)",
"feature2": "1000 семантических поисков",
"feature3": "Агенты (60 запусков/мес.)",
"feature4": "Безлимитный brainstorm",
"feature5": "Доступ к API"
},
"enterprise": {
"name": "Enterprise",
"desc": "Безопасная организационная память.",
"cta": "Связаться с продажами",
"feature0": "Всё из Business",
"feature1": "Безлимитные агенты",
"feature2": "SSO / SAML",
"feature3": "Audit Logs и SLA",
"feature4": "Выделенная поддержка",
"feature5": "Живой onboarding"
}
},
"byok": {
"label": "Открытая облачная технология",
"title": "Стратегия BYOK",
"desc": "Уже есть API-ключи OpenAI, Anthropic или Google? Подключите их напрямую к Momento. Используйте ИИ без навязанных лимитов кредитов, платя только за фактическое потребление у любимого провайдера.",
"noLockin": "Без lock-in",
"noLockinDesc": "Смените провайдера в 1 клик.",
"cost": "Оптимизированные расходы",
"costDesc": "Платите прямую цену API.",
"configLabel": "Мультипровайдерная настройка"
},
"cta": {
"title1": "Готовы раскрыть свой",
"title2": "полный потенциал?",
"desc": "Присоединяйтесь к тысячам исследователей, дизайнеров и мыслителей, которые уже строят будущее с Momento.",
"button": "Запустить Momento"
},
"footer": {
"desc": "Второй мозг, усиленный ИИ. Создан для творческих умов.",
"product": {
"title": "Продукт",
"link0": "Changelog",
"link1": "Документация",
"link2": "Roadmap",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "Сообщество",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "Правовая информация",
"link0": "Конфиденциальность",
"link1": "Условия использования",
"link2": "Cookies",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}

View File

@@ -890,7 +890,7 @@
"recentNotesUpdateFailed": "更新最近笔记设置失败"
},
"aiSettings": {
"title": "AI 设置",
"title": "AI",
"description": "配置您的 AI 驱动功能和偏好设置",
"features": "AI 功能",
"provider": "AI 提供商",
@@ -917,7 +917,8 @@
"autoLabeling": "标签建议",
"autoLabelingDesc": "自动建议标签并将其应用到您的笔记",
"noteHistory": "注释历史记录",
"noteHistoryDesc": "启用版本快照和从历史记录恢复"
"noteHistoryDesc": "启用版本快照和从历史记录恢复",
"titleSuggestions": "标题建议"
},
"general": {
"loading": "加载中...",
@@ -1115,7 +1116,13 @@
"languageDetection": "语言检测",
"languageDetectionDesc": "自动检测每条笔记的语言",
"autoLabeling": "自动标记",
"autoLabelingDesc": "自动建议并应用标签"
"autoLabelingDesc": "自动建议并应用标签",
"fallbackSectionTitle": "备用提供商(可选)",
"fallbackSectionDescription": "提供商出错时429、5xx自动启用。1.5 秒内重试一次。",
"fallbackProvider": "备用提供商",
"fallbackModel": "备用模型",
"fallbackNone": "无(已禁用)",
"fallbackModelPlaceholder": "例如 gpt-4o-mini"
},
"resend": {
"title": "Resend推荐",
@@ -1173,6 +1180,8 @@
"deleteFailed": "删除失败",
"roleUpdateSuccess": "用户角色已更新为 {role}",
"roleUpdateFailed": "更新角色失败",
"tierUpdateSuccess": "Subscription updated to {tier}",
"tierUpdateFailed": "Failed to update subscription",
"demote": "降级",
"promote": "升级",
"confirmDelete": "确定吗?此操作无法撤销。",
@@ -1180,6 +1189,7 @@
"name": "姓名",
"email": "邮箱",
"role": "角色",
"subscription": "Subscription",
"createdAt": "创建时间",
"actions": "操作"
},
@@ -1371,7 +1381,7 @@
"loading": "加载中..."
},
"dataManagement": {
"title": "数据管理",
"title": "Data",
"toolsDescription": "维护数据库健康的工具",
"exporting": "导出中...",
"importing": "导入中...",
@@ -1436,7 +1446,7 @@
"fontJetBrainsMono": "JetBrains Mono"
},
"generalSettings": {
"title": "常规设置",
"title": "General",
"description": "常规应用程序设置"
},
"toast": {
@@ -1622,7 +1632,7 @@
"collapse": "收起"
},
"mcpSettings": {
"title": "MCP 设置",
"title": "MCP",
"description": "管理 API 密钥并配置外部工具",
"whatIsMcp": {
"title": "什么是 MCP",
@@ -2211,7 +2221,9 @@
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
"waveBadge": "Wave {wave}",
"quotaGuest": "会话主持人已达到 AI 额度上限。请让对方升级套餐。",
"quotaHost": "您已达到此头脑风暴的 AI 额度上限。升级套餐以继续。"
},
"usageMeter": {
"packName": "AI Discovery Pack",
@@ -2323,6 +2335,215 @@
"checkoutSuccessBody": "欢迎使用{tier},您的功能已解锁。",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
"noRenewalDate": "—",
"currentUsage": "当前使用量",
"currentPeriod": "当前周期",
"aiCredits": "AI 额度",
"used": "已使用",
"billing": "账单",
"renewal": "续订",
"paidPlanDesc": "您的订阅将自动续订。",
"businessDescription": "适合团队和产品负责人。"
},
"landing": {
"nav": {
"features": "功能",
"agents": "AI 智能体",
"brainstorm": "Brainstorm",
"pricing": "定价",
"tech": "架构",
"login": "登录",
"cta": "立即开始"
},
"hero": {
"badge": "由人工智能驱动",
"title1": "你的第二大脑,",
"title2": "终于获得放大。",
"subtitle": "Momento 不只是笔记应用。它是一个智能生态,通过 6 类 AI 智能体与前沿语义搜索,实时连接、分析并延展你的想法。",
"cta": "立即注册",
"secondary": "查看功能",
"memoryEcho": "Memory Echo",
"memoryEchoText": "「检测到与您 2024 年 3 月可持续设计项目的关联……」",
"brainstormLive": "Brainstorm Live",
"ideasGenerated": "+12 条创意已生成"
},
"features": {
"label": "AI 能力",
"title": "流畅的智能,",
"title2": "融入每一个字。",
"desc": "Momento 通过多提供商架构统筹你的想法。",
"f1Title": "语义搜索",
"f1Desc": "别再只靠关键词搜索。按概念查找。混合 Vector + FTS 引擎理解笔记背后的意图。",
"f2Title": "上下文 RAG 对话",
"f2Desc": "与你的知识对话。智能体阅读笔记、探索网络并分析文档,精准作答。",
"f3Title": "增强写作",
"f3Desc": "改写、标题建议、自动标签与摘要。AI 在后台帮你梳理思路。"
},
"agents": {
"label": "专业智能体",
"title": "把复杂工作交给它们。",
"desc": "6 类自主 AI 智能体,自动化研究、摘要与演示。",
"scraper": {
"title": "Scraper",
"desc": "抓取 URL、解析 RSS并以智能配图方式汇总信息。"
},
"researcher": {
"title": "Researcher",
"desc": "生成复杂查询、探索网络来源并撰写结构化研究笔记。"
},
"slideGen": {
"title": "Slide Gen",
"desc": "将笔记转为专业 PowerPoint 或交互式 HTML 幻灯片。"
},
"monitor": {
"title": "Monitor",
"desc": "持续分析笔记本,发现趋势与新洞察。"
},
"diagramGen": {
"title": "Diagram Gen",
"desc": "将想法转为流畅的 Excalidraw 图表(思维导图、流程图)并自动排版。"
},
"custom": {
"title": "Custom",
"desc": "自定义角色与数据源的专属智能体。"
}
},
"brainstorm": {
"label": "思维之波",
"title": "实时放射状头脑风暴。",
"waveGeneration": {
"title": "波浪式生成",
"desc": "变体、类比再到颠覆。AI 将初始概念推向极限。"
},
"collaboration": {
"title": "原生协作",
"desc": "AI 幽灵光标、同步头像与节点实时移动。"
},
"export": {
"title": "语义导出",
"desc": "一键将整个头脑风暴转为结构化笔记。"
},
"disruptionLabel": "颠覆",
"disruptionText": "模块化架构 2.0",
"analogyLabel": "类比",
"analogyText": "潮汐周期"
},
"tech": {
"label": "架构与提供商",
"title": "连接你自己的 AI 模型。",
"tags": {
"title": "Tags",
"desc": "可与任意模型独立配置。"
},
"embeddings": {
"title": "Embeddings",
"desc": "可与任意模型独立配置。"
},
"chatRag": {
"title": "Chat RAG",
"desc": "可与任意模型独立配置。"
}
},
"pricing": {
"label": "方案与定价",
"title": "选择你的放大级别。",
"desc": "为创意人士提供灵活选择,从个人使用到大型组织。",
"monthly": "月付",
"annual": "年付",
"perMonth": "/月",
"perMonthAnnual": "/月,按年计费",
"perUser": "+ 3.90€/user",
"perUserAnnual": "+ 2.90€/user, billed annually",
"popular": "最受欢迎",
"basic": {
"name": "Basic",
"desc": "发现 Momento 的魅力。",
"cta": "开始使用",
"feature0": "最多 100 条笔记",
"feature1": "3 个笔记本",
"feature2": "50 AI 积分(终身)",
"feature3": "语义搜索",
"feature4": "7 天历史"
},
"pro": {
"name": "Pro",
"desc": "为挑剔的顾问与创作者。",
"cta": "升级到 Pro",
"feature0": "无限笔记",
"feature1": "BYOK (OpenAI/Anthropic)",
"feature2": "200 次语义搜索",
"feature3": "智能体(每月 12 次)",
"feature4": "30 天历史",
"feature5": "邮件支持"
},
"business": {
"name": "Business",
"desc": "面向团队与产品经理。",
"cta": "选择 Business",
"feature0": "含 10 位协作者",
"feature1": "BYOK13 家提供商)",
"feature2": "1000 次语义搜索",
"feature3": "智能体(每月 60 次)",
"feature4": "无限头脑风暴",
"feature5": "API 访问"
},
"enterprise": {
"name": "Enterprise",
"desc": "安全的组织记忆。",
"cta": "联系销售",
"feature0": "Business 全部功能",
"feature1": "无限智能体",
"feature2": "SSO / SAML",
"feature3": "审计日志与 SLA",
"feature4": "专属支持",
"feature5": "现场入门指导"
}
},
"byok": {
"label": "开放云技术",
"title": "BYOK 策略",
"desc": "已有 OpenAI、Anthropic 或 Google 的 API 密钥?直接接入 Momento。无强制额度限制只按所选提供商的实际消耗付费。",
"noLockin": "无锁定",
"noLockinDesc": "一键切换提供商。",
"cost": "优化成本",
"costDesc": "按 API 直连价格付费。",
"configLabel": "多提供商配置"
},
"cta": {
"title1": "准备好释放",
"title2": "你的全部潜能了吗?",
"desc": "加入数千名研究者、设计师与思考者,用 Momento 构建未来。",
"button": "启动 Momento"
},
"footer": {
"desc": "AI 放大的第二大脑。为创意头脑而设计。",
"product": {
"title": "产品",
"link0": "更新日志",
"link1": "文档",
"link2": "路线图",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"community": {
"title": "社区",
"link0": "Discord",
"link1": "Twitter / X",
"link2": "LinkedIn",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
},
"legal": {
"title": "法律",
"link0": "隐私政策",
"link1": "服务条款",
"link2": "Cookie 政策",
"link0Href": "#",
"link1Href": "#",
"link2Href": "#"
}
}
}
}
}