Skip to content

Commit 6ccb27b

Browse files
committed
v8.7.1
1 parent 80e9b6d commit 6ccb27b

14 files changed

+150
-14
lines changed

languages/ar.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "مشاهدة PDF",
175175
"conversationalSearch_viewSourceDocument": "مشاهدة المصدر",
176176
"conversationalSearch_toggleCitations": "فتح أو إغلاق كشف المصادر",
177+
"conversationalSearch_responseStopped": "توقفت الاستجابة",
177178
"launcher_chatNow": "اجراء محادثة الآن",
178179
"iframe_ariaSourceLoaded": "تم تحميل صفحة الانترنت.",
179180
"iframe_ariaImageAltText": "معاينة صورة لشاشة صفحة الانترنت.",
@@ -236,12 +237,22 @@
236237
"table_nextPage": "الصفحة التالية",
237238
"table_itemsPerPage": "البنود بكل صفحة:",
238239
"table_paginationSupplementalText": "من {pagesCount, number}{pagesCount, plural, zero {صفحات} other {صفحات} one {صفحة} few {صفحات} many {صفحات} two {صفحات}}",
239-
"table_paginationStatus": "{start, number}–{end, number} من{count, number} {count, plural, zero {البنود} other {البنود} one {البند} few {البنود} many {البنود} two {البنود}}",
240+
"table_paginationStatus": "{start, number}–{end, number} من {count, number} {count, plural, zero {البنود} other {البنود} one {البند} few {البنود} many {البنود} two {البنود}}",
240241
"feedback_positiveLabel": "استجابة جيدة",
241242
"feedback_negativeLabel": "استجابة سيئة",
242243
"feedback_defaultTitle": "ملاحظات إضافية",
243244
"feedback_defaultPrompt": "لماذا اخترت هذا التقييم؟",
244245
"feedback_defaultPlaceholder": "أضف تعليق",
245246
"feedback_submitLabel": "إحالة",
246-
"feedback_cancelLabel": "إلغاء"
247+
"feedback_cancelLabel": "إلغاء",
248+
"input_stopResponse": "إيقاف الاستجابة",
249+
"messages_responseStopped": "توقفت الاستجابة",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "المدخلات",
252+
"chainOfThought_outputLabel": "المخرجات",
253+
"chainOfThought_toolLabel": "أداة",
254+
"chainOfThought_statusSucceededLabel": "نجح",
255+
"chainOfThought_statusFailedLabel": "فشل",
256+
"chainOfThought_statusProcessingLabel": "تشغيل",
257+
"chainOfThought_explainabilityLabel": "كيف توصلتُ إلى هذه الإجابة؟"
247258
}

languages/cs.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "Zobrazit PDF",
175175
"conversationalSearch_viewSourceDocument": "Zobrazit zdroj",
176176
"conversationalSearch_toggleCitations": "Otevřít nebo zavřít seznam zdrojů",
177+
"conversationalSearch_responseStopped": "Odpověď zastavena",
177178
"launcher_chatNow": "Konverzovat nyní",
178179
"iframe_ariaSourceLoaded": "Webová stránka se načetla.",
179180
"iframe_ariaImageAltText": "Náhled obrázku pro panel webové stránky.",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "Proč jste zvolili toto hodnocení?",
244245
"feedback_defaultPlaceholder": "Přidejte komentář",
245246
"feedback_submitLabel": "Odeslat",
246-
"feedback_cancelLabel": "Storno"
247+
"feedback_cancelLabel": "Storno",
248+
"input_stopResponse": "Zastavit odpověď",
249+
"messages_responseStopped": "Odpověď zastavena",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "Vstup",
252+
"chainOfThought_outputLabel": "Výstup",
253+
"chainOfThought_toolLabel": "Nástroj",
254+
"chainOfThought_statusSucceededLabel": "Úspěch",
255+
"chainOfThought_statusFailedLabel": "Nezdařený",
256+
"chainOfThought_statusProcessingLabel": "Zpracování",
257+
"chainOfThought_explainabilityLabel": "Jak jsem dostal tuto odpověď?"
247258
}

