fix: auto translate failed when there is a new file in english (#19671)

This commit is contained in:
Joel
2025-05-14 16:01:35 +08:00
committed by GitHub
parent 1b4fea1794
commit 1c91736a6d
237 changed files with 7543 additions and 23 deletions

View File

@@ -164,6 +164,10 @@ const translation = {
title: 'โอปิก',
description: 'Opik เป็นแพลตฟอร์มโอเพ่นซอร์สสําหรับการประเมิน ทดสอบ และตรวจสอบแอปพลิเคชัน LLM',
},
weave: {
title: 'ทอ',
description: 'Weave เป็นแพลตฟอร์มโอเพนซอร์สสำหรับการประเมินผล ทดสอบ และตรวจสอบแอปพลิเคชัน LLM',
},
},
mermaid: {
handDrawn: 'วาดด้วยมือ',
@@ -190,6 +194,17 @@ const translation = {
noParams: 'ไม่จําเป็นต้องใช้พารามิเตอร์',
label: 'แอพ',
},
structOutput: {
notConfiguredTip: 'ยังไม่ได้กำหนดผลลัพธ์ที่มีโครงสร้าง',
moreFillTip: 'แสดงระดับการซ้อนสูงสุด 10 ระดับ',
structuredTip: 'Structured Outputs เป็นฟีเจอร์ที่ทำให้มั่นใจว่าโมเดลจะสร้างคำตอบที่สอดคล้องกับ JSON Schema ที่คุณกำหนดไว้เสมอ',
configure: 'กำหนดค่า',
required: 'ที่จำเป็น',
LLMResponse: 'LLM ตอบสนอง',
structured: 'มีระเบียบ',
modelNotSupported: 'โมเดลไม่ได้รับการสนับสนุน',
modelNotSupportedTip: 'โมเดลปัจจุบันไม่รองรับฟีเจอร์นี้และจะถูกลดระดับเป็นการฉีดคำสั่งโดยอัตโนมัติ.',
},
}
export default translation