690615:1449 237 #01
CI / CD Pipeline / build (push) Failing after 3m41s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-06-15 14:49:26 +07:00
parent b46c0874f2
commit 4dde6570c1
54 changed files with 7802 additions and 727 deletions
+79
View File
@@ -85,5 +85,84 @@
"error_max_tokens_forbidden": "ไม่อนุญาตให้ override ค่า maxTokens พารามิเตอร์ถูกควบคุมโดย Runtime Policy",
"error_cpu_timeout": "การดึงข้อมูลหมดเวลาขณะใช้ CPU fallback กรุณาลองใหม่อีกครั้ง",
"error_large_context_unauthorized": "Profile large-context ต้องการสิทธิ์ผู้ดูแลระบบ"
},
"execution_profiles": {
"title": "AI Execution Profiles",
"description": "จัดการพารามิเตอร์โมเดล AI สำหรับ use case ต่าง ๆ",
"create_profile": "สร้างโปรไฟล์",
"edit_profile": "แก้ไขโปรไฟล์",
"delete_profile": "ลบโปรไฟล์",
"profile_name": "ชื่อโปรไฟล์",
"canonical_model": "Canonical Model",
"temperature": "Temperature",
"temperature_hint": "ควบคุมความสุ่ม (0.0 = แน่นอน, 1.0 = สร้างสรรค์)",
"top_p": "Top-P",
"top_p_hint": "Nucleus sampling threshold (0.0 = อนุรักษ์, 1.0 = หลากหลาย)",
"repeat_penalty": "Repeat Penalty",
"repeat_penalty_hint": "ลงโทษการซ้ำ (1.0 = ไม่ลงโทษ, 2.0 = ลงโทษหนัก)",
"max_tokens": "Max Tokens",
"max_tokens_hint": "จำนวน tokens สูงสุดที่จะสร้าง",
"num_ctx": "Context Window",
"num_ctx_hint": "ขนาด context window (num_ctx)",
"keep_alive": "Keep Alive (วินาที)",
"keep_alive_hint": "ระยะเวลาที่จะคงโมเดลไว้ใน memory หลังใช้งาน",
"no_profiles": "ไม่พบ execution profiles",
"delete_confirm": "ต้องการลบ execution profile นี้?",
"active_profiles": "Active Profiles",
"standard": "Standard",
"ocr_extract": "OCR Extract",
"rag_prep": "RAG Prep"
},
"prompt_management": {
"title": "Prompt Management",
"description": "จัดการเทมเพลตและเวอร์ชันของ AI prompt",
"prompt_type": "ประเภท Prompt",
"all_types": "ทุกประเภท",
"version_history": "ประวัติเวอร์ชัน",
"create_version": "สร้างเวอร์ชัน",
"activate_version": "เปิดใช้งานเวอร์ชัน",
"delete_version": "ลบเวอร์ชัน",
"edit_template": "แก้ไขเทมเพลต",
"edit_context_config": "แก้ไข Context Config",
"edit_note": "แก้ไขโน้ต",
"template": "เทมเพลต",
"context_config": "Context Config",
"manual_note": "โน้ต",
"last_tested": "ทดสอบล่าสุด",
"activated_at": "เปิดใช้งานเมื่อ",
"created_by": "สร้างโดย",
"is_active": "Active",
"filter": "ตัวกรอง",
"project_filter": "ตัวกรองโครงการ",
"contract_filter": "ตัวกรองสัญญา",
"page_size": "ขนาดหน้า",
"language": "ภาษา",
"output_language": "ภาษาผลลัพธ์",
"no_versions": "ไม่พบเวอร์ชัน",
"cannot_delete_active": "ไม่สามารถลบ active version ได้",
"optimistic_lock_error": "เวอร์ชันนี้ถูกแก้ไขโดยผู้ใช้อื่น กรุณารีเฟรชแล้วลองใหม่",
"validation_error": "การตรวจสอบล้มเหลว",
"pageSize_invalid": "Page size ต้องอยู่ระหว่าง 1 ถึง 1000",
"language_required": "ต้องระบุภาษา",
"output_language_required": "ต้องระบุภาษาผลลัพธ์",
"project_not_found": "ไม่พบโครงการ",
"contract_not_found": "ไม่พบสัญญา"
},
"sandbox_test": {
"title": "Sandbox Test Area",
"description": "ทดสอบโมเดล AI และ prompts ในสภาพแวดล้อมที่ปลอดภัย",
"ocr_tab": "OCR",
"ai_extract_tab": "AI Extract",
"rag_prep_tab": "RAG Prep",
"submit_test": "ส่งทดสอบ",
"test_result": "ผลการทดสอบ",
"no_result": "ไม่มีผลการทดสอบ",
"processing": "กำลังประมวลผล...",
"error": "เกิดข้อผิดพลาด",
"select_profile": "เลือก Execution Profile",
"ocr_text": "OCR Text",
"llm_output": "LLM Output",
"rag_chunks": "RAG Chunks",
"runtime_parameters": "Runtime Parameters"
}
}