fix: comprehensive i18n — replace hardcoded French/English strings with t() calls
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m7s

Replaced ~100+ hardcoded French and English text strings across 30+ components
with proper i18n t() calls. Added 57 new translation keys to all 15 locale files
(ar, de, en, es, fa, fr, hi, it, ja, ko, nl, pl, pt, ru, zh).

Key changes:
- contextual-ai-chat.tsx: 30 French strings → t() (actions, toasts, labels, placeholders)
- ai-chat.tsx: 15 French/English strings → t() (header, tabs, welcome, insights, history)
- note-inline-editor.tsx: 20 French fallbacks removed (toolbar, save status, checklist)
- lab-skeleton.tsx: French loading text → t()
- admin-header.tsx, header.tsx, editor-connections-section.tsx: French fallbacks removed
- New AI chat component, agent cards, sidebar, settings panel i18n cleanup

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-26 21:14:45 +02:00
parent e358171c45
commit 153c921960
60 changed files with 4125 additions and 1677 deletions

View File

@@ -81,7 +81,30 @@
"noModels": "لا توجد نماذج. انقر على ↺",
"modelsAvailable": "{count} نموذج متاح",
"enterUrlToLoad": "أدخل الرابط وانقر على ↺ لتحميل النماذج",
"currentProvider": "(الحالي: {provider})"
"currentProvider": "(الحالي: {provider})",
"pageTitle": "إدارة الذكاء الاصطناعي",
"pageDescription": "مراقبة وتكوين ميزات الذكاء الاصطناعي",
"configure": "تكوين",
"features": "ميزات الذكاء الاصطناعي",
"providerStatus": "حالة مزودي الذكاء الاصطناعي",
"recentRequests": "طلبات الذكاء الاصطناعي الأخيرة",
"comingSoon": "قريباً",
"activeFeatures": "الميزات النشطة",
"successRate": "معدل النجاح",
"avgResponseTime": "متوسط وقت الاستجابة",
"configuredProviders": "المزودون المكوّنون",
"settingUpdated": "تم تحديث الإعداد",
"updateFailedShort": "فشل في التحديث",
"titleSuggestions": "اقتراحات العناوين",
"titleSuggestionsDesc": "يقترح عناوين للملاحظات بعد 50+ كلمة",
"aiAssistant": "مساعد الذكاء الاصطناعي",
"aiAssistantDesc": "تفعيل المحادثة مع الذكاء الاصطناعي وأدوات تحسين النص",
"memoryEchoFeature": "لاحظت شيئاً ما...",
"memoryEchoFeatureDesc": "تحليل يومي للروابط بين ملاحظاتك",
"languageDetection": "اكتشاف اللغة",
"languageDetectionDesc": "يكتشف تلقائياً لغة كل ملاحظة",
"autoLabeling": "التصنيف التلقائي",
"autoLabelingDesc": "يقترح ويطبق التصنيفات تلقائياً"
},
"aiTest": {
"description": "اختبر مزودي الذكاء الاصطناعي لتوليد الوسوم وتضمينات البحث الدلالي",
@@ -195,7 +218,9 @@
"email": "البريد الإلكتروني",
"name": "الاسم",
"role": "الدور"
}
},
"title": "المستخدمون",
"description": "إدارة مستخدمي التطبيق والصلاحيات"
},
"chat": "AI Chat",
"lab": "The Lab",
@@ -231,7 +256,18 @@
"testing": "جارٍ الاختبار...",
"testSearch": "اختبار البحث على الويب"
},
"settingsDescription": "تكوين الإعدادات العامة للتطبيق"
"settingsDescription": "تكوين الإعدادات العامة للتطبيق",
"dashboard": {
"title": "لوحة التحكم",
"description": "نظرة عامة على مقاييس التطبيق",
"recentActivity": "النشاط الأخير",
"recentActivityPlaceholder": "سيتم عرض النشاط الأخير هنا."
},
"error": {
"title": "حدث خطأ في الإدارة",
"description": "فشل عرض هذه الصفحة. يمكنك إعادة المحاولة.",
"retry": "إعادة المحاولة"
}
},
"ai": {
"analyzing": "الذكاء الاصطناعي يحلل...",
@@ -322,7 +358,57 @@
"translationFailed": "فشلت الترجمة",
"undo": "تراجع عن الذكاء الاصطناعي",
"undoAI": "تراجع عن تحويل الذكاء الاصطناعي",
"undoApplied": "تم استعادة النص الأصلي"
"undoApplied": "تم استعادة النص الأصلي",
"minWordsError": "يجب أن تحتوي الملاحظة على 5 كلمات على الأقل لاستخدام إجراءات الذكاء الاصطناعي.",
"genericError": "خطأ في الذكاء الاصطناعي",
"actionError": "خطأ أثناء تنفيذ إجراء الذكاء الاصطناعي",
"appliedToNote": "تم التطبيق في الملاحظة",
"applyToNote": "تطبيق في الملاحظة",
"undoLastAction": "إلغاء آخر إجراء ذكاء اصطناعي",
"selectContext": "اختيار السياق...",
"selectNotebook": "اختيار دفتر",
"chatPlaceholder": "اطلب من الذكاء الاصطناعي تعديل أو تلخيص أو صياغة...",
"assistantTitle": "مساعد الذكاء الاصطناعي",
"currentNote": "الملاحظة الحالية",
"shrinkPanel": "تصغير اللوحة",
"expandPanel": "توسيع اللوحة",
"chatTab": "دردشة",
"noteActions": "إجراءات الملاحظة",
"askToStart": "اطرح سؤالاً على المساعد للبدء.",
"contextLabel": "السياق",
"thisNote": "هذه الملاحظة",
"allMyNotes": "جميع ملاحظاتي",
"notebookGeneric": "دفتر",
"writingTone": "نبرة الكتابة",
"askAboutThisNote": "اسأل الذكاء الاصطناعي عن هذه الملاحظة...",
"askAboutYourNotes": "اسأل الذكاء الاصطناعي عن ملاحظاتك...",
"webSearchLabel": "بحث الويب",
"newLineHint": "Shift+Enter = سطر جديد",
"resultLabel": "النتيجة",
"discardAction": "تجاهل",
"transformationsDesc": "التحويلات — مطبقة مباشرة في الملاحظة",
"writeMinWordsAction": "اكتب 5 كلمات على الأقل لتفعيل إجراءات الذكاء الاصطناعي.",
"processingAction": "جاري المعالجة...",
"action": {
"clarify": "توضيح",
"shorten": "تقصير",
"improve": "تحسين",
"toMarkdown": "إلى Markdown"
},
"openAssistant": "فتح مساعد الذكاء الاصطناعي",
"poweredByMomento": "مدعوم من Momento AI",
"welcomeMsg": "مرحبًا! أنا مساعدك الذكي. كيف يمكنني مساعدتك في ملاحظاتك اليوم؟ يمكنني تحسين النبرة أو توسيع الرسائل أو تلخيص المحتوى.",
"summaryLast5": "ملخص آخر 5 ملاحظات",
"analyzingProgress": "جاري التحليل...",
"generateInsightsBtn": "إنشاء رؤى",
"newDiscussion": "نقاش جديد",
"noRecentConversations": "لا توجد محادثات حديثة.",
"discussionContextLabel": "سياق النقاش",
"webSearchNotConfigured": "بحث الويب (غير مكوّن)",
"historyTab": "السجل",
"insightsTab": "رؤى",
"aiCopilot": "مساعد ذكي",
"suggestTitle": "اقتراح عنوان بالذكاء الاصطناعي"
},
"aiSettings": {
"description": "تكوين ميزاتك وتفضيلاتك المدعومة بالذكاء الاصطناعي",
@@ -884,7 +970,12 @@
"viewModeGroup": "وضع عرض الملاحظات",
"reorderTabs": "إعادة ترتيب علامة التبويب",
"modified": "معدلة",
"created": "منشأة"
"created": "منشأة",
"loading": "جاري التحميل...",
"exportPDF": "تصدير PDF",
"savedStatus": "تم الحفظ",
"dirtyStatus": "معدّل",
"completedLabel": "مكتمل"
},
"pagination": {
"next": "→",
@@ -976,7 +1067,8 @@
"searchPlaceholder": "Search your notes...",
"searching": "Searching...",
"semanticInProgress": "AI search in progress...",
"semanticTooltip": "AI semantic search"
"semanticTooltip": "AI semantic search",
"disabledAdmin": "البحث معطل في وضع المسؤول"
},
"semanticSearch": {
"exactMatch": "تطابق تام",
@@ -1417,5 +1509,9 @@
"markUndone": "وضع علامة غير مكتمل",
"todayAt": "اليوم في {time}",
"tomorrowAt": "غداً في {time}"
},
"lab": {
"initializing": "تهيئة المساحة",
"loadingIdeas": "جاري تحميل أفكارك..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "Keine Modelle. Klicken Sie auf ↺",
"modelsAvailable": "{count} Modell(e) verfügbar",
"enterUrlToLoad": "URL eingeben und ↺ klicken",
"currentProvider": "(Aktuell: {provider})"
"currentProvider": "(Aktuell: {provider})",
"pageTitle": "KI-Verwaltung",
"pageDescription": "KI-Funktionen überwachen und konfigurieren",
"configure": "Konfigurieren",
"features": "KI-Funktionen",
"providerStatus": "KI-Anbieter Status",
"recentRequests": "Letzte KI-Anfragen",
"comingSoon": "Demnächst verfügbar",
"activeFeatures": "Aktive Funktionen",
"successRate": "Erfolgsrate",
"avgResponseTime": "Durchschn. Antwortzeit",
"configuredProviders": "Konfigurierte Anbieter",
"settingUpdated": "Einstellung aktualisiert",
"updateFailedShort": "Aktualisierung fehlgeschlagen",
"titleSuggestions": "Titelvorschläge",
"titleSuggestionsDesc": "Schlägt Titel für Notizen nach 50+ Wörtern vor",
"aiAssistant": "KI-Assistent",
"aiAssistantDesc": "Aktiviert KI-Chat und Textverbesserung",
"memoryEchoFeature": "Mir ist aufgefallen...",
"memoryEchoFeatureDesc": "Tägliche Analyse von Verbindungen zwischen Notizen",
"languageDetection": "Spracherkennung",
"languageDetectionDesc": "Erkennt automatisch die Sprache jeder Notiz",
"autoLabeling": "Automatische Beschriftung",
"autoLabelingDesc": "Schlägt Labels vor und wendet sie automatisch an"
},
"aiTest": {
"description": "Testen Sie Ihre KI-Anbieter für Tag-Generierung und semantische Such-Embeddings",
@@ -195,7 +218,9 @@
"email": "E-Mail",
"name": "Name",
"role": "Rolle"
}
},
"title": "Benutzer",
"description": "Benutzer und Berechtigungen verwalten"
},
"chat": "AI Chat",
"lab": "The Lab",
@@ -231,7 +256,18 @@
"testing": "Test läuft...",
"testSearch": "Websuche testen"
},
"settingsDescription": "Anwendungseinstellungen konfigurieren"
"settingsDescription": "Anwendungseinstellungen konfigurieren",
"dashboard": {
"title": "Dashboard",
"description": "Übersicht der Anwendungsmetriken",
"recentActivity": "Letzte Aktivität",
"recentActivityPlaceholder": "Letzte Aktivitäten werden hier angezeigt."
},
"error": {
"title": "Ein Fehler ist aufgetreten",
"description": "Seite konnte nicht gerendert werden. Bitte versuchen Sie es erneut.",
"retry": "Erneut versuchen"
}
},
"ai": {
"analyzing": "KI analysiert...",
@@ -322,7 +358,57 @@
"translationFailed": "Übersetzung fehlgeschlagen",
"undo": "KI rückgängig machen",
"undoAI": "KI-Transformation rückgängig machen",
"undoApplied": "Originaltext wiederhergestellt"
"undoApplied": "Originaltext wiederhergestellt",
"minWordsError": "Die Notiz muss mindestens 5 Wörter enthalten, um KI-Aktionen zu nutzen.",
"genericError": "KI-Fehler",
"actionError": "Fehler bei der KI-Aktion",
"appliedToNote": "In Notiz angewendet",
"applyToNote": "In Notiz anwenden",
"undoLastAction": "Letzte KI-Aktion rückgängig machen",
"selectContext": "Kontext auswählen...",
"selectNotebook": "Notizbuch auswählen",
"chatPlaceholder": "KI zum Bearbeiten, Zusammenfassen oder Entwerfen bitten...",
"assistantTitle": "KI-Assistent",
"currentNote": "Aktuelle Notiz",
"shrinkPanel": "Panel verkleinern",
"expandPanel": "Panel vergrößern",
"chatTab": "Chat",
"noteActions": "Notiz-Aktionen",
"askToStart": "Stellen Sie dem Assistenten eine Frage, um zu beginnen.",
"contextLabel": "Kontext",
"thisNote": "Diese Notiz",
"allMyNotes": "Alle meine Notizen",
"notebookGeneric": "Notizbuch",
"writingTone": "Schreibstil",
"askAboutThisNote": "Fragen Sie die KI etwas über diese Notiz...",
"askAboutYourNotes": "Fragen Sie die KI etwas über Ihre Notizen...",
"webSearchLabel": "Websuche",
"newLineHint": "Shift+Enter = neue Zeile",
"resultLabel": "Ergebnis",
"discardAction": "Verwerfen",
"transformationsDesc": "Transformationen — direkt in der Notiz angewendet",
"writeMinWordsAction": "Schreibe mindestens 5 Wörter, um KI-Aktionen zu aktivieren.",
"processingAction": "Verarbeitung...",
"action": {
"clarify": "Klären",
"shorten": "Kürzen",
"improve": "Verbessern",
"toMarkdown": "Zu Markdown"
},
"openAssistant": "KI-Assistenten öffnen",
"poweredByMomento": "Angetrieben von Momento AI",
"welcomeMsg": "Hallo! Ich bin dein KI-Assistent. Wie kann ich dir heute mit deinen Notizen helfen? Ich kann den Ton verfeinern, Nachrichten erweitern oder Inhalte zusammenfassen.",
"summaryLast5": "Zusammenfassung deiner letzten 5 Notizen",
"analyzingProgress": "Analyse läuft...",
"generateInsightsBtn": "Einblicke generieren",
"newDiscussion": "Neue Diskussion",
"noRecentConversations": "Keine aktuellen Gespräche.",
"discussionContextLabel": "Diskussionskontext",
"webSearchNotConfigured": "Websuche (Nicht konfiguriert)",
"historyTab": "Verlauf",
"insightsTab": "Einblicke",
"aiCopilot": "KI-Copilot",
"suggestTitle": "KI-Titelvorschlag"
},
"aiSettings": {
"description": "Konfigurieren Sie Ihre KI-gesteuerten Funktionen und Präferenzen",
@@ -907,7 +993,12 @@
"viewModeGroup": "Notizen-Anzeigemodus",
"reorderTabs": "Tab umsortieren",
"modified": "Geändert",
"created": "Erstellt"
"created": "Erstellt",
"loading": "Laden...",
"exportPDF": "PDF exportieren",
"savedStatus": "Gespeichert",
"dirtyStatus": "Geändert",
"completedLabel": "Erledigt"
},
"pagination": {
"next": "→",
@@ -999,7 +1090,8 @@
"searchPlaceholder": "Durchsuchen Sie Ihre Notizen...",
"searching": "Wird gesucht...",
"semanticInProgress": "KI-Suche läuft...",
"semanticTooltip": "Semantische KI-Suche"
"semanticTooltip": "Semantische KI-Suche",
"disabledAdmin": "Suche im Admin-Modus deaktiviert"
},
"semanticSearch": {
"exactMatch": "Exakte Übereinstimmung",
@@ -1440,5 +1532,9 @@
"markUndone": "Als nicht erledigt markieren",
"todayAt": "Heute um {time}",
"tomorrowAt": "Morgen um {time}"
},
"lab": {
"initializing": "Arbeitsbereich wird initialisiert",
"loadingIdeas": "Deine Ideen werden geladen..."
}
}

