From d5b228f2341bbf48a05f1d91c2257cb6672481f0 Mon Sep 17 00:00:00 2001 From: zhsama Date: Mon, 20 Oct 2025 13:59:57 +0800 Subject: [PATCH] fix(end-node): adjust required status and update end node terminology to output in i18n --- web/app/components/workflow/nodes/end/default.ts | 2 +- web/i18n/de-DE/workflow.ts | 6 +++--- web/i18n/en-US/workflow.ts | 6 +++--- web/i18n/es-ES/workflow.ts | 6 +++--- web/i18n/fa-IR/workflow.ts | 6 +++--- web/i18n/fr-FR/workflow.ts | 6 +++--- web/i18n/hi-IN/workflow.ts | 6 +++--- web/i18n/id-ID/workflow.ts | 6 +++--- web/i18n/it-IT/workflow.ts | 6 +++--- web/i18n/ja-JP/workflow.ts | 6 +++--- web/i18n/ko-KR/workflow.ts | 6 +++--- web/i18n/pl-PL/workflow.ts | 6 +++--- web/i18n/pt-BR/workflow.ts | 6 +++--- web/i18n/ro-RO/workflow.ts | 6 +++--- web/i18n/ru-RU/workflow.ts | 6 +++--- web/i18n/sl-SI/workflow.ts | 6 +++--- web/i18n/th-TH/workflow.ts | 6 +++--- web/i18n/tr-TR/workflow.ts | 6 +++--- web/i18n/uk-UA/workflow.ts | 6 +++--- web/i18n/vi-VN/workflow.ts | 6 +++--- web/i18n/zh-Hans/workflow.ts | 6 +++--- web/i18n/zh-Hant/workflow.ts | 6 +++--- 22 files changed, 64 insertions(+), 64 deletions(-) diff --git a/web/app/components/workflow/nodes/end/default.ts b/web/app/components/workflow/nodes/end/default.ts index cadb580c34..1dcea4535c 100644 --- a/web/app/components/workflow/nodes/end/default.ts +++ b/web/app/components/workflow/nodes/end/default.ts @@ -6,7 +6,7 @@ import { BlockEnum } from '@/app/components/workflow/types' const metaData = genNodeMetaData({ sort: 2.1, type: BlockEnum.End, - isRequired: true, + isRequired: false, }) const nodeDefault: NodeDefault = { metaData, diff --git a/web/i18n/de-DE/workflow.ts b/web/i18n/de-DE/workflow.ts index d943c6eb06..8b1bb5dd5a 100644 --- a/web/i18n/de-DE/workflow.ts +++ b/web/i18n/de-DE/workflow.ts @@ -107,7 +107,7 @@ const translation = { exitVersions: 'Ausgangsversionen', exportPNG: 'Als PNG exportieren', addBlock: 'Knoten hinzufügen', - needEndNode: 'Der Endknoten muss hinzugefügt werden.', + needOutputNode: 'Der Ausgabeknoten muss hinzugefügt werden', needAnswerNode: 'Der Antwortknoten muss hinzugefügt werden.', tagBound: 'Anzahl der Apps, die dieses Tag verwenden', currentWorkflow: 'Aktueller Arbeitsablauf', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Start', - 'end': 'Ende', + 'end': 'Ausgabe', 'answer': 'Antwort', 'llm': 'LLM', 'knowledge-retrieval': 'Wissensabruf', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Definieren Sie die Anfangsparameter zum Starten eines Workflows', - 'end': 'Definieren Sie das Ende und den Ergebnistyp eines Workflows', + 'end': 'Definieren Sie die Ausgabe und den Ergebnistyp eines Workflows', 'answer': 'Definieren Sie den Antwortinhalt einer Chat-Konversation', 'llm': 'Große Sprachmodelle aufrufen, um Fragen zu beantworten oder natürliche Sprache zu verarbeiten', 'knowledge-retrieval': 'Ermöglicht das Abfragen von Textinhalten, die sich auf Benutzerfragen aus der Wissensdatenbank beziehen', diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts index efddf42715..cd3570e05a 100644 --- a/web/i18n/en-US/workflow.ts +++ b/web/i18n/en-US/workflow.ts @@ -50,7 +50,7 @@ const translation = { needConnectTip: 'This step is not connected to anything', maxTreeDepth: 'Maximum limit of {{depth}} nodes per branch', needAdd: '{{node}} node must be added', - needEndNode: 'The End node must be added', + needOutputNode: 'The Output node must be added', needStartNode: 'At least one start node must be added', needAnswerNode: 'The Answer node must be added', workflowProcess: 'Workflow Process', @@ -268,7 +268,7 @@ const translation = { blocks: { 'start': 'User Input', 'originalStartNode': 'original start node', - 'end': 'End', + 'end': 'Output', 'answer': 'Answer', 'llm': 'LLM', 'knowledge-retrieval': 'Knowledge Retrieval', @@ -298,7 +298,7 @@ const translation = { customWebhook: 'Custom Webhook', blocksAbout: { 'start': 'Define the initial parameters for launching a workflow', - 'end': 'Define the end and result type of a workflow', + 'end': 'Define the output and result type of a workflow', 'answer': 'Define the reply content of a chat conversation', 'llm': 'Invoking large language models to answer questions or process natural language', 'knowledge-retrieval': 'Allows you to query text content related to user questions from the Knowledge', diff --git a/web/i18n/es-ES/workflow.ts b/web/i18n/es-ES/workflow.ts index 2e3363d36a..05bee4516e 100644 --- a/web/i18n/es-ES/workflow.ts +++ b/web/i18n/es-ES/workflow.ts @@ -107,7 +107,7 @@ const translation = { publishUpdate: 'Publicar actualización', exportImage: 'Exportar imagen', needAnswerNode: 'Se debe agregar el nodo de respuesta', - needEndNode: 'Se debe agregar el nodo Final', + needOutputNode: 'Se debe agregar el nodo de Salida', addBlock: 'Agregar nodo', tagBound: 'Número de aplicaciones que utilizan esta etiqueta', currentView: 'Vista actual', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Inicio', - 'end': 'Fin', + 'end': 'Salida', 'answer': 'Respuesta', 'llm': 'LLM', 'knowledge-retrieval': 'Recuperación de conocimiento', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Define los parámetros iniciales para iniciar un flujo de trabajo', - 'end': 'Define el final y el tipo de resultado de un flujo de trabajo', + 'end': 'Define la salida y el tipo de resultado de un flujo de trabajo', 'answer': 'Define el contenido de respuesta de una conversación de chat', 'llm': 'Invoca modelos de lenguaje grandes para responder preguntas o procesar lenguaje natural', 'knowledge-retrieval': 'Te permite consultar contenido de texto relacionado con las preguntas de los usuarios desde el conocimiento', diff --git a/web/i18n/fa-IR/workflow.ts b/web/i18n/fa-IR/workflow.ts index 63cbdbd6f2..0efe0752fe 100644 --- a/web/i18n/fa-IR/workflow.ts +++ b/web/i18n/fa-IR/workflow.ts @@ -106,7 +106,7 @@ const translation = { exportImage: 'تصویر را صادر کنید', versionHistory: 'تاریخچه نسخه', publishUpdate: 'به‌روزرسانی منتشر کنید', - needEndNode: 'باید گره پایان اضافه شود', + needOutputNode: 'باید گره خروجی اضافه شود', needAnswerNode: 'باید گره پاسخ اضافه شود', addBlock: 'نود اضافه کنید', tagBound: 'تعداد برنامه‌هایی که از این برچسب استفاده می‌کنند', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'شروع', - 'end': 'پایان', + 'end': 'خروجی', 'answer': 'پاسخ', 'llm': 'مدل زبان بزرگ', 'knowledge-retrieval': 'استخراج دانش', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'پارامترهای اولیه برای راه‌اندازی جریان کار را تعریف کنید', - 'end': 'پایان و نوع نتیجه یک جریان کار را تعریف کنید', + 'end': 'خروجی و نوع نتیجه یک جریان کار را تعریف کنید', 'answer': 'محتوای پاسخ مکالمه چت را تعریف کنید', 'llm': 'استفاده از مدل‌های زبان بزرگ برای پاسخ به سوالات یا پردازش زبان طبیعی', 'knowledge-retrieval': 'اجازه می‌دهد تا محتوای متنی مرتبط با سوالات کاربر از دانش استخراج شود', diff --git a/web/i18n/fr-FR/workflow.ts b/web/i18n/fr-FR/workflow.ts index a3b9d9b8ab..696f691fc7 100644 --- a/web/i18n/fr-FR/workflow.ts +++ b/web/i18n/fr-FR/workflow.ts @@ -106,7 +106,7 @@ const translation = { versionHistory: 'Historique des versions', exportImage: 'Exporter l\'image', exportJPEG: 'Exporter en JPEG', - needEndNode: 'Le nœud de fin doit être ajouté', + needOutputNode: 'Le nœud de sortie doit être ajouté', needAnswerNode: 'Le nœud de réponse doit être ajouté.', addBlock: 'Ajouter un nœud', tagBound: 'Nombre d\'applications utilisant cette étiquette', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Début', - 'end': 'Fin', + 'end': 'Sortie', 'answer': 'Réponse', 'llm': 'LLM', 'knowledge-retrieval': 'Récupération de connaissances', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Définir les paramètres initiaux pour lancer un flux de travail', - 'end': 'Définir la fin et le type de résultat d\'un flux de travail', + 'end': 'Définir la sortie et le type de résultat d\'un flux de travail', 'answer': 'Définir le contenu de la réponse d\'une conversation', 'llm': 'Inviter de grands modèles de langage pour répondre aux questions ou traiter le langage naturel', 'knowledge-retrieval': 'Permet de consulter le contenu textuel lié aux questions des utilisateurs à partir de la base de connaissances', diff --git a/web/i18n/hi-IN/workflow.ts b/web/i18n/hi-IN/workflow.ts index ba12e9e72a..97ccdb2d06 100644 --- a/web/i18n/hi-IN/workflow.ts +++ b/web/i18n/hi-IN/workflow.ts @@ -111,7 +111,7 @@ const translation = { versionHistory: 'संस्करण इतिहास', needAnswerNode: 'उत्तर नोड जोड़ा जाना चाहिए', addBlock: 'नोड जोड़ें', - needEndNode: 'अंत नोड जोड़ा जाना चाहिए', + needOutputNode: 'आउटपुट नोड जोड़ा जाना चाहिए', tagBound: 'इस टैग का उपयोग करने वाले ऐप्स की संख्या', currentView: 'वर्तमान दृश्य', currentWorkflow: 'वर्तमान कार्यप्रवाह', @@ -243,7 +243,7 @@ const translation = { }, blocks: { 'start': 'प्रारंभ', - 'end': 'समाप्त', + 'end': 'आउटपुट', 'answer': 'उत्तर', 'llm': 'एलएलएम', 'knowledge-retrieval': 'ज्ञान पुनर्प्राप्ति', @@ -269,7 +269,7 @@ const translation = { }, blocksAbout: { 'start': 'वर्कफ़्लो लॉन्च करने के लिए प्रारंभिक पैरामीटर को परिभाषित करें', - 'end': 'वर्कफ़्लो का अंत और परिणाम प्रकार परिभाषित करें', + 'end': 'वर्कफ़्लो का आउटपुट और परिणाम प्रकार परिभाषित करें', 'answer': 'चैट संवाद के उत्तर सामग्री को परिभाषित करें', 'llm': 'प्रश्नों के उत्तर देने या प्राकृतिक भाषा को संसाधित करने के लिए बड़े भाषा मॉडल को आमंत्रित करना', 'knowledge-retrieval': diff --git a/web/i18n/id-ID/workflow.ts b/web/i18n/id-ID/workflow.ts index 2ec7ace93f..b2e250993a 100644 --- a/web/i18n/id-ID/workflow.ts +++ b/web/i18n/id-ID/workflow.ts @@ -90,7 +90,7 @@ const translation = { exportJPEG: 'Ekspor sebagai JPEG', addBlock: 'Tambahkan Node', processData: 'Proses Data', - needEndNode: 'Node Akhir harus ditambahkan', + needOutputNode: 'Node Output harus ditambahkan', manageInTools: 'Kelola di Alat', pointerMode: 'Mode Penunjuk', accessAPIReference: 'Referensi API Akses', @@ -249,7 +249,7 @@ const translation = { 'answer': 'Jawaban', 'parameter-extractor': 'Ekstraktor Parameter', 'document-extractor': 'Ekstraktor Dokumen', - 'end': 'Ujung', + 'end': 'Keluaran', 'if-else': 'JIKA/LAIN', 'loop-start': 'Mulai Loop', 'variable-aggregator': 'Agregator Variabel', @@ -275,7 +275,7 @@ const translation = { 'variable-assigner': 'Agregatkan variabel multi-cabang menjadi satu variabel untuk konfigurasi terpadu simpul hilir.', 'loop': 'Jalankan perulangan logika hingga kondisi penghentian terpenuhi atau jumlah perulangan maksimum tercapai.', 'variable-aggregator': 'Agregatkan variabel multi-cabang menjadi satu variabel untuk konfigurasi terpadu simpul hilir.', - 'end': 'Menentukan jenis akhir dan hasil alur kerja', + 'end': 'Menentukan output dan jenis hasil alur kerja', 'list-operator': 'Digunakan untuk memfilter atau mengurutkan konten array.', 'datasource': 'Sumber Data Tentang', 'knowledge-index': 'Basis Pengetahuan Tentang', diff --git a/web/i18n/it-IT/workflow.ts b/web/i18n/it-IT/workflow.ts index 107469901a..875e6230d9 100644 --- a/web/i18n/it-IT/workflow.ts +++ b/web/i18n/it-IT/workflow.ts @@ -110,7 +110,7 @@ const translation = { exportImage: 'Esporta immagine', exportJPEG: 'Esporta come JPEG', exportPNG: 'Esporta come PNG', - needEndNode: 'Deve essere aggiunto il nodo finale', + needOutputNode: 'Deve essere aggiunto il nodo di uscita', addBlock: 'Aggiungi nodo', needAnswerNode: 'Deve essere aggiunto il nodo di risposta', tagBound: 'Numero di app che utilizzano questo tag', @@ -245,7 +245,7 @@ const translation = { }, blocks: { 'start': 'Inizio', - 'end': 'Fine', + 'end': 'Uscita', 'answer': 'Risposta', 'llm': 'LLM', 'knowledge-retrieval': 'Recupero Conoscenza', @@ -271,7 +271,7 @@ const translation = { }, blocksAbout: { 'start': 'Definisci i parametri iniziali per l\'avvio di un flusso di lavoro', - 'end': 'Definisci la fine e il tipo di risultato di un flusso di lavoro', + 'end': 'Definisci l\'uscita e il tipo di risultato di un flusso di lavoro', 'answer': 'Definisci il contenuto della risposta di una conversazione chat', 'llm': 'Invoca modelli di linguaggio di grandi dimensioni per rispondere a domande o elaborare il linguaggio naturale', 'knowledge-retrieval': diff --git a/web/i18n/ja-JP/workflow.ts b/web/i18n/ja-JP/workflow.ts index 8820ab1251..cd78ec16b6 100644 --- a/web/i18n/ja-JP/workflow.ts +++ b/web/i18n/ja-JP/workflow.ts @@ -46,7 +46,7 @@ const translation = { needConnectTip: '接続されていないステップがあります', maxTreeDepth: '1 ブランチあたりの最大ノード数:{{depth}}', needAdd: '{{node}}ノードを追加する必要があります', - needEndNode: '終了ブロックを追加する必要があります', + needOutputNode: '出力ノードを追加する必要があります', needStartNode: '少なくとも1つのスタートノードを追加する必要があります', needAnswerNode: '回答ブロックを追加する必要があります', workflowProcess: 'ワークフロー処理', @@ -264,7 +264,7 @@ const translation = { blocks: { 'start': 'ユーザー入力', 'originalStartNode': '元の開始ノード', - 'end': '終了', + 'end': '出力', 'answer': '回答', 'llm': 'LLM', 'knowledge-retrieval': '知識検索', @@ -294,7 +294,7 @@ const translation = { customWebhook: 'カスタムWebhook', blocksAbout: { 'start': 'ワークフロー開始時の初期パラメータを定義します。', - 'end': 'ワークフローの終了条件と結果のタイプを定義します。', + 'end': 'ワークフローの出力と結果のタイプを定義します', 'answer': 'チャットダイアログの返答内容を定義します。', 'llm': '大規模言語モデルを呼び出して質問回答や自然言語処理を実行します。', 'knowledge-retrieval': 'ナレッジベースからユーザー質問に関連するテキストを検索します。', diff --git a/web/i18n/ko-KR/workflow.ts b/web/i18n/ko-KR/workflow.ts index 313ce3a76f..6ea64df36b 100644 --- a/web/i18n/ko-KR/workflow.ts +++ b/web/i18n/ko-KR/workflow.ts @@ -112,7 +112,7 @@ const translation = { exportPNG: 'PNG 로 내보내기', addBlock: '노드 추가', needAnswerNode: '답변 노드를 추가해야 합니다.', - needEndNode: '종단 노드를 추가해야 합니다.', + needOutputNode: '출력 노드를 추가해야 합니다', tagBound: '이 태그를 사용하는 앱 수', currentView: '현재 보기', currentWorkflow: '현재 워크플로', @@ -249,7 +249,7 @@ const translation = { }, blocks: { 'start': '시작', - 'end': '끝', + 'end': '출력', 'answer': '답변', 'llm': 'LLM', 'knowledge-retrieval': '지식 검색', @@ -275,7 +275,7 @@ const translation = { }, blocksAbout: { 'start': '워크플로우를 시작하기 위한 초기 매개변수를 정의합니다', - 'end': '워크플로우의 종료 및 결과 유형을 정의합니다', + 'end': '워크플로의 출력 및 결과 유형을 정의합니다', 'answer': '대화의 답변 내용을 정의합니다', 'llm': '질문에 답하거나 자연어를 처리하기 위해 대형 언어 모델을 호출합니다', 'knowledge-retrieval': diff --git a/web/i18n/pl-PL/workflow.ts b/web/i18n/pl-PL/workflow.ts index 15dd19f867..0dd6020498 100644 --- a/web/i18n/pl-PL/workflow.ts +++ b/web/i18n/pl-PL/workflow.ts @@ -107,7 +107,7 @@ const translation = { exportPNG: 'Eksportuj jako PNG', publishUpdate: 'Opublikuj aktualizację', addBlock: 'Dodaj węzeł', - needEndNode: 'Należy dodać węzeł końcowy', + needOutputNode: 'Należy dodać węzeł wyjściowy', needAnswerNode: 'Węzeł odpowiedzi musi zostać dodany', tagBound: 'Liczba aplikacji korzystających z tego tagu', currentWorkflow: 'Bieżący przepływ pracy', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Start', - 'end': 'Koniec', + 'end': 'Wyjście', 'answer': 'Odpowiedź', 'llm': 'LLM', 'knowledge-retrieval': 'Wyszukiwanie wiedzy', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Zdefiniuj początkowe parametry uruchamiania przepływu pracy', - 'end': 'Zdefiniuj zakończenie i typ wyniku przepływu pracy', + 'end': 'Zdefiniuj wyjście i typ wyniku przepływu pracy', 'answer': 'Zdefiniuj treść odpowiedzi w rozmowie', 'llm': 'Wywołaj duże modele językowe do odpowiadania na pytania lub przetwarzania języka naturalnego', 'knowledge-retrieval': 'Pozwala na wyszukiwanie treści tekstowych związanych z pytaniami użytkowników z bazy wiedzy', diff --git a/web/i18n/pt-BR/workflow.ts b/web/i18n/pt-BR/workflow.ts index 1786844e99..36ae2a95d2 100644 --- a/web/i18n/pt-BR/workflow.ts +++ b/web/i18n/pt-BR/workflow.ts @@ -107,7 +107,7 @@ const translation = { exportSVG: 'Exportar como SVG', exportJPEG: 'Exportar como JPEG', addBlock: 'Adicionar Nó', - needEndNode: 'O nó de Fim deve ser adicionado', + needOutputNode: 'O nó de Saída deve ser adicionado', needAnswerNode: 'O nó de resposta deve ser adicionado', tagBound: 'Número de aplicativos usando esta tag', currentView: 'Visualização atual', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Iniciar', - 'end': 'Fim', + 'end': 'Saída', 'answer': 'Resposta', 'llm': 'LLM', 'knowledge-retrieval': 'Recuperação de conhecimento', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Definir os parâmetros iniciais para iniciar um fluxo de trabalho', - 'end': 'Definir o fim e o tipo de resultado de um fluxo de trabalho', + 'end': 'Definir a saída e o tipo de resultado de um fluxo de trabalho', 'answer': 'Definir o conteúdo da resposta de uma conversa', 'llm': 'Invocar grandes modelos de linguagem para responder perguntas ou processar linguagem natural', 'knowledge-retrieval': 'Permite consultar conteúdo de texto relacionado a perguntas do usuário a partir da base de conhecimento', diff --git a/web/i18n/ro-RO/workflow.ts b/web/i18n/ro-RO/workflow.ts index a572db4526..b22cd44634 100644 --- a/web/i18n/ro-RO/workflow.ts +++ b/web/i18n/ro-RO/workflow.ts @@ -108,7 +108,7 @@ const translation = { exportJPEG: 'Exportă ca JPEG', addBlock: 'Adaugă nod', needAnswerNode: 'Nodul de răspuns trebuie adăugat', - needEndNode: 'Nodul de sfârșit trebuie adăugat', + needOutputNode: 'Nodul de ieșire trebuie adăugat', tagBound: 'Numărul de aplicații care folosesc acest tag', currentView: 'Vizualizare curentă', currentWorkflow: 'Flux de lucru curent', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Începe', - 'end': 'Sfârșit', + 'end': 'Ieșire', 'answer': 'Răspuns', 'llm': 'LLM', 'knowledge-retrieval': 'Recuperare de cunoștințe', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Definiți parametrii inițiali pentru lansarea unui flux de lucru', - 'end': 'Definiți sfârșitul și tipul rezultatului unui flux de lucru', + 'end': 'Definiți ieșirea și tipul rezultatului unui flux de lucru', 'answer': 'Definiți conținutul răspunsului unei conversații', 'llm': 'Invocarea modelelor de limbaj mari pentru a răspunde la întrebări sau pentru a procesa limbajul natural', 'knowledge-retrieval': 'Permite interogarea conținutului textului legat de întrebările utilizatorului din baza de cunoștințe', diff --git a/web/i18n/ru-RU/workflow.ts b/web/i18n/ru-RU/workflow.ts index 5e44156796..6ae8b6d542 100644 --- a/web/i18n/ru-RU/workflow.ts +++ b/web/i18n/ru-RU/workflow.ts @@ -108,7 +108,7 @@ const translation = { publishUpdate: 'Опубликовать обновление', addBlock: 'Добавить узел', needAnswerNode: 'В узел ответа необходимо добавить', - needEndNode: 'Узел конца должен быть добавлен', + needOutputNode: 'Необходимо добавить узел вывода', tagBound: 'Количество приложений, использующих этот тег', currentView: 'Текущий вид', currentWorkflow: 'Текущий рабочий процесс', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Начало', - 'end': 'Конец', + 'end': 'Вывод', 'answer': 'Ответ', 'llm': 'LLM', 'knowledge-retrieval': 'Поиск знаний', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Определите начальные параметры для запуска рабочего процесса', - 'end': 'Определите конец и тип результата рабочего процесса', + 'end': 'Определите вывод и тип результата рабочего процесса', 'answer': 'Определите содержимое ответа в чате', 'llm': 'Вызов больших языковых моделей для ответа на вопросы или обработки естественного языка', 'knowledge-retrieval': 'Позволяет запрашивать текстовый контент, связанный с вопросами пользователей, из базы знаний', diff --git a/web/i18n/sl-SI/workflow.ts b/web/i18n/sl-SI/workflow.ts index 1b5a33f978..9e0201b1b3 100644 --- a/web/i18n/sl-SI/workflow.ts +++ b/web/i18n/sl-SI/workflow.ts @@ -41,7 +41,7 @@ const translation = { inPreview: 'V predogledu', workflowAsToolTip: 'Zaradi posodobitve delovnega poteka je potrebna ponovna konfiguracija orodja.', variableNamePlaceholder: 'Ime spremenljivke', - needEndNode: 'Skrivnostna vozlišča je treba dodati.', + needOutputNode: 'Dodati je treba izhodiščno vozlišče', onFailure: 'O neuspehu', embedIntoSite: 'Vstavite v spletno stran', conversationLog: 'Pogovor Log', @@ -253,7 +253,7 @@ const translation = { 'code': 'Koda', 'template-transform': 'Predloga', 'answer': 'Odgovor', - 'end': 'Konec', + 'end': 'Izhod', 'iteration-start': 'Začetek iteracije', 'list-operator': 'Seznam operater', 'variable-aggregator': 'Spremenljivka agregator', @@ -273,7 +273,7 @@ const translation = { 'loop-end': 'Enakovredno „prekini“. Ta vozlišče nima konfiguracijskih elementov. Ko telo zanke doseže to vozlišče, zanka preneha.', 'document-extractor': 'Uporabljeno za razčlenitev prenesenih dokumentov v besedilno vsebino, ki jo je enostavno razumeti za LLM.', 'answer': 'Določi vsebino odgovora v pogovoru.', - 'end': 'Določite tip konca in rezultata delovnega toka', + 'end': 'Določite izhod in tip rezultata delovnega toka', 'knowledge-retrieval': 'Omogoča vam, da poizvedujete o besedilnih vsebinah, povezanih z vprašanji uporabnikov iz znanja.', 'http-request': 'Dovoli pošiljanje zahtevkov strežniku prek protokola HTTP', 'llm': 'Uporaba velikih jezikovnih modelov za odgovarjanje na vprašanja ali obdelavo naravnega jezika', diff --git a/web/i18n/th-TH/workflow.ts b/web/i18n/th-TH/workflow.ts index 03ab811044..97bb63952d 100644 --- a/web/i18n/th-TH/workflow.ts +++ b/web/i18n/th-TH/workflow.ts @@ -108,7 +108,7 @@ const translation = { exportSVG: 'ส่งออกเป็น SVG', needAnswerNode: 'ต้องเพิ่มโหนดคำตอบ', addBlock: 'เพิ่มโนด', - needEndNode: 'ต้องเพิ่มโหนดจบ', + needOutputNode: 'ต้องเพิ่มโหนดเอาต์พุต', tagBound: 'จำนวนแอปพลิเคชันที่ใช้แท็กนี้', currentWorkflow: 'เวิร์กโฟลว์ปัจจุบัน', currentView: 'ปัจจุบัน View', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'เริ่ม', - 'end': 'ปลาย', + 'end': 'เอาต์พุต', 'answer': 'ตอบ', 'llm': 'นิติศาสตราจารย์', 'knowledge-retrieval': 'การดึงความรู้', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'กําหนดพารามิเตอร์เริ่มต้นสําหรับการเปิดใช้เวิร์กโฟลว์', - 'end': 'กําหนดชนิดสิ้นสุดและผลลัพธ์ของเวิร์กโฟลว์', + 'end': 'กำหนดเอาต์พุตและประเภทผลลัพธ์ของเวิร์กโฟลว์', 'answer': 'กําหนดเนื้อหาการตอบกลับของการสนทนาแชท', 'llm': 'การเรียกใช้โมเดลภาษาขนาดใหญ่เพื่อตอบคําถามหรือประมวลผลภาษาธรรมชาติ', 'knowledge-retrieval': 'ช่วยให้คุณสามารถสอบถามเนื้อหาข้อความที่เกี่ยวข้องกับคําถามของผู้ใช้จากความรู้', diff --git a/web/i18n/tr-TR/workflow.ts b/web/i18n/tr-TR/workflow.ts index 4d0d2d2110..f68d081bba 100644 --- a/web/i18n/tr-TR/workflow.ts +++ b/web/i18n/tr-TR/workflow.ts @@ -108,7 +108,7 @@ const translation = { exportSVG: 'SVG olarak dışa aktar', addBlock: 'Düğüm Ekle', needAnswerNode: 'Cevap düğümü eklenmelidir.', - needEndNode: 'Son düğüm eklenmelidir', + needOutputNode: 'Çıktı düğümü eklenmelidir', tagBound: 'Bu etiketi kullanan uygulama sayısı', currentView: 'Geçerli Görünüm', currentWorkflow: 'Mevcut İş Akışı', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Başlat', - 'end': 'Son', + 'end': 'Çıktı', 'answer': 'Yanıt', 'llm': 'LLM', 'knowledge-retrieval': 'Bilgi Geri Alımı', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Bir iş akışını başlatmak için başlangıç parametrelerini tanımlayın', - 'end': 'Bir iş akışının sonunu ve sonuç türünü tanımlayın', + 'end': 'Bir iş akışının çıktısını ve sonuç türünü tanımlayın', 'answer': 'Bir sohbet konuşmasının yanıt içeriğini tanımlayın', 'llm': 'Büyük dil modellerini soruları yanıtlamak veya doğal dili işlemek için çağırın', 'knowledge-retrieval': 'Kullanıcı sorularıyla ilgili metin içeriğini Bilgi\'den sorgulamanıza olanak tanır', diff --git a/web/i18n/uk-UA/workflow.ts b/web/i18n/uk-UA/workflow.ts index d08b0ed77c..91978d6402 100644 --- a/web/i18n/uk-UA/workflow.ts +++ b/web/i18n/uk-UA/workflow.ts @@ -107,7 +107,7 @@ const translation = { exportSVG: 'Експортувати як SVG', exportJPEG: 'Експортувати як JPEG', addBlock: 'Додати вузол', - needEndNode: 'Необхідно додати кінцевий вузол', + needOutputNode: 'Необхідно додати вихідний вузол', needAnswerNode: 'Вузол Відповіді повинен бути доданий', tagBound: 'Кількість додатків, що використовують цей тег', currentView: 'Поточний вигляд', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Початок', - 'end': 'Кінець', + 'end': 'Вивід', 'answer': 'Відповідь', 'llm': 'LLM', 'knowledge-retrieval': 'Отримання знань', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Визначте початкові параметри для запуску робочого потоку', - 'end': 'Визначте кінець і тип результату робочого потоку', + 'end': 'Визначте вивід і тип результату робочого потоку', 'answer': 'Визначте зміст відповіді у чаті', 'llm': 'Виклик великих мовних моделей для відповіді на запитання або обробки природної мови', 'knowledge-retrieval': 'Дозволяє виконувати запити текстового вмісту, пов\'язаного із запитаннями користувача, з бази знань', diff --git a/web/i18n/vi-VN/workflow.ts b/web/i18n/vi-VN/workflow.ts index a59bdc7df0..9367dae8f9 100644 --- a/web/i18n/vi-VN/workflow.ts +++ b/web/i18n/vi-VN/workflow.ts @@ -108,7 +108,7 @@ const translation = { exportJPEG: 'Xuất dưới dạng JPEG', needAnswerNode: 'Nút Trả lời phải được thêm vào', addBlock: 'Thêm Node', - needEndNode: 'Nút Kết thúc phải được thêm vào', + needOutputNode: 'Phải thêm nút Đầu ra', tagBound: 'Số lượng ứng dụng sử dụng thẻ này', currentWorkflow: 'Quy trình làm việc hiện tại', currentView: 'Hiện tại View', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': 'Bắt đầu', - 'end': 'Kết thúc', + 'end': 'Đầu ra', 'answer': 'Trả lời', 'llm': 'LLM', 'knowledge-retrieval': 'Truy xuất kiến thức', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': 'Định nghĩa các tham số ban đầu để khởi chạy quy trình làm việc', - 'end': 'Định nghĩa kết thúc và loại kết quả của quy trình làm việc', + 'end': 'Định nghĩa đầu ra và loại kết quả của quy trình làm việc', 'answer': 'Định nghĩa nội dung trả lời của cuộc trò chuyện', 'llm': 'Gọi các mô hình ngôn ngữ lớn để trả lời câu hỏi hoặc xử lý ngôn ngữ tự nhiên', 'knowledge-retrieval': 'Cho phép truy vấn nội dung văn bản liên quan đến câu hỏi của người dùng từ cơ sở kiến thức', diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts index 6854109a64..a7206db9df 100644 --- a/web/i18n/zh-Hans/workflow.ts +++ b/web/i18n/zh-Hans/workflow.ts @@ -48,7 +48,7 @@ const translation = { needConnectTip: '此节点尚未连接到其他节点', maxTreeDepth: '每个分支最大限制 {{depth}} 个节点', needAdd: '必须添加{{node}}节点', - needEndNode: '必须添加结束节点', + needOutputNode: '必须添加输出节点', needStartNode: '必须添加至少一个开始节点', needAnswerNode: '必须添加直接回复节点', workflowProcess: '工作流', @@ -267,7 +267,7 @@ const translation = { blocks: { 'start': '用户输入', 'originalStartNode': '原始开始节点', - 'end': '结束', + 'end': '输出', 'answer': '直接回复', 'llm': 'LLM', 'knowledge-retrieval': '知识检索', @@ -297,7 +297,7 @@ const translation = { customWebhook: '自定义 Webhook', blocksAbout: { 'start': '定义一个 workflow 流程启动的初始参数', - 'end': '定义一个 workflow 流程的结束和结果类型', + 'end': '定义一个 workflow 流程的输出和结果类型', 'answer': '定义一个聊天对话的回复内容', 'llm': '调用大语言模型回答问题或者对自然语言进行处理', 'knowledge-retrieval': '允许你从知识库中查询与用户问题相关的文本内容', diff --git a/web/i18n/zh-Hant/workflow.ts b/web/i18n/zh-Hant/workflow.ts index 6adfb2ec07..d31e6f3b60 100644 --- a/web/i18n/zh-Hant/workflow.ts +++ b/web/i18n/zh-Hant/workflow.ts @@ -37,7 +37,7 @@ const translation = { setVarValuePlaceholder: '設置變量值', needConnectTip: '此節點尚未連接到其他節點', maxTreeDepth: '每個分支最大限制 {{depth}} 個節點', - needEndNode: '必須添加結束節點', + needOutputNode: '必須添加輸出節點', needAnswerNode: '必須添加直接回覆節點', workflowProcess: '工作流', notRunning: '尚未運行', @@ -240,7 +240,7 @@ const translation = { }, blocks: { 'start': '開始', - 'end': '結束', + 'end': '輸出', 'answer': '直接回覆', 'llm': 'LLM', 'knowledge-retrieval': '知識檢索', @@ -266,7 +266,7 @@ const translation = { }, blocksAbout: { 'start': '定義一個 workflow 流程啟動的參數', - 'end': '定義一個 workflow 流程的結束和結果類型', + 'end': '定義一個 workflow 流程的輸出和結果類型', 'answer': '定義一個聊天對話的回覆內容', 'llm': '調用大語言模型回答問題或者對自然語言進行處理', 'knowledge-retrieval': '允許你從知識庫中查詢與用戶問題相關的文本內容',