{ "intent_classification": { "title": "Intent Classification", "description": "Manage Intent Definitions and Patterns for AI Chat", "create_intent": "Create Intent", "edit_intent": "Edit Intent", "test_console": "Test Console", "test_console_description": "Test Intent Classification in real-time", "test_console_placeholder": "Type a question to test, e.g. 'summarize this document'", "test_console_empty": "Type a question above to test Intent Classification", "intent_code": "Intent Code", "intent_code_hint": "UPPERCASE_SNAKE_CASE e.g. GET_RFA, SUMMARIZE_DOCUMENT", "description_th": "Description (Thai)", "description_en": "Description (EN)", "category": "Category", "category_read": "Read (Fetch data)", "category_suggest": "Suggest (Recommendations)", "category_utility": "Utility (Others)", "patterns": "Patterns", "add_pattern": "Add Pattern", "edit_pattern": "Edit Pattern", "pattern_type": "Pattern Type", "pattern_type_keyword": "Keyword (includes)", "pattern_type_regex": "Regex (RegExp)", "pattern_value": "Pattern Value", "pattern_language": "Language", "language_any": "Any (All languages)", "language_th": "Thai", "language_en": "English", "priority": "Priority", "priority_hint": "Lower = more important", "status_active": "Active", "status_inactive": "Inactive", "no_patterns": "No patterns yet — add one to enable Pattern Matching", "method_pattern": "Pattern Match", "method_llm_fallback": "LLM Fallback", "method_semaphore_overflow": "Semaphore Overflow", "method_llm_error": "LLM Error", "confidence": "Confidence", "latency": "Latency", "cancel": "Cancel", "save": "Save", "create": "Create", "delete_confirm": "Delete this pattern?", "loading": "Loading...", "not_found": "Intent not found" }, "ai_runtime_policy": { "error_model_key_forbidden": "model.key is not allowed. The system selects the model automatically.", "error_execution_profile_forbidden": "executionProfile is not allowed in the request payload.", "error_temperature_forbidden": "temperature override is not allowed. Runtime parameters are managed by policy.", "error_top_p_forbidden": "top_p override is not allowed. Runtime parameters are managed by policy.", "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." } }