languages/de.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "PDF anzeigen",
175175
"conversationalSearch_viewSourceDocument": "Quelle anzeigen",
176176
"conversationalSearch_toggleCitations": "Liste der Quellen öffnen oder schließen",
177+
"conversationalSearch_responseStopped": "Antwort beendet",
177178
"launcher_chatNow": "Chat starten",
178179
"iframe_ariaSourceLoaded": "Die Webseite wurde geladen.",
179180
"iframe_ariaImageAltText": "Vorschaubild für die Webseite.",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "Warum haben Sie diese Bewertung gewählt?",
244245
"feedback_defaultPlaceholder": "Kommentar hinzufügen",
245246
"feedback_submitLabel": "Übergeben",
246-
"feedback_cancelLabel": "Abbrechen"
247+
"feedback_cancelLabel": "Abbrechen",
248+
"input_stopResponse": "Stoppreaktion",
249+
"messages_responseStopped": "Antwort beendet",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "Eingabe",
252+
"chainOfThought_outputLabel": "Ausgabe",
253+
"chainOfThought_toolLabel": "Tool",
254+
"chainOfThought_statusSucceededLabel": "Erfolgreich",
255+
"chainOfThought_statusFailedLabel": "Fehlgeschlagen",
256+
"chainOfThought_statusProcessingLabel": "Verarbeitung läuft",
257+
"chainOfThought_explainabilityLabel": "Wie habe ich diese Antwort erhalten?"
247258
}

languages/en.json

+4
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,12 @@
247247
"feedback_cancelLabel": "Cancel",
248248
"input_stopResponse": "Stop response",
249249
"messages_responseStopped": "Response stopped",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
250251
"chainOfThought_inputLabel": "Input",
251252
"chainOfThought_outputLabel": "Output",
252253
"chainOfThought_toolLabel": "Tool",
254+
"chainOfThought_statusSucceededLabel": "Succeeded",
255+
"chainOfThought_statusFailedLabel": "Failed",
256+
"chainOfThought_statusProcessingLabel": "Processing",
253257
"chainOfThought_explainabilityLabel": "How did I get this answer?"
254258
}

languages/es.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "Ver PDF",
175175
"conversationalSearch_viewSourceDocument": "Ver origen",
176176
"conversationalSearch_toggleCitations": "Abrir o cerrar la lista de orígenes",
177+
"conversationalSearch_responseStopped": "Respuesta detenida",
177178
"launcher_chatNow": "Conversar ahora",
178179
"iframe_ariaSourceLoaded": "Se ha cargado la página web.",
179180
"iframe_ariaImageAltText": "Imagen de vista previa del panel de la página web.",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "¿Por qué ha elegido esta calificación?",
244245
"feedback_defaultPlaceholder": "Añada un comentario",
245246
"feedback_submitLabel": "Enviar",
246-
"feedback_cancelLabel": "Cancelar"
247+
"feedback_cancelLabel": "Cancelar",
248+
"input_stopResponse": "Detener respuesta",
249+
"messages_responseStopped": "Respuesta detenida",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "Entrada",
252+
"chainOfThought_outputLabel": "Resultado",
253+
"chainOfThought_toolLabel": "Herramienta",
254+
"chainOfThought_statusSucceededLabel": "Satisfactorio",
255+
"chainOfThought_statusFailedLabel": "Fallido",
256+
"chainOfThought_statusProcessingLabel": "Proceso",
257+
"chainOfThought_explainabilityLabel": "¿Cómo he conseguido esta respuesta?"
247258
}

languages/fr.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "Afficher au format PDF",
175175
"conversationalSearch_viewSourceDocument": "Afficher la source",
176176
"conversationalSearch_toggleCitations": "Ouvrir ou fermer la liste des sources",
177+
"conversationalSearch_responseStopped": "Réponse arrêtée",
177178
"launcher_chatNow": "Discuter maintenant",
178179
"iframe_ariaSourceLoaded": "La page Web s'est chargée.",
179180
"iframe_ariaImageAltText": "Prévisualiser l'image du panneau de la page Web.",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "Pourquoi avez-vous choisi cette évaluation ?",
244245
"feedback_defaultPlaceholder": "Ajouter un commentaire",
245246
"feedback_submitLabel": "Soumettre",
246-
"feedback_cancelLabel": "Annuler"
247+
"feedback_cancelLabel": "Annuler",
248+
"input_stopResponse": "Arrêter la réponse",
249+
"messages_responseStopped": "Réponse arrêtée",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "Entrée",
252+
"chainOfThought_outputLabel": "Sortie",
253+
"chainOfThought_toolLabel": "Outil",
254+
"chainOfThought_statusSucceededLabel": "Réussite",
255+
"chainOfThought_statusFailedLabel": "Echec",
256+
"chainOfThought_statusProcessingLabel": "Traitement",
257+
"chainOfThought_explainabilityLabel": "Comment ai-je obtenu cette réponse ?"
247258
}

languages/it.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "Visualizza PDF",
175175
"conversationalSearch_viewSourceDocument": "Visualizza origine",
176176
"conversationalSearch_toggleCitations": "Apri o chiudi l'elenco di origini",
177+
"conversationalSearch_responseStopped": "Risposta arrestata",
177178
"launcher_chatNow": "Avvia chat",
178179
"iframe_ariaSourceLoaded": "La pagina Web è stata caricata.",
179180
"iframe_ariaImageAltText": "Immagine di anteprima per il pannello della pagina Web.",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "Perché hai scelto questa valutazione?",
244245
"feedback_defaultPlaceholder": "Aggiungi un commento",
245246
"feedback_submitLabel": "Inoltra",
246-
"feedback_cancelLabel": "Annulla"
247+
"feedback_cancelLabel": "Annulla",
248+
"input_stopResponse": "Arresta risposta",
249+
"messages_responseStopped": "Risposta arrestata",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "Input",
252+
"chainOfThought_outputLabel": "Output",
253+
"chainOfThought_toolLabel": "Strumento",
254+
"chainOfThought_statusSucceededLabel": "Riuscito",
255+
"chainOfThought_statusFailedLabel": "Non riuscito",
256+
"chainOfThought_statusProcessingLabel": "Elaborazione",
257+
"chainOfThought_explainabilityLabel": "Come ho ottenuto questa risposta?"
247258
}

languages/ja.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "PDFの表示",
175175
"conversationalSearch_viewSourceDocument": "ソースの表示",
176176
"conversationalSearch_toggleCitations": "ソースのリストを開く/閉じる",
177+
"conversationalSearch_responseStopped": "応答停止",
177178
"launcher_chatNow": "今すぐチャット",
178179
"iframe_ariaSourceLoaded": "Web ページがロードされました。",
179180
"iframe_ariaImageAltText": "Web ページ・パネルのイメージをプレビューします。",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "なぜこの評価を選択されましたか?",
244245
"feedback_defaultPlaceholder": "コメントの追加",
245246
"feedback_submitLabel": "送信",
246-
"feedback_cancelLabel": "キャンセル"
247+
"feedback_cancelLabel": "キャンセル",
248+
"input_stopResponse": "応答停止",
249+
"messages_responseStopped": "応答停止",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "入力",
252+
"chainOfThought_outputLabel": "出力",
253+
"chainOfThought_toolLabel": "ツール",
254+
"chainOfThought_statusSucceededLabel": "成功",
255+
"chainOfThought_statusFailedLabel": "失敗",
256+
"chainOfThought_statusProcessingLabel": "処理中",
257+
"chainOfThought_explainabilityLabel": "この答えはどうやって得たのでしょうか?"
247258
}

languages/ko.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "PDF 보기",
175175
"conversationalSearch_viewSourceDocument": "소스 보기",
176176
"conversationalSearch_toggleCitations": "소스 목록 열기 또는 닫기",
177+
"conversationalSearch_responseStopped": "응답이 중지됨",
177178
"launcher_chatNow": "지금 대화하기",
178179
"iframe_ariaSourceLoaded": "웹 페이지가 로드되었습니다.",
179180
"iframe_ariaImageAltText": "웹 페이지 패널의 미리보기 이미지입니다.",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "이 등급을 선택한 이유가 무엇입니까?",
244245
"feedback_defaultPlaceholder": "주석 추가",
245246
"feedback_submitLabel": "제출",
246-
"feedback_cancelLabel": "취소"
247+
"feedback_cancelLabel": "취소",
248+
"input_stopResponse": "응답 중지",
249+
"messages_responseStopped": "응답이 중지됨",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "입력",
252+
"chainOfThought_outputLabel": "출력",
253+
"chainOfThought_toolLabel": "도구",
254+
"chainOfThought_statusSucceededLabel": "성공",
255+
"chainOfThought_statusFailedLabel": "실패함",
256+
"chainOfThought_statusProcessingLabel": "처리",
257+
"chainOfThought_explainabilityLabel": "이 답변은 어떻게 얻으셨습니까?"
247258
}

languages/nl.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "PDF bekijken",
175175
"conversationalSearch_viewSourceDocument": "Bron bekijken",
176176
"conversationalSearch_toggleCitations": "De lijst van bronnen openen of sluiten",
177+
"conversationalSearch_responseStopped": "Respons gestopt",
177178
"launcher_chatNow": "Nu chatten",
178179
"iframe_ariaSourceLoaded": "De webpagina is geladen.",
179180
"iframe_ariaImageAltText": "Previewafbeelding voor het venster van de webpagina.",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "Waarom hebt u voor deze beoordeling gekozen?",
244245
"feedback_defaultPlaceholder": "Voeg een opmerking toe",
245246
"feedback_submitLabel": "Indienen",
246-
"feedback_cancelLabel": "Annuleren"
247+
"feedback_cancelLabel": "Annuleren",
248+
"input_stopResponse": "Respons stoppen",
249+
"messages_responseStopped": "Respons gestopt",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "Invoer",
252+
"chainOfThought_outputLabel": "Uitvoer",
253+
"chainOfThought_toolLabel": "Tool",
254+
"chainOfThought_statusSucceededLabel": "Geslaagd",
255+
"chainOfThought_statusFailedLabel": "Mislukt",
256+
"chainOfThought_statusProcessingLabel": "Bezig met verwerken",
257+
"chainOfThought_explainabilityLabel": "Hoe kom ik aan dit antwoord?"
247258
}

