Files
lcbp3/frontend/public/locales/th/ai.json
T
admin ea5499123e
CI / CD Pipeline / build (push) Failing after 3m57s
CI / CD Pipeline / deploy (push) Has been skipped
690519:1631 224 to 226 AI #01
2026-05-19 16:31:50 +07:00

49 lines
2.4 KiB
JSON

{
"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"
}
}