mirror of https://github.com/langgenius/dify.git
chore: run pnpm i18n:gen to add all missing translation keys
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
This commit is contained in:
parent
f12c7ed233
commit
5c3aa063b0
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "ميزات مجانية:",
|
||||
"plans.community.name": "مجتمع",
|
||||
"plans.community.price": "مجاني",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "اتصل بالمبيعات",
|
||||
"plans.enterprise.description": "للمؤسسات التي تتطلب أمانًا وامتثالًا وقابلية للتوسع وتحكمًا وحلولًا مخصصة على مستوى المؤسسة",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "نرويجي",
|
||||
"metadata.languageMap.pl": "بولندي",
|
||||
"metadata.languageMap.pt": "برتغالي",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "روسي",
|
||||
"metadata.languageMap.sv": "سويدي",
|
||||
"metadata.languageMap.th": "تايلاندي",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "حذف",
|
||||
"batchAction.disable": "تعطيل",
|
||||
"batchAction.enable": "تمكين",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "محدد",
|
||||
"chunkingMode.general": "عام",
|
||||
"chunkingMode.graph": "رسم بياني",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "FULL TEXT",
|
||||
"indexingMethod.hybrid_search": "HYBRID",
|
||||
"indexingMethod.invertedIndex": "فهرس معكوس",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VECTOR",
|
||||
"indexingTechnique.economy": "ECO",
|
||||
"indexingTechnique.high_quality": "HQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "تنفيذ البحث بالنص الكامل والبحث المتجه في وقت واحد، وإعادة الترتيب لتحديد أفضل تطابق لاستعلام المستخدم. يمكن للمستخدمين اختيار تعيين الأوزان أو التكوين لنموذج إعادة الترتيب.",
|
||||
"retrieval.hybrid_search.recommend": "نوصي",
|
||||
"retrieval.hybrid_search.title": "بحث هجين",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "الفهرس المعكوس هو هيكل يستخدم للاسترجاع الفعال. منظم حسب المصطلحات، يشير كل مصطلح إلى المستندات أو صفحات الويب التي تحتوي عليه.",
|
||||
"retrieval.keyword_search.title": "فهرس معكوس",
|
||||
"retrieval.semantic_search.description": "إنشاء تضمينات الاستعلام والبحث عن قطعة النص الأكثر تشابهًا مع تمثيلها المتجه.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "ترفيه",
|
||||
"category.HR": "الموارد البشرية",
|
||||
"category.Programming": "برمجة",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "ترجمة",
|
||||
"category.Workflow": "سير العمل",
|
||||
"category.Writing": "كتابة",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "أضيف",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "لا توجد استراتيجية وكيل متاحة",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "فئة",
|
||||
"addToolModal.custom.tip": "إنشاء أداة مخصصة",
|
||||
"addToolModal.custom.title": "لا توجد أداة مخصصة متاحة",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "نوع التفويض",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "اسم رأس HTTP لمفتاح API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "أدخل مفتاح API",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "رأس",
|
||||
"createTool.authMethod.types.api_key_query": "معلمة استعلام",
|
||||
"createTool.authMethod.types.none": "لا شيء",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "معين المتغيرات",
|
||||
"blocks.code": "كود",
|
||||
"blocks.datasource": "مصدر البيانات",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "مستخرج المستندات",
|
||||
"blocks.end": "الإخراج",
|
||||
"blocks.http-request": "طلب HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "مصنف الأسئلة",
|
||||
"blocks.start": "إدخال المستخدم",
|
||||
"blocks.template-transform": "قالب",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "مشغل الإضافة",
|
||||
"blocks.trigger-schedule": "جدولة المشغل",
|
||||
"blocks.trigger-webhook": "مشغل الويب هوك",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "تُستخدم عقدة تعيين المتغير لتعيين قيم للمتغيرات القابلة للكتابة (مثل متغيرات المحادثة).",
|
||||
"blocksAbout.code": "تنفيذ قطعة من كود Python أو NodeJS لتنفيذ منطق مخصص",
|
||||
"blocksAbout.datasource": "حول مصدر البيانات",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "تستخدم لتحليل المستندات التي تم تحميلها إلى محتوى نصي يسهل فهمه بواسطة LLM.",
|
||||
"blocksAbout.end": "تحديد الإخراج ونوع النتيجة لسير العمل",
|
||||
"blocksAbout.http-request": "السماح بإرسال طلبات الخادم عبر بروتوكول HTTP",
|
||||
"blocksAbout.if-else": "يسمح لك بتقسيم سير العمل إلى فرعين بناءً على شروط if/else",
|
||||
"blocksAbout.iteration": "تنفيذ خطوات متعددة على كائن قائمة حتى يتم إخراج جميع النتائج.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "حول قاعدة المعرفة",
|
||||
"blocksAbout.knowledge-retrieval": "يسمح لك بالاستعلام عن محتوى النص المتعلق بأسئلة المستخدم من المعرفة",
|
||||
"blocksAbout.list-operator": "تستخدم لتصفية أو فرز محتوى المصفوفة.",
|
||||
"blocksAbout.llm": "استدعاء نماذج اللغة الكبيرة للإجابة على الأسئلة أو معالجة اللغة الطبيعية",
|
||||
"blocksAbout.loop": "تنفيذ حلقة من المنطق حتى يتم استيفاء شروط الإنهاء أو الوصول إلى الحد الأقصى لعدد الحلقات.",
|
||||
"blocksAbout.loop-end": "يعادل \"break\". هذه العقدة لا تحتوي على عناصر تكوين. عندما يصل جسم الحلقة إلى هذه العقدة، تنتهي الحلقة.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "استخدم LLM لاستخراج المعلمات الهيكلية من اللغة الطبيعية لاستدعاء الأدوات أو طلبات HTTP.",
|
||||
"blocksAbout.question-classifier": "تحديد شروط تصنيف أسئلة المستخدم، يمكن لـ LLM تحديد كيفية تقدم المحادثة بناءً على وصف التصنيف",
|
||||
"blocksAbout.start": "تحديد المعلمات الأولية لبدء سير العمل",
|
||||
"blocksAbout.template-transform": "تحويل البيانات إلى سلسلة باستخدام بنية قالب Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "مشغل تكامل تابع لجهة خارجية يبدأ سير العمل من أحداث النظام الأساسي الخارجي",
|
||||
"blocksAbout.trigger-schedule": "مشغل سير عمل قائم على الوقت يبدأ سير العمل وفقًا لجدول زمني",
|
||||
"blocksAbout.trigger-webhook": "يتلقى مشغل Webhook دفعات HTTP من أنظمة خارجية لتشغيل سير العمل تلقائيًا.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "في",
|
||||
"nodes.ifElse.comparisonOperator.is": "هو",
|
||||
"nodes.ifElse.comparisonOperator.is not": "ليس",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "لا يحتوي على",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "ليس فارغًا",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "غير موجود",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "بدء التشغيل",
|
||||
"singleRun.testRun": "تشغيل اختياري",
|
||||
"singleRun.testRunIteration": "تكرار تشغيل الاختبار",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "إضافة الكل",
|
||||
"tabs.agent": "استراتيجية الوكيل",
|
||||
"tabs.allAdded": "تمت إضافة الكل",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Kostenlose Funktionen:",
|
||||
"plans.community.name": "Gemeinschaft",
|
||||
"plans.community.price": "Kostenlos",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Vertrieb kontaktieren",
|
||||
"plans.enterprise.description": "Erhalten Sie volle Fähigkeiten und Unterstützung für großangelegte, missionskritische Systeme.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Norwegisch",
|
||||
"metadata.languageMap.pl": "Polnisch",
|
||||
"metadata.languageMap.pt": "Portugiesisch",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Russisch",
|
||||
"metadata.languageMap.sv": "Schwedisch",
|
||||
"metadata.languageMap.th": "Thai",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Löschen",
|
||||
"batchAction.disable": "Abschalten",
|
||||
"batchAction.enable": "Ermöglichen",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Ausgewählt",
|
||||
"chunkingMode.general": "Allgemein",
|
||||
"chunkingMode.graph": "Graph",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "VOLLTEXT",
|
||||
"indexingMethod.hybrid_search": "HYBRID",
|
||||
"indexingMethod.invertedIndex": "INVERTIERT",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VEKTOR",
|
||||
"indexingTechnique.economy": "ECO",
|
||||
"indexingTechnique.high_quality": "HQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Führe Volltextsuche und Vektorsuchen gleichzeitig aus, ordne neu, um die beste Übereinstimmung für die Abfrage des Benutzers auszuwählen. Konfiguration des Rerank-Modell-APIs ist notwendig.",
|
||||
"retrieval.hybrid_search.recommend": "Empfehlen",
|
||||
"retrieval.hybrid_search.title": "Hybridsuche",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "Der invertierte Index ist eine Struktur, die für einen effizienten Abruf verwendet wird. Jeder Begriff ist nach Begriffen geordnet und verweist auf Dokumente oder Webseiten, die ihn enthalten.",
|
||||
"retrieval.keyword_search.title": "Invertierter Index",
|
||||
"retrieval.semantic_search.description": "Erzeuge Abfrage-Einbettungen und suche nach dem Textstück, das seiner Vektorrepräsentation am ähnlichsten ist.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Unterhaltung",
|
||||
"category.HR": "Personalwesen",
|
||||
"category.Programming": "Programmieren",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Übersetzen",
|
||||
"category.Workflow": "Arbeitsablauf",
|
||||
"category.Writing": "Schreiben",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "zugefügt",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Keine Agentenstrategie verfügbar",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "Kategorie",
|
||||
"addToolModal.custom.tip": "Benutzerdefiniertes Werkzeug erstellen",
|
||||
"addToolModal.custom.title": "Kein benutzerdefiniertes Werkzeug verfügbar",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Autorisierungstyp",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "HTTP-Headername für API-Key",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "API-Key eingeben",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Kopfzeile",
|
||||
"createTool.authMethod.types.api_key_query": "Abfrageparameter",
|
||||
"createTool.authMethod.types.none": "Keine",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Variablenzuweiser",
|
||||
"blocks.code": "Code",
|
||||
"blocks.datasource": "Datenquelle",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Doc Extraktor",
|
||||
"blocks.end": "Ausgabe",
|
||||
"blocks.http-request": "HTTP-Anfrage",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Fragenklassifizierer",
|
||||
"blocks.start": "Start",
|
||||
"blocks.template-transform": "Vorlage",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Plugin-Auslöser",
|
||||
"blocks.trigger-schedule": "Zeitplan-Auslöser",
|
||||
"blocks.trigger-webhook": "Webhook-Auslöser",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "Der Variablenzuweisungsknoten wird verwendet, um beschreibbaren Variablen (wie Gesprächsvariablen) Werte zuzuweisen.",
|
||||
"blocksAbout.code": "Ein Stück Python- oder NodeJS-Code ausführen, um benutzerdefinierte Logik zu implementieren",
|
||||
"blocksAbout.datasource": "Datenquelle Über",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Wird verwendet, um hochgeladene Dokumente in Textinhalte zu analysieren, die für LLM leicht verständlich sind.",
|
||||
"blocksAbout.end": "Definieren Sie die Ausgabe und den Ergebnistyp eines Workflows",
|
||||
"blocksAbout.http-request": "Ermöglichen, dass Serveranforderungen über das HTTP-Protokoll gesendet werden",
|
||||
"blocksAbout.if-else": "Ermöglicht das Aufteilen des Workflows in zwei Zweige basierend auf if/else-Bedingungen",
|
||||
"blocksAbout.iteration": "Mehrere Schritte an einem Listenobjekt ausführen, bis alle Ergebnisse ausgegeben wurden.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Wissensdatenbank Über",
|
||||
"blocksAbout.knowledge-retrieval": "Ermöglicht das Abfragen von Textinhalten, die sich auf Benutzerfragen aus der Wissensdatenbank beziehen",
|
||||
"blocksAbout.list-operator": "Wird verwendet, um Array-Inhalte zu filtern oder zu sortieren.",
|
||||
"blocksAbout.llm": "Große Sprachmodelle aufrufen, um Fragen zu beantworten oder natürliche Sprache zu verarbeiten",
|
||||
"blocksAbout.loop": "Führen Sie eine Schleife aus, bis die Abschlussbedingungen erfüllt sind oder die maximalen Schleifenanzahl erreicht ist.",
|
||||
"blocksAbout.loop-end": "Entspricht \"break\". Dieser Knoten hat keine Konfigurationselemente. Wenn der Schleifenrumpf diesen Knoten erreicht, wird die Schleife beendet.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Verwenden Sie LLM, um strukturierte Parameter aus natürlicher Sprache für Werkzeugaufrufe oder HTTP-Anfragen zu extrahieren.",
|
||||
"blocksAbout.question-classifier": "Definieren Sie die Klassifizierungsbedingungen von Benutzerfragen, LLM kann basierend auf der Klassifikationsbeschreibung festlegen, wie die Konversation fortschreitet",
|
||||
"blocksAbout.start": "Definieren Sie die Anfangsparameter zum Starten eines Workflows",
|
||||
"blocksAbout.template-transform": "Daten in Zeichenfolgen mit Jinja-Vorlagensyntax umwandeln",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Auslöser für die Integration von Drittanbietern, der Workflows anhand von Ereignissen externer Plattformen startet",
|
||||
"blocksAbout.trigger-schedule": "Zeitbasierter Workflow-Auslöser, der Workflows nach einem Zeitplan startet",
|
||||
"blocksAbout.trigger-webhook": "Webhook-Trigger empfängt HTTP-Pushes von Drittanbietersystemen, um Workflows automatisch auszulösen.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "in",
|
||||
"nodes.ifElse.comparisonOperator.is": "ist",
|
||||
"nodes.ifElse.comparisonOperator.is not": "ist nicht",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "enthält nicht",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "ist nicht leer",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "existiert nicht",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Lauf starten",
|
||||
"singleRun.testRun": "Testlauf ",
|
||||
"singleRun.testRunIteration": "Testlaufiteration",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Alles hinzufügen",
|
||||
"tabs.agent": "Agenten-Strategie",
|
||||
"tabs.allAdded": "Alle hinzugefügt",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Características gratuitas:",
|
||||
"plans.community.name": "Comunidad",
|
||||
"plans.community.price": "Gratis",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Contactar ventas",
|
||||
"plans.enterprise.description": "Obtén capacidades completas y soporte para sistemas críticos a gran escala.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Noruego",
|
||||
"metadata.languageMap.pl": "Polaco",
|
||||
"metadata.languageMap.pt": "Portugués",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Ruso",
|
||||
"metadata.languageMap.sv": "Sueco",
|
||||
"metadata.languageMap.th": "Tailandés",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Borrar",
|
||||
"batchAction.disable": "Inutilizar",
|
||||
"batchAction.enable": "Habilitar",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Seleccionado",
|
||||
"chunkingMode.general": "General",
|
||||
"chunkingMode.graph": "gráfico",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "TEXTO COMPLETO",
|
||||
"indexingMethod.hybrid_search": "HÍBRIDO",
|
||||
"indexingMethod.invertedIndex": "INVERTIDO",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VECTOR",
|
||||
"indexingTechnique.economy": "ECO",
|
||||
"indexingTechnique.high_quality": "AC",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Ejecuta búsquedas de texto completo y búsquedas vectoriales simultáneamente, reordena para seleccionar la mejor coincidencia para la consulta del usuario. Es necesaria la configuración de las API del modelo de reordenamiento.",
|
||||
"retrieval.hybrid_search.recommend": "Recomendar",
|
||||
"retrieval.hybrid_search.title": "Búsqueda Híbrida",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "El índice invertido es una estructura utilizada para una recuperación eficiente. Organizado por términos, cada término apunta a documentos o páginas web que lo contienen.",
|
||||
"retrieval.keyword_search.title": "Índice invertido",
|
||||
"retrieval.semantic_search.description": "Genera incrustaciones de consulta y busca el fragmento de texto más similar a su representación vectorial.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Entretenimiento",
|
||||
"category.HR": "Recursos Humanos",
|
||||
"category.Programming": "Programación",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Traducción",
|
||||
"category.Workflow": "Flujo de trabajo",
|
||||
"category.Writing": "Escritura",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "agregada",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "No hay estrategia de agente disponible",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "categoría",
|
||||
"addToolModal.custom.tip": "Crear una herramienta personalizada",
|
||||
"addToolModal.custom.title": "No hay herramienta personalizada disponible",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Tipo de Autorización",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "Nombre del encabezado HTTP para la Clave API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "Ingresa la Clave API",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Encabezado",
|
||||
"createTool.authMethod.types.api_key_query": "Parámetro de consulta",
|
||||
"createTool.authMethod.types.none": "Ninguno",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Asignador de Variables",
|
||||
"blocks.code": "Código",
|
||||
"blocks.datasource": "Fuente de datos",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Extractor de documentos",
|
||||
"blocks.end": "Salida",
|
||||
"blocks.http-request": "Solicitud HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Clasificador de preguntas",
|
||||
"blocks.start": "Inicio",
|
||||
"blocks.template-transform": "Plantilla",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Disparador de complemento",
|
||||
"blocks.trigger-schedule": "Disparador de horario",
|
||||
"blocks.trigger-webhook": "Disparador de Webhook",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "El nodo de asignación de variables se utiliza para asignar valores a variables escribibles (como variables de conversación).",
|
||||
"blocksAbout.code": "Ejecuta un fragmento de código Python o NodeJS para implementar lógica personalizada",
|
||||
"blocksAbout.datasource": "Fuente de datos Acerca de",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Se utiliza para analizar documentos cargados en contenido de texto que es fácilmente comprensible por LLM.",
|
||||
"blocksAbout.end": "Define la salida y el tipo de resultado de un flujo de trabajo",
|
||||
"blocksAbout.http-request": "Permite enviar solicitudes al servidor a través del protocolo HTTP",
|
||||
"blocksAbout.if-else": "Te permite dividir el flujo de trabajo en dos ramas basadas en condiciones SI/SINO",
|
||||
"blocksAbout.iteration": "Realiza múltiples pasos en un objeto de lista hasta que se generen todos los resultados.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Base de conocimientos Acerca de",
|
||||
"blocksAbout.knowledge-retrieval": "Te permite consultar contenido de texto relacionado con las preguntas de los usuarios desde el conocimiento",
|
||||
"blocksAbout.list-operator": "Se utiliza para filtrar u ordenar el contenido de la matriz.",
|
||||
"blocksAbout.llm": "Invoca modelos de lenguaje grandes para responder preguntas o procesar lenguaje natural",
|
||||
"blocksAbout.loop": "Ejecuta un bucle de lógica hasta que se cumpla la condición de terminación o se alcance el conteo máximo de bucles.",
|
||||
"blocksAbout.loop-end": "Equivalente a \"romper\". Este nodo no tiene elementos de configuración. Cuando el cuerpo del bucle alcanza este nodo, el bucle termina.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Utiliza LLM para extraer parámetros estructurados del lenguaje natural para invocaciones de herramientas o solicitudes HTTP.",
|
||||
"blocksAbout.question-classifier": "Define las condiciones de clasificación de las preguntas de los usuarios, LLM puede definir cómo progresa la conversación en función de la descripción de clasificación",
|
||||
"blocksAbout.start": "Define los parámetros iniciales para iniciar un flujo de trabajo",
|
||||
"blocksAbout.template-transform": "Convierte datos en una cadena utilizando la sintaxis de plantillas Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Disparador de integración de terceros que inicia flujos de trabajo a partir de eventos de plataformas externas",
|
||||
"blocksAbout.trigger-schedule": "Disparador de flujo de trabajo basado en tiempo que inicia flujos de trabajo según un horario",
|
||||
"blocksAbout.trigger-webhook": "El disparador de Webhook recibe envíos HTTP de sistemas de terceros para activar automáticamente flujos de trabajo.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "en",
|
||||
"nodes.ifElse.comparisonOperator.is": "es",
|
||||
"nodes.ifElse.comparisonOperator.is not": "no es",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "no contiene",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "no está vacío",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "no existe",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Iniciar ejecución",
|
||||
"singleRun.testRun": "Ejecución de prueba",
|
||||
"singleRun.testRunIteration": "Iteración de ejecución de prueba",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Agregar todo",
|
||||
"tabs.agent": "Estrategia del agente",
|
||||
"tabs.allAdded": "Todo añadido",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "ویژگیهای رایگان:",
|
||||
"plans.community.name": "جامعه",
|
||||
"plans.community.price": "رایگان",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "تماس با فروش",
|
||||
"plans.enterprise.description": "دریافت کاملترین قابلیتها و پشتیبانی برای سیستمهای بزرگ و بحرانی.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "نروژی",
|
||||
"metadata.languageMap.pl": "لهستانی",
|
||||
"metadata.languageMap.pt": "پرتغالی",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "روسی",
|
||||
"metadata.languageMap.sv": "سوئدی",
|
||||
"metadata.languageMap.th": "تایلندی",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "حذف",
|
||||
"batchAction.disable": "غیر فعال کردن",
|
||||
"batchAction.enable": "فعال",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "انتخاب",
|
||||
"chunkingMode.general": "عمومی",
|
||||
"chunkingMode.graph": "گراف",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "متن کامل",
|
||||
"indexingMethod.hybrid_search": "هیبریدی",
|
||||
"indexingMethod.invertedIndex": "معکوس",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "برداری",
|
||||
"indexingTechnique.economy": "ECO",
|
||||
"indexingTechnique.high_quality": "HQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "جستجوی متن کامل و برداری را همزمان اجرا میکند، دوباره رتبهبندی میکند تا بهترین تطابق برای درخواست کاربر انتخاب شود. کاربران میتوانند وزنها را تنظیم کنند یا به یک مدل دوباره رتبهبندی تنظیم کنند.",
|
||||
"retrieval.hybrid_search.recommend": "توصیه",
|
||||
"retrieval.hybrid_search.title": "جستجوی هیبریدی",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "شاخص معکوس ساختاری است که برای بازیابی کارآمد استفاده می شود. هر اصطلاح که بر اساس اصطلاحات سازماندهی شده است، به اسناد یا صفحات وب حاوی آن اشاره می کند.",
|
||||
"retrieval.keyword_search.title": "شاخص معکوس",
|
||||
"retrieval.semantic_search.description": "تولید جاسازیهای جستجو و جستجوی بخش متنی که بیشترین شباهت را به نمایش برداری آن دارد.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "سرگرمی",
|
||||
"category.HR": "منابع انسانی",
|
||||
"category.Programming": "برنامهنویسی",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "ترجمه",
|
||||
"category.Workflow": "گردش",
|
||||
"category.Writing": "نوشتن",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "افزوده شد",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "هیچ استراتژی عاملی موجود نیست",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "دستهبندی",
|
||||
"addToolModal.custom.tip": "یک ابزار سفارشی ایجاد کنید",
|
||||
"addToolModal.custom.title": "هیچ ابزار سفارشی موجود نیست",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "نوع مجوز",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "نام هدر HTTP برای کلید API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "کلید API را وارد کنید",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "عنوان",
|
||||
"createTool.authMethod.types.api_key_query": "پارامتر جستجو",
|
||||
"createTool.authMethod.types.none": "هیچ",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "تخصیصدهنده متغیر",
|
||||
"blocks.code": "کد",
|
||||
"blocks.datasource": "منبع داده",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "استخراج کننده سند",
|
||||
"blocks.end": "خروجی",
|
||||
"blocks.http-request": "درخواست HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "دستهبندی سوالات",
|
||||
"blocks.start": "شروع",
|
||||
"blocks.template-transform": "الگو",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "راهانداز پلاگین",
|
||||
"blocks.trigger-schedule": "راهاندازی زمانبندی",
|
||||
"blocks.trigger-webhook": "راهانداز وبهوک",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "گره تخصیص متغیر برای اختصاص مقادیر به متغیرهای قابل نوشتن (مانند متغیرهای مکالمه) استفاده میشود.",
|
||||
"blocksAbout.code": "اجرای یک قطعه کد Python یا NodeJS برای پیادهسازی منطق سفارشی",
|
||||
"blocksAbout.datasource": "منبع داده درباره",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "برای تجزیه اسناد آپلود شده به محتوای متنی استفاده می شود که به راحتی توسط LLM قابل درک است.",
|
||||
"blocksAbout.end": "خروجی و نوع نتیجه یک جریان کار را تعریف کنید",
|
||||
"blocksAbout.http-request": "اجازه میدهد تا درخواستهای سرور از طریق پروتکل HTTP ارسال شوند",
|
||||
"blocksAbout.if-else": "اجازه میدهد تا جریان کار به دو شاخه بر اساس شرایط if/else تقسیم شود",
|
||||
"blocksAbout.iteration": "اجرای چندین مرحله روی یک شیء لیست تا همه نتایج خروجی داده شوند.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "پایگاه دانش درباره",
|
||||
"blocksAbout.knowledge-retrieval": "اجازه میدهد تا محتوای متنی مرتبط با سوالات کاربر از دانش استخراج شود",
|
||||
"blocksAbout.list-operator": "برای فیلتر کردن یا مرتب سازی محتوای آرایه استفاده می شود.",
|
||||
"blocksAbout.llm": "استفاده از مدلهای زبان بزرگ برای پاسخ به سوالات یا پردازش زبان طبیعی",
|
||||
"blocksAbout.loop": "یک حلقه منطقی را اجرا کنید تا زمانی که شرایط خاتمه برآورده شود یا حداکثر تعداد حلقه به پایان برسد.",
|
||||
"blocksAbout.loop-end": "معادل \"شکستن\". این گره هیچ مورد پیکربندی ندارد. هنگامی که بدنه حلقه به این گره میرسد، حلقه متوقف میشود.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "استفاده از مدل زبان بزرگ برای استخراج پارامترهای ساختاری از زبان طبیعی برای فراخوانی ابزارها یا درخواستهای HTTP.",
|
||||
"blocksAbout.question-classifier": "شرایط دستهبندی سوالات کاربر را تعریف کنید، مدل زبان بزرگ میتواند بر اساس توضیحات دستهبندی، نحوه پیشرفت مکالمه را تعریف کند",
|
||||
"blocksAbout.start": "پارامترهای اولیه برای راهاندازی جریان کار را تعریف کنید",
|
||||
"blocksAbout.template-transform": "تبدیل دادهها به رشته با استفاده از سینتاکس الگوهای Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "راهاندازی یکپارچهسازی با شخص ثالث که گردشهای کاری را از رویدادهای پلتفرم خارجی شروع میکند",
|
||||
"blocksAbout.trigger-schedule": "راهاندازی گردش کار مبتنی بر زمان که گردش کارها را بر اساس برنامه آغاز میکند",
|
||||
"blocksAbout.trigger-webhook": "Webhook Trigger دریافتکنندهٔ pushهای HTTP از سیستمهای شخص ثالث است تا بهطور خودکار جریانهای کاری را راهاندازی کند.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "در",
|
||||
"nodes.ifElse.comparisonOperator.is": "است",
|
||||
"nodes.ifElse.comparisonOperator.is not": "نیست",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "شامل نمیشود",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "خالی نیست",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "وجود ندارد",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "شروع اجرا",
|
||||
"singleRun.testRun": "اجرای آزمایشی",
|
||||
"singleRun.testRunIteration": "تکرار اجرای آزمایشی",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "همه را اضافه کنید",
|
||||
"tabs.agent": "استراتژی نمایندگی",
|
||||
"tabs.allAdded": "همه اضافه شده است",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Fonctionnalités gratuites :",
|
||||
"plans.community.name": "Communauté",
|
||||
"plans.community.price": "Gratuit",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Contacter les ventes",
|
||||
"plans.enterprise.description": "Obtenez toutes les capacités et le support pour les systèmes à grande échelle et critiques pour la mission.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Norvégien",
|
||||
"metadata.languageMap.pl": "Polonais",
|
||||
"metadata.languageMap.pt": "Portugais",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Russe",
|
||||
"metadata.languageMap.sv": "Suédois",
|
||||
"metadata.languageMap.th": "Thaï",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Supprimer",
|
||||
"batchAction.disable": "Désactiver",
|
||||
"batchAction.enable": "Activer",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Sélectionné",
|
||||
"chunkingMode.general": "Généralités",
|
||||
"chunkingMode.graph": "Graphique",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "TEXTE INTÉGRAL",
|
||||
"indexingMethod.hybrid_search": "HYBRIDE",
|
||||
"indexingMethod.invertedIndex": "INVERSÉ",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VECTEUR",
|
||||
"indexingTechnique.economy": "ÉCO",
|
||||
"indexingTechnique.high_quality": "HQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Exécutez une recherche en texte intégral et des recherches vectorielles en même temps, réorganisez pour sélectionner la meilleure correspondance pour la requête de l'utilisateur. La configuration de l'API du modèle de réorganisation est nécessaire.",
|
||||
"retrieval.hybrid_search.recommend": "Recommander",
|
||||
"retrieval.hybrid_search.title": "Recherche Hybride",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "L’indice inversé est une structure utilisée pour une récupération efficace. Organisé par termes, chaque terme pointe vers des documents ou des pages web qui le contiennent.",
|
||||
"retrieval.keyword_search.title": "Index inversé",
|
||||
"retrieval.semantic_search.description": "Générez des embeddings de requête et recherchez le morceau de texte le plus similaire à sa représentation vectorielle.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Divertissement",
|
||||
"category.HR": "RH",
|
||||
"category.Programming": "Programmation",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Traduire",
|
||||
"category.Workflow": "Flux de travail",
|
||||
"category.Writing": "Écriture",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "supplémentaire",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Aucune stratégie d'agent disponible",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "catégorie",
|
||||
"addToolModal.custom.tip": "Créer un outil personnalisé",
|
||||
"addToolModal.custom.title": "Aucun outil personnalisé disponible",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Type d'autorisation",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "Nom de l'en-tête HTTP pour la clé API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "Entrez la clé API",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "En-tête",
|
||||
"createTool.authMethod.types.api_key_query": "Paramètre de requête",
|
||||
"createTool.authMethod.types.none": "Aucun",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Assignateur de Variables",
|
||||
"blocks.code": "Code",
|
||||
"blocks.datasource": "Source des données",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Extracteur de documents",
|
||||
"blocks.end": "Sortie",
|
||||
"blocks.http-request": "Requête HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Classificateur de questions",
|
||||
"blocks.start": "Début",
|
||||
"blocks.template-transform": "Modèle",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Déclencheur de plugin",
|
||||
"blocks.trigger-schedule": "Déclencheur de programmation",
|
||||
"blocks.trigger-webhook": "Déclencheur Webhook",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "Le nœud d'assignation de variables est utilisé pour attribuer des valeurs aux variables modifiables (comme les variables de conversation).",
|
||||
"blocksAbout.code": "Exécuter un morceau de code Python ou NodeJS pour implémenter une logique personnalisée",
|
||||
"blocksAbout.datasource": "Source de données À propos",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Utilisé pour analyser les documents téléchargés en contenu texte facilement compréhensible par LLM.",
|
||||
"blocksAbout.end": "Définir la sortie et le type de résultat d'un flux de travail",
|
||||
"blocksAbout.http-request": "Permettre l'envoi de requêtes serveur via le protocole HTTP",
|
||||
"blocksAbout.if-else": "Permet de diviser le flux de travail en deux branches basées sur des conditions if/else",
|
||||
"blocksAbout.iteration": "Effectuer plusieurs étapes sur un objet de liste jusqu'à ce que tous les résultats soient produits.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Base de connaissances À propos",
|
||||
"blocksAbout.knowledge-retrieval": "Permet de consulter le contenu textuel lié aux questions des utilisateurs à partir de la base de connaissances",
|
||||
"blocksAbout.list-operator": "Utilisé pour filtrer ou trier le contenu d’un tableau.",
|
||||
"blocksAbout.llm": "Inviter de grands modèles de langage pour répondre aux questions ou traiter le langage naturel",
|
||||
"blocksAbout.loop": "Exécutez une boucle de logique jusqu'à ce que la condition de terminaison soit remplie ou que le nombre maximum de boucles soit atteint.",
|
||||
"blocksAbout.loop-end": "Équivalent à \"break\". Ce nœud n'a pas d'éléments de configuration. Lorsque le corps de la boucle atteint ce nœud, la boucle se termine.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Utiliser LLM pour extraire des paramètres structurés du langage naturel pour les invocations d'outils ou les requêtes HTTP.",
|
||||
"blocksAbout.question-classifier": "Définir les conditions de classification des questions des utilisateurs, LLM peut définir comment la conversation progresse en fonction de la description de la classification",
|
||||
"blocksAbout.start": "Définir les paramètres initiaux pour lancer un flux de travail",
|
||||
"blocksAbout.template-transform": "Convertir les données en chaîne en utilisant la syntaxe du template Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Déclencheur d’intégration tierce qui démarre des flux de travail à partir d’événements d’une plateforme externe",
|
||||
"blocksAbout.trigger-schedule": "Déclencheur de flux de travail basé sur le temps qui démarre les flux de travail selon un calendrier",
|
||||
"blocksAbout.trigger-webhook": "Le déclencheur Webhook reçoit des pushs HTTP provenant de systèmes tiers pour déclencher automatiquement des flux de travail.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "dans",
|
||||
"nodes.ifElse.comparisonOperator.is": "est",
|
||||
"nodes.ifElse.comparisonOperator.is not": "n'est pas",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "ne contient pas",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "n'est pas vide",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "n’existe pas",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Démarrer l'exécution",
|
||||
"singleRun.testRun": "Exécution de test",
|
||||
"singleRun.testRunIteration": "Itération de l'exécution de test",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Ajouter tout",
|
||||
"tabs.agent": "Stratégie d’agent",
|
||||
"tabs.allAdded": "Tout ajouté",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "निःशुल्क सुविधाएँ:",
|
||||
"plans.community.name": "समुदाय",
|
||||
"plans.community.price": "मुक्त",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "बिक्री से संपर्क करें",
|
||||
"plans.enterprise.description": "बड़े पैमाने पर मिशन-क्रिटिकल सिस्टम के लिए पूर्ण क्षमताएं और समर्थन प्राप्त करें।",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "नॉर्वेजियन",
|
||||
"metadata.languageMap.pl": "पोलिश",
|
||||
"metadata.languageMap.pt": "पुर्तगाली",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "रूसी",
|
||||
"metadata.languageMap.sv": "स्वीडिश",
|
||||
"metadata.languageMap.th": "थाई",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "मिटाना",
|
||||
"batchAction.disable": "अक्षम",
|
||||
"batchAction.enable": "योग्य बनाना",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "चयनित",
|
||||
"chunkingMode.general": "सामान्य",
|
||||
"chunkingMode.graph": "ग्राफ",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "पूर्ण पाठ",
|
||||
"indexingMethod.hybrid_search": "हाइब्रिड",
|
||||
"indexingMethod.invertedIndex": "उल्टा",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "वेक्टर",
|
||||
"indexingTechnique.economy": "किफायती",
|
||||
"indexingTechnique.high_quality": "उच्च गुणवत्ता",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "पूर्ण-पाठ खोज और वेक्टर खोजों को एक साथ निष्पादित करें, पुनः रैंकिंग करें और उपयोगकर्ता के प्रश्न के लिए सर्वोत्तम मिलान का चयन करें। रीरैंक मॉडल APIs की कॉन्फ़िगरेशन आवश्यक।",
|
||||
"retrieval.hybrid_search.recommend": "सिफारिश",
|
||||
"retrieval.hybrid_search.title": "हाइब्रिड खोज",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "इनवर्टेड इंडेक्स एक संरचना है जो कुशल पुनर्प्राप्ति के लिए उपयोग की जाती है। यह शर्तों द्वारा व्यवस्थित होती है, प्रत्येक शर्त उन दस्तावेजों या वेब पृष्ठों की ओर इशारा करती है जिनमें यह मौजूद होती है।",
|
||||
"retrieval.keyword_search.title": "इनवर्टेड अनुक्रमणिका",
|
||||
"retrieval.semantic_search.description": "प्रश्न एम्बेडिंग्स उत्पन्न करें और उसके वेक्टर प्रतिनिधित्व के समान सबसे मिलते-जुलते टेक्स्ट चंक को खोजें।",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "मनोरंजन",
|
||||
"category.HR": "मानव संसाधन",
|
||||
"category.Programming": "प्रोग्रामिंग",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "अनुवाद",
|
||||
"category.Workflow": "कार्यप्रवाह",
|
||||
"category.Writing": "लेखन",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "जोड़ा गया",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "कोई एजेंट रणनीति उपलब्ध नहीं है",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "श्रेणी",
|
||||
"addToolModal.custom.tip": "एक कस्टम टूल बनाएं",
|
||||
"addToolModal.custom.title": "कोई कस्टम टूल उपलब्ध नहीं है",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "अधिकृति प्रकार",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "API कुंजी के लिए HTTP हैडर नाम",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "API कुंजी दर्ज करें",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "हेडर",
|
||||
"createTool.authMethod.types.api_key_query": "अनुक्रमणिका पैरामीटर",
|
||||
"createTool.authMethod.types.none": "कोई नहीं",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "चर असाइनर",
|
||||
"blocks.code": "कोड",
|
||||
"blocks.datasource": "डेटा स्रोत",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "डॉक्टर एक्सट्रैक्टर",
|
||||
"blocks.end": "आउटपुट",
|
||||
"blocks.http-request": "एचटीटीपी अनुरोध",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "प्रश्न वर्गीकरण",
|
||||
"blocks.start": "प्रारंभ",
|
||||
"blocks.template-transform": "टेम्पलेट",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "प्लगइन ट्रिगर",
|
||||
"blocks.trigger-schedule": "अनुसूची ट्रिगर",
|
||||
"blocks.trigger-webhook": "वेबहूक ट्रिगर",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "चर असाइनमेंट नोड का उपयोग लिखने योग्य चर (जैसे वार्तालाप चर) को मान असाइन करने के लिए किया जाता है।",
|
||||
"blocksAbout.code": "कस्टम लॉजिक को लागू करने के लिए एक टुकड़ा Python या NodeJS कोड निष्पादित करें",
|
||||
"blocksAbout.datasource": "डेटा स्रोत के बारे में",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "अपलोड किए गए दस्तावेज़ों को पाठ सामग्री में पार्स करने के लिए उपयोग किया जाता है जो एलएलएम द्वारा आसानी से समझा जा सकता है।",
|
||||
"blocksAbout.end": "वर्कफ़्लो का आउटपुट और परिणाम प्रकार परिभाषित करें",
|
||||
"blocksAbout.http-request": "HTTP प्रोटोकॉल पर सर्वर अनुरोधों को भेजने की अनुमति दें",
|
||||
"blocksAbout.if-else": "if/else शर्तों के आधार पर वर्कफ़्लो को दो शाखाओं में विभाजित करने की अनुमति देता है",
|
||||
"blocksAbout.iteration": "एक सूची वस्तु पर तब तक कई कदम करें जब तक सभी परिणाम आउटपुट न हो जाएं।",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "ज्ञान आधार के बारे में",
|
||||
"blocksAbout.knowledge-retrieval": "उपयोगकर्ता प्रश्नों से संबंधित पाठ सामग्री को ज्ञान से पूछने की अनुमति देता है",
|
||||
"blocksAbout.list-operator": "सरणी सामग्री फ़िल्टर या सॉर्ट करने के लिए उपयोग किया जाता है.",
|
||||
"blocksAbout.llm": "प्रश्नों के उत्तर देने या प्राकृतिक भाषा को संसाधित करने के लिए बड़े भाषा मॉडल को आमंत्रित करना",
|
||||
"blocksAbout.loop": "एक लूप को निष्पादित करें जब तक समाप्ति की शर्त पूरी न हो जाए या अधिकतम लूप संख्या प्राप्त न हो जाए।",
|
||||
"blocksAbout.loop-end": "\"ब्रेक\" के समान। इस नोड में कोई विन्यास आइटम नहीं हैं। जब लूप का शरीर इस नोड पर पहुँचता है, तो लूप समाप्त होता है।",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "टूल आमंत्रणों या HTTP अनुरोधों के लिए प्राकृतिक भाषा से संरचित पैरामीटर निकालने के लिए LLM का उपयोग करें।",
|
||||
"blocksAbout.question-classifier": "उपयोगकर्ता प्रश्नों की वर्गीकरण शर्तों को परिभाषित करें, LLM वर्गीकरण विवरण के आधार पर संवाद कैसे आगे बढ़ता है, इसे परिभाषित कर सकता है",
|
||||
"blocksAbout.start": "वर्कफ़्लो लॉन्च करने के लिए प्रारंभिक पैरामीटर को परिभाषित करें",
|
||||
"blocksAbout.template-transform": "Jinja टेम्पलेट सिंटैक्स का उपयोग करके डेटा को स्ट्रिंग में परिवर्तित करें",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "थर्ड-पार्टी इंटीग्रेशन ट्रिगर जो बाहरी प्लेटफ़ॉर्म घटनाओं से वर्कफ़्लो शुरू करता है",
|
||||
"blocksAbout.trigger-schedule": "समय-आधारित वर्कफ़्लो ट्रिगर जो वर्कफ़्लो को शेड्यूल पर शुरू करता है",
|
||||
"blocksAbout.trigger-webhook": "वेबहुक ट्रिगर थर्ड-पार्टी सिस्टम्स से HTTP पुश प्राप्त करता है ताकि वर्कफ़्लो को स्वचालित रूप से ट्रिगर किया जा सके।",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "में",
|
||||
"nodes.ifElse.comparisonOperator.is": "है",
|
||||
"nodes.ifElse.comparisonOperator.is not": "नहीं है",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "शामिल नहीं है",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "खाली नहीं है",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "मौजूद नहीं है",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "रन शुरू करें",
|
||||
"singleRun.testRun": "परीक्षण रन",
|
||||
"singleRun.testRunIteration": "परीक्षण रन पुनरावृत्ति",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "सभी जोड़ें",
|
||||
"tabs.agent": "एजेंट रणनीति",
|
||||
"tabs.allAdded": "सभी जोड़े गए",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Fitur Gratis:",
|
||||
"plans.community.name": "Masyarakat",
|
||||
"plans.community.price": "Bebas",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Hubungi Sales",
|
||||
"plans.enterprise.description": "Untuk perusahaan, memerlukan keamanan, kepatuhan, skalabilitas, kontrol, dan fitur yang lebih canggih di seluruh organisasi",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Norwegia",
|
||||
"metadata.languageMap.pl": "Polandia",
|
||||
"metadata.languageMap.pt": "Portugis",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Rusia",
|
||||
"metadata.languageMap.sv": "Swedia",
|
||||
"metadata.languageMap.th": "Thai",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Menghapus",
|
||||
"batchAction.disable": "Menonaktifkan",
|
||||
"batchAction.enable": "Mengaktifkan",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Dipilih",
|
||||
"chunkingMode.general": "Umum",
|
||||
"chunkingMode.graph": "Grafik",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "TEKS LENGKAP",
|
||||
"indexingMethod.hybrid_search": "HIBRIDA",
|
||||
"indexingMethod.invertedIndex": "TERBALIK",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VEKTOR",
|
||||
"indexingTechnique.economy": "EKO",
|
||||
"indexingTechnique.high_quality": "HQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Jalankan pencarian teks lengkap dan pencarian vektor secara bersamaan, peringkatkan ulang untuk memilih kecocokan terbaik untuk kueri pengguna. Pengguna dapat memilih untuk mengatur bobot atau mengonfigurasi ke model Rerank.",
|
||||
"retrieval.hybrid_search.recommend": "Merekomendasikan",
|
||||
"retrieval.hybrid_search.title": "Pencarian Hibrida",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "Indeks Terbalik adalah struktur yang digunakan untuk pengambilan yang efisien. Diatur berdasarkan istilah, setiap istilah menunjuk ke dokumen atau halaman web yang berisinya.",
|
||||
"retrieval.keyword_search.title": "Indeks Terbalik",
|
||||
"retrieval.semantic_search.description": "Hasilkan penyematan kueri dan cari potongan teks yang paling mirip dengan representasi vektornya.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Hiburan",
|
||||
"category.HR": "HR",
|
||||
"category.Programming": "Pemrograman",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Terjemah",
|
||||
"category.Workflow": "Alur Kerja",
|
||||
"category.Writing": "Tulisan",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "Ditambahkan",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Tidak ada strategi agen yang tersedia",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "golongan",
|
||||
"addToolModal.custom.tip": "Membuat alat khusus",
|
||||
"addToolModal.custom.title": "Tidak ada alat khusus yang tersedia",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Jenis otorisasi",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "Nama header HTTP untuk Kunci API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "Masukkan Kunci API",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Header",
|
||||
"createTool.authMethod.types.api_key_query": "Parameter Kueri",
|
||||
"createTool.authMethod.types.none": "Tidak",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Penerima Variabel",
|
||||
"blocks.code": "Kode",
|
||||
"blocks.datasource": "Sumber Data",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Ekstraktor Dokumen",
|
||||
"blocks.end": "Keluaran",
|
||||
"blocks.http-request": "Permintaan HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Pengklasifikasi Pertanyaan",
|
||||
"blocks.start": "Mulai",
|
||||
"blocks.template-transform": "Templat",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Pemicu Plugin",
|
||||
"blocks.trigger-schedule": "Pemicu Jadwal",
|
||||
"blocks.trigger-webhook": "Pemicu Webhook",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "Simpul penetapan variabel digunakan untuk menetapkan nilai ke variabel yang dapat ditulis (seperti variabel percakapan).",
|
||||
"blocksAbout.code": "Eksekusi sepotong kode Python atau NodeJS untuk mengimplementasikan logika kustom",
|
||||
"blocksAbout.datasource": "Sumber Data Tentang",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Digunakan untuk mengurai dokumen yang diunggah menjadi konten teks yang mudah dipahami oleh LLM.",
|
||||
"blocksAbout.end": "Menentukan output dan jenis hasil alur kerja",
|
||||
"blocksAbout.http-request": "Izinkan permintaan server dikirim melalui protokol HTTP",
|
||||
"blocksAbout.if-else": "Memungkinkan Anda membagi alur kerja menjadi dua cabang berdasarkan kondisi if/else",
|
||||
"blocksAbout.iteration": "Lakukan beberapa langkah pada objek daftar hingga semua hasil dikeluarkan.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Basis Pengetahuan Tentang",
|
||||
"blocksAbout.knowledge-retrieval": "Memungkinkan Anda untuk mengkueri konten teks yang terkait dengan pertanyaan pengguna dari Pengetahuan",
|
||||
"blocksAbout.list-operator": "Digunakan untuk memfilter atau mengurutkan konten array.",
|
||||
"blocksAbout.llm": "Memanggil model bahasa besar untuk menjawab pertanyaan atau memproses bahasa alami",
|
||||
"blocksAbout.loop": "Jalankan perulangan logika hingga kondisi penghentian terpenuhi atau jumlah perulangan maksimum tercapai.",
|
||||
"blocksAbout.loop-end": "Setara dengan \"istirahat\". Node ini tidak memiliki item konfigurasi. Ketika badan loop mencapai node ini, loop berakhir.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Gunakan LLM untuk mengekstrak parameter terstruktur dari bahasa alami untuk pemanggilan alat atau permintaan HTTP.",
|
||||
"blocksAbout.question-classifier": "Tentukan kondisi klasifikasi pertanyaan pengguna, LLM dapat menentukan bagaimana percakapan berlangsung berdasarkan deskripsi klasifikasi",
|
||||
"blocksAbout.start": "Menentukan parameter awal untuk meluncurkan alur kerja",
|
||||
"blocksAbout.template-transform": "Mengonversi data menjadi string menggunakan sintaks templat Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Pemicu integrasi pihak ketiga yang memulai alur kerja dari kejadian platform eksternal",
|
||||
"blocksAbout.trigger-schedule": "Pemicu alur kerja berbasis waktu yang memulai alur kerja sesuai jadwal",
|
||||
"blocksAbout.trigger-webhook": "Pemicu Webhook menerima push HTTP dari sistem pihak ketiga untuk secara otomatis memicu alur kerja.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "di",
|
||||
"nodes.ifElse.comparisonOperator.is": "sedang",
|
||||
"nodes.ifElse.comparisonOperator.is not": "tidak",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "tidak mengandung",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "tidak kosong",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "tidak ada",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Mulai Lari",
|
||||
"singleRun.testRun": "Uji Coba",
|
||||
"singleRun.testRunIteration": "Iterasi Uji Coba",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Tambahkan semua",
|
||||
"tabs.agent": "Strategi Agen",
|
||||
"tabs.allAdded": "Semua ditambahkan",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Caratteristiche Gratuite:",
|
||||
"plans.community.name": "Comunità",
|
||||
"plans.community.price": "Gratuito",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Contatta le vendite",
|
||||
"plans.enterprise.description": "Ottieni tutte le capacità e il supporto per sistemi mission-critical su larga scala.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Norvegese",
|
||||
"metadata.languageMap.pl": "Polacco",
|
||||
"metadata.languageMap.pt": "Portoghese",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Russo",
|
||||
"metadata.languageMap.sv": "Svedese",
|
||||
"metadata.languageMap.th": "Thailandese",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Cancellare",
|
||||
"batchAction.disable": "Disabilitare",
|
||||
"batchAction.enable": "Abilitare",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Selezionato",
|
||||
"chunkingMode.general": "Generale",
|
||||
"chunkingMode.graph": "Grafico",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "TESTO COMPLETO",
|
||||
"indexingMethod.hybrid_search": "IBRIDO",
|
||||
"indexingMethod.invertedIndex": "INVERTITO",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VETTORE",
|
||||
"indexingTechnique.economy": "ECO",
|
||||
"indexingTechnique.high_quality": "AQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Esegui contemporaneamente la ricerca full-text e la ricerca vettoriale, riordina per selezionare la migliore corrispondenza per la query dell'utente. È necessaria la configurazione delle API del modello Rerank.",
|
||||
"retrieval.hybrid_search.recommend": "Consigliato",
|
||||
"retrieval.hybrid_search.title": "Ricerca Ibrida",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "L'indice invertito è una struttura utilizzata per un recupero efficiente. Organizzato per termini, ogni termine rimanda a documenti o pagine web che lo contengono.",
|
||||
"retrieval.keyword_search.title": "Indice invertito",
|
||||
"retrieval.semantic_search.description": "Genera embedding delle query e cerca il blocco di testo più simile alla sua rappresentazione vettoriale.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Intrattenimento",
|
||||
"category.HR": "Risorse Umane",
|
||||
"category.Programming": "Programmazione",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Traduzione",
|
||||
"category.Workflow": "Flusso di lavoro",
|
||||
"category.Writing": "Scrittura",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "aggiunto",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Nessuna strategia agente disponibile",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "categoria",
|
||||
"addToolModal.custom.tip": "Crea uno strumento personalizzato",
|
||||
"addToolModal.custom.title": "Nessuno strumento personalizzato disponibile",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Tipo di autorizzazione",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "Nome dell'intestazione HTTP per API Key",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "Inserisci API Key",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Intestazione",
|
||||
"createTool.authMethod.types.api_key_query": "Parametro di query",
|
||||
"createTool.authMethod.types.none": "Nessuno",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Assegnatore di Variabili",
|
||||
"blocks.code": "Codice",
|
||||
"blocks.datasource": "Origine dati",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Estrattore di documenti",
|
||||
"blocks.end": "Uscita",
|
||||
"blocks.http-request": "Richiesta HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Classificatore Domande",
|
||||
"blocks.start": "Inizio",
|
||||
"blocks.template-transform": "Template",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Attivatore del plugin",
|
||||
"blocks.trigger-schedule": "Trigger di pianificazione",
|
||||
"blocks.trigger-webhook": "Trigger Webhook",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "Il nodo di assegnazione delle variabili è utilizzato per assegnare valori a variabili scrivibili (come le variabili di conversazione).",
|
||||
"blocksAbout.code": "Esegui un pezzo di codice Python o NodeJS per implementare la logica personalizzata",
|
||||
"blocksAbout.datasource": "Origine dati Informazioni",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Utilizzato per analizzare i documenti caricati in contenuti di testo facilmente comprensibili da LLM.",
|
||||
"blocksAbout.end": "Definisci l'uscita e il tipo di risultato di un flusso di lavoro",
|
||||
"blocksAbout.http-request": "Consenti l'invio di richieste server tramite il protocollo HTTP",
|
||||
"blocksAbout.if-else": "Ti consente di dividere il flusso di lavoro in due rami basati su condizioni se/altrimenti",
|
||||
"blocksAbout.iteration": "Esegui più passaggi su un oggetto lista fino a quando tutti i risultati non sono stati prodotti.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Base di conoscenza su",
|
||||
"blocksAbout.knowledge-retrieval": "Ti consente di interrogare il contenuto del testo relativo alle domande dell'utente dalla Conoscenza",
|
||||
"blocksAbout.list-operator": "Utilizzato per filtrare o ordinare il contenuto della matrice.",
|
||||
"blocksAbout.llm": "Invoca modelli di linguaggio di grandi dimensioni per rispondere a domande o elaborare il linguaggio naturale",
|
||||
"blocksAbout.loop": "Esegui un ciclo di logica fino a quando la condizione di terminazione non viene soddisfatta o il numero massimo di cicli viene raggiunto.",
|
||||
"blocksAbout.loop-end": "Equivalente a \"break\". Questo nodo non ha elementi di configurazione. Quando il corpo del ciclo raggiunge questo nodo, il ciclo termina.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Usa LLM per estrarre parametri strutturati dal linguaggio naturale per invocazioni di strumenti o richieste HTTP.",
|
||||
"blocksAbout.question-classifier": "Definisci le condizioni di classificazione delle domande dell'utente, LLM può definire come prosegue la conversazione in base alla descrizione della classificazione",
|
||||
"blocksAbout.start": "Definisci i parametri iniziali per l'avvio di un flusso di lavoro",
|
||||
"blocksAbout.template-transform": "Converti i dati in stringa usando la sintassi del template Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Trigger di integrazione di terze parti che avvia flussi di lavoro da eventi di piattaforme esterne",
|
||||
"blocksAbout.trigger-schedule": "Trigger di flusso di lavoro basato sul tempo che avvia i flussi di lavoro secondo un programma",
|
||||
"blocksAbout.trigger-webhook": "Il Webhook Trigger riceve invii HTTP da sistemi di terze parti per attivare automaticamente i flussi di lavoro.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "in",
|
||||
"nodes.ifElse.comparisonOperator.is": "è",
|
||||
"nodes.ifElse.comparisonOperator.is not": "non è",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "non contiene",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "non è vuoto",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "non esiste",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Avvia Esecuzione",
|
||||
"singleRun.testRun": "Esecuzione Test ",
|
||||
"singleRun.testRunIteration": "Iterazione Esecuzione Test",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Aggiungi tutto",
|
||||
"tabs.agent": "Strategia dell'agente",
|
||||
"tabs.allAdded": "Tutto aggiunto",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "무료 기능:",
|
||||
"plans.community.name": "커뮤니티",
|
||||
"plans.community.price": "무료",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "판매 문의하기",
|
||||
"plans.enterprise.description": "대규모 미션 크리티컬 시스템을 위한 완전한 기능과 지원을 제공합니다.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "노르웨이어",
|
||||
"metadata.languageMap.pl": "폴란드어",
|
||||
"metadata.languageMap.pt": "포르투갈어",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "러시아어",
|
||||
"metadata.languageMap.sv": "스웨덴어",
|
||||
"metadata.languageMap.th": "태국어",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "삭제하다",
|
||||
"batchAction.disable": "비활성화",
|
||||
"batchAction.enable": "사용",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "선택한",
|
||||
"chunkingMode.general": "일반",
|
||||
"chunkingMode.graph": "그래프",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "전체 텍스트",
|
||||
"indexingMethod.hybrid_search": "하이브리드",
|
||||
"indexingMethod.invertedIndex": "역인덱스",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "벡터",
|
||||
"indexingTechnique.economy": "이코노미",
|
||||
"indexingTechnique.high_quality": "HQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "전체 텍스트 검색과 벡터 검색을 동시에 실행하고 사용자 쿼리에 가장 적합한 매치를 선택하기 위해 다시 랭크를 매깁니다. 재랭크 모델 API 설정이 필요합니다.",
|
||||
"retrieval.hybrid_search.recommend": "추천",
|
||||
"retrieval.hybrid_search.title": "하이브리드 검색",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "역인덱스는 효율적인 검색을 위해 사용되는 구조입니다. 용어별로 구성된 각 용어는 해당 용어가 포함된 문서 또는 웹 페이지를 가리킵니다.",
|
||||
"retrieval.keyword_search.title": "반전 인덱스",
|
||||
"retrieval.semantic_search.description": "쿼리의 임베딩을 생성하고, 해당 벡터 표현에 가장 유사한 텍스트 청크를 검색합니다.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "오락",
|
||||
"category.HR": "인사",
|
||||
"category.Programming": "프로그래밍",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "번역",
|
||||
"category.Workflow": "워크플로우",
|
||||
"category.Writing": "작성",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "추가됨",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "에이전트 전략 없음",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "카테고리",
|
||||
"addToolModal.custom.tip": "사용자 정의 도구 생성",
|
||||
"addToolModal.custom.title": "사용자 정의 도구 없음",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "인증 유형",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "API 키의 HTTP 헤더 이름",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "API 키를 입력하세요",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "헤더",
|
||||
"createTool.authMethod.types.api_key_query": "쿼리 매개변수",
|
||||
"createTool.authMethod.types.none": "없음",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "변수 할당자",
|
||||
"blocks.code": "코드",
|
||||
"blocks.datasource": "데이터 소스",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Doc 추출기",
|
||||
"blocks.end": "출력",
|
||||
"blocks.http-request": "HTTP 요청",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "질문 분류기",
|
||||
"blocks.start": "시작",
|
||||
"blocks.template-transform": "템플릿",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "플러그인 트리거",
|
||||
"blocks.trigger-schedule": "일정 트리거",
|
||||
"blocks.trigger-webhook": "웹훅 트리거",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "변수 할당 노드는 쓰기 가능한 변수 (대화 변수 등) 에 값을 할당하는 데 사용됩니다.",
|
||||
"blocksAbout.code": "사용자 정의 논리를 구현하기 위해 Python 또는 NodeJS 코드를 실행합니다",
|
||||
"blocksAbout.datasource": "데이터 소스 정보",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "업로드된 문서를 LLM 에서 쉽게 이해할 수 있는 텍스트 콘텐츠로 구문 분석하는 데 사용됩니다.",
|
||||
"blocksAbout.end": "워크플로의 출력 및 결과 유형을 정의합니다",
|
||||
"blocksAbout.http-request": "HTTP 프로토콜을 통해 서버 요청을 보낼 수 있습니다",
|
||||
"blocksAbout.if-else": "if/else 조건을 기반으로 워크플로우를 두 가지 분기로 나눌 수 있습니다",
|
||||
"blocksAbout.iteration": "목록 객체에서 여러 단계를 수행하여 모든 결과가 출력될 때까지 반복합니다.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "기술 자료 정보",
|
||||
"blocksAbout.knowledge-retrieval": "사용자 질문과 관련된 텍스트 콘텐츠를 지식 베이스에서 쿼리할 수 있습니다",
|
||||
"blocksAbout.list-operator": "배열 내용을 필터링하거나 정렬하는 데 사용됩니다.",
|
||||
"blocksAbout.llm": "질문에 답하거나 자연어를 처리하기 위해 대형 언어 모델을 호출합니다",
|
||||
"blocksAbout.loop": "종료 조건이 충족되거나 최대 반복 횟수에 도달할 때까지 논리 루프를 실행합니다.",
|
||||
"blocksAbout.loop-end": "\"break\"와 동일합니다. 이 노드는 구성 항목이 없습니다. 루프 본문이 이 노드에 도달하면 루프가 종료됩니다.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "도구 호출 또는 HTTP 요청을 위해 자연어에서 구조화된 매개변수를 추출하기 위해 LLM 을 사용합니다.",
|
||||
"blocksAbout.question-classifier": "사용자 질문의 분류 조건을 정의합니다. LLM 은 분류 설명을 기반으로 대화의 진행 방식을 정의할 수 있습니다",
|
||||
"blocksAbout.start": "워크플로우를 시작하기 위한 초기 매개변수를 정의합니다",
|
||||
"blocksAbout.template-transform": "Jinja 템플릿 구문을 사용하여 데이터를 문자열로 변환합니다",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "외부 플랫폼 이벤트로 워크플로를 시작하는 타사 통합 트리거",
|
||||
"blocksAbout.trigger-schedule": "일정에 따라 워크플로를 시작하는 시간 기반 워크플로 트리거",
|
||||
"blocksAbout.trigger-webhook": "웹훅 트리거는 외부 시스템에서 HTTP 푸시를 받아 워크플로를 자동으로 실행합니다.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "안으로",
|
||||
"nodes.ifElse.comparisonOperator.is": "이다",
|
||||
"nodes.ifElse.comparisonOperator.is not": "아니다",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "포함하지 않음",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "비어 있지 않음",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "존재하지 않음",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "실행 시작",
|
||||
"singleRun.testRun": "테스트 실행",
|
||||
"singleRun.testRunIteration": "테스트 실행 반복",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "모두 추가",
|
||||
"tabs.agent": "에이전트 전략",
|
||||
"tabs.allAdded": "모두 추가됨",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Darmowe funkcje:",
|
||||
"plans.community.name": "Społeczność",
|
||||
"plans.community.price": "Darmowy",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Skontaktuj się z działem sprzedaży",
|
||||
"plans.enterprise.description": "Uzyskaj pełne możliwości i wsparcie dla systemów o kluczowym znaczeniu dla misji.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Norweski",
|
||||
"metadata.languageMap.pl": "Polski",
|
||||
"metadata.languageMap.pt": "Portugalski",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Rosyjski",
|
||||
"metadata.languageMap.sv": "Szwedzki",
|
||||
"metadata.languageMap.th": "Tajski",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Usunąć",
|
||||
"batchAction.disable": "Wyłączać",
|
||||
"batchAction.enable": "Umożliwiać",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Wybrany",
|
||||
"chunkingMode.general": "Ogólne",
|
||||
"chunkingMode.graph": "Wykres",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "PEŁNY TEKST",
|
||||
"indexingMethod.hybrid_search": "HYBRYDOWY",
|
||||
"indexingMethod.invertedIndex": "ODWRÓCONY",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "WEKTOR",
|
||||
"indexingTechnique.economy": "EKO",
|
||||
"indexingTechnique.high_quality": "WJ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Wykonaj jednocześnie pełnotekstowe wyszukiwanie i wyszukiwanie wektorowe, ponownie porządkuj, aby wybrać najlepsze dopasowanie dla zapytania użytkownika. Konieczna jest konfiguracja API Rerank model.",
|
||||
"retrieval.hybrid_search.recommend": "Polecany",
|
||||
"retrieval.hybrid_search.title": "Wyszukiwanie hybrydowe",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "Inverted Index to struktura używana do efektywnego wyszukiwania. Uporządkowany według terminów, każdy termin wskazuje dokumenty lub strony internetowe, które go zawierają.",
|
||||
"retrieval.keyword_search.title": "Odwrócony indeks",
|
||||
"retrieval.semantic_search.description": "Generowanie osadzeń zapytań i wyszukiwanie fragmentów tekstu najbardziej podobnych do ich wektorowej reprezentacji.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Rozrywka",
|
||||
"category.HR": "HR",
|
||||
"category.Programming": "Programowanie",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Tłumaczenie",
|
||||
"category.Workflow": "Przepływ pracy",
|
||||
"category.Writing": "Pisanie",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "Dodane",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Brak dostępnej strategii agenta",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "kategoria",
|
||||
"addToolModal.custom.tip": "Utwórz narzędzie niestandardowe",
|
||||
"addToolModal.custom.title": "Brak dostępnego narzędzia niestandardowego",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Typ autoryzacji",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "Nazwa nagłówka HTTP dla Klucza API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "Wprowadź Klucz API",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Nagłówek",
|
||||
"createTool.authMethod.types.api_key_query": "Parametr zapytania",
|
||||
"createTool.authMethod.types.none": "Brak",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Przypisywacz Zmiennych",
|
||||
"blocks.code": "Kod",
|
||||
"blocks.datasource": "Źródło danych",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Ekstraktor dokumentów",
|
||||
"blocks.end": "Wyjście",
|
||||
"blocks.http-request": "Żądanie HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Klasyfikator pytań",
|
||||
"blocks.start": "Start",
|
||||
"blocks.template-transform": "Szablon",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Wyzwalacz wtyczki",
|
||||
"blocks.trigger-schedule": "Wyzwalacz harmonogramu",
|
||||
"blocks.trigger-webhook": "Wywołanie webhooka",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "Węzeł przypisania zmiennych służy do przypisywania wartości do zmiennych zapisywalnych (takich jak zmienne konwersacji).",
|
||||
"blocksAbout.code": "Wykonaj fragment kodu Python lub NodeJS, aby wdrożyć niestandardową logikę",
|
||||
"blocksAbout.datasource": "Informacje o źródle danych",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Służy do analizowania przesłanych dokumentów w treści tekstowej, która jest łatwo zrozumiała dla LLM.",
|
||||
"blocksAbout.end": "Zdefiniuj wyjście i typ wyniku przepływu pracy",
|
||||
"blocksAbout.http-request": "Pozwala na wysyłanie żądań serwera za pomocą protokołu HTTP",
|
||||
"blocksAbout.if-else": "Pozwala na podział przepływu pracy na dwie gałęzie na podstawie warunków if/else",
|
||||
"blocksAbout.iteration": "Wykonuj wielokrotne kroki na liście obiektów, aż wszystkie wyniki zostaną wypisane.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Baza wiedzy o",
|
||||
"blocksAbout.knowledge-retrieval": "Pozwala na wyszukiwanie treści tekstowych związanych z pytaniami użytkowników z bazy wiedzy",
|
||||
"blocksAbout.list-operator": "Służy do filtrowania lub sortowania zawartości tablicy.",
|
||||
"blocksAbout.llm": "Wywołaj duże modele językowe do odpowiadania na pytania lub przetwarzania języka naturalnego",
|
||||
"blocksAbout.loop": "Wykonaj pętlę logiki, dopóki nie zostanie spełniony warunek zakończenia lub nie zostanie osiągnięta maksymalna liczba iteracji.",
|
||||
"blocksAbout.loop-end": "Odpowiada \"break\". Ten węzeł nie ma elementów konfiguracyjnych. Gdy ciało pętli dotrze do tego węzła, pętla zostaje zakończona.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Użyj LLM do wyodrębnienia strukturalnych parametrów z języka naturalnego do wywołań narzędzi lub żądań HTTP.",
|
||||
"blocksAbout.question-classifier": "Zdefiniuj warunki klasyfikacji pytań użytkowników, LLM może definiować, jak rozmowa postępuje na podstawie opisu klasyfikacji",
|
||||
"blocksAbout.start": "Zdefiniuj początkowe parametry uruchamiania przepływu pracy",
|
||||
"blocksAbout.template-transform": "Konwertuj dane na ciąg znaków przy użyciu składni szablonu Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Wyzwalacz integracji zewnętrznej, który uruchamia przepływy pracy na podstawie zdarzeń z platformy zewnętrznej",
|
||||
"blocksAbout.trigger-schedule": "Wyzwalacz przepływu pracy oparty na czasie, który uruchamia przepływy pracy według harmonogramu",
|
||||
"blocksAbout.trigger-webhook": "Webhook Trigger odbiera przesyłki HTTP z systemów zewnętrznych, aby automatycznie uruchamiać procesy robocze.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "w",
|
||||
"nodes.ifElse.comparisonOperator.is": "jest",
|
||||
"nodes.ifElse.comparisonOperator.is not": "nie jest",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "nie zawiera",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "nie jest pusty",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "nie istnieje",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Rozpocznij uruchomienie",
|
||||
"singleRun.testRun": "Testowe uruchomienie ",
|
||||
"singleRun.testRunIteration": "Iteracja testowego uruchomienia",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Dodaj wszystko",
|
||||
"tabs.agent": "Strategia agenta",
|
||||
"tabs.allAdded": "Wszystko dodane",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Recursos Gratuitos:",
|
||||
"plans.community.name": "Comunidade",
|
||||
"plans.community.price": "Grátis",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Contate Vendas",
|
||||
"plans.enterprise.description": "Obtenha capacidades completas e suporte para sistemas críticos em larga escala.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Norueguês",
|
||||
"metadata.languageMap.pl": "Polonês",
|
||||
"metadata.languageMap.pt": "Português",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Russo",
|
||||
"metadata.languageMap.sv": "Sueco",
|
||||
"metadata.languageMap.th": "Tailandês",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Excluir",
|
||||
"batchAction.disable": "Desabilitar",
|
||||
"batchAction.enable": "Habilitar",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Selecionado",
|
||||
"chunkingMode.general": "Geral",
|
||||
"chunkingMode.graph": "Gráfico",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "TEXTO COMPLETO",
|
||||
"indexingMethod.hybrid_search": "HÍBRIDO",
|
||||
"indexingMethod.invertedIndex": "INVERTIDO",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VETOR",
|
||||
"indexingTechnique.economy": "ECO",
|
||||
"indexingTechnique.high_quality": "AQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Execute pesquisas de texto completo e pesquisas vetoriais simultaneamente, reclassifique para selecionar a melhor correspondência para a consulta do usuário. A configuração da API do modelo de reclassificação é necessária.",
|
||||
"retrieval.hybrid_search.recommend": "Recomendar",
|
||||
"retrieval.hybrid_search.title": "Pesquisa Híbrida",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "O Índice Invertido é uma estrutura usada para recuperação eficiente. Organizado por termos, cada termo aponta para documentos ou páginas da web que o contêm.",
|
||||
"retrieval.keyword_search.title": "Índice invertido",
|
||||
"retrieval.semantic_search.description": "Gere incorporações de consulta e pesquise o trecho de texto mais semelhante à sua representação vetorial.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Entretenimento",
|
||||
"category.HR": "RH",
|
||||
"category.Programming": "Programação",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Traduzir",
|
||||
"category.Workflow": "Fluxo de trabalho",
|
||||
"category.Writing": "Escrita",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "Adicionado",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Nenhuma estratégia de agente disponível",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "categoria",
|
||||
"addToolModal.custom.tip": "Crie uma ferramenta personalizada",
|
||||
"addToolModal.custom.title": "Nenhuma ferramenta personalizada disponível",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Tipo de Autorização",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "Nome do cabeçalho HTTP para a Chave de API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "Digite a Chave de API",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Cabeçalho",
|
||||
"createTool.authMethod.types.api_key_query": "Parâmetro de consulta",
|
||||
"createTool.authMethod.types.none": "Nenhum",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Atribuidor de Variáveis",
|
||||
"blocks.code": "Código",
|
||||
"blocks.datasource": "Fonte de dados",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Extrator de documentos",
|
||||
"blocks.end": "Saída",
|
||||
"blocks.http-request": "Requisição HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Classificador de perguntas",
|
||||
"blocks.start": "Iniciar",
|
||||
"blocks.template-transform": "Modelo",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Acionador de Plugin",
|
||||
"blocks.trigger-schedule": "Acionador de Agendamento",
|
||||
"blocks.trigger-webhook": "Acionador de Webhook",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "O nó de atribuição de variáveis é usado para atribuir valores a variáveis graváveis (como variáveis de conversação).",
|
||||
"blocksAbout.code": "Executar um pedaço de código Python ou NodeJS para implementar lógica personalizada",
|
||||
"blocksAbout.datasource": "Fonte de dados Sobre",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Usado para analisar documentos carregados em conteúdo de texto que é facilmente compreensível pelo LLM.",
|
||||
"blocksAbout.end": "Definir a saída e o tipo de resultado de um fluxo de trabalho",
|
||||
"blocksAbout.http-request": "Permitir que solicitações de servidor sejam enviadas pelo protocolo HTTP",
|
||||
"blocksAbout.if-else": "Permite dividir o fluxo de trabalho em dois ramos com base nas condições if/else",
|
||||
"blocksAbout.iteration": "Execute múltiplos passos em um objeto lista até que todos os resultados sejam produzidos.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Base de Conhecimento Sobre",
|
||||
"blocksAbout.knowledge-retrieval": "Permite consultar conteúdo de texto relacionado a perguntas do usuário a partir da base de conhecimento",
|
||||
"blocksAbout.list-operator": "Usado para filtrar ou classificar o conteúdo da matriz.",
|
||||
"blocksAbout.llm": "Invocar grandes modelos de linguagem para responder perguntas ou processar linguagem natural",
|
||||
"blocksAbout.loop": "Execute um loop de lógica até que a condição de término seja atendida ou o número máximo de loops seja alcançado.",
|
||||
"blocksAbout.loop-end": "Equivalente a \"break\". Este nó não possui itens de configuração. Quando o corpo do loop atinge este nó, o loop termina.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Use LLM para extrair parâmetros estruturados da linguagem natural para invocações de ferramentas ou requisições HTTP.",
|
||||
"blocksAbout.question-classifier": "Definir as condições de classificação das perguntas dos usuários, LLM pode definir como a conversa progride com base na descrição da classificação",
|
||||
"blocksAbout.start": "Definir os parâmetros iniciais para iniciar um fluxo de trabalho",
|
||||
"blocksAbout.template-transform": "Converter dados em string usando a sintaxe de template Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Gatilho de integração de terceiros que inicia fluxos de trabalho a partir de eventos de plataformas externas",
|
||||
"blocksAbout.trigger-schedule": "Gatilho de fluxo de trabalho baseado em tempo que inicia fluxos de trabalho em um cronograma",
|
||||
"blocksAbout.trigger-webhook": "O Gatinho de Webhook recebe envios HTTP de sistemas terceirizados para acionar fluxos de trabalho automaticamente.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "em",
|
||||
"nodes.ifElse.comparisonOperator.is": "é",
|
||||
"nodes.ifElse.comparisonOperator.is not": "não é",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "não contém",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "não está vazio",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "não existe",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Iniciar execução",
|
||||
"singleRun.testRun": "Execução de teste ",
|
||||
"singleRun.testRunIteration": "Iteração de execução de teste",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Adicionar tudo",
|
||||
"tabs.agent": "Estratégia do agente",
|
||||
"tabs.allAdded": "Todos adicionados",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Funcții gratuite:",
|
||||
"plans.community.name": "Comunitate",
|
||||
"plans.community.price": "Gratuit",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Contactați Vânzări",
|
||||
"plans.enterprise.description": "Obțineți capacități și asistență complete pentru sisteme critice la scară largă.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Norvegiană",
|
||||
"metadata.languageMap.pl": "Poloneză",
|
||||
"metadata.languageMap.pt": "Portugheză",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Rusă",
|
||||
"metadata.languageMap.sv": "Suedeză",
|
||||
"metadata.languageMap.th": "Tailandeză",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Șterge",
|
||||
"batchAction.disable": "Dezactiva",
|
||||
"batchAction.enable": "Activa",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Selectat",
|
||||
"chunkingMode.general": "General",
|
||||
"chunkingMode.graph": "Grafic",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "TEXT COMPLET",
|
||||
"indexingMethod.hybrid_search": "HIBRID",
|
||||
"indexingMethod.invertedIndex": "INVERSAT",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VECTOR",
|
||||
"indexingTechnique.economy": "ECO",
|
||||
"indexingTechnique.high_quality": "IC",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Executați căutări full-text și căutări vectoriale în același timp, reclasificați pentru a selecta cea mai bună potrivire pentru interogarea utilizatorului. Configurarea API-ului modelului Rerank este necesară.",
|
||||
"retrieval.hybrid_search.recommend": "Recomandat",
|
||||
"retrieval.hybrid_search.title": "Căutare Hibridă",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "Indexul inversat este o structură utilizată pentru o recuperare eficientă. Organizat pe termeni, fiecare termen indică documente sau pagini web care îl conțin.",
|
||||
"retrieval.keyword_search.title": "Indice inversat",
|
||||
"retrieval.semantic_search.description": "Generați încorporările interogărilor și căutați bucata de text cea mai similară cu reprezentarea sa vectorială.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Divertisment",
|
||||
"category.HR": "Resurse Umane",
|
||||
"category.Programming": "Programare",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Traducere",
|
||||
"category.Workflow": "Flux de lucru",
|
||||
"category.Writing": "Scriere",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "adăugat",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Nicio strategie de agent disponibilă",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "categorie",
|
||||
"addToolModal.custom.tip": "Creează un instrument personalizat",
|
||||
"addToolModal.custom.title": "Niciun instrument personalizat disponibil",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Tipul de Autorizare",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "Nume antet HTTP pentru cheia API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "Introduceți cheia API",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Antet",
|
||||
"createTool.authMethod.types.api_key_query": "Parametru de interogare",
|
||||
"createTool.authMethod.types.none": "Niciuna",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Asignator de Variabile",
|
||||
"blocks.code": "Cod",
|
||||
"blocks.datasource": "Sursa datelor",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Extractor de documente",
|
||||
"blocks.end": "Ieșire",
|
||||
"blocks.http-request": "Cerere HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Clasificator de întrebări",
|
||||
"blocks.start": "Începe",
|
||||
"blocks.template-transform": "Șablon",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Declanșator plugin",
|
||||
"blocks.trigger-schedule": "Declanșator Programat",
|
||||
"blocks.trigger-webhook": "Declanșator Webhook",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "Nodul de atribuire a variabilelor este utilizat pentru a atribui valori variabilelor inscriptibile (precum variabilele de conversație).",
|
||||
"blocksAbout.code": "Executați un fragment de cod Python sau NodeJS pentru a implementa logică personalizată",
|
||||
"blocksAbout.datasource": "Sursa de date Despre",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Folosit pentru a analiza documentele încărcate în conținut text care este ușor de înțeles de LLM.",
|
||||
"blocksAbout.end": "Definiți ieșirea și tipul rezultatului unui flux de lucru",
|
||||
"blocksAbout.http-request": "Permite trimiterea cererilor de server prin protocolul HTTP",
|
||||
"blocksAbout.if-else": "Permite împărțirea fluxului de lucru în două ramuri pe baza condițiilor if/else",
|
||||
"blocksAbout.iteration": "Efectuați mai mulți pași pe un obiect listă până când toate rezultatele sunt produse.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Baza de cunoștințe despre",
|
||||
"blocksAbout.knowledge-retrieval": "Permite interogarea conținutului textului legat de întrebările utilizatorului din baza de cunoștințe",
|
||||
"blocksAbout.list-operator": "Folosit pentru a filtra sau sorta conținutul matricei.",
|
||||
"blocksAbout.llm": "Invocarea modelelor de limbaj mari pentru a răspunde la întrebări sau pentru a procesa limbajul natural",
|
||||
"blocksAbout.loop": "Executați o buclă de logică până când condiția de terminare este îndeplinită sau numărul maxim de bucle este atins.",
|
||||
"blocksAbout.loop-end": "Echivalent cu „break”. Acest nod nu are elemente de configurare. Când corpul buclei ajunge la acest nod, bucla se termină.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Utilizați LLM pentru a extrage parametrii structurați din limbajul natural pentru invocările de instrumente sau cererile HTTP.",
|
||||
"blocksAbout.question-classifier": "Definiți condițiile de clasificare a întrebărilor utilizatorului, LLM poate defini cum progresează conversația pe baza descrierii clasificării",
|
||||
"blocksAbout.start": "Definiți parametrii inițiali pentru lansarea unui flux de lucru",
|
||||
"blocksAbout.template-transform": "Convertiți datele în șiruri de caractere folosind sintaxa șablonului Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Declanșator de integrare terță parte care pornește fluxuri de lucru din evenimente ale platformelor externe",
|
||||
"blocksAbout.trigger-schedule": "Declanșator de flux de lucru bazat pe timp care pornește fluxurile de lucru conform unui program",
|
||||
"blocksAbout.trigger-webhook": "Webhook Trigger primește push-uri HTTP de la sisteme terțe pentru a declanșa automat fluxuri de lucru.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "în",
|
||||
"nodes.ifElse.comparisonOperator.is": "este",
|
||||
"nodes.ifElse.comparisonOperator.is not": "nu este",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "nu conține",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "nu este gol",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "nu există",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Începe rularea",
|
||||
"singleRun.testRun": "Rulare de test ",
|
||||
"singleRun.testRunIteration": "Iterație rulare de test",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Adaugă tot",
|
||||
"tabs.agent": "Strategia agentului",
|
||||
"tabs.allAdded": "Toate adăugate",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Бесплатные функции:",
|
||||
"plans.community.name": "Сообщество",
|
||||
"plans.community.price": "Свободно",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Связаться с отделом продаж",
|
||||
"plans.enterprise.description": "Получите полный набор возможностей и поддержку для крупномасштабных критически важных систем.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Норвежский",
|
||||
"metadata.languageMap.pl": "Польский",
|
||||
"metadata.languageMap.pt": "Португальский",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Русский",
|
||||
"metadata.languageMap.sv": "Шведский",
|
||||
"metadata.languageMap.th": "Тайский",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Удалить",
|
||||
"batchAction.disable": "Отключить",
|
||||
"batchAction.enable": "Давать возможность",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Выбранный",
|
||||
"chunkingMode.general": "Общее",
|
||||
"chunkingMode.graph": "График",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "ПОЛНЫЙ ТЕКСТ",
|
||||
"indexingMethod.hybrid_search": "ГИБРИД",
|
||||
"indexingMethod.invertedIndex": "ИНВЕРТИРОВАННЫЙ",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "ВЕКТОР",
|
||||
"indexingTechnique.economy": "ECO",
|
||||
"indexingTechnique.high_quality": "HQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Выполняйте полнотекстовый поиск и векторный поиск одновременно, переранжируйте, чтобы выбрать наилучшее соответствие запросу пользователя. Пользователи могут выбрать установку весов или настройку модели переранжирования.",
|
||||
"retrieval.hybrid_search.recommend": "Рекомендуется",
|
||||
"retrieval.hybrid_search.title": "Гибридный поиск",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "Инвертированный индекс — это структура, используемая для эффективного извлечения. Каждый термин упорядочен по терминам и указывает на документы или веб-страницы, содержащие его.",
|
||||
"retrieval.keyword_search.title": "Инвертированный индекс",
|
||||
"retrieval.semantic_search.description": "Создайте встраивания запросов и найдите фрагмент текста, наиболее похожий на его векторное представление.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Развлечение",
|
||||
"category.HR": "HR",
|
||||
"category.Programming": "Программирование",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Перевод",
|
||||
"category.Workflow": "Рабочий процесс",
|
||||
"category.Writing": "Написание",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "добавлено",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Нет доступной стратегии агента",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "категория",
|
||||
"addToolModal.custom.tip": "Создать пользовательский инструмент",
|
||||
"addToolModal.custom.title": "Нет доступного пользовательского инструмента",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Тип авторизации",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "Название заголовка HTTP для ключа API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "Введите ключ API",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Заголовок",
|
||||
"createTool.authMethod.types.api_key_query": "Параметр запроса",
|
||||
"createTool.authMethod.types.none": "Нет",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Назначение переменной",
|
||||
"blocks.code": "Код",
|
||||
"blocks.datasource": "Источник данных",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Экстрактор документов",
|
||||
"blocks.end": "Вывод",
|
||||
"blocks.http-request": "HTTP-запрос",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Классификатор вопросов",
|
||||
"blocks.start": "Начало",
|
||||
"blocks.template-transform": "Шаблон",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Триггер плагина",
|
||||
"blocks.trigger-schedule": "Триггер расписания",
|
||||
"blocks.trigger-webhook": "Вебхук-триггер",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "Узел назначения переменной используется для назначения значений записываемым переменным (например, переменным разговора).",
|
||||
"blocksAbout.code": "Выполните фрагмент кода Python или NodeJS для реализации пользовательской логики",
|
||||
"blocksAbout.datasource": "Источник данных О компании",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Используется для разбора загруженных документов в текстовый контент, который легко воспринимается LLM.",
|
||||
"blocksAbout.end": "Определите вывод и тип результата рабочего процесса",
|
||||
"blocksAbout.http-request": "Разрешить отправку запросов на сервер по протоколу HTTP",
|
||||
"blocksAbout.if-else": "Позволяет разделить рабочий процесс на две ветки на основе условий if/else",
|
||||
"blocksAbout.iteration": "Выполнение нескольких шагов над объектом списка до тех пор, пока не будут выведены все результаты.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "База знаний о компании",
|
||||
"blocksAbout.knowledge-retrieval": "Позволяет запрашивать текстовый контент, связанный с вопросами пользователей, из базы знаний",
|
||||
"blocksAbout.list-operator": "Используется для фильтрации или сортировки содержимого массива.",
|
||||
"blocksAbout.llm": "Вызов больших языковых моделей для ответа на вопросы или обработки естественного языка",
|
||||
"blocksAbout.loop": "Выполните цикл логики до тех пор, пока не будет достигнуто условие завершения или максимальное количество итераций цикла.",
|
||||
"blocksAbout.loop-end": "Эквивалентно \"break\". Этот узел не имеет конфигурационных элементов. Когда тело цикла достигает этого узла, цикл завершается.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Используйте LLM для извлечения структурированных параметров из естественного языка для вызова инструментов или HTTP-запросов.",
|
||||
"blocksAbout.question-classifier": "Определите условия классификации вопросов пользователей, LLM может определить, как будет развиваться разговор на основе описания классификации",
|
||||
"blocksAbout.start": "Определите начальные параметры для запуска рабочего процесса",
|
||||
"blocksAbout.template-transform": "Преобразование данных в строку с использованием синтаксиса шаблонов Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Триггер интеграции с третьими сторонами, который запускает рабочие процессы на основе событий внешней платформы",
|
||||
"blocksAbout.trigger-schedule": "Триггер рабочего процесса на основе времени, который запускает рабочие процессы по расписанию",
|
||||
"blocksAbout.trigger-webhook": "Триггер вебхука получает HTTP-запросы от сторонних систем для автоматического запуска рабочих процессов.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "в",
|
||||
"nodes.ifElse.comparisonOperator.is": "равно",
|
||||
"nodes.ifElse.comparisonOperator.is not": "не равно",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "не содержит",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "не пусто",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "не существует",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Начать запуск",
|
||||
"singleRun.testRun": "Тестовый запуск ",
|
||||
"singleRun.testRunIteration": "Итерация тестового запуска",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Добавить всё",
|
||||
"tabs.agent": "Агентская стратегия",
|
||||
"tabs.allAdded": "Все добавлено",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Brezplačne funkcije:",
|
||||
"plans.community.name": "Skupnost",
|
||||
"plans.community.price": "Brezplačno",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Kontaktirajte prodajo",
|
||||
"plans.enterprise.description": "Pridobite vse zmogljivosti in podporo za velike sisteme kritične za misijo.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Norveščina",
|
||||
"metadata.languageMap.pl": "Poljščina",
|
||||
"metadata.languageMap.pt": "Portugalščina",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Ruščina",
|
||||
"metadata.languageMap.sv": "Švedščina",
|
||||
"metadata.languageMap.th": "Tajščina",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Izbrisati",
|
||||
"batchAction.disable": "Onesposobiti",
|
||||
"batchAction.enable": "Omogočiti",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Izbrane",
|
||||
"chunkingMode.general": "Splošno",
|
||||
"chunkingMode.graph": "Graf",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "CELOTNO BESEDILO",
|
||||
"indexingMethod.hybrid_search": "HIBRIDNO",
|
||||
"indexingMethod.invertedIndex": "INVERZNO",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VEKTORSKO",
|
||||
"indexingTechnique.economy": "ECO",
|
||||
"indexingTechnique.high_quality": "HQ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Istočasno izvede iskanje celotnega besedila in vektorsko iskanje ter ponovno razvrsti zadetke, da izbere najboljše ujemanje za uporabnikovo poizvedbo. Uporabniki lahko določijo uteži ali konfigurirajo model za ponovno razvrščanje.",
|
||||
"retrieval.hybrid_search.recommend": "Priporočamo",
|
||||
"retrieval.hybrid_search.title": "Hibridno iskanje",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "Obrnjeni indeks je struktura, ki se uporablja za učinkovito iskanje. Vsak izraz, organiziran po izrazih, kaže na dokumente ali spletne strani, ki ga vsebujejo.",
|
||||
"retrieval.keyword_search.title": "Obrnjeni indeks",
|
||||
"retrieval.semantic_search.description": "Ustvari vdelke poizvedbe in poišči odstavke besedila, ki so najbolj podobni njegovi vektorski predstavitvi.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Zabava",
|
||||
"category.HR": "Kadri",
|
||||
"category.Programming": "Programiranje",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Prevajanje",
|
||||
"category.Workflow": "Potek dela",
|
||||
"category.Writing": "Pisanje",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "dodano",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Žiadna stratégia agenta nie je k dispozícii",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "kategorija",
|
||||
"addToolModal.custom.tip": "Vytvorte prispôsobený nástroj",
|
||||
"addToolModal.custom.title": "Žiadne prispôsobené nástroje nie sú k dispozícii",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Vrsta avtorizacije",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "Ime HTTP glave za API ključ",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "Vnesite API ključ",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Naslov",
|
||||
"createTool.authMethod.types.api_key_query": "Vprašanje Param",
|
||||
"createTool.authMethod.types.none": "Brez",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Dodeljevalec spremenljivk",
|
||||
"blocks.code": "Koda",
|
||||
"blocks.datasource": "Vir podatkov",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Ekstraktor dokumentov",
|
||||
"blocks.end": "Izhod",
|
||||
"blocks.http-request": "HTTP zahteva",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Razvrščevalec vprašanj",
|
||||
"blocks.start": "Začni",
|
||||
"blocks.template-transform": "Predloga",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Sprožilec vtičnika",
|
||||
"blocks.trigger-schedule": "Sprožilec urnika",
|
||||
"blocks.trigger-webhook": "Sprožilec spletnega ključa",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "Vožnji vozlišča za dodelitev spremenljivk se uporablja za dodeljevanje vrednosti spremenljivkam, ki jih je mogoče zapisati (kot so spremenljivke za pogovor).",
|
||||
"blocksAbout.code": "Izvedite kos Python ali NodeJS kode za izvajanje prilagojene logike.",
|
||||
"blocksAbout.datasource": "Vir podatkov O nas",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Uporabljeno za razčlenitev prenesenih dokumentov v besedilno vsebino, ki jo je enostavno razumeti za LLM.",
|
||||
"blocksAbout.end": "Določite izhod in tip rezultata delovnega toka",
|
||||
"blocksAbout.http-request": "Dovoli pošiljanje zahtevkov strežniku prek protokola HTTP",
|
||||
"blocksAbout.if-else": "Omogoča vam, da razdelite delovni tok na dve veji na podlagi pogojev if/else.",
|
||||
"blocksAbout.iteration": "Izvedite več korakov na seznamu objektov, dokler niso vsi rezultati izpisani.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Baza znanja O",
|
||||
"blocksAbout.knowledge-retrieval": "Omogoča vam, da poizvedujete o besedilnih vsebinah, povezanih z vprašanji uporabnikov iz znanja.",
|
||||
"blocksAbout.list-operator": "Uporabljeno za filtriranje ali razvrščanje vsebine polja.",
|
||||
"blocksAbout.llm": "Uporaba velikih jezikovnih modelov za odgovarjanje na vprašanja ali obdelavo naravnega jezika",
|
||||
"blocksAbout.loop": "Izvedite zanko logike, dokler ni izpolnjen pogoj za prekinitev ali dokler ni dosežena največja število ponovitev.",
|
||||
"blocksAbout.loop-end": "Enakovredno „prekini“. Ta vozlišče nima konfiguracijskih elementov. Ko telo zanke doseže to vozlišče, zanka preneha.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Uporabite LLM za pridobivanje strukturiranih parametrov iz naravnega jezika za klice orodij ali HTTP zahtev.",
|
||||
"blocksAbout.question-classifier": "Določite pogoje klasifikacije uporabniških vprašanj, LLM lahko določi, kako se pogovor razvija na podlagi opisa klasifikacije.",
|
||||
"blocksAbout.start": "Določite začetne parametre za zagon delovnega toka",
|
||||
"blocksAbout.template-transform": "Pretvori podatke v niz z uporabo Jinja predloge",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Sprožilec integracije tretje osebe, ki začne delovne tokove iz dogodkov na zunanji platformi",
|
||||
"blocksAbout.trigger-schedule": "Sprožilec delovnega toka, ki se začne po urniku",
|
||||
"blocksAbout.trigger-webhook": "Sprožilec Webhook prejema HTTP potiske od sistemov tretjih oseb za samodejno sprožitev delovnih tokov.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "v",
|
||||
"nodes.ifElse.comparisonOperator.is": "je",
|
||||
"nodes.ifElse.comparisonOperator.is not": "ni",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "ne vsebuje",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "ni prazen",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "ne obstaja",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Začni zagon",
|
||||
"singleRun.testRun": "Testna vožnja",
|
||||
"singleRun.testRunIteration": "Testiranje ponovitve",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Dodaj vse",
|
||||
"tabs.agent": "Agentska strategija",
|
||||
"tabs.allAdded": "Vse dodano",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "คุณสมบัติเสรี:",
|
||||
"plans.community.name": "ชุมชน",
|
||||
"plans.community.price": "ฟรี",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "ติดต่อฝ่ายขาย",
|
||||
"plans.enterprise.description": "รับความสามารถและการสนับสนุนเต็มรูปแบบสําหรับระบบที่สําคัญต่อภารกิจขนาดใหญ่",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "นอร์เวย์",
|
||||
"metadata.languageMap.pl": "โปแลนด์",
|
||||
"metadata.languageMap.pt": "โปรตุเกส",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "รัสเซีย",
|
||||
"metadata.languageMap.sv": "สวีเดน",
|
||||
"metadata.languageMap.th": "ไทย",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "ลบ",
|
||||
"batchAction.disable": "เก",
|
||||
"batchAction.enable": "เปิด",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "เลือก",
|
||||
"chunkingMode.general": "ทั่วไป",
|
||||
"chunkingMode.graph": "กราฟ",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "ข้อความฉบับเต็ม",
|
||||
"indexingMethod.hybrid_search": "พันธุ์ผสม",
|
||||
"indexingMethod.invertedIndex": "คว่ำ",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "เวกเตอร์",
|
||||
"indexingTechnique.economy": "อีโค",
|
||||
"indexingTechnique.high_quality": "สํานักงานใหญ่",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "ดําเนินการค้นหาข้อความแบบเต็มและการค้นหาแบบเวกเตอร์พร้อมกันจัดอันดับใหม่เพื่อเลือกการจับคู่ที่ดีที่สุดสําหรับคําค้นหาของผู้ใช้ ผู้ใช้สามารถเลือกที่จะตั้งค่าน้ําหนักหรือกําหนดค่าเป็นโมเดล Rerank",
|
||||
"retrieval.hybrid_search.recommend": "แนะนำ",
|
||||
"retrieval.hybrid_search.title": "การค้นหาแบบไฮบริด",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "Inverted Index เป็นโครงสร้างที่ใช้สําหรับการดึงข้อมูลอย่างมีประสิทธิภาพ จัดเรียงตามคําศัพท์ แต่ละคําชี้ไปที่เอกสารหรือหน้าเว็บที่มีคําดังกล่าว",
|
||||
"retrieval.keyword_search.title": "ดัชนีกลับด้าน",
|
||||
"retrieval.semantic_search.description": "สร้างการฝังแบบสอบถามและค้นหาส่วนข้อความที่คล้ายกับการแสดงเวกเตอร์มากที่สุด",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "ความบันเทิง",
|
||||
"category.HR": "ชั่วโมง",
|
||||
"category.Programming": "โปรแกรม",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "แปล",
|
||||
"category.Workflow": "เวิร์กโฟลว์",
|
||||
"category.Writing": "การเขียน",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "เพิ่ม",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "ไม่มีกลยุทธ์เอเจนต์",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "ประเภท",
|
||||
"addToolModal.custom.tip": "สร้างเครื่องมือกำหนดเอง",
|
||||
"addToolModal.custom.title": "ไม่มีเครื่องมือกำหนดเอง",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "ชนิดการอนุญาต",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "ชื่อส่วนหัว HTTP สําหรับคีย์ API",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "ป้อนคีย์ API",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "หัวเรื่อง",
|
||||
"createTool.authMethod.types.api_key_query": "พารามิเตอร์การค้นหา",
|
||||
"createTool.authMethod.types.none": "ไม่มีใคร",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "ตัวกําหนดตัวแปร",
|
||||
"blocks.code": "รหัส",
|
||||
"blocks.datasource": "แหล่งข้อมูล",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "ตัวแยกเอกสาร",
|
||||
"blocks.end": "เอาต์พุต",
|
||||
"blocks.http-request": "คําขอ HTTP",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "ตัวจําแนกคําถาม",
|
||||
"blocks.start": "เริ่ม",
|
||||
"blocks.template-transform": "แม่ แบบ",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "ทริกเกอร์ปลั๊กอิน",
|
||||
"blocks.trigger-schedule": "ทริกเกอร์ตามตาราง",
|
||||
"blocks.trigger-webhook": "ทริกเกอร์เว็บฮุค",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "โหนดการกําหนดตัวแปรใช้สําหรับกําหนดค่าให้กับตัวแปรที่เขียนได้ (เช่นตัวแปรการสนทนา)",
|
||||
"blocksAbout.code": "เรียกใช้โค้ด Python หรือ NodeJS เพื่อใช้ตรรกะที่กําหนดเอง",
|
||||
"blocksAbout.datasource": "แหล่งข้อมูลเกี่ยวกับ",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "ใช้เพื่อแยกวิเคราะห์เอกสารที่อัปโหลดเป็นเนื้อหาข้อความที่ LLM เข้าใจได้ง่าย",
|
||||
"blocksAbout.end": "กำหนดเอาต์พุตและประเภทผลลัพธ์ของเวิร์กโฟลว์",
|
||||
"blocksAbout.http-request": "อนุญาตให้ส่งคําขอเซิร์ฟเวอร์ผ่านโปรโตคอล HTTP",
|
||||
"blocksAbout.if-else": "ช่วยให้คุณสามารถแบ่งเวิร์กโฟลว์ออกเป็นสองสาขาตามเงื่อนไข if/else",
|
||||
"blocksAbout.iteration": "ดําเนินการหลายขั้นตอนกับวัตถุรายการจนกว่าจะส่งออกผลลัพธ์ทั้งหมด",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "ฐานความรู้เกี่ยวกับ",
|
||||
"blocksAbout.knowledge-retrieval": "ช่วยให้คุณสามารถสอบถามเนื้อหาข้อความที่เกี่ยวข้องกับคําถามของผู้ใช้จากความรู้",
|
||||
"blocksAbout.list-operator": "ใช้เพื่อกรองหรือจัดเรียงเนื้อหาอาร์เรย์",
|
||||
"blocksAbout.llm": "การเรียกใช้โมเดลภาษาขนาดใหญ่เพื่อตอบคําถามหรือประมวลผลภาษาธรรมชาติ",
|
||||
"blocksAbout.loop": "ดำเนินการลูปของตรรกะจนกว่าจะถึงเงื่อนไขการสิ้นสุดหรือตรงตามจำนวนลูปสูงสุดที่กำหนด.",
|
||||
"blocksAbout.loop-end": "เทียบเท่ากับ \"break\" โหนดนี้ไม่มีรายการการกำหนดค่า เมื่อร่างกายของลูปถึงโหนดนี้ ลูปจะสิ้นสุดลง.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "ใช้ LLM เพื่อแยกพารามิเตอร์ที่มีโครงสร้างจากภาษาธรรมชาติสําหรับการเรียกใช้เครื่องมือหรือคําขอ HTTP",
|
||||
"blocksAbout.question-classifier": "กําหนดเงื่อนไขการจําแนกประเภทของคําถามของผู้ใช้ LLM สามารถกําหนดความคืบหน้าของการสนทนาตามคําอธิบายการจําแนกประเภท",
|
||||
"blocksAbout.start": "กําหนดพารามิเตอร์เริ่มต้นสําหรับการเปิดใช้เวิร์กโฟลว์",
|
||||
"blocksAbout.template-transform": "แปลงข้อมูลเป็นสตริงโดยใช้ไวยากรณ์เทมเพลต Jinja",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "ทริกเกอร์การรวมจากบุคคลที่สามที่เริ่มการทำงานอัตโนมัติจากเหตุการณ์ของแพลตฟอร์มภายนอก",
|
||||
"blocksAbout.trigger-schedule": "ตัวทริกเกอร์เวิร์กโฟลว์ตามเวลา ซึ่งเริ่มเวิร์กโฟลว์ตามกำหนดการ",
|
||||
"blocksAbout.trigger-webhook": "Webhook Trigger รับการส่งข้อมูลแบบ HTTP จากระบบของบุคคลที่สามเพื่อเรียกใช้งานเวิร์กโฟลว์โดยอัตโนมัติ",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "ใน",
|
||||
"nodes.ifElse.comparisonOperator.is": "คือ",
|
||||
"nodes.ifElse.comparisonOperator.is not": "ไม่ใช่",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "ไม่มี",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "ไม่ว่างเปล่า",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "ไม่มีอยู่จริง",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "เริ่มวิ่ง",
|
||||
"singleRun.testRun": "ทดสอบการทํางาน",
|
||||
"singleRun.testRunIteration": "การทดสอบการทําซ้ํา",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "เพิ่มทั้งหมด",
|
||||
"tabs.agent": "กลยุทธ์ตัวแทน",
|
||||
"tabs.allAdded": "ทั้งหมดที่เพิ่มเข้ามา",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Ücretsiz Özellikler:",
|
||||
"plans.community.name": "Topluluk",
|
||||
"plans.community.price": "Ücretsiz",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Satış ile İletişime Geç",
|
||||
"plans.enterprise.description": "Büyük ölçekli kritik sistemler için tam yetenekler ve destek.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Norveççe",
|
||||
"metadata.languageMap.pl": "Lehçe",
|
||||
"metadata.languageMap.pt": "Portekizce",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Rusça",
|
||||
"metadata.languageMap.sv": "İsveççe",
|
||||
"metadata.languageMap.th": "Tayca",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Silmek",
|
||||
"batchAction.disable": "Devre dışı bırakmak",
|
||||
"batchAction.enable": "Etkinleştirmek",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Seçilmiş",
|
||||
"chunkingMode.general": "Genel",
|
||||
"chunkingMode.graph": "Grafik",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "TAM METİN",
|
||||
"indexingMethod.hybrid_search": "HİBRİT",
|
||||
"indexingMethod.invertedIndex": "TERS",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "VEKTÖR",
|
||||
"indexingTechnique.economy": "Ekonomi",
|
||||
"indexingTechnique.high_quality": "Yüksek Kalite",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Tam metin arama ve vektör aramalarını aynı anda çalıştırın, kullanıcı sorgusu için en iyi eşleşmeyi seçmek için yeniden sıralayın. Kullanıcılar ağırlıklar ayarlayabilir veya bir Yeniden Sıralama modeli yapılandırabilir.",
|
||||
"retrieval.hybrid_search.recommend": "Önerilir",
|
||||
"retrieval.hybrid_search.title": "Hibrit Arama",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "Ters İndeks, verimli erişim için kullanılan bir yapıdır. Terimlere göre düzenlenen her terim, onu içeren belgelere veya web sayfalarına işaret eder.",
|
||||
"retrieval.keyword_search.title": "Ters Çevrilmiş İndeks",
|
||||
"retrieval.semantic_search.description": "Sorgu yerleştirmelerini oluşturun ve vektör temsiline en benzeyen metin parçasını arayın.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Eğlence",
|
||||
"category.HR": "İK",
|
||||
"category.Programming": "Programlama",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Çeviri",
|
||||
"category.Workflow": "İş Akışı",
|
||||
"category.Writing": "Yazma",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"addToolModal.added": "Eklendi",
|
||||
"addToolModal.agent.tip": "",
|
||||
"addToolModal.agent.title": "Mevcut ajan stratejisi yok",
|
||||
"addToolModal.all.tip": "",
|
||||
"addToolModal.all.title": "No tools available",
|
||||
"addToolModal.built-in.tip": "",
|
||||
"addToolModal.built-in.title": "No built-in tool available",
|
||||
"addToolModal.category": "Kategori",
|
||||
"addToolModal.custom.tip": "Özel bir araç oluşturun",
|
||||
"addToolModal.custom.title": "Mevcut özel araç yok",
|
||||
|
|
@ -34,6 +39,7 @@
|
|||
"createTool.authMethod.type": "Yetkilendirme türü",
|
||||
"createTool.authMethod.types.apiKeyPlaceholder": "API Anahtarı için HTTP başlık adı",
|
||||
"createTool.authMethod.types.apiValuePlaceholder": "API Anahtarını girin",
|
||||
"createTool.authMethod.types.api_key": "API Key",
|
||||
"createTool.authMethod.types.api_key_header": "Başlık",
|
||||
"createTool.authMethod.types.api_key_query": "Sorgu Parametre",
|
||||
"createTool.authMethod.types.none": "Yok",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"blocks.assigner": "Değişken Atayıcı",
|
||||
"blocks.code": "Kod",
|
||||
"blocks.datasource": "Veri Kaynağı",
|
||||
"blocks.datasource-empty": "Empty Data Source",
|
||||
"blocks.document-extractor": "Doküman Çıkarıcı",
|
||||
"blocks.end": "Çıktı",
|
||||
"blocks.http-request": "HTTP İsteği",
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
"blocks.question-classifier": "Soru Sınıflandırıcı",
|
||||
"blocks.start": "Başlat",
|
||||
"blocks.template-transform": "Şablon",
|
||||
"blocks.tool": "Tool",
|
||||
"blocks.trigger-plugin": "Eklenti Tetikleyicisi",
|
||||
"blocks.trigger-schedule": "Zamanlayıcı Tetikleyici",
|
||||
"blocks.trigger-webhook": "Webhook Tetikleyici",
|
||||
|
|
@ -32,21 +34,25 @@
|
|||
"blocksAbout.assigner": "Değişken atama düğümü, yazılabilir değişkenlere (konuşma değişkenleri gibi) değer atamak için kullanılır.",
|
||||
"blocksAbout.code": "Özel mantığı uygulamak için bir Python veya NodeJS kod parçası yürütün",
|
||||
"blocksAbout.datasource": "Veri Kaynağı Hakkında",
|
||||
"blocksAbout.datasource-empty": "Empty Data Source placeholder",
|
||||
"blocksAbout.document-extractor": "Yüklenen belgeleri LLM tarafından kolayca anlaşılabilen metin içeriğine ayrıştırmak için kullanılır.",
|
||||
"blocksAbout.end": "Bir iş akışının çıktısını ve sonuç türünü tanımlayın",
|
||||
"blocksAbout.http-request": "HTTP protokolü üzerinden sunucu isteklerinin gönderilmesine izin verin",
|
||||
"blocksAbout.if-else": "İş akışını if/else koşullarına göre iki dala ayırmanızı sağlar",
|
||||
"blocksAbout.iteration": "Bir liste nesnesinde birden fazla adım gerçekleştirir ve tüm sonuçlar çıkana kadar devam eder.",
|
||||
"blocksAbout.iteration-start": "Iteration Start node",
|
||||
"blocksAbout.knowledge-index": "Bilgi tabanı hakkında",
|
||||
"blocksAbout.knowledge-retrieval": "Kullanıcı sorularıyla ilgili metin içeriğini Bilgi'den sorgulamanıza olanak tanır",
|
||||
"blocksAbout.list-operator": "Dizi içeriğini filtrelemek veya sıralamak için kullanılır.",
|
||||
"blocksAbout.llm": "Büyük dil modellerini soruları yanıtlamak veya doğal dili işlemek için çağırın",
|
||||
"blocksAbout.loop": "Sonlandırma koşulu karşılanana kadar veya maksimum döngü sayısına ulaşılana kadar bir mantık döngüsü çalıştırın.",
|
||||
"blocksAbout.loop-end": "\"break\" ile eşdeğerdir. Bu düğümün yapılandırma öğesi yoktur. Döngü gövdesi bu düğüme ulaştığında, döngü sona erer.",
|
||||
"blocksAbout.loop-start": "Loop Start node",
|
||||
"blocksAbout.parameter-extractor": "Aracı çağırmak veya HTTP istekleri için doğal dilden yapılandırılmış parametreler çıkarmak için LLM kullanın.",
|
||||
"blocksAbout.question-classifier": "Kullanıcı sorularının sınıflandırma koşullarını tanımlayın, LLM sınıflandırma açıklamasına dayalı olarak konuşmanın nasıl ilerleyeceğini tanımlayabilir",
|
||||
"blocksAbout.start": "Bir iş akışını başlatmak için başlangıç parametrelerini tanımlayın",
|
||||
"blocksAbout.template-transform": "Jinja şablon sözdizimini kullanarak verileri stringe dönüştürün",
|
||||
"blocksAbout.tool": "Use external tools to extend workflow capabilities",
|
||||
"blocksAbout.trigger-plugin": "Üçüncü taraf entegrasyon tetikleyicisi, dış platform olaylarından iş akışlarını başlatır",
|
||||
"blocksAbout.trigger-schedule": "Zaman tabanlı iş akışı tetikleyicisi, iş akışlarını bir takvime göre başlatır",
|
||||
"blocksAbout.trigger-webhook": "Webhook Tetikleyicisi, üçüncü taraf sistemlerden gelen HTTP iletilerini alarak iş akışlarını otomatik olarak başlatır.",
|
||||
|
|
@ -507,6 +513,8 @@
|
|||
"nodes.ifElse.comparisonOperator.in": "içinde",
|
||||
"nodes.ifElse.comparisonOperator.is": "eşittir",
|
||||
"nodes.ifElse.comparisonOperator.is not": "eşit değildir",
|
||||
"nodes.ifElse.comparisonOperator.is not null": "is not null",
|
||||
"nodes.ifElse.comparisonOperator.is null": "is null",
|
||||
"nodes.ifElse.comparisonOperator.not contains": "içermez",
|
||||
"nodes.ifElse.comparisonOperator.not empty": "boş değil",
|
||||
"nodes.ifElse.comparisonOperator.not exists": "mevcut değil",
|
||||
|
|
@ -971,6 +979,8 @@
|
|||
"singleRun.startRun": "Çalıştırmayı Başlat",
|
||||
"singleRun.testRun": "Test Çalıştırma",
|
||||
"singleRun.testRunIteration": "Test Çalıştırma Yineleme",
|
||||
"singleRun.testRunLoop": "Test Run Loop",
|
||||
"tabs.-": "Default",
|
||||
"tabs.addAll": "Hepsini ekle",
|
||||
"tabs.agent": "Temsilci Stratejisi",
|
||||
"tabs.allAdded": "Hepsi eklendi",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"plans.community.includesTitle": "Безкоштовні можливості:",
|
||||
"plans.community.name": "Спільнота",
|
||||
"plans.community.price": "Безкоштовно",
|
||||
"plans.community.priceTip": "",
|
||||
"plans.enterprise.btnText": "Зв'язатися з відділом продажу",
|
||||
"plans.enterprise.description": "Отримайте повні можливості та підтримку для масштабних критично важливих систем.",
|
||||
"plans.enterprise.features": [
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@
|
|||
"metadata.languageMap.no": "Норвезька",
|
||||
"metadata.languageMap.pl": "Польська",
|
||||
"metadata.languageMap.pt": "Португальська",
|
||||
"metadata.languageMap.ro": "Romanian",
|
||||
"metadata.languageMap.ru": "Російська",
|
||||
"metadata.languageMap.sv": "Шведська",
|
||||
"metadata.languageMap.th": "Тайська",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"batchAction.delete": "Видалити",
|
||||
"batchAction.disable": "Вимкнути",
|
||||
"batchAction.enable": "Вмикати",
|
||||
"batchAction.reIndex": "Re-index",
|
||||
"batchAction.selected": "Вибрані",
|
||||
"chunkingMode.general": "Загальне",
|
||||
"chunkingMode.graph": "Графік",
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
"indexingMethod.full_text_search": "ПОВНИЙ ТЕКСТ",
|
||||
"indexingMethod.hybrid_search": "ГІБРИД",
|
||||
"indexingMethod.invertedIndex": "ІНВЕРТОВАНИЙ",
|
||||
"indexingMethod.keyword_search": "KEYWORD",
|
||||
"indexingMethod.semantic_search": "ВЕКТОР",
|
||||
"indexingTechnique.economy": "ЕКО",
|
||||
"indexingTechnique.high_quality": "ВЯ",
|
||||
|
|
@ -154,6 +156,8 @@
|
|||
"retrieval.hybrid_search.description": "Виконуйте повнотекстовий пошук і векторний пошук одночасно, повторно ранжуючи, щоб вибрати найкращу відповідність на запит користувача. Необхідна конфігурація Rerank model API.",
|
||||
"retrieval.hybrid_search.recommend": "Рекомендовано",
|
||||
"retrieval.hybrid_search.title": "Гібридний пошук",
|
||||
"retrieval.invertedIndex.description": "Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.",
|
||||
"retrieval.invertedIndex.title": "Inverted Index",
|
||||
"retrieval.keyword_search.description": "Перевернутий індекс — це структура, яка використовується для ефективного пошуку. Упорядкований за термінами, кожен термін вказує на документи або веб-сторінки, що містять його.",
|
||||
"retrieval.keyword_search.title": "Перевернутий індекс",
|
||||
"retrieval.semantic_search.description": "Генерує вбудовування запитів і шукає фрагмент тексту, найбільш схожий на його векторне представлення.",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"category.Entertainment": "Розваги",
|
||||
"category.HR": "HR",
|
||||
"category.Programming": "Програмування",
|
||||
"category.Recommended": "Recommended",
|
||||
"category.Translate": "Переклад",
|
||||
"category.Workflow": "Робочий процес",
|
||||
"category.Writing": "Написання",
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue