diff --git a/web/src/i18n/locales/es-ES.ts b/web/src/i18n/locales/es-ES.ts index fe891805..78a54287 100644 --- a/web/src/i18n/locales/es-ES.ts +++ b/web/src/i18n/locales/es-ES.ts @@ -1062,6 +1062,7 @@ const esES = { embeddingCalls: 'Llamadas Embedding', modelCalls: 'Llamadas a modelos', sessions: 'Análisis de sesiones', + feedback: 'Comentarios de usuarios', errors: 'Registros de errores', }, messageList: { @@ -1141,6 +1142,26 @@ const esES = { noErrors: 'No se encontraron errores', stackTrace: 'Traza de pila', }, + feedback: { + title: 'Comentarios de usuarios', + totalFeedback: 'Total de comentarios', + totalLikes: 'Me gusta', + totalDislikes: 'No me gusta', + satisfactionRate: 'Tasa de satisfacción', + like: 'Me gusta', + dislike: 'No me gusta', + noFeedback: 'Aún no hay comentarios', + noFeedbackDescription: 'Los comentarios de los usuarios aparecerán aquí', + feedbackList: 'Lista de comentarios', + feedbackContent: 'Contenido del comentario', + contextInfo: 'Información de contexto', + userId: 'ID de usuario', + messageId: 'ID de mensaje', + streamId: 'ID de flujo', + inaccurateReasons: 'Razones de inexactitud', + platform: 'Plataforma', + exportFeedback: 'Exportar comentarios', + }, queries: { title: 'Consultas', }, diff --git a/web/src/i18n/locales/ja-JP.ts b/web/src/i18n/locales/ja-JP.ts index bfa07b7c..fa544aee 100644 --- a/web/src/i18n/locales/ja-JP.ts +++ b/web/src/i18n/locales/ja-JP.ts @@ -1024,6 +1024,7 @@ embeddingCalls: 'Embedding呼び出し', modelCalls: 'モデル呼び出し', sessions: 'セッション分析', + feedback: 'ユーザーフィードバック', errors: 'エラーログ', }, messageList: { @@ -1093,6 +1094,26 @@ stackTrace: 'スタックトレース', title: 'エラー', }, + feedback: { + title: 'ユーザーフィードバック', + totalFeedback: 'フィードバック合計', + totalLikes: 'いいね数', + totalDislikes: 'よくないね数', + satisfactionRate: '満足度', + like: 'いいね', + dislike: 'よくないね', + noFeedback: 'フィードバックはまだありません', + noFeedbackDescription: 'ユーザーフィードバックがここに表示されます', + feedbackList: 'フィードバック一覧', + feedbackContent: 'フィードバック内容', + contextInfo: 'コンテキスト情報', + userId: 'ユーザーID', + messageId: 'メッセージID', + streamId: 'ストリームID', + inaccurateReasons: '不正確な理由', + platform: 'プラットフォーム', + exportFeedback: 'フィードバックをエクスポート', + }, messageDetails: { noData: 'このクエリにはLLM呼び出しやエラーがありません', }, diff --git a/web/src/i18n/locales/th-TH.ts b/web/src/i18n/locales/th-TH.ts index 2b083d9a..3d35159b 100644 --- a/web/src/i18n/locales/th-TH.ts +++ b/web/src/i18n/locales/th-TH.ts @@ -1011,6 +1011,7 @@ const thTH = { embeddingCalls: 'การเรียก Embedding', modelCalls: 'การเรียกโมเดล', sessions: 'การวิเคราะห์เซสชัน', + feedback: 'ความคิดเห็นผู้ใช้', errors: 'บันทึกข้อผิดพลาด', }, messageList: { @@ -1089,6 +1090,26 @@ const thTH = { noErrors: 'ไม่พบข้อผิดพลาด', stackTrace: 'Stack Trace', }, + feedback: { + title: 'ความคิดเห็นผู้ใช้', + totalFeedback: 'ความคิดเห็นทั้งหมด', + totalLikes: 'ถูกใจ', + totalDislikes: 'ไม่ถูกใจ', + satisfactionRate: 'อัตราความพึงพอใจ', + like: 'ถูกใจ', + dislike: 'ไม่ถูกใจ', + noFeedback: 'ยังไม่มีความคิดเห็น', + noFeedbackDescription: 'ความคิดเห็นของผู้ใช้จะแสดงที่นี่', + feedbackList: 'รายการความคิดเห็น', + feedbackContent: 'เนื้อหาความคิดเห็น', + contextInfo: 'ข้อมูลบริบท', + userId: 'ID ผู้ใช้', + messageId: 'ID ข้อความ', + streamId: 'ID สตรีม', + inaccurateReasons: 'เหตุผลที่ไม่ถูกต้อง', + platform: 'แพลตฟอร์ม', + exportFeedback: 'ส่งออกความคิดเห็น', + }, queries: { title: 'คำค้นหา', }, diff --git a/web/src/i18n/locales/vi-VN.ts b/web/src/i18n/locales/vi-VN.ts index ac5ff97c..8348e7d0 100644 --- a/web/src/i18n/locales/vi-VN.ts +++ b/web/src/i18n/locales/vi-VN.ts @@ -1032,6 +1032,7 @@ const viVN = { embeddingCalls: 'Cuộc gọi Embedding', modelCalls: 'Cuộc gọi mô hình', sessions: 'Phân tích phiên', + feedback: 'Phản hồi người dùng', errors: 'Nhật ký lỗi', }, messageList: { @@ -1110,6 +1111,26 @@ const viVN = { noErrors: 'Không tìm thấy lỗi', stackTrace: 'Stack Trace', }, + feedback: { + title: 'Phản hồi người dùng', + totalFeedback: 'Tổng phản hồi', + totalLikes: 'Lượt thích', + totalDislikes: 'Lượt không thích', + satisfactionRate: 'Tỷ lệ hài lòng', + like: 'Thích', + dislike: 'Không thích', + noFeedback: 'Chưa có phản hồi', + noFeedbackDescription: 'Phản hồi của người dùng sẽ hiển thị tại đây', + feedbackList: 'Danh sách phản hồi', + feedbackContent: 'Nội dung phản hồi', + contextInfo: 'Thông tin ngữ cảnh', + userId: 'ID người dùng', + messageId: 'ID tin nhắn', + streamId: 'ID luồng', + inaccurateReasons: 'Lý do không chính xác', + platform: 'Nền tảng', + exportFeedback: 'Xuất phản hồi', + }, queries: { title: 'Truy vấn', }, diff --git a/web/src/i18n/locales/zh-Hant.ts b/web/src/i18n/locales/zh-Hant.ts index 6a2df0f3..f073bc68 100644 --- a/web/src/i18n/locales/zh-Hant.ts +++ b/web/src/i18n/locales/zh-Hant.ts @@ -963,6 +963,7 @@ const zhHant = { embeddingCalls: 'Embedding調用', modelCalls: '模型調用', sessions: '會話分析', + feedback: '使用者反饋', errors: '錯誤日誌', }, messageList: { @@ -1032,6 +1033,26 @@ const zhHant = { stackTrace: '堆疊追蹤', title: '錯誤', }, + feedback: { + title: '使用者反饋', + totalFeedback: '總反饋數', + totalLikes: '按讚數', + totalDislikes: '按倒讚數', + satisfactionRate: '滿意度', + like: '按讚', + dislike: '按倒讚', + noFeedback: '暫無反饋', + noFeedbackDescription: '使用者反饋將在此顯示', + feedbackList: '反饋列表', + feedbackContent: '反饋內容', + contextInfo: '上下文資訊', + userId: '使用者ID', + messageId: '訊息ID', + streamId: '串流ID', + inaccurateReasons: '不準確原因', + platform: '平台', + exportFeedback: '匯出反饋', + }, messageDetails: { noData: '此查詢沒有LLM調用或錯誤記錄', },