690519:1631 224 to 226 AI #01
CI / CD Pipeline / build (push) Failing after 3m57s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-05-19 16:31:50 +07:00
parent 3e25097470
commit ea5499123e
127 changed files with 12387 additions and 42 deletions
+48
View File
@@ -0,0 +1,48 @@
{
"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"
}
}