View File

@@ -152,7 +152,12 @@
"viewModeGroup": "Notes display mode",
"reorderTabs": "Reorder tab",
"modified": "Modified",
"created": "Created"
"created": "Created",
"loading": "Loading...",
"exportPDF": "Export PDF",
"savedStatus": "Saved",
"dirtyStatus": "Modified",
"completedLabel": "Completed"
},
"pagination": {
"previous": "←",
@@ -203,7 +208,8 @@
"noResults": "No results found",
"resultsFound": "{count} notes found",
"exactMatch": "Exact match",
"related": "Related"
"related": "Related",
"disabledAdmin": "Search disabled in admin mode"
},
"collaboration": {
"emailPlaceholder": "Enter email address",
@@ -324,7 +330,57 @@
"translationFailed": "Translation failed",
"undo": "Undo AI",
"undoAI": "Undo AI transformation",
"undoApplied": "Original text restored"
"undoApplied": "Original text restored",
"minWordsError": "Note must contain at least 5 words to use AI actions.",
"genericError": "AI error",
"actionError": "Error during AI action",
"appliedToNote": "Applied to note",
"applyToNote": "Apply to note",
"undoLastAction": "Undo last AI action",
"selectContext": "Select context...",
"selectNotebook": "Select notebook",
"chatPlaceholder": "Ask AI to edit, summarize, or draft...",
"assistantTitle": "AI Assistant",
"currentNote": "Current note",
"shrinkPanel": "Shrink panel",
"expandPanel": "Expand panel",
"chatTab": "Chat",
"noteActions": "Note Actions",
"askToStart": "Ask the Assistant something to get started.",
"contextLabel": "Context",
"thisNote": "This note",
"allMyNotes": "All my notes",
"notebookGeneric": "Notebook",
"writingTone": "Writing Tone",
"askAboutThisNote": "Ask AI something about this note...",
"askAboutYourNotes": "Ask AI something about your notes...",
"webSearchLabel": "Web Search",
"newLineHint": "Shift+Enter = new line",
"resultLabel": "Result",
"discardAction": "Discard",
"transformationsDesc": "Transformations — applied directly to the note",
"writeMinWordsAction": "Write at least 5 words to activate AI actions.",
"processingAction": "Processing...",
"action": {
"clarify": "Clarify",
"shorten": "Shorten",
"improve": "Improve",
"toMarkdown": "To Markdown"
},
"openAssistant": "Open AI Assistant",
"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",
"analyzingProgress": "Analyzing...",
"generateInsightsBtn": "Generate Insights",
"newDiscussion": "New discussion",
"noRecentConversations": "No recent conversations.",
"discussionContextLabel": "Discussion Context",
"webSearchNotConfigured": "Web Search (Not configured)",
"historyTab": "History",
"insightsTab": "Insights",
"aiCopilot": "AI Copilot",
"suggestTitle": "AI title suggestion"
},
"titleSuggestions": {
"available": "Title suggestions",
@@ -733,7 +789,30 @@
"noModels": "No models. Click ↺",
"modelsAvailable": "{count} model(s) available",
"enterUrlToLoad": "Enter URL and click ↺ to load models",
"currentProvider": "(Current: {provider})"
"currentProvider": "(Current: {provider})",
"pageTitle": "AI Management",
"pageDescription": "Monitor and configure AI features",
"configure": "Configure",
"features": "AI Features",
"providerStatus": "AI Provider Status",
"recentRequests": "Recent AI Requests",
"comingSoon": "Coming soon",
"activeFeatures": "Active features",
"successRate": "Success rate",
"avgResponseTime": "Avg response time",
"configuredProviders": "Configured providers",
"settingUpdated": "Setting updated",
"updateFailedShort": "Update failed",
"titleSuggestions": "Title suggestions",
"titleSuggestionsDesc": "Suggests titles for notes after 50+ words",
"aiAssistant": "AI Assistant",
"aiAssistantDesc": "Enable AI chat and text improvement tools",
"memoryEchoFeature": "I noticed something...",
"memoryEchoFeatureDesc": "Daily analysis of connections between your notes",
"languageDetection": "Language detection",
"languageDetectionDesc": "Automatically detects the language of each note",
"autoLabeling": "Auto labeling",
"autoLabelingDesc": "Suggests and applies labels automatically"
},
"resend": {
"title": "Resend (Recommended)",
@@ -804,7 +883,9 @@
"roles": {
"user": "User",
"admin": "Admin"
}
},
"title": "Users",
"description": "Manage application users and permissions"
},
"aiTest": {
"title": "AI Provider Testing",
@@ -875,7 +956,18 @@
"testing": "Testing...",
"testSearch": "Test web search"
},
"settingsDescription": "Configure application-wide settings"
"settingsDescription": "Configure application-wide settings",
"dashboard": {
"title": "Dashboard",
"description": "Overview of your application metrics",
"recentActivity": "Recent Activity",
"recentActivityPlaceholder": "Recent activity will be displayed here."
},
"error": {
"title": "An error occurred in the admin panel",
"description": "This page failed to render. You can retry without reloading.",
"retry": "Retry"
}
},
"about": {
"title": "About",
@@ -1444,5 +1536,9 @@
"deleteSpace": "Delete space",
"deleted": "Space deleted",
"deleteError": "Error deleting"
},
"lab": {
"initializing": "Initializing workspace",
"loadingIdeas": "Loading your ideas..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "Sin modelos. Haga clic en ↺",
"modelsAvailable": "{count} modelo(s) disponible(s)",
"enterUrlToLoad": "Ingrese la URL y haga clic en ↺",
"currentProvider": "(Actual: {provider})"
"currentProvider": "(Actual: {provider})",
"pageTitle": "Gestión de IA",
"pageDescription": "Monitorear y configurar funciones de IA",
"configure": "Configurar",
"features": "Funciones de IA",
"providerStatus": "Estado de proveedores de IA",
"recentRequests": "Solicitudes de IA recientes",
"comingSoon": "Próximamente",
"activeFeatures": "Funciones activas",
"successRate": "Tasa de éxito",
"avgResponseTime": "Tiempo de respuesta promedio",
"configuredProviders": "Proveedores configurados",
"settingUpdated": "Ajuste actualizado",
"updateFailedShort": "Error al actualizar",
"titleSuggestions": "Sugerencias de título",
"titleSuggestionsDesc": "Sugiere títulos para notas después de 50+ palabras",
"aiAssistant": "Asistente de IA",
"aiAssistantDesc": "Habilitar chat IA y herramientas de mejora",
"memoryEchoFeature": "Noté algo...",
"memoryEchoFeatureDesc": "Análisis diario de conexiones entre tus notas",
"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"
},
"aiTest": {
"description": "Prueba tus proveedores de IA para generación de etiquetas y embeddings de búsqueda semántica",
@@ -195,7 +218,9 @@
"email": "Correo electrónico",
"name": "Nombre",
"role": "Rol"
}
},
"title": "Usuarios",
"description": "Gestionar usuarios y permisos"
},
"chat": "AI Chat",
"lab": "The Lab",
@@ -231,7 +256,18 @@
"testing": "Probando...",
"testSearch": "Probar búsqueda web"
},
"settingsDescription": "Configurar ajustes de la aplicación"
"settingsDescription": "Configurar ajustes de la aplicación",
"dashboard": {
"title": "Panel de control",
"description": "Resumen de las métricas de la aplicación",
"recentActivity": "Actividad reciente",
"recentActivityPlaceholder": "La actividad reciente se mostrará aquí."
},
"error": {
"title": "Ocurrió un error en la administración",
"description": "Error al renderizar. Puede reintentar.",
"retry": "Reintentar"
}
},
"ai": {
"analyzing": "IA analizando...",
@@ -322,7 +358,57 @@
"translationFailed": "Traducción fallida",
"undo": "Deshacer IA",
"undoAI": "Deshacer transformación de IA",
"undoApplied": "Texto original restaurado"
"undoApplied": "Texto original restaurado",
"minWordsError": "La nota debe contener al menos 5 palabras para usar acciones de IA.",
"genericError": "Error de IA",
"actionError": "Error durante la acción de IA",
"appliedToNote": "Aplicado a la nota",
"applyToNote": "Aplicar a la nota",
"undoLastAction": "Deshacer última acción de IA",
"selectContext": "Seleccionar contexto...",
"selectNotebook": "Seleccionar cuaderno",
"chatPlaceholder": "Pide a la IA que edite, resuma o redacte...",
"assistantTitle": "Asistente IA",
"currentNote": "Nota actual",
"shrinkPanel": "Reducir panel",
"expandPanel": "Expandir panel",
"chatTab": "Chat",
"noteActions": "Acciones de nota",
"askToStart": "Pregúntale algo al Asistente para empezar.",
"contextLabel": "Contexto",
"thisNote": "Esta nota",
"allMyNotes": "Todas mis notas",
"notebookGeneric": "Cuaderno",
"writingTone": "Tono de escritura",
"askAboutThisNote": "Pregunta a la IA sobre esta nota...",
"askAboutYourNotes": "Pregunta a la IA sobre tus notas...",
"webSearchLabel": "Búsqueda web",
"newLineHint": "Shift+Enter = nueva línea",
"resultLabel": "Resultado",
"discardAction": "Descartar",
"transformationsDesc": "Transformaciones — aplicadas directamente a la nota",
"writeMinWordsAction": "Escribe al menos 5 palabras para activar las acciones de IA.",
"processingAction": "Procesando...",
"action": {
"clarify": "Aclarar",
"shorten": "Acortar",
"improve": "Mejorar",
"toMarkdown": "A Markdown"
},
"openAssistant": "Abrir asistente IA",
"poweredByMomento": "Desarrollado por Momento AI",
"welcomeMsg": "¡Hola! Soy tu asistente de IA. ¿Cómo puedo ayudarte con tus notas hoy? Puedo refinar el tono, ampliar mensajes o resumir contenido.",
"summaryLast5": "Resumen de tus últimas 5 notas",
"analyzingProgress": "Analizando...",
"generateInsightsBtn": "Generar Insights",
"newDiscussion": "Nueva conversación",
"noRecentConversations": "Sin conversaciones recientes.",
"discussionContextLabel": "Contexto de discusión",
"webSearchNotConfigured": "Búsqueda web (No configurada)",
"historyTab": "Historial",
"insightsTab": "Insights",
"aiCopilot": "Copiañol IA",
"suggestTitle": "Sugerencia de título por IA"
},
"aiSettings": {
"description": "Configura tus funciones y preferencias impulsadas por IA",
@@ -879,7 +965,12 @@
"viewModeGroup": "Modo de visualización de notas",
"reorderTabs": "Reordenar pestaña",
"modified": "Modificada",
"created": "Creada"
"created": "Creada",
"loading": "Cargando...",
"exportPDF": "Exportar PDF",
"savedStatus": "Guardado",
"dirtyStatus": "Modificado",
"completedLabel": "Completados"
},
"pagination": {
"next": "→",
@@ -971,7 +1062,8 @@
"searchPlaceholder": "Busca en tus notas...",
"searching": "Buscando...",
"semanticInProgress": "Búsqueda semántica en curso...",
"semanticTooltip": "Búsqueda semántica con IA"
"semanticTooltip": "Búsqueda semántica con IA",
"disabledAdmin": "Búsqueda deshabilitada en modo admin"
},
"semanticSearch": {
"exactMatch": "Coincidencia exacta",
@@ -1412,5 +1504,9 @@
"markUndone": "Marcar como no completado",
"todayAt": "Hoy a las {time}",
"tomorrowAt": "Mañana a las {time}"
},
"lab": {
"initializing": "Inicializando espacio",
"loadingIdeas": "Cargando tus ideas..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "مدلی وجود ندارد. روی ↺ کلیک کنید",
"modelsAvailable": "{count} مدل در دسترس",
"enterUrlToLoad": "آدرس را وارد کرده و روی ↺ کلیک کنید",
"currentProvider": "(فعلی: {provider})"
"currentProvider": "(فعلی: {provider})",
"pageTitle": "مدیریت هوش مصنوعی",
"pageDescription": "نظارت و پیکربندی قابلیت‌های هوش مصنوعی",
"configure": "پیکربندی",
"features": "قابلیت‌های هوش مصنوعی",
"providerStatus": "وضعیت ارائه‌دهندگان هوش مصنوعی",
"recentRequests": "درخواست‌های اخیر هوش مصنوعی",
"comingSoon": "به زودی",
"activeFeatures": "قابلیت‌های فعال",
"successRate": "نرخ موفقیت",
"avgResponseTime": "میانگین زمان پاسخ",
"configuredProviders": "ارائه‌دهندگان پیکربندی شده",
"settingUpdated": "تنظیم به‌روز شد",
"updateFailedShort": "به‌روزرسانی ناموفق بود",
"titleSuggestions": "پیشنهادات عنوان",
"titleSuggestionsDesc": "پیشنهاد عنوان برای یادداشت‌ها بعد از ۵۰+ کلمه",
"aiAssistant": "دستیار هوش مصنوعی",
"aiAssistantDesc": "فعال‌سازی چت هوش مصنوعی و ابزارهای بهبود متن",
"memoryEchoFeature": "متوجه شدم...",
"memoryEchoFeatureDesc": "تحلیل روزانه ارتباطات بین یادداشت‌ها",
"languageDetection": "تشخیص زبان",
"languageDetectionDesc": "تشخیص خودکار زبان هر یادداشت",
"autoLabeling": "برچسب‌گذاری خودکار",
"autoLabelingDesc": "پیشنهاد و اعمال خودکار برچسب‌ها"
},
"aiTest": {
"description": "تست ارائه‌دهندگان هوش مصنوعی برای تولید برچسب و تعبیه‌های جستجوی معنایی",
@@ -195,7 +218,9 @@
"email": "ایمیل",
"name": "نام",
"role": "نقش"
}
},
"title": "کاربران",
"description": "مدیریت کاربران و مجوزهای برنامه"
},
"chat": "چت هوش مصنوعی",
"lab": "آزمایشگاه",
@@ -231,7 +256,18 @@
"testing": "در حال تست...",
"testSearch": "تست جستجوی وب"
},
"settingsDescription": "پیکربندی تنظیمات کلی برنامه"
"settingsDescription": "پیکربندی تنظیمات کلی برنامه",
"dashboard": {
"title": "داشبورد",
"description": "نمای کلی معیارهای برنامه",
"recentActivity": "فعالیت اخیر",
"recentActivityPlaceholder": "فعالیت‌های اخیر در اینجا نمایش داده می‌شود."
},
"error": {
"title": "خطایی در پنل مدیریت رخ داد",
"description": "رندر این صفحه ناموفق بود. می‌توانید دوباره تلاش کنید.",
"retry": "تلاش مجدد"
}
},
"ai": {
"analyzing": "در حال تحلیل هوش مصنوعی...",
@@ -322,7 +358,57 @@
"improve": "بهبود نگارش",
"improveDesc": "اصلاح گرامر و بهبود سبک نگارش",
"toMarkdown": "قالب‌بندی به عنوان Markdown",
"toMarkdownDesc": "افزودن عناوین، نقاط گلوله‌ای و ساختاردهی متن"
"toMarkdownDesc": "افزودن عناوین، نقاط گلوله‌ای و ساختاردهی متن",
"minWordsError": "یادداشت باید حداقل ۵ کلمه داشته باشد.",
"genericError": "خطای هوش مصنوعی",
"actionError": "خطا در حین عمل هوش مصنوعی",
"appliedToNote": "در یادداشت اعمال شد",
"applyToNote": "اعمال در یادداشت",
"undoLastAction": "برگرداندن آخرین عمل هوش مصنوعی",
"selectContext": "انتخاب زمینه...",
"selectNotebook": "انتخاب دفترچه",
"chatPlaceholder": "از هوش مصنوعی بخواهید ویرایش، خلاصه یا پیش‌نویس کند...",
"assistantTitle": "دستیار هوش مصنوعی",
"currentNote": "یادداشت فعلی",
"shrinkPanel": "کوچک کردن پنل",
"expandPanel": "بزرگ کردن پنل",
"chatTab": "چت",
"noteActions": "عملیات یادداشت",
"askToStart": "برای شروع سوالی از دستیار بپرسید.",
"contextLabel": "زمینه",
"thisNote": "این یادداشت",
"allMyNotes": "همه یادداشت‌های من",
"notebookGeneric": "دفترچه",
"writingTone": "لحن نوشتن",
"askAboutThisNote": "از هوش مصنوعی درباره این یادداشت بپرسید...",
"askAboutYourNotes": "از هوش مصنوعی درباره یادداشت‌هایتان بپرسید...",
"webSearchLabel": "جستجوی وب",
"newLineHint": "Shift+Enter = خط جدید",
"resultLabel": "نتیجه",
"discardAction": "رد کردن",
"transformationsDesc": "تبدیل‌ها — مستقیماً در یادداشت اعمال می‌شوند",
"writeMinWordsAction": "حداقل ۵ کلمه بنویسید تا عملیات هوش مصنوعی فعال شود.",
"processingAction": "در حال پردازش...",
"action": {
"clarify": "روشن کردن",
"shorten": "خلاصه کردن",
"improve": "بهبود",
"toMarkdown": "به مارک‌داون"
},
"openAssistant": "باز کردن دستیار هوش مصنوعی",
"poweredByMomento": "پشتیبانی شده توسط Momento AI",
"welcomeMsg": "سلام! من دستیار هوش مصنوعی شما هستم. امروز چطور می‌توانم با یادداشت‌هایتان کمکتان کنم؟ می‌توانم لحن را بهبود دهم، پیام‌ها را بسط دهم یا محتوا را خلاصه کنم.",
"summaryLast5": "خلاصه ۵ یادداشت آخر",
"analyzingProgress": "در حال تحلیل...",
"generateInsightsBtn": "تولید بینش",
"newDiscussion": "بحث جدید",
"noRecentConversations": "بدون گفتگوی اخیر.",
"discussionContextLabel": "زمینه بحث",
"webSearchNotConfigured": "جستجوی وب (پیکربندی نشده)",
"historyTab": "تاریخچه",
"insightsTab": "بینش‌ها",
"aiCopilot": "دستیار هوشمند",
"suggestTitle": "پیشنهاد عنوان با هوش مصنوعی"
},
"aiSettings": {
"description": "ویژگی‌ها و ترجیحات هوش مصنوعی خود را پیکربندی کنید",
@@ -937,7 +1023,12 @@
"viewCardsTooltip": "شبکه کارتی با مرتب‌سازی کشیدن و رها کردن",
"viewTabsTooltip": "زبانه‌ها در بالا، یادداشت در پایین — زبانه‌ها را بکشید تا مرتب شوند",
"viewModeGroup": "حالت نمایش یادداشت‌ها",
"reorderTabs": "مرتب‌سازی زبانه"
"reorderTabs": "مرتب‌سازی زبانه",
"loading": "در حال بارگذاری...",
"exportPDF": "خروجی PDF",
"savedStatus": "ذخیره شد",
"dirtyStatus": "تغییر یافته",
"completedLabel": "تکمیل شده"
},
"pagination": {
"next": "→",
@@ -1029,7 +1120,8 @@
"searchPlaceholder": "در یادداشت‌های خود جستجو کنید...",
"searching": "در حال جستجو...",
"semanticInProgress": "جستجوی هوش مصنوعی در حال انجام...",
"semanticTooltip": "جستجوی معنایی هوش مصنوعی"
"semanticTooltip": "جستجوی معنایی هوش مصنوعی",
"disabledAdmin": "جستجو در حالت ادمین غیرفعال است"
},
"semanticSearch": {
"exactMatch": "تطابق دقیق",
@@ -1471,5 +1563,9 @@
"markUndone": "علامت‌گذاری به عنوان انجام نشده",
"todayAt": "امروز ساعت {time}",
"tomorrowAt": "فردا ساعت {time}"
},
"lab": {
"initializing": "راه‌اندازی فضای کاری",
"loadingIdeas": "بارگذاری ایده‌های شما..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "No models. Click ↺",
"modelsAvailable": "{count} model(s) available",
"enterUrlToLoad": "Enter URL and click ↺ to load models",
"currentProvider": "(Current: {provider})"
"currentProvider": "(Current: {provider})",
"pageTitle": "AI Management",
"pageDescription": "Monitor and configure AI features",
"configure": "Configure",
"features": "AI Features",
"providerStatus": "AI Provider Status",
"recentRequests": "Recent AI Requests",
"comingSoon": "Coming soon",
"activeFeatures": "Active features",
"successRate": "Success rate",
"avgResponseTime": "Avg response time",
"configuredProviders": "Configured providers",
"settingUpdated": "Setting updated",
"updateFailedShort": "Update failed",
"titleSuggestions": "Title suggestions",
"titleSuggestionsDesc": "Suggests titles for notes after 50+ words",
"aiAssistant": "AI Assistant",
"aiAssistantDesc": "Enable AI chat and text improvement tools",
"memoryEchoFeature": "I noticed something...",
"memoryEchoFeatureDesc": "Daily analysis of connections between your notes",
"languageDetection": "Language detection",
"languageDetectionDesc": "Automatically detects the language of each note",
"autoLabeling": "Auto labeling",
"autoLabelingDesc": "Suggests and applies labels automatically"
},
"aiTest": {
"description": "Testez vos fournisseurs IA pour la génération d'étiquettes et les embeddings de recherche sémantique",
@@ -232,9 +255,22 @@
"email": "Email",
"name": "Nom",
"role": "Rôle"
}
},
"title": "Users",
"description": "Manage application users and permissions"
},
"settingsDescription": "Configure application-wide settings"
"settingsDescription": "Configure application-wide settings",
"dashboard": {
"title": "Dashboard",
"description": "Overview of your application metrics",
"recentActivity": "Recent Activity",
"recentActivityPlaceholder": "Recent activity will be displayed here."
},
"error": {
"title": "An error occurred in the admin panel",
"description": "This page failed to render. You can retry without reloading.",
"retry": "Retry"
}
},
"ai": {
"analyzing": "Analyse IA en cours...",
@@ -325,7 +361,57 @@
"translationFailed": "Traduction échouée",
"undo": "Annuler IA",
"undoAI": "Annuler la transformation IA",
"undoApplied": "Texte original restauré"
"undoApplied": "Texte original restauré",
"minWordsError": "Note must contain at least 5 words to use AI actions.",
"genericError": "AI error",
"actionError": "Error during AI action",
"appliedToNote": "Applied to note",
"applyToNote": "Apply to note",
"undoLastAction": "Undo last AI action",
"selectContext": "Select context...",
"selectNotebook": "Select notebook",
"chatPlaceholder": "Ask AI to edit, summarize, or draft...",
"assistantTitle": "AI Assistant",
"currentNote": "Current note",
"shrinkPanel": "Shrink panel",
"expandPanel": "Expand panel",
"chatTab": "Chat",
"noteActions": "Note Actions",
"askToStart": "Ask the Assistant something to get started.",
"contextLabel": "Context",
"thisNote": "This note",
"allMyNotes": "All my notes",
"notebookGeneric": "Notebook",
"writingTone": "Writing Tone",
"askAboutThisNote": "Ask AI something about this note...",
"askAboutYourNotes": "Ask AI something about your notes...",
"webSearchLabel": "Web Search",
"newLineHint": "Shift+Enter = new line",
"resultLabel": "Result",
"discardAction": "Discard",
"transformationsDesc": "Transformations — applied directly to the note",
"writeMinWordsAction": "Write at least 5 words to activate AI actions.",
"processingAction": "Processing...",
"action": {
"clarify": "Clarify",
"shorten": "Shorten",
"improve": "Improve",
"toMarkdown": "To Markdown"
},
"openAssistant": "Open AI Assistant",
"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",
"analyzingProgress": "Analyzing...",
"generateInsightsBtn": "Generate Insights",
"newDiscussion": "New discussion",
"noRecentConversations": "No recent conversations.",
"discussionContextLabel": "Discussion Context",
"webSearchNotConfigured": "Web Search (Not configured)",
"historyTab": "History",
"insightsTab": "Insights",
"aiCopilot": "AI Copilot",
"suggestTitle": "AI title suggestion"
},
"aiSettings": {
"description": "Configurez vos fonctionnalités IA et préférences",
@@ -890,7 +976,12 @@
"viewModeGroup": "Mode d'affichage des notes",
"reorderTabs": "Réordonner l'onglet",
"modified": "Modifiée",
"created": "Créée"
"created": "Créée",
"loading": "Loading...",
"exportPDF": "Export PDF",
"savedStatus": "Saved",
"dirtyStatus": "Modified",
"completedLabel": "Completed"
},
"pagination": {
"next": "→",
@@ -982,7 +1073,8 @@
"searchPlaceholder": "Rechercher dans vos notes...",
"searching": "Recherche en cours...",
"semanticInProgress": "Recherche IA en cours...",
"semanticTooltip": "Recherche sémantique IA"
"semanticTooltip": "Recherche sémantique IA",
"disabledAdmin": "Search disabled in admin mode"
},
"semanticSearch": {
"exactMatch": "Correspondance exacte",
@@ -1440,5 +1532,9 @@
"deleteSpace": "Supprimer l'espace",
"deleted": "Espace supprimé",
"deleteError": "Erreur lors de la suppression"
},
"lab": {
"initializing": "Initializing workspace",
"loadingIdeas": "Loading your ideas..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "कोई मॉडल नहीं। ↺ पर क्लिक करें",
"modelsAvailable": "{count} मॉडल उपलब्ध",
"enterUrlToLoad": "URL दर्ज करें और ↺ पर क्लिक करें",
"currentProvider": "(वर्तमान: {provider})"
"currentProvider": "(वर्तमान: {provider})",
"pageTitle": "AI प्रबंधन",
"pageDescription": "AI सुविधाओं की निगरानी और कॉन्फ़िगर करें",
"configure": "कॉन्फ़िगर करें",
"features": "AI सुविधाएँ",
"providerStatus": "AI प्रदाता स्थिति",
"recentRequests": "हालिया AI अनुरोध",
"comingSoon": "जल्द आ रहा है",
"activeFeatures": "सक्रिय सुविधाएँ",
"successRate": "सफलता दर",
"avgResponseTime": "औसत प्रतिक्रिया समय",
"configuredProviders": "कॉन्फ़िगर किए गए प्रदाता",
"settingUpdated": "सेटिंग अपडेट की गई",
"updateFailedShort": "अपडेट विफल",
"titleSuggestions": "शीर्षक सुझाव",
"titleSuggestionsDesc": "50+ शब्दों के बाद नोट्स के लिए शीर्षक सुझाव",
"aiAssistant": "AI सहायक",
"aiAssistantDesc": "AI चैट और पाठ सुधार उपकरण सक्षम करें",
"memoryEchoFeature": "मैंने कुछ नोटिस किया...",
"memoryEchoFeatureDesc": "आपके नोट्स के बीच कनेक्शन का दैनिक विश्लेषण",
"languageDetection": "भाषा पहचान",
"languageDetectionDesc": "प्रत्येक नोट की भाषा का स्वचालित पता लगाएं",
"autoLabeling": "स्वतः लेबलिंग",
"autoLabelingDesc": "लेबल स्वचालित रूप से सुझाएँ और लागू करें"
},
"aiTest": {
"description": "टैग जनरेशन और सिमेंटिक खोज एम्बेडिंग्स के लिए अपने AI प्रदाताओं का परीक्षण करें",
@@ -195,7 +218,9 @@
"email": "ईमेल",
"name": "नाम",
"role": "भूमिका"
}
},
"title": "उपयोगकर्ता",
"description": "एप्लिकेशन उपयोगकर्ताओं और अनुमतियों का प्रबंधन"
},
"chat": "AI Chat",
"lab": "The Lab",
@@ -231,7 +256,18 @@
"testing": "परीक्षण हो रहा है...",
"testSearch": "वेब खोज परीक्षण"
},
"settingsDescription": "एप्लिकेशन-वाइड सेटिंग्स कॉन्फ़िगर करें"
"settingsDescription": "एप्लिकेशन-वाइड सेटिंग्स कॉन्फ़िगर करें",
"dashboard": {
"title": "डैशबोर्ड",
"description": "एप्लिकेशन मेट्रिक्स का अवलोकन",
"recentActivity": "हालिया गतिविधि",
"recentActivityPlaceholder": "हालिया गतिविधि यहां प्रदर्शित होगी।"
},
"error": {
"title": "एडमिन पैनल में त्रुटि हुई",
"description": "पेज रेंडर करने में विफल। पुनः प्रयास करें।",
"retry": "पुनः प्रयास करें"
}
},
"ai": {
"analyzing": "AI विश्लेषण जारी है...",
@@ -322,7 +358,57 @@
"translationFailed": "अनुवाद विफल",
"undo": "AI पूर्ववत करें",
"undoAI": "AI परिवर्तन पूर्ववत करें",
"undoApplied": "मूल पाठ पुनर्स्थापित"
"undoApplied": "मूल पाठ पुनर्स्थापित",
"minWordsError": "AI कार्रवाइयों का उपयोग करने के लिए नोट में कम से कम 5 शब्द होने चाहिए।",
"genericError": "AI त्रुटि",
"actionError": "AI कार्रवाई के दौरान त्रुटि",
"appliedToNote": "नोट में लागू किया गया",
"applyToNote": "नोट में लागू करें",
"undoLastAction": "अंतिम AI कार्रवाई पूर्ववत करें",
"selectContext": "संदर्भ चुनें...",
"selectNotebook": "नोटबुक चुनें",
"chatPlaceholder": "AI से संपादन, सारांश या ड्राफ्ट करने को कहें...",
"assistantTitle": "AI सहायक",
"currentNote": "वर्तमान नोट",
"shrinkPanel": "पैनल छोटा करें",
"expandPanel": "पैनल बड़ा करें",
"chatTab": "चैट",
"noteActions": "नोट कार्रवाई",
"askToStart": "शुरू करने के लिए सहायक से कुछ पूछें।",
"contextLabel": "संदर्भ",
"thisNote": "यह नोट",
"allMyNotes": "मेरी सभी नोट्स",
"notebookGeneric": "नोटबुक",
"writingTone": "लेखन टोन",
"askAboutThisNote": "AI से इस नोट के बारे में कुछ पूछें...",
"askAboutYourNotes": "AI से अपनी नोट्स के बारे में कुछ पूछें...",
"webSearchLabel": "वेब खोज",
"newLineHint": "Shift+Enter = नई पंक्ति",
"resultLabel": "परिणाम",
"discardAction": "खारिज करें",
"transformationsDesc": "रूपांतरण — सीधे नोट में लागू",
"writeMinWordsAction": "AI कार्रवाई सक्रिय करने के लिए कम से कम 5 शब्द लिखें।",
"processingAction": "प्रसंस्करण हो रहा है...",
"action": {
"clarify": "स्पष्ट करें",
"shorten": "छोटा करें",
"improve": "सुधार",
"toMarkdown": "Markdown में"
},
"openAssistant": "AI सहायक खोलें",
"poweredByMomento": "Momento AI द्वारा संचालित",
"welcomeMsg": "नमस्ते! मैं आपका AI सहायक हूं। आज मैं आपकी नोट्स में कैसे मदद कर सकता हूं? मैं टोन को परिष्कृत करने, संदेशों का विस्तार करने या सामग्री को सारांशित करने में मदद कर सकता हूं।",
"summaryLast5": "पिछले 5 नोट्स का सारांश",
"analyzingProgress": "विश्लेषण हो रहा है...",
"generateInsightsBtn": "इनसाइट्स उत्पन्न करें",
"newDiscussion": "नई चर्चा",
"noRecentConversations": "कोई हालिया वार्तालाप नहीं।",
"discussionContextLabel": "चर्चा संदर्भ",
"webSearchNotConfigured": "वेब खोज (कॉन्फ़िगर नहीं)",
"historyTab": "इतिहास",
"insightsTab": "इनसाइट्स",
"aiCopilot": "AI सह-पायलट",
"suggestTitle": "AI शीर्षक सुझाव"
},
"aiSettings": {
"description": "अपनी AI-संचालित सुविधाओं और प्राथमिकताओं को कॉन्फ़िगर करें",
@@ -884,7 +970,12 @@
"viewModeGroup": "नोट्स प्रदर्शन मोड",
"reorderTabs": "टैब पुनर्व्यवस्थित करें",
"modified": "संशोधित",
"created": "बनाया गया"
"created": "बनाया गया",
"loading": "लोड हो रहा है...",
"exportPDF": "PDF निर्यात करें",
"savedStatus": "सहेजा गया",
"dirtyStatus": "संशोधित",
"completedLabel": "पूर्ण"
},
"pagination": {
"next": "→",
@@ -976,7 +1067,8 @@
"searchPlaceholder": "Search your notes...",
"searching": "Searching...",
"semanticInProgress": "AI search in progress...",
"semanticTooltip": "AI semantic search"
"semanticTooltip": "AI semantic search",
"disabledAdmin": "एडमिन मोड में खोज अक्षम"
},
"semanticSearch": {
"exactMatch": "सटीक मेल",
@@ -1417,5 +1509,9 @@
"markUndone": "अपूर्ण चिह्नित करें",
"todayAt": "आज {time} बजे",
"tomorrowAt": "कल {time} बजे"
},
"lab": {
"initializing": "कार्यक्षेत्र प्रारंभ हो रहा है",
"loadingIdeas": "आपके विचार लोड हो रहे हैं..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "Nessun modello. Clicca ↺",
"modelsAvailable": "{count} modello/i disponibile/i",
"enterUrlToLoad": "Inserisci URL e clicca ↺ per caricare",
"currentProvider": "(Attuale: {provider})"
"currentProvider": "(Attuale: {provider})",
"pageTitle": "Gestione IA",
"pageDescription": "Monitora e configura le funzioni IA",
"configure": "Configura",
"features": "Funzioni IA",
"providerStatus": "Stato provider IA",
"recentRequests": "Richieste IA recenti",
"comingSoon": "Prossimamente",
"activeFeatures": "Funzioni attive",
"successRate": "Tasso di successo",
"avgResponseTime": "Tempo di risposta medio",
"configuredProviders": "Provider configurati",
"settingUpdated": "Impostazione aggiornata",
"updateFailedShort": "Aggiornamento fallito",
"titleSuggestions": "Suggerimenti titolo",
"titleSuggestionsDesc": "Suggerisce titoli per note dopo 50+ parole",
"aiAssistant": "Assistente IA",
"aiAssistantDesc": "Abilita chat IA e strumenti di miglioramento",
"memoryEchoFeature": "Ho notato qualcosa...",
"memoryEchoFeatureDesc": "Analisi giornaliera delle connessioni tra le note",
"languageDetection": "Rilevamento lingua",
"languageDetectionDesc": "Rileva automaticamente la lingua di ogni nota",
"autoLabeling": "Etichettatura automatica",
"autoLabelingDesc": "Suggerisce e applica etichette automaticamente"
},
"aiTest": {
"description": "Test your AI providers for tag generation and semantic search embeddings",
@@ -195,7 +218,9 @@
"email": "Email",
"name": "Name",
"role": "Role"
}
},
"title": "Utenti",
"description": "Gestisci utenti e permessi"
},
"chat": "AI Chat",
"lab": "The Lab",
@@ -231,7 +256,18 @@
"testing": "Test in corso...",
"testSearch": "Test ricerca web"
},
"settingsDescription": "Configura le impostazioni dell applicazione"
"settingsDescription": "Configura le impostazioni dell applicazione",
"dashboard": {
"title": "Dashboard",
"description": "Panoramica delle metriche",
"recentActivity": "Attività recenti",
"recentActivityPlaceholder": "Le attività recenti verranno visualizzate qui."
},
"error": {
"title": "Errore nel pannello admin",
"description": "Rendering pagina fallito. Puoi riprovare.",
"retry": "Riprova"
}
},
"ai": {
"analyzing": "AI analyzing...",
@@ -322,7 +358,57 @@
"translationFailed": "Traduzione fallita",
"undo": "Annulla IA",
"undoAI": "Annulla trasformazione IA",
"undoApplied": "Testo originale ripristinato"
"undoApplied": "Testo originale ripristinato",
"minWordsError": "La nota deve contenere almeno 5 parole per utilizzare le azioni IA.",
"genericError": "Errore IA",
"actionError": "Errore durante l'azione IA",
"appliedToNote": "Applicato alla nota",
"applyToNote": "Applica alla nota",
"undoLastAction": "Annulla ultima azione IA",
"selectContext": "Seleziona contesto...",
"selectNotebook": "Seleziona quaderno",
"chatPlaceholder": "Chiedi all'IA di modificare, riassumere o redigere...",
"assistantTitle": "Assistente IA",
"currentNote": "Nota corrente",
"shrinkPanel": "Comprimi pannello",
"expandPanel": "Espandi pannello",
"chatTab": "Chat",
"noteActions": "Azioni nota",
"askToStart": "Chiedi qualcosa all'Assistente per iniziare.",
"contextLabel": "Contesto",
"thisNote": "Questa nota",
"allMyNotes": "Tutte le mie note",
"notebookGeneric": "Quaderno",
"writingTone": "Tono di scrittura",
"askAboutThisNote": "Chiedi all'IA qualcosa su questa nota...",
"askAboutYourNotes": "Chiedi all'IA qualcosa sulle tue note...",
"webSearchLabel": "Ricerca web",
"newLineHint": "Shift+Enter = nuova riga",
"resultLabel": "Risultato",
"discardAction": "Scarta",
"transformationsDesc": "Trasformazioni — applicate direttamente alla nota",
"writeMinWordsAction": "Scrivi almeno 5 parole per attivare le azioni IA.",
"processingAction": "Elaborazione...",
"action": {
"clarify": "Chiarire",
"shorten": "Accorciare",
"improve": "Migliorare",
"toMarkdown": "In Markdown"
},
"openAssistant": "Apri assistente IA",
"poweredByMomento": "Offerto da Momento AI",
"welcomeMsg": "Ciao! Sono il tuo assistente IA. Come posso aiutarti oggi con le tue note? Posso affinare il tono, espandere i messaggi o riassumere i contenuti.",
"summaryLast5": "Riepilogo delle ultime 5 note",
"analyzingProgress": "Analisi in corso...",
"generateInsightsBtn": "Genera approfondimenti",
"newDiscussion": "Nuova discussione",
"noRecentConversations": "Nessuna conversazione recente.",
"discussionContextLabel": "Contesto discussione",
"webSearchNotConfigured": "Ricerca web (Non configurata)",
"historyTab": "Cronologia",
"insightsTab": "Approfondimenti",
"aiCopilot": "Copilot IA",
"suggestTitle": "Suggerimento titolo IA"
},
"aiSettings": {
"description": "Configura le funzionalità AI e le preferenze",
@@ -929,7 +1015,12 @@
"viewModeGroup": "Modalità di visualizzazione note",
"reorderTabs": "Riordina scheda",
"modified": "Modificata",
"created": "Creata"
"created": "Creata",
"loading": "Caricamento...",
"exportPDF": "Esporta PDF",
"savedStatus": "Salvato",
"dirtyStatus": "Modificato",
"completedLabel": "Completati"
},
"pagination": {
"next": "→",
@@ -1021,7 +1112,8 @@
"searchPlaceholder": "Cerca nelle tue note...",
"searching": "Ricerca in corso...",
"semanticInProgress": "Ricerca AI in corso...",
"semanticTooltip": "Ricerca semantica AI"
"semanticTooltip": "Ricerca semantica AI",
"disabledAdmin": "Ricerca disabilitata in modalità admin"
},
"semanticSearch": {
"exactMatch": "Corrispondenza esatta",
@@ -1462,5 +1554,9 @@
"markUndone": "Segna come non completato",
"todayAt": "Oggi alle {time}",
"tomorrowAt": "Domani alle {time}"
},
"lab": {
"initializing": "Inizializzazione spazio",
"loadingIdeas": "Caricamento delle tue idee..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "モデルなし。↺ をクリック",
"modelsAvailable": "{count} 件のモデルが利用可能",
"enterUrlToLoad": "URLを入力して↺をクリック",
"currentProvider": "(現在: {provider})"
"currentProvider": "(現在: {provider})",
"pageTitle": "AI管理",
"pageDescription": "AI機能の監視と設定",
"configure": "設定",
"features": "AI機能",
"providerStatus": "AIプロバイダーステータス",
"recentRequests": "最近のAIリクエスト",
"comingSoon": "近日公開",
"activeFeatures": "アクティブな機能",
"successRate": "成功率",
"avgResponseTime": "平均応答時間",
"configuredProviders": "設定済みプロバイダー",
"settingUpdated": "設定を更新しました",
"updateFailedShort": "更新に失敗しました",
"titleSuggestions": "タイトル候補",
"titleSuggestionsDesc": "50語以上のートにタイトルを提案",
"aiAssistant": "AIアシスタント",
"aiAssistantDesc": "AIチャットとテキスト改善ツールを有効化",
"memoryEchoFeature": "気づいたこと...",
"memoryEchoFeatureDesc": "ノート間のつながりの毎日分析",
"languageDetection": "言語検出",
"languageDetectionDesc": "各ノートの言語を自動検出",
"autoLabeling": "自動ラベリング",
"autoLabelingDesc": "ラベルを自動で提案・適用"
},
"aiTest": {
"description": "タグ生成とセマンティック検索埋め込みのAIプロバイダーをテストします",
@@ -195,7 +218,9 @@
"email": "メール",
"name": "名前",
"role": "役割"
}
},
"title": "ユーザー",
"description": "ユーザーと権限を管理"
},
"chat": "AIチャット",
"lab": "ラボ",
@@ -231,7 +256,18 @@
"testing": "テスト中...",
"testSearch": "ウェブ検索をテスト"
},
"settingsDescription": "アプリケーション設定を構成"
"settingsDescription": "アプリケーション設定を構成",
"dashboard": {
"title": "ダッシュボード",
"description": "アプリケーション指標の概要",
"recentActivity": "最近のアクティビティ",
"recentActivityPlaceholder": "最近のアクティビティがここに表示されます。"
},
"error": {
"title": "管理パネルでエラーが発生しました",
"description": "ページの表示に失敗しました。再試行できます。",
"retry": "再試行"
}
},
"ai": {
"analyzing": "AI分析中...",
@@ -322,7 +358,57 @@
"translationFailed": "翻訳に失敗しました",
"undo": "AIを取り消し",
"undoAI": "AI変換を取り消し",
"undoApplied": "元のテキストに戻しました"
"undoApplied": "元のテキストに戻しました",
"minWordsError": "AIアクションを使用するには、ートに5語以上が必要です。",
"genericError": "AIエラー",
"actionError": "AIアクション中にエラー",
"appliedToNote": "ノートに適用しました",
"applyToNote": "ノートに適用",
"undoLastAction": "最後のAIアクションを元に戻す",
"selectContext": "コンテキストを選択...",
"selectNotebook": "ノートブックを選択",
"chatPlaceholder": "AIに編集、要約、または下書きを依頼...",
"assistantTitle": "AIアシスタント",
"currentNote": "現在のノート",
"shrinkPanel": "パネルを縮小",
"expandPanel": "パネルを展開",
"chatTab": "チャット",
"noteActions": "ノートアクション",
"askToStart": "アシスタントに質問して始めましょう。",
"contextLabel": "コンテキスト",
"thisNote": "このノート",
"allMyNotes": "すべてのノート",
"notebookGeneric": "ノートブック",
"writingTone": "文章のトーン",
"askAboutThisNote": "このートについてAIに質問...",
"askAboutYourNotes": "ートについてAIに質問...",
"webSearchLabel": "ウェブ検索",
"newLineHint": "Shift+Enter = 改行",
"resultLabel": "結果",
"discardAction": "破棄",
"transformationsDesc": "変換 — ノートに直接適用",
"writeMinWordsAction": "AIアクションを有効にするには5語以上書いてください。",
"processingAction": "処理中...",
"action": {
"clarify": "明確化",
"shorten": "短縮",
"improve": "改善",
"toMarkdown": "Markdownに"
},
"openAssistant": "AIアシスタントを開く",
"poweredByMomento": "Momento AI搭載",
"welcomeMsg": "こんにちはAIアシスタントです。ートについて何かお手伝いできますかトーンの調整、メッセージの展開、要約などが可能です。",
"summaryLast5": "最近の5ートの要約",
"analyzingProgress": "分析中...",
"generateInsightsBtn": "インサイトを生成",
"newDiscussion": "新しい会話",
"noRecentConversations": "最近の会話はありません。",
"discussionContextLabel": "会話コンテキスト",
"webSearchNotConfigured": "ウェブ検索(未設定)",
"historyTab": "履歴",
"insightsTab": "インサイト",
"aiCopilot": "AIコパイロット",
"suggestTitle": "AIタイトル提案"
},
"aiSettings": {
"description": "AI機能と設定を構成",
@@ -907,7 +993,12 @@
"viewModeGroup": "ノートの表示モード",
"reorderTabs": "タブを並べ替え",
"modified": "更新日時",
"created": "作成日時"
"created": "作成日時",
"loading": "読み込み中...",
"exportPDF": "PDFエクスポート",
"savedStatus": "保存済み",
"dirtyStatus": "変更済み",
"completedLabel": "完了"
},
"pagination": {
"next": "→",
@@ -999,7 +1090,8 @@
"searchPlaceholder": "ノートを検索...",
"searching": "検索中...",
"semanticInProgress": "AI検索中...",
"semanticTooltip": "AIセマンティック検索"
"semanticTooltip": "AIセマンティック検索",
"disabledAdmin": "管理者モードで検索は無効"
},
"semanticSearch": {
"exactMatch": "完全一致",
@@ -1440,5 +1532,9 @@
"markUndone": "未完了にする",
"todayAt": "今日 {time}",
"tomorrowAt": "明日 {time}"
},
"lab": {
"initializing": "ワークスペースを初期化中",
"loadingIdeas": "アイデアを読み込み中..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "모델 없음. ↺ 클릭",
"modelsAvailable": "{count}개 모델 사용 가능",
"enterUrlToLoad": "URL 입력 후 ↺ 클릭",
"currentProvider": "(현재: {provider})"
"currentProvider": "(현재: {provider})",
"pageTitle": "AI 관리",
"pageDescription": "AI 기능 모니터링 및 구성",
"configure": "구성",
"features": "AI 기능",
"providerStatus": "AI 제공업체 상태",
"recentRequests": "최근 AI 요청",
"comingSoon": "출시 예정",
"activeFeatures": "활성 기능",
"successRate": "성공률",
"avgResponseTime": "평균 응답 시간",
"configuredProviders": "구성된 제공업체",
"settingUpdated": "설정이 업데이트되었습니다",
"updateFailedShort": "업데이트 실패",
"titleSuggestions": "제목 제안",
"titleSuggestionsDesc": "50단어 이상 노트에 제목 제안",
"aiAssistant": "AI 어시스턴트",
"aiAssistantDesc": "AI 채팅 및 텍스트 개선 도구 활성화",
"memoryEchoFeature": "무언가를 발견했습니다...",
"memoryEchoFeatureDesc": "노트 간 연결의 일일 분석",
"languageDetection": "언어 감지",
"languageDetectionDesc": "각 노트의 언어 자동 감지",
"autoLabeling": "자동 라벨링",
"autoLabelingDesc": "라벨 자동 제안 및 적용"
},
"aiTest": {
"description": "태그 생성 및 의미 검색 임베딩을 위한 AI 공급자 테스트",
@@ -195,7 +218,9 @@
"email": "이메일",
"name": "이름",
"role": "역할"
}
},
"title": "사용자",
"description": "사용자 및 권한 관리"
},
"chat": "AI 채팅",
"lab": "랩",
@@ -231,7 +256,18 @@
"testing": "테스트 중...",
"testSearch": "웹 검색 테스트"
},
"settingsDescription": "애플리케이션 설정 구성"
"settingsDescription": "애플리케이션 설정 구성",
"dashboard": {
"title": "대시보드",
"description": "애플리케이션 지표 개요",
"recentActivity": "최근 활동",
"recentActivityPlaceholder": "최근 활동이 여기에 표시됩니다."
},
"error": {
"title": "관리자 패널에서 오류 발생",
"description": "페이지 렌더링 실패. 다시 시도할 수 있습니다.",
"retry": "재시도"
}
},
"ai": {
"analyzing": "AI 분석 중...",
@@ -322,7 +358,57 @@
"translationFailed": "번역 실패",
"undo": "AI 실행 취소",
"undoAI": "AI 변환 실행 취소",
"undoApplied": "원본 텍스트가 복원되었습니다"
"undoApplied": "원본 텍스트가 복원되었습니다",
"minWordsError": "AI 작업을 사용하려면 노트에 최소 5단어가 필요합니다.",
"genericError": "AI 오류",
"actionError": "AI 작업 중 오류",
"appliedToNote": "노트에 적용됨",
"applyToNote": "노트에 적용",
"undoLastAction": "마지막 AI 작업 실행 취소",
"selectContext": "컨텍스트 선택...",
"selectNotebook": "노트북 선택",
"chatPlaceholder": "AI에게 편집, 요약 또는 초안 작성 요청...",
"assistantTitle": "AI 어시스턴트",
"currentNote": "현재 노트",
"shrinkPanel": "패널 축소",
"expandPanel": "패널 확장",
"chatTab": "채팅",
"noteActions": "노트 작업",
"askToStart": "시작하려면 어시스턴트에게 질문하세요.",
"contextLabel": "컨텍스트",
"thisNote": "이 노트",
"allMyNotes": "모든 노트",
"notebookGeneric": "노트북",
"writingTone": "글 톤",
"askAboutThisNote": "이 노트에 대해 AI에게 질문...",
"askAboutYourNotes": "노트에 대해 AI에게 질문...",
"webSearchLabel": "웹 검색",
"newLineHint": "Shift+Enter = 새 줄",
"resultLabel": "결과",
"discardAction": "취소",
"transformationsDesc": "변환 — 노트에 직접 적용",
"writeMinWordsAction": "AI 작업을 활성화하려면 최소 5단어를 작성하세요.",
"processingAction": "처리 중...",
"action": {
"clarify": "명확화",
"shorten": "요약",
"improve": "개선",
"toMarkdown": "Markdown으로"
},
"openAssistant": "AI 어시스턴트 열기",
"poweredByMomento": "Momento AI 제공",
"welcomeMsg": "안녕하세요! AI 어시스턴트입니다. 오늘 노트에 대해 어떻게 도와드릴까요? 어조 조정, 메시지 확장, 콘텐츠 요약 등이 가능합니다.",
"summaryLast5": "최근 5개 노트 요약",
"analyzingProgress": "분석 중...",
"generateInsightsBtn": "인사이트 생성",
"newDiscussion": "새 대화",
"noRecentConversations": "최근 대화 없음.",
"discussionContextLabel": "대화 컨텍스트",
"webSearchNotConfigured": "웹 검색 (미설정)",
"historyTab": "기록",
"insightsTab": "인사이트",
"aiCopilot": "AI 코파일럿",
"suggestTitle": "AI 제목 제안"
},
"aiSettings": {
"description": "AI 기반 기능 및 환경설정 구성",
@@ -884,7 +970,12 @@
"viewModeGroup": "노트 표시 모드",
"reorderTabs": "탭 재정렬",
"modified": "수정됨",
"created": "생성됨"
"created": "생성됨",
"loading": "로딩 중...",
"exportPDF": "PDF 내보내기",
"savedStatus": "저장됨",
"dirtyStatus": "수정됨",
"completedLabel": "완료"
},
"pagination": {
"next": "→",
@@ -976,7 +1067,8 @@
"searchPlaceholder": "노트 검색...",
"searching": "검색 중...",
"semanticInProgress": "AI 검색 진행 중...",
"semanticTooltip": "AI 의미 검색"
"semanticTooltip": "AI 의미 검색",
"disabledAdmin": "관리자 모드에서 검색 비활성화"
},
"semanticSearch": {
"exactMatch": "정확히 일치",
@@ -1417,5 +1509,9 @@
"markUndone": "미완료로 표시",
"todayAt": "오늘 {time}",
"tomorrowAt": "내일 {time}"
},
"lab": {
"initializing": "작업 공간 초기화 중",
"loadingIdeas": "아이디어 로딩 중..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "Geen modellen. Klik op ↺",
"modelsAvailable": "{count} model(len) beschikbaar",
"enterUrlToLoad": "Voer URL in en klik op ↺",
"currentProvider": "(Huidig: {provider})"
"currentProvider": "(Huidig: {provider})",
"pageTitle": "AI-beheer",
"pageDescription": "AI-functies bewaken en configureren",
"configure": "Configureren",
"features": "AI-functies",
"providerStatus": "AI-provider status",
"recentRequests": "Recente AI-verzoeken",
"comingSoon": "Binnenkort beschikbaar",
"activeFeatures": "Actieve functies",
"successRate": "Succesrate",
"avgResponseTime": "Gemiddelde responstijd",
"configuredProviders": "Geconfigureerde providers",
"settingUpdated": "Instelling bijgewerkt",
"updateFailedShort": "Bijwerken mislukt",
"titleSuggestions": "Titelsuggesties",
"titleSuggestionsDesc": "Stelt titels voor voor noten na 50+ woorden",
"aiAssistant": "AI-assistent",
"aiAssistantDesc": "AI-chat en tekstverbeteringstools inschakelen",
"memoryEchoFeature": "Ik merkte iets op...",
"memoryEchoFeatureDesc": "Dagelijkse analyse van verbindingen tussen notities",
"languageDetection": "Taaldetectie",
"languageDetectionDesc": "Detecteert automatisch de taal van elke notitie",
"autoLabeling": "Automatisch labelen",
"autoLabelingDesc": "Stelt labels voor en past ze automatisch toe"
},
"aiTest": {
"description": "Test uw AI-providers voor taggeneratie en semantische zoek-embeddings",
@@ -195,7 +218,9 @@
"email": "E-mail",
"name": "Naam",
"role": "Rol"
}
},
"title": "Gebruikers",
"description": "Beheer gebruikers en machtigingen"
},
"chat": "AI Chat",
"lab": "Het Lab",
@@ -231,7 +256,18 @@
"testing": "Testen...",
"testSearch": "Zoekfunctie testen"
},
"settingsDescription": "Toepassingsinstellingen configureren"
"settingsDescription": "Toepassingsinstellingen configureren",
"dashboard": {
"title": "Dashboard",
"description": "Overzicht van applicatiestatistieken",
"recentActivity": "Recente activiteit",
"recentActivityPlaceholder": "Recente activiteit wordt hier weergegeven."
},
"error": {
"title": "Fout in beheerderspaneel",
"description": "Pagina rendering mislukt. Probeer opnieuw.",
"retry": "Opnieuw proberen"
}
},
"ai": {
"analyzing": "AI analyseert...",
@@ -322,7 +358,57 @@
"translationFailed": "Vertaling mislukt",
"undo": "AI ongedaan maken",
"undoAI": "AI-transformatie ongedaan maken",
"undoApplied": "Originele tekst hersteld"
"undoApplied": "Originele tekst hersteld",
"minWordsError": "De notitie moet minimaal 5 woorden bevatten om AI-acties te gebruiken.",
"genericError": "AI-fout",
"actionError": "Fout bij AI-actie",
"appliedToNote": "Toegepast op notitie",
"applyToNote": "Toepassen op notitie",
"undoLastAction": "Laatste AI-actie ongedaan maken",
"selectContext": "Context selecteren...",
"selectNotebook": "Notitieboek selecteren",
"chatPlaceholder": "Vraag AI om te bewerken, samen te vatten of op te stellen...",
"assistantTitle": "AI-assistent",
"currentNote": "Huidige notitie",
"shrinkPanel": "Paneel verkleinen",
"expandPanel": "Paneel vergroten",
"chatTab": "Chat",
"noteActions": "Notitie-acties",
"askToStart": "Stel de assistent een vraag om te beginnen.",
"contextLabel": "Context",
"thisNote": "Deze notitie",
"allMyNotes": "Al mijn notities",
"notebookGeneric": "Notitieboek",
"writingTone": "Schrijfstijl",
"askAboutThisNote": "Vraag AI iets over deze notitie...",
"askAboutYourNotes": "Vraag AI iets over je notities...",
"webSearchLabel": "Webzoekopdracht",
"newLineHint": "Shift+Enter = nieuwe regel",
"resultLabel": "Resultaat",
"discardAction": "Negeren",
"transformationsDesc": "Transformaties — direct toegepast op de notitie",
"writeMinWordsAction": "Schrijf minimaal 5 woorden om AI-acties te activeren.",
"processingAction": "Verwerken...",
"action": {
"clarify": "Verduidelijken",
"shorten": "Inkorten",
"improve": "Verbeteren",
"toMarkdown": "Naar Markdown"
},
"openAssistant": "AI-assistent openen",
"poweredByMomento": "Aangedreven door Momento AI",
"welcomeMsg": "Hallo! Ik ben je AI-assistent. Hoe kan ik je vandaag helpen met je notities? Ik kan de toon verfijnen, berichten uitbreiden of content samenvatten.",
"summaryLast5": "Samenvatting van je laatste 5 notities",
"analyzingProgress": "Analyseren...",
"generateInsightsBtn": "Inzichten genereren",
"newDiscussion": "Nieuwe discussie",
"noRecentConversations": "Geen recente gesprekken.",
"discussionContextLabel": "Discussiecontext",
"webSearchNotConfigured": "Webzoekopdracht (Niet geconfigureerd)",
"historyTab": "Geschiedenis",
"insightsTab": "Inzichten",
"aiCopilot": "AI-copiloot",
"suggestTitle": "AI-titelsuggestie"
},
"aiSettings": {
"description": "Configureer uw AI-aangedreven functies en voorkeuren",
@@ -929,7 +1015,12 @@
"viewModeGroup": "Weergavemodus notities",
"reorderTabs": "Tabblad herschikken",
"modified": "Gewijzigd",
"created": "Aangemaakt"
"created": "Aangemaakt",
"loading": "Laden...",
"exportPDF": "PDF exporteren",
"savedStatus": "Opgeslagen",
"dirtyStatus": "Gewijzigd",
"completedLabel": "Voltooid"
},
"pagination": {
"next": "→",
@@ -1021,7 +1112,8 @@
"searchPlaceholder": "Doorzoek uw notities...",
"searching": "Zoeken...",
"semanticInProgress": "AI-zoeken bezig...",
"semanticTooltip": "AI semantisch zoeken"
"semanticTooltip": "AI semantisch zoeken",
"disabledAdmin": "Zoeken uitgeschakeld in adminmodus"
},
"semanticSearch": {
"exactMatch": "Exacte overeenkomst",
@@ -1462,5 +1554,9 @@
"markUndone": "Markeren als onvoltooid",
"todayAt": "Vandaag om {time}",
"tomorrowAt": "Morgen om {time}"
},
"lab": {
"initializing": "Werkruimte initialiseren",
"loadingIdeas": "Je ideeën laden..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "Brak modeli. Kliknij ↺",
"modelsAvailable": "{count} model(i) dostępny(e)",
"enterUrlToLoad": "Podaj URL i kliknij ↺",
"currentProvider": "(Bieżący: {provider})"
"currentProvider": "(Bieżący: {provider})",
"pageTitle": "Zarządzanie AI",
"pageDescription": "Monitoruj i konfiguruj funkcje AI",
"configure": "Konfiguruj",
"features": "Funkcje AI",
"providerStatus": "Status dostawców AI",
"recentRequests": "Ostatnie żądania AI",
"comingSoon": "Wkrótce dostępne",
"activeFeatures": "Aktywne funkcje",
"successRate": "Wskaźnik sukcesu",
"avgResponseTime": "Średni czas odpowiedzi",
"configuredProviders": "Skonfigurowani dostawcy",
"settingUpdated": "Ustawienie zaktualizowane",
"updateFailedShort": "Aktualizacja nie powiodła się",
"titleSuggestions": "Sugestie tytułów",
"titleSuggestionsDesc": "Sugeruje tytuły dla notatek po 50+ słowach",
"aiAssistant": "Asystent AI",
"aiAssistantDesc": "Włącz czat AI i narzędzia poprawy tekstu",
"memoryEchoFeature": "Zauważyłem coś...",
"memoryEchoFeatureDesc": "Codzienna analiza powiązań między notatkami",
"languageDetection": "Wykrywanie języka",
"languageDetectionDesc": "Automatycznie wykrywa język każdej notatki",
"autoLabeling": "Automatyczne etykietowanie",
"autoLabelingDesc": "Automatycznie sugeruje i stosuje etykiety"
},
"aiTest": {
"description": "Przetestuj swoich dostawców AI pod kątem generowania tagów i embeddingów wyszukiwania semantycznego",
@@ -195,7 +218,9 @@
"email": "E-mail",
"name": "Imię",
"role": "Rola"
}
},
"title": "Użytkownicy",
"description": "Zarządzaj użytkownikami i uprawnieniami"
},
"chat": "Czat AI",
"lab": "Laboratorium",
@@ -231,7 +256,18 @@
"testing": "Testowanie...",
"testSearch": "Testuj wyszukiwanie"
},
"settingsDescription": "Konfiguruj ustawienia aplikacji"
"settingsDescription": "Konfiguruj ustawienia aplikacji",
"dashboard": {
"title": "Panel",
"description": "Przegląd metryk aplikacji",
"recentActivity": "Ostatnia aktywność",
"recentActivityPlaceholder": "Ostatnia aktywność zostanie wyświetlona tutaj."
},
"error": {
"title": "Błąd w panelu administracyjnym",
"description": "Renderowanie strony nie powiodło się. Możesz spróbować ponownie.",
"retry": "Ponów"
}
},
"ai": {
"analyzing": "Analiza AI...",
@@ -322,7 +358,57 @@
"translationFailed": "Tłumaczenie nie powiodło się",
"undo": "Cofnij AI",
"undoAI": "Cofnij przekształcenie AI",
"undoApplied": "Oryginalny tekst przywrócony"
"undoApplied": "Oryginalny tekst przywrócony",
"minWordsError": "Notatka musi zawierać co najmniej 5 słów, aby używać akcji AI.",
"genericError": "Błąd AI",
"actionError": "Błąd podczas akcji AI",
"appliedToNote": "Zastosowano w notatce",
"applyToNote": "Zastosuj w notatce",
"undoLastAction": "Cofnij ostatnią akcję AI",
"selectContext": "Wybierz kontekst...",
"selectNotebook": "Wybierz notatnik",
"chatPlaceholder": "Poproś AI o edycję, podsumowanie lub szkic...",
"assistantTitle": "Asystent AI",
"currentNote": "Bieżąca notatka",
"shrinkPanel": "Zmień rozmiar panelu",
"expandPanel": "Powiększ panel",
"chatTab": "Chat",
"noteActions": "Akcje notatki",
"askToStart": "Zadaj asystentowi pytanie, aby rozpocząć.",
"contextLabel": "Kontekst",
"thisNote": "Ta notatka",
"allMyNotes": "Wszystkie notatki",
"notebookGeneric": "Notatnik",
"writingTone": "Ton pisania",
"askAboutThisNote": "Zapytaj AI o tę notatkę...",
"askAboutYourNotes": "Zapytaj AI o swoje notatki...",
"webSearchLabel": "Wyszukiwanie w sieci",
"newLineHint": "Shift+Enter = nowa linia",
"resultLabel": "Wynik",
"discardAction": "Odrzuć",
"transformationsDesc": "Transformacje — zastosowane bezpośrednio w notatce",
"writeMinWordsAction": "Napisz co najmniej 5 słów, aby aktywować akcje AI.",
"processingAction": "Przetwarzanie...",
"action": {
"clarify": "Doprecyzuj",
"shorten": "Skróć",
"improve": "Popraw",
"toMarkdown": "Do Markdown"
},
"openAssistant": "Otwórz asystenta AI",
"poweredByMomento": "Napędzany przez Momento AI",
"welcomeMsg": "Cześć! Jestem twoim asystentem AI. Jak mogę ci dzisiaj pomóc z notatkami? Mogę doprecyzować ton, rozwinąć treść lub podsumować.",
"summaryLast5": "Podsumowanie ostatnich 5 notatek",
"analyzingProgress": "Analizowanie...",
"generateInsightsBtn": "Generuj wnioski",
"newDiscussion": "Nowa dyskusja",
"noRecentConversations": "Brak ostatnich rozmów.",
"discussionContextLabel": "Kontekst dyskusji",
"webSearchNotConfigured": "Wyszukiwanie w sieci (Nieskonfigurowane)",
"historyTab": "Historia",
"insightsTab": "Wnioski",
"aiCopilot": "AI Copilot",
"suggestTitle": "Sugestia tytułu AI"
},
"aiSettings": {
"description": "Skonfiguruj swoje funkcje AI i preferencje",
@@ -951,7 +1037,12 @@
"viewModeGroup": "Tryb wyświetlania notatek",
"reorderTabs": "Zmień kolejność kart",
"modified": "Zmodyfikowano",
"created": "Utworzono"
"created": "Utworzono",
"loading": "Ładowanie...",
"exportPDF": "Eksportuj PDF",
"savedStatus": "Zapisano",
"dirtyStatus": "Zmodyfikowano",
"completedLabel": "Ukończone"
},
"pagination": {
"next": "→",
@@ -1043,7 +1134,8 @@
"searchPlaceholder": "Przeszukaj swoje notatki...",
"searching": "Wyszukiwanie...",
"semanticInProgress": "Wyszukiwanie semantyczne AI...",
"semanticTooltip": "Wyszukiwanie semantyczne AI"
"semanticTooltip": "Wyszukiwanie semantyczne AI",
"disabledAdmin": "Wyszukiwanie wyłączone w trybie admin"
},
"semanticSearch": {
"exactMatch": "Dokładne dopasowanie",
@@ -1484,5 +1576,9 @@
"markUndone": "Oznacz jako nieukończone",
"todayAt": "Dzisiaj o {time}",
"tomorrowAt": "Jutro o {time}"
},
"lab": {
"initializing": "Inicjalizacja przestrzeni",
"loadingIdeas": "Ładowanie twoich pomysłów..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "Sem modelos. Clique em ↺",
"modelsAvailable": "{count} modelo(s) disponível(is)",
"enterUrlToLoad": "Insira a URL e clique em ↺",
"currentProvider": "(Atual: {provider})"
"currentProvider": "(Atual: {provider})",
"pageTitle": "Gestão de IA",
"pageDescription": "Monitorar e configurar recursos de IA",
"configure": "Configurar",
"features": "Recursos de IA",
"providerStatus": "Status de provedores de IA",
"recentRequests": "Solicitações de IA recentes",
"comingSoon": "Em breve",
"activeFeatures": "Recursos ativos",
"successRate": "Taxa de sucesso",
"avgResponseTime": "Tempo médio de resposta",
"configuredProviders": "Provedores configurados",
"settingUpdated": "Configuração atualizada",
"updateFailedShort": "Falha na atualização",
"titleSuggestions": "Sugestões de título",
"titleSuggestionsDesc": "Sugere títulos para notas após 50+ palavras",
"aiAssistant": "Assistente de IA",
"aiAssistantDesc": "Ativar chat de IA e ferramentas de melhoria",
"memoryEchoFeature": "Notei algo...",
"memoryEchoFeatureDesc": "Análise diária de conexões entre suas notas",
"languageDetection": "Detecção de idioma",
"languageDetectionDesc": "Detecta automaticamente o idioma de cada nota",
"autoLabeling": "Rotulagem automática",
"autoLabelingDesc": "Sugere e aplica rótulos automaticamente"
},
"aiTest": {
"description": "Teste seus provedores de IA para geração de etiquetas e embeddings de pesquisa semântica",
@@ -195,7 +218,9 @@
"email": "E-mail",
"name": "Nome",
"role": "Função"
}
},
"title": "Usuários",
"description": "Gerenciar usuários e permissões"
},
"chat": "Chat IA",
"lab": "O Laboratório",
@@ -231,7 +256,18 @@
"testing": "Testando...",
"testSearch": "Testar pesquisa web"
},
"settingsDescription": "Configurar definições da aplicação"
"settingsDescription": "Configurar definições da aplicação",
"dashboard": {
"title": "Painel",
"description": "Visão geral das métricas",
"recentActivity": "Atividade recente",
"recentActivityPlaceholder": "Atividade recente será exibida aqui."
},
"error": {
"title": "Erro no painel administrativo",
"description": "Falha ao renderizar. Tente novamente.",
"retry": "Tentar novamente"
}
},
"ai": {
"analyzing": "IA analisando...",
@@ -322,7 +358,57 @@
"translationFailed": "Falha na tradução",
"undo": "Desfazer IA",
"undoAI": "Desfazer transformação da IA",
"undoApplied": "Texto original restaurado"
"undoApplied": "Texto original restaurado",
"minWordsError": "A nota deve conter pelo menos 5 palavras para usar ações de IA.",
"genericError": "Erro de IA",
"actionError": "Erro durante ação de IA",
"appliedToNote": "Aplicado à nota",
"applyToNote": "Aplicar à nota",
"undoLastAction": "Desfazer última ação de IA",
"selectContext": "Selecionar contexto...",
"selectNotebook": "Selecionar caderno",
"chatPlaceholder": "Peça à IA para editar, resumir ou redigir...",
"assistantTitle": "Assistente IA",
"currentNote": "Nota atual",
"shrinkPanel": "Recolher painel",
"expandPanel": "Expandir painel",
"chatTab": "Chat",
"noteActions": "Ações da nota",
"askToStart": "Faça uma pergunta ao Assistente para começar.",
"contextLabel": "Contexto",
"thisNote": "Esta nota",
"allMyNotes": "Todas as minhas notas",
"notebookGeneric": "Caderno",
"writingTone": "Tom de escrita",
"askAboutThisNote": "Pergunte à IA algo sobre esta nota...",
"askAboutYourNotes": "Pergunte à IA algo sobre suas notas...",
"webSearchLabel": "Pesquisa web",
"newLineHint": "Shift+Enter = nova linha",
"resultLabel": "Resultado",
"discardAction": "Descartar",
"transformationsDesc": "Transformações — aplicadas diretamente à nota",
"writeMinWordsAction": "Escreva pelo menos 5 palavras para ativar ações de IA.",
"processingAction": "Processando...",
"action": {
"clarify": "Esclarecer",
"shorten": "Encurtar",
"improve": "Melhorar",
"toMarkdown": "Para Markdown"
},
"openAssistant": "Abrir assistente IA",
"poweredByMomento": "Desenvolvido por Momento AI",
"welcomeMsg": "Olá! Sou seu assistente de IA. Como posso ajudá-lo com suas notas hoje? Posso refinar o tom, expandir mensagens ou resumir conteúdo.",
"summaryLast5": "Resumo das últimas 5 notas",
"analyzingProgress": "Analisando...",
"generateInsightsBtn": "Gerar Insights",
"newDiscussion": "Nova conversa",
"noRecentConversations": "Sem conversas recentes.",
"discussionContextLabel": "Contexto da discussão",
"webSearchNotConfigured": "Pesquisa web (Não configurada)",
"historyTab": "Histórico",
"insightsTab": "Insights",
"aiCopilot": "Copiloto IA",
"suggestTitle": "Sugestão de título por IA"
},
"aiSettings": {
"description": "Configure seus recursos e preferências com IA",
@@ -879,7 +965,12 @@
"viewModeGroup": "Modo de exibição das notas",
"reorderTabs": "Reordenar aba",
"modified": "Modificado",
"created": "Criado"
"created": "Criado",
"loading": "Carregando...",
"exportPDF": "Exportar PDF",
"savedStatus": "Salvo",
"dirtyStatus": "Modificado",
"completedLabel": "Concluídos"
},
"pagination": {
"next": "→",
@@ -971,7 +1062,8 @@
"searchPlaceholder": "Pesquise suas notas...",
"searching": "Pesquisando...",
"semanticInProgress": "Pesquisa semântica em andamento...",
"semanticTooltip": "Pesquisa semântica com IA"
"semanticTooltip": "Pesquisa semântica com IA",
"disabledAdmin": "Pesquisa desativada no modo admin"
},
"semanticSearch": {
"exactMatch": "Correspondência exata",
@@ -1412,5 +1504,9 @@
"markUndone": "Marcar como não concluído",
"todayAt": "Hoje às {time}",
"tomorrowAt": "Amanhã às {time}"
},
"lab": {
"initializing": "Inicializando espaço",
"loadingIdeas": "Carregando suas ideias..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "Нет моделей. Нажмите ↺",
"modelsAvailable": "{count} модел(ей) доступно",
"enterUrlToLoad": "Введите URL и нажмите ↺",
"currentProvider": "(Текущий: {provider})"
"currentProvider": "(Текущий: {provider})",
"pageTitle": "Управление ИИ",
"pageDescription": "Мониторинг и настройка функций ИИ",
"configure": "Настроить",
"features": "Функции ИИ",
"providerStatus": "Статус провайдеров ИИ",
"recentRequests": "Недавние запросы ИИ",
"comingSoon": "Скоро",
"activeFeatures": "Активные функции",
"successRate": "Успешность",
"avgResponseTime": "Среднее время ответа",
"configuredProviders": "Настроенные провайдеры",
"settingUpdated": "Настройка обновлена",
"updateFailedShort": "Ошибка обновления",
"titleSuggestions": "Предложения заголовков",
"titleSuggestionsDesc": "Предлагает заголовки для заметок после 50+ слов",
"aiAssistant": "ИИ-ассистент",
"aiAssistantDesc": "Включить ИИ-чат и инструменты улучшения текста",
"memoryEchoFeature": "Я заметил кое-что...",
"memoryEchoFeatureDesc": "Ежедневный анализ связей между заметками",
"languageDetection": "Определение языка",
"languageDetectionDesc": "Автоопределение языка каждой заметки",
"autoLabeling": "Автомаркировка",
"autoLabelingDesc": "Автопредложение и применение меток"
},
"aiTest": {
"description": "Протестируйте провайдеров ИИ для генерации тегов и эмбеддингов семантического поиска",
@@ -195,7 +218,9 @@
"email": "Эл. почта",
"name": "Имя",
"role": "Роль"
}
},
"title": "Пользователи",
"description": "Управление пользователями и правами"
},
"chat": "ИИ-чат",
"lab": "Лаборатория",
@@ -231,7 +256,18 @@
"testing": "Тестирование...",
"testSearch": "Тестировать веб-поиск"
},
"settingsDescription": "Настройки приложения"
"settingsDescription": "Настройки приложения",
"dashboard": {
"title": "Панель управления",
"description": "Обзор метрик приложения",
"recentActivity": "Недавняя активность",
"recentActivityPlaceholder": "Недавняя активность будет отображена здесь."
},
"error": {
"title": "Ошибка в панели администратора",
"description": "Не удалось отобразить страницу. Повторите попытку.",
"retry": "Повторить"
}
},
"ai": {
"analyzing": "ИИ анализирует...",
@@ -322,7 +358,57 @@
"translationFailed": "Не удалось перевести",
"undo": "Отменить ИИ",
"undoAI": "Отменить преобразование ИИ",
"undoApplied": "Оригинальный текст восстановлен"
"undoApplied": "Оригинальный текст восстановлен",
"minWordsError": "Заметка должна содержать минимум 5 слов для использования действий ИИ.",
"genericError": "Ошибка ИИ",
"actionError": "Ошибка при выполнении действия ИИ",
"appliedToNote": "Применено к заметке",
"applyToNote": "Применить к заметке",
"undoLastAction": "Отменить последнее действие ИИ",
"selectContext": "Выберите контекст...",
"selectNotebook": "Выбрать блокнот",
"chatPlaceholder": "Попросите ИИ отредактировать, составить резюме или черновик...",
"assistantTitle": "ИИ-ассистент",
"currentNote": "Текущая заметка",
"shrinkPanel": "Свернуть панель",
"expandPanel": "Развернуть панель",
"chatTab": "Чат",
"noteActions": "Действия с заметкой",
"askToStart": "Задайте вопрос ассистенту, чтобы начать.",
"contextLabel": "Контекст",
"thisNote": "Эта заметка",
"allMyNotes": "Все мои заметки",
"notebookGeneric": "Блокнот",
"writingTone": "Тон письма",
"askAboutThisNote": "Спросите ИИ об этой заметке...",
"askAboutYourNotes": "Спросите ИИ о своих заметках...",
"webSearchLabel": "Веб-поиск",
"newLineHint": "Shift+Enter = новая строка",
"resultLabel": "Результат",
"discardAction": "Отклонить",
"transformationsDesc": "Преобразования — применяются напрямую к заметке",
"writeMinWordsAction": "Напишите минимум 5 слов для активации действий ИИ.",
"processingAction": "Обработка...",
"action": {
"clarify": "Уточнить",
"shorten": "Сократить",
"improve": "Улучшить",
"toMarkdown": "В Markdown"
},
"openAssistant": "Открыть ИИ-ассистент",
"poweredByMomento": "На базе Momento AI",
"welcomeMsg": "Привет! Я ваш ИИ-ассистент. Чем могу помочь с заметками? Могу уточнить стиль, развернуть мысль или сделать выжимку.",
"summaryLast5": "Обзор последних 5 заметок",
"analyzingProgress": "Анализ...",
"generateInsightsBtn": "Сгенерировать обзор",
"newDiscussion": "Новый разговор",
"noRecentConversations": "Нет недавних разговоров.",
"discussionContextLabel": "Контекст обсуждения",
"webSearchNotConfigured": "Веб-поиск (Не настроен)",
"historyTab": "История",
"insightsTab": "Обзоры",
"aiCopilot": "ИИ-копилот",
"suggestTitle": "Предложение заголовка ИИ"
},
"aiSettings": {
"description": "Настройте функции и предпочтения на базе ИИ",
@@ -879,7 +965,12 @@
"viewModeGroup": "Режим отображения заметок",
"reorderTabs": "Изменить порядок вкладок",
"modified": "Изменено",
"created": "Создано"
"created": "Создано",
"loading": "Загрузка...",
"exportPDF": "Экспорт PDF",
"savedStatus": "Сохранено",
"dirtyStatus": "Изменено",
"completedLabel": "Завершено"
},
"pagination": {
"next": "→",
@@ -971,7 +1062,8 @@
"searchPlaceholder": "Поиск в заметках...",
"searching": "Поиск...",
"semanticInProgress": "ИИ-поиск...",
"semanticTooltip": "Семантический поиск с ИИ"
"semanticTooltip": "Семантический поиск с ИИ",
"disabledAdmin": "Поиск отключён в режиме администратора"
},
"semanticSearch": {
"exactMatch": "Точное совпадение",
@@ -1412,5 +1504,9 @@
"markUndone": "Отметить как невыполненное",
"todayAt": "Сегодня в {time}",
"tomorrowAt": "Завтра в {time}"
},
"lab": {
"initializing": "Инициализация пространства",
"loadingIdeas": "Загрузка ваших идей..."
}
}

