mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-31 14:47:13 +00:00
fix(web): add missing feedback i18n translations for zh-Hant, ja-JP, th-TH, vi-VN, es-ES
This commit is contained in:
@@ -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: 'คำค้นหา',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user