690519:1631 224 to 226 AI #01
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"intent_classification": {
|
||||
"title": "Intent Classification",
|
||||
"description": "จัดการ Intent Definitions และ Patterns สำหรับ AI Chat",
|
||||
"create_intent": "สร้าง Intent",
|
||||
"edit_intent": "แก้ไข Intent",
|
||||
"test_console": "Test Console",
|
||||
"test_console_description": "ทดสอบ Intent Classification แบบ Real-time",
|
||||
"test_console_placeholder": "พิมพ์คำถามเพื่อทดสอบ เช่น 'สรุปเอกสารนี้'",
|
||||
"test_console_empty": "พิมพ์คำถามด้านบนเพื่อทดสอบ Intent Classification",
|
||||
"intent_code": "Intent Code",
|
||||
"intent_code_hint": "UPPERCASE_SNAKE_CASE เช่น GET_RFA, SUMMARIZE_DOCUMENT",
|
||||
"description_th": "คำอธิบาย (ไทย)",
|
||||
"description_en": "Description (EN)",
|
||||
"category": "Category",
|
||||
"category_read": "Read (ดึงข้อมูล)",
|
||||
"category_suggest": "Suggest (แนะนำ)",
|
||||
"category_utility": "Utility (อื่น ๆ)",
|
||||
"patterns": "Patterns",
|
||||
"add_pattern": "เพิ่ม Pattern",
|
||||
"edit_pattern": "แก้ไข Pattern",
|
||||
"pattern_type": "ชนิด Pattern",
|
||||
"pattern_type_keyword": "Keyword (includes)",
|
||||
"pattern_type_regex": "Regex (RegExp)",
|
||||
"pattern_value": "ค่า Pattern",
|
||||
"pattern_language": "ภาษา",
|
||||
"language_any": "Any (ทุกภาษา)",
|
||||
"language_th": "Thai (ภาษาไทย)",
|
||||
"language_en": "English (ภาษาอังกฤษ)",
|
||||
"priority": "Priority",
|
||||
"priority_hint": "ต่ำ = สำคัญกว่า",
|
||||
"status_active": "Active",
|
||||
"status_inactive": "Inactive",
|
||||
"no_patterns": "ยังไม่มี Pattern — เพิ่มเพื่อให้ Pattern Matching ทำงาน",
|
||||
"method_pattern": "Pattern Match",
|
||||
"method_llm_fallback": "LLM Fallback",
|
||||
"method_semaphore_overflow": "Semaphore Overflow",
|
||||
"method_llm_error": "LLM Error",
|
||||
"confidence": "ความมั่นใจ",
|
||||
"latency": "Latency",
|
||||
"cancel": "ยกเลิก",
|
||||
"save": "บันทึก",
|
||||
"create": "สร้าง",
|
||||
"delete_confirm": "ต้องการลบ Pattern นี้?",
|
||||
"loading": "กำลังโหลด...",
|
||||
"not_found": "ไม่พบ Intent"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user