languages/pt-br.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "Visualizar PDF",
175175
"conversationalSearch_viewSourceDocument": "Visualizar fonte",
176176
"conversationalSearch_toggleCitations": "Abrir ou fechar a lista de origens",
177+
"conversationalSearch_responseStopped": "Resposta interrompida",
177178
"launcher_chatNow": "Inicie um bate-papo agora",
178179
"iframe_ariaSourceLoaded": "A página da web foi carregada.",
179180
"iframe_ariaImageAltText": "Visualizar imagem do painel da página da web.",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "Qual foi o critério usado para essa classificação?",
244245
"feedback_defaultPlaceholder": "Incluir um comentário",
245246
"feedback_submitLabel": "Enviar",
246-
"feedback_cancelLabel": "Cancelar"
247+
"feedback_cancelLabel": "Cancelar",
248+
"input_stopResponse": "Parar resposta",
249+
"messages_responseStopped": "Resposta interrompida",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "Entrada",
252+
"chainOfThought_outputLabel": "Saída",
253+
"chainOfThought_toolLabel": "Ferramenta",
254+
"chainOfThought_statusSucceededLabel": "Bem-sucedido",
255+
"chainOfThought_statusFailedLabel": "Com falha",
256+
"chainOfThought_statusProcessingLabel": "Processando",
257+
"chainOfThought_explainabilityLabel": "Como obtive essa resposta?"
247258
}

languages/zh-tw.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "檢視 PDF",
175175
"conversationalSearch_viewSourceDocument": "檢視來源",
176176
"conversationalSearch_toggleCitations": "開啟或關閉來源清單",
177+
"conversationalSearch_responseStopped": "已停止回應",
177178
"launcher_chatNow": "立即會談",
178179
"iframe_ariaSourceLoaded": "已載入網頁。",
179180
"iframe_ariaImageAltText": "預覽網頁畫面的影像。",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "您為何選擇此評比?",
244245
"feedback_defaultPlaceholder": "新增評論",
245246
"feedback_submitLabel": "提交",
246-
"feedback_cancelLabel": "取消"
247+
"feedback_cancelLabel": "取消",
248+
"input_stopResponse": "停止回應",
249+
"messages_responseStopped": "已停止回應",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "輸入",
252+
"chainOfThought_outputLabel": "輸出",
253+
"chainOfThought_toolLabel": "工具",
254+
"chainOfThought_statusSucceededLabel": "成功",
255+
"chainOfThought_statusFailedLabel": "失敗",
256+
"chainOfThought_statusProcessingLabel": "正在處理",
257+
"chainOfThought_explainabilityLabel": "我是如何取得這個答案的?"
247258
}

languages/zh.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"conversationalSearch_viewPDF": "查看 PDF",
175175
"conversationalSearch_viewSourceDocument": "查看源",
176176
"conversationalSearch_toggleCitations": "打开或关闭源列表",
177+
"conversationalSearch_responseStopped": "响应已停止",
177178
"launcher_chatNow": "立即聊天",
178179
"iframe_ariaSourceLoaded": "网页已加载。",
179180
"iframe_ariaImageAltText": "预览网页面板的图像。",
@@ -243,5 +244,15 @@
243244
"feedback_defaultPrompt": "为什么选择此评级?",
244245
"feedback_defaultPlaceholder": "添加注释",
245246
"feedback_submitLabel": "提交",
246-
"feedback_cancelLabel": "取消"
247+
"feedback_cancelLabel": "取消",
248+
"input_stopResponse": "停止响应",
249+
"messages_responseStopped": "响应已停止",
250+
"chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251+
"chainOfThought_inputLabel": "Input",
252+
"chainOfThought_outputLabel": "输出",
253+
"chainOfThought_toolLabel": "工具",
254+
"chainOfThought_statusSucceededLabel": "已成功",
255+
"chainOfThought_statusFailedLabel": "失败",
256+
"chainOfThought_statusProcessingLabel": "正在处理",
257+
"chainOfThought_explainabilityLabel": "我是如何得到这个答案的?"
247258
}

last-published.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
021725 154050
1+
032025 161050

0 commit comments

Comments
 (0)