refactor: translate agenticReadiness module from Spanish to English
Complete English translation of the Agentic Readiness scoring module across frontend and backend codebases to improve code maintainability and international collaboration. Frontend changes: - agenticReadinessV2.ts: Translated all algorithm functions, subfactor names, and descriptions to English (repeatability, predictability, structuring, inverseComplexity, stability, ROI) - AgenticReadinessTab.tsx: Translated RED_FLAG_CONFIGS labels and descriptions - locales/en.json & es.json: Added new translation keys for subfactors with both English and Spanish versions Backend changes: - agentic_score.py: Translated all docstrings, comments, and reason codes from Spanish to English while maintaining API compatibility All changes tested with successful frontend build compilation (no errors). https://claude.ai/code/session_check-agent-readiness-status-Exnpc
This commit is contained in:
@@ -570,12 +570,16 @@
|
||||
"humanOnlyAction": "Maintain human management, evaluate periodically",
|
||||
"redFlags": {
|
||||
"cvCritical": "Critical AHT CV",
|
||||
"cvCriticalShort": "CV",
|
||||
"cvCriticalDesc": "Extreme variability - unpredictable processes",
|
||||
"transferExcessive": "Excessive Transfer",
|
||||
"transferExcessiveShort": "Transfer",
|
||||
"transferExcessiveDesc": "High complexity - requires frequent escalation",
|
||||
"volumeInsufficient": "Insufficient Volume",
|
||||
"volumeInsufficientShort": "Vol",
|
||||
"volumeInsufficientDesc": "Negative ROI - volume doesn't justify investment",
|
||||
"dataQualityLow": "Low Data Quality",
|
||||
"dataQualityLowShort": "Valid",
|
||||
"dataQualityLowDesc": "Unreliable data - distorted metrics",
|
||||
"threshold": "(threshold: {{operator}}{{value}})"
|
||||
},
|
||||
@@ -814,6 +818,33 @@
|
||||
"roiBad": "Marginal ROI, evaluate other benefits",
|
||||
"resolution": "Resolution",
|
||||
"dataQuality": "Data Quality"
|
||||
},
|
||||
"subFactors": {
|
||||
"repeatability": "Repeatability",
|
||||
"repeatabilityDisplayName": "Repeatability",
|
||||
"repeatabilityDescription": "Monthly volume: {{volume}} interactions",
|
||||
"predictability": "Predictability",
|
||||
"predictabilityDisplayName": "Predictability",
|
||||
"predictabilityDescription": "AHT CV: {{cv}}%, Escalation: {{esc}}%",
|
||||
"structuring": "Structuring",
|
||||
"structuringDisplayName": "Structuring",
|
||||
"structuringDescription": "{{pct}}% structured fields",
|
||||
"inverseComplexity": "Inverse Complexity",
|
||||
"inverseComplexityDisplayName": "Inverse Complexity",
|
||||
"inverseComplexityDescription": "{{pct}}% exceptions",
|
||||
"stability": "Stability",
|
||||
"stabilityDisplayName": "Stability",
|
||||
"stabilityDescription": "{{pct}}% off-hours",
|
||||
"roiSavings": "ROI",
|
||||
"roiSavingsDisplayName": "ROI",
|
||||
"roiSavingsDescription": "€{{amount}}K annual potential savings",
|
||||
"interpretations": {
|
||||
"excellentForAutomation": "Excellent candidate for complete automation (Automate)",
|
||||
"goodForAssistance": "Good candidate for agentic assistance (Assist)",
|
||||
"candidateForAugmentation": "Candidate for human augmentation (Augment)",
|
||||
"notRecommended": "Not recommended for automation at this time",
|
||||
"bronzeAnalysis": "Bronze analysis does not include Agentic Readiness Score"
|
||||
}
|
||||
}
|
||||
},
|
||||
"economicModel": {
|
||||
|
||||
Reference in New Issue
Block a user