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
@@ -53,5 +53,84 @@
"error_max_tokens_forbidden": "maxTokens override is not allowed. Runtime parameters are managed by policy.",
"error_cpu_timeout": "Retrieval operation timed out on CPU fallback. Please retry later.",
"error_large_context_unauthorized": "The large-context profile requires administrator privileges."
},
"execution_profiles": {
"title": "AI Execution Profiles",
"description": "Manage runtime AI model parameters for different use cases",
"create_profile": "Create Profile",
"edit_profile": "Edit Profile",
"delete_profile": "Delete Profile",
"profile_name": "Profile Name",
"canonical_model": "Canonical Model",
"temperature": "Temperature",
"temperature_hint": "Controls randomness (0.0 = deterministic, 1.0 = creative)",
"top_p": "Top-P",
"top_p_hint": "Nucleus sampling threshold (0.0 = conservative, 1.0 = diverse)",
"repeat_penalty": "Repeat Penalty",
"repeat_penalty_hint": "Penalize repetition (1.0 = no penalty, 2.0 = strong penalty)",
"max_tokens": "Max Tokens",
"max_tokens_hint": "Maximum tokens to generate",
"num_ctx": "Context Window",
"num_ctx_hint": "Context window size (num_ctx)",
"keep_alive": "Keep Alive (seconds)",
"keep_alive_hint": "How long to keep model in memory after use",
"no_profiles": "No execution profiles found",
"delete_confirm": "Delete this execution profile?",
"active_profiles": "Active Profiles",
"standard": "Standard",
"ocr_extract": "OCR Extract",
"rag_prep": "RAG Prep"
},
"prompt_management": {
"title": "Prompt Management",
"description": "Manage AI prompt templates and versions",
"prompt_type": "Prompt Type",
"all_types": "All Types",
"version_history": "Version History",
"create_version": "Create Version",
"activate_version": "Activate Version",
"delete_version": "Delete Version",
"edit_template": "Edit Template",
"edit_context_config": "Edit Context Config",
"edit_note": "Edit Note",
"template": "Template",
"context_config": "Context Config",
"manual_note": "Manual Note",
"last_tested": "Last Tested",
"activated_at": "Activated At",
"created_by": "Created By",
"is_active": "Active",
"filter": "Filter",
"project_filter": "Project Filter",
"contract_filter": "Contract Filter",
"page_size": "Page Size",
"language": "Language",
"output_language": "Output Language",
"no_versions": "No versions found",
"cannot_delete_active": "Cannot delete active version",
"optimistic_lock_error": "This version was modified by another user. Please refresh and try again.",
"validation_error": "Validation failed",
"pageSize_invalid": "Page size must be between 1 and 1000",
"language_required": "Language is required",
"output_language_required": "Output language is required",
"project_not_found": "Project not found",
"contract_not_found": "Contract not found"
},
"sandbox_test": {
"title": "Sandbox Test Area",
"description": "Test AI models and prompts in a safe environment",
"ocr_tab": "OCR",
"ai_extract_tab": "AI Extract",
"rag_prep_tab": "RAG Prep",
"submit_test": "Submit Test",
"test_result": "Test Result",
"no_result": "No test result available",
"processing": "Processing...",
"error": "Error occurred",
"select_profile": "Select Execution Profile",
"ocr_text": "OCR Text",
"llm_output": "LLM Output",
"rag_chunks": "RAG Chunks",
"runtime_parameters": "Runtime Parameters"
}
}
+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"
}
}