diff --git a/web/i18n/de-DE/common.ts b/web/i18n/de-DE/common.ts index f96fdcb43..05cc883ac 100644 --- a/web/i18n/de-DE/common.ts +++ b/web/i18n/de-DE/common.ts @@ -528,6 +528,8 @@ const translation = { hitScore: 'Abrufwertung:', }, inputPlaceholder: 'Sprechen Sie mit dem Bot', + thought: 'Gedanke', + thinking: 'Denken...', }, promptEditor: { placeholder: 'Schreiben Sie hier Ihr Aufforderungswort, geben Sie \'{\' ein, um eine Variable einzufügen, geben Sie \'/\' ein, um einen Aufforderungs-Inhaltsblock einzufügen', diff --git a/web/i18n/de-DE/dataset-documents.ts b/web/i18n/de-DE/dataset-documents.ts index 6cfc5147a..22018f9da 100644 --- a/web/i18n/de-DE/dataset-documents.ts +++ b/web/i18n/de-DE/dataset-documents.ts @@ -146,6 +146,7 @@ const translation = { DOI: 'DOI', topicKeywords: 'Themen/Schlüsselwörter', abstract: 'Zusammenfassung', + topicsKeywords: 'Themen/Stichworte', }, socialMediaPost: { platform: 'Plattform', diff --git a/web/i18n/es-ES/common.ts b/web/i18n/es-ES/common.ts index e84ecdd11..692e7ae54 100644 --- a/web/i18n/es-ES/common.ts +++ b/web/i18n/es-ES/common.ts @@ -532,6 +532,8 @@ const translation = { hitScore: 'Puntuación de recuperación:', }, inputPlaceholder: 'Hablar con el bot', + thinking: 'Pensamiento...', + thought: 'Pensamiento', }, promptEditor: { placeholder: 'Escribe tu palabra de indicación aquí, ingresa \'{\' para insertar una variable, ingresa \'/\' para insertar un bloque de contenido de indicación', diff --git a/web/i18n/fa-IR/common.ts b/web/i18n/fa-IR/common.ts index 4e2ae0076..f823d5ada 100644 --- a/web/i18n/fa-IR/common.ts +++ b/web/i18n/fa-IR/common.ts @@ -532,6 +532,8 @@ const translation = { hitScore: 'امتیاز بازیابی:', }, inputPlaceholder: 'با ربات صحبت کنید', + thought: 'فکر', + thinking: 'تفکر...', }, promptEditor: { placeholder: 'دستور خود را اینجا بنویسید، «{» را وارد کنید تا یک متغیر درج کنید، «/» را وارد کنید تا یک بلوک محتوای دستور درج کنید', diff --git a/web/i18n/fr-FR/common.ts b/web/i18n/fr-FR/common.ts index cc92c7e8d..d1246d302 100644 --- a/web/i18n/fr-FR/common.ts +++ b/web/i18n/fr-FR/common.ts @@ -528,6 +528,8 @@ const translation = { hitScore: 'Score de Récupération:', }, inputPlaceholder: 'Parler au bot', + thinking: 'Pensée...', + thought: 'Pensée', }, promptEditor: { placeholder: 'Écrivez votre mot d\'invite ici, entrez \'{\' pour insérer une variable, entrez \'/\' pour insérer un bloc de contenu d\'invite', diff --git a/web/i18n/hi-IN/common.ts b/web/i18n/hi-IN/common.ts index c617066b6..9d161e288 100644 --- a/web/i18n/hi-IN/common.ts +++ b/web/i18n/hi-IN/common.ts @@ -550,6 +550,8 @@ const translation = { hitScore: 'पुनः प्राप्ति स्कोर:', }, inputPlaceholder: 'बॉट से बात करें', + thought: 'विचार', + thinking: 'सोचते हुए...', }, promptEditor: { placeholder: diff --git a/web/i18n/it-IT/common.ts b/web/i18n/it-IT/common.ts index 7c9bb4b70..1e7817312 100644 --- a/web/i18n/it-IT/common.ts +++ b/web/i18n/it-IT/common.ts @@ -559,6 +559,8 @@ const translation = { hitScore: 'Punteggio di recupero:', }, inputPlaceholder: 'Parla con il bot', + thinking: 'Pensante...', + thought: 'Pensiero', }, promptEditor: { placeholder: diff --git a/web/i18n/ja-JP/common.ts b/web/i18n/ja-JP/common.ts index c9a0bc6da..91316a961 100644 --- a/web/i18n/ja-JP/common.ts +++ b/web/i18n/ja-JP/common.ts @@ -532,6 +532,8 @@ const translation = { hitScore: '検索スコア:', }, inputPlaceholder: 'ボットと話す', + thought: '思考', + thinking: '考え中...', }, promptEditor: { placeholder: 'ここにプロンプトワードを入力してください。変数を挿入するには「{」を、プロンプトコンテンツブロックを挿入するには「/」を入力します。', diff --git a/web/i18n/ko-KR/common.ts b/web/i18n/ko-KR/common.ts index fc03cd774..b69f6fab7 100644 --- a/web/i18n/ko-KR/common.ts +++ b/web/i18n/ko-KR/common.ts @@ -524,6 +524,8 @@ const translation = { hitScore: '검색 점수:', }, inputPlaceholder: '봇과 대화', + thought: '생각', + thinking: '생각...', }, promptEditor: { placeholder: '여기에 프롬프트 단어를 입력하세요. 변수를 삽입하려면 "{{"를 입력하고, 프롬프트 컨텐츠 블록을 삽입하려면 "/"를 입력하세요.', diff --git a/web/i18n/pl-PL/common.ts b/web/i18n/pl-PL/common.ts index a26d5fe93..2aff9efeb 100644 --- a/web/i18n/pl-PL/common.ts +++ b/web/i18n/pl-PL/common.ts @@ -543,6 +543,8 @@ const translation = { hitScore: 'Wynik trafień:', }, inputPlaceholder: 'Porozmawiaj z botem', + thought: 'Myśl', + thinking: 'Myślenie...', }, promptEditor: { placeholder: diff --git a/web/i18n/pt-BR/common.ts b/web/i18n/pt-BR/common.ts index a5837dfab..900bb6fc6 100644 --- a/web/i18n/pt-BR/common.ts +++ b/web/i18n/pt-BR/common.ts @@ -528,6 +528,8 @@ const translation = { hitScore: 'Pontuação de recuperação:', }, inputPlaceholder: 'Fale com o bot', + thinking: 'Pensante...', + thought: 'Pensamento', }, promptEditor: { placeholder: 'Escreva sua palavra de incentivo aqui, digite \'{\' para inserir uma variável, digite \'/\' para inserir um bloco de conteúdo de incentivo', diff --git a/web/i18n/ro-RO/common.ts b/web/i18n/ro-RO/common.ts index 3a6a80e2a..6b50c9f60 100644 --- a/web/i18n/ro-RO/common.ts +++ b/web/i18n/ro-RO/common.ts @@ -528,6 +528,8 @@ const translation = { hitScore: 'Scor de recuperare:', }, inputPlaceholder: 'Vorbește cu Bot', + thinking: 'Gândire...', + thought: 'Gând', }, promptEditor: { placeholder: 'Scrieți aici prompt-ul, introduceți \'{}\' pentru a insera o variabilă, introduceți \'/\' pentru a insera un bloc de conținut prompt', diff --git a/web/i18n/ru-RU/common.ts b/web/i18n/ru-RU/common.ts index 7cd02a5bc..459c112e9 100644 --- a/web/i18n/ru-RU/common.ts +++ b/web/i18n/ru-RU/common.ts @@ -532,6 +532,8 @@ const translation = { hitScore: 'Оценка совпадения:', }, inputPlaceholder: 'Поговорить с ботом', + thinking: 'Мыслящий...', + thought: 'Мысль', }, promptEditor: { placeholder: 'Напишите здесь свое ключевое слово подсказки, введите \'{\', чтобы вставить переменную, введите \'/\', чтобы вставить блок содержимого подсказки', diff --git a/web/i18n/sl-SI/common.ts b/web/i18n/sl-SI/common.ts index e076c97bb..cf642d13c 100644 --- a/web/i18n/sl-SI/common.ts +++ b/web/i18n/sl-SI/common.ts @@ -731,6 +731,8 @@ const translation = { renameConversation: 'Preimenovanje pogovora', conversationName: 'Ime pogovora', conversationNamePlaceholder: 'Prosimo, vnesite ime pogovora', + thinking: 'Razmišljanje...', + thought: 'Misel', }, promptEditor: { context: { diff --git a/web/i18n/th-TH/common.ts b/web/i18n/th-TH/common.ts index db42a5771..493f07ce4 100644 --- a/web/i18n/th-TH/common.ts +++ b/web/i18n/th-TH/common.ts @@ -527,6 +527,8 @@ const translation = { hitScore: 'คะแนนการดึงข้อมูล:', }, inputPlaceholder: 'พูดคุยกับบอท', + thought: 'ความคิด', + thinking: 'ความคิด ', }, promptEditor: { placeholder: 'เขียนคําพร้อมท์ของคุณที่นี่ ป้อน \'{\' เพื่อแทรกตัวแปร ป้อน \'/\' เพื่อแทรกบล็อกเนื้อหาพร้อมท์', diff --git a/web/i18n/tr-TR/common.ts b/web/i18n/tr-TR/common.ts index c16d36aa4..f2bdce4d1 100644 --- a/web/i18n/tr-TR/common.ts +++ b/web/i18n/tr-TR/common.ts @@ -532,6 +532,8 @@ const translation = { hitScore: 'Geri Alım Skoru:', }, inputPlaceholder: 'Bot ile konuş', + thought: 'Düşünce', + thinking: 'Düşünü...', }, promptEditor: { placeholder: 'Prompt kelimenizi buraya yazın, değişken eklemek için \'{\' tuşuna, prompt içerik bloğu eklemek için \'/\' tuşuna basın', diff --git a/web/i18n/uk-UA/common.ts b/web/i18n/uk-UA/common.ts index 474dc3cb1..48793fe67 100644 --- a/web/i18n/uk-UA/common.ts +++ b/web/i18n/uk-UA/common.ts @@ -529,6 +529,8 @@ const translation = { hitScore: 'Оцінка звернення:', }, inputPlaceholder: 'Поговоріть з ботом', + thought: 'Думка', + thinking: 'Мислення...', }, promptEditor: { placeholder: 'Пишіть свої підказки тут, вводьте \'{\', щоб вставити змінну чи \'/\', щоб вставити блок-підказку', diff --git a/web/i18n/vi-VN/common.ts b/web/i18n/vi-VN/common.ts index 9d05ab30b..f436acdb9 100644 --- a/web/i18n/vi-VN/common.ts +++ b/web/i18n/vi-VN/common.ts @@ -528,6 +528,8 @@ const translation = { hitScore: 'Điểm truy xuất:', }, inputPlaceholder: 'Nói chuyện với Bot', + thought: 'Tư duy', + thinking: 'Suy nghĩ...', }, promptEditor: { placeholder: 'Viết từ khóa của bạn ở đây, nhập \'{\' để chèn một biến, nhập \'/\' để chèn một khối nội dung nhắc nhở', diff --git a/web/i18n/zh-Hant/common.ts b/web/i18n/zh-Hant/common.ts index ff1048a16..9355f6f66 100644 --- a/web/i18n/zh-Hant/common.ts +++ b/web/i18n/zh-Hant/common.ts @@ -528,6 +528,8 @@ const translation = { hitScore: '召回得分:', }, inputPlaceholder: '與 Bot 對話', + thinking: '思維。。。', + thought: '思想', }, promptEditor: { placeholder: '在這裡寫你的提示詞,輸入\'{\' 插入變數、輸入\'/\' 插入提示內容塊',