View File

@@ -81,7 +81,30 @@
"noModels": "无模型。点击 ↺",
"modelsAvailable": "{count} 个模型可用",
"enterUrlToLoad": "输入URL并点击↺加载模型",
"currentProvider": "(当前: {provider})"
"currentProvider": "(当前: {provider})",
"pageTitle": "AI管理",
"pageDescription": "监控和配置AI功能",
"configure": "配置",
"features": "AI功能",
"providerStatus": "AI提供商状态",
"recentRequests": "最近的AI请求",
"comingSoon": "即将推出",
"activeFeatures": "活跃功能",
"successRate": "成功率",
"avgResponseTime": "平均响应时间",
"configuredProviders": "已配置提供商",
"settingUpdated": "设置已更新",
"updateFailedShort": "更新失败",
"titleSuggestions": "标题建议",
"titleSuggestionsDesc": "在50+字后为笔记建议标题",
"aiAssistant": "AI助手",
"aiAssistantDesc": "启用AI聊天和文本改进工具",
"memoryEchoFeature": "我注意到了...",
"memoryEchoFeatureDesc": "每日分析笔记之间的联系",
"languageDetection": "语言检测",
"languageDetectionDesc": "自动检测每条笔记的语言",
"autoLabeling": "自动标记",
"autoLabelingDesc": "自动建议并应用标签"
},
"aiTest": {
"description": "测试您的 AI 提供商的标签生成和语义搜索嵌入",
@@ -195,7 +218,9 @@
"email": "邮箱",
"name": "姓名",
"role": "角色"
}
},
"title": "用户",
"description": "管理用户和权限"
},
"chat": "AI 聊天",
"lab": "实验室",
@@ -231,7 +256,18 @@
"testing": "测试中...",
"testSearch": "测试网络搜索"
},
"settingsDescription": "配置应用程序设置"
"settingsDescription": "配置应用程序设置",
"dashboard": {
"title": "仪表板",
"description": "应用程序指标概览",
"recentActivity": "最近活动",
"recentActivityPlaceholder": "最近的活动将在此处显示。"
},
"error": {
"title": "管理面板出错",
"description": "页面渲染失败。您可以重试。",
"retry": "重试"
}
},
"ai": {
"analyzing": "AI 分析中...",
@@ -322,7 +358,57 @@
"translationFailed": "翻译失败",
"undo": "撤销 AI",
"undoAI": "撤销 AI 转换",
"undoApplied": "已恢复原始文本"
"undoApplied": "已恢复原始文本",
"minWordsError": "笔记必须至少包含5个字才能使用AI操作。",
"genericError": "AI错误",
"actionError": "AI操作期间出错",
"appliedToNote": "已应用到笔记",
"applyToNote": "应用到笔记",
"undoLastAction": "撤销上次AI操作",
"selectContext": "选择上下文...",
"selectNotebook": "选择笔记本",
"chatPlaceholder": "让AI编辑、总结或起草...",
"assistantTitle": "AI助手",
"currentNote": "当前笔记",
"shrinkPanel": "收缩面板",
"expandPanel": "展开面板",
"chatTab": "聊天",
"noteActions": "笔记操作",
"askToStart": "向助手提问以开始。",
"contextLabel": "上下文",
"thisNote": "此笔记",
"allMyNotes": "所有笔记",
"notebookGeneric": "笔记本",
"writingTone": "写作语气",
"askAboutThisNote": "向AI提问关于此笔记...",
"askAboutYourNotes": "向AI提问关于你的笔记...",
"webSearchLabel": "网页搜索",
"newLineHint": "Shift+Enter = 换行",
"resultLabel": "结果",
"discardAction": "丢弃",
"transformationsDesc": "转换 — 直接应用到笔记",
"writeMinWordsAction": "至少写5个字以激活AI操作。",
"processingAction": "处理中...",
"action": {
"clarify": "澄清",
"shorten": "缩短",
"improve": "改进",
"toMarkdown": "转为Markdown"
},
"openAssistant": "打开AI助手",
"poweredByMomento": "由 Momento AI 提供支持",
"welcomeMsg": "你好我是你的AI助手。今天我能怎么帮你的笔记我可以优化语气、扩展内容或总结。",
"summaryLast5": "最近5条笔记摘要",
"analyzingProgress": "分析中...",
"generateInsightsBtn": "生成洞察",
"newDiscussion": "新对话",
"noRecentConversations": "没有最近的对话。",
"discussionContextLabel": "讨论上下文",
"webSearchNotConfigured": "网页搜索(未配置)",
"historyTab": "历史",
"insightsTab": "洞察",
"aiCopilot": "AI副驾驶",
"suggestTitle": "AI标题建议"
},
"aiSettings": {
"description": "配置您的 AI 驱动功能和偏好设置",
@@ -907,7 +993,12 @@
"viewModeGroup": "笔记显示模式",
"reorderTabs": "重新排序标签页",
"modified": "已修改",
"created": "已创建"
"created": "已创建",
"loading": "加载中...",
"exportPDF": "导出PDF",
"savedStatus": "已保存",
"dirtyStatus": "已修改",
"completedLabel": "已完成"
},
"pagination": {
"next": "→",
@@ -999,7 +1090,8 @@
"searchPlaceholder": "搜索您的笔记...",
"searching": "搜索中...",
"semanticInProgress": "AI 搜索进行中...",
"semanticTooltip": "AI 语义搜索"
"semanticTooltip": "AI 语义搜索",
"disabledAdmin": "管理员模式下搜索已禁用"
},
"semanticSearch": {
"exactMatch": "完全匹配",
@@ -1440,5 +1532,9 @@
"markUndone": "标记为未完成",
"todayAt": "今天 {time}",
"tomorrowAt": "明天 {time}"
},
"lab": {
"initializing": "初始化工作区",
"loadingIdeas": "加载你的想法..."
}
}