feat: partial translation of AgenticReadinessTab (phase 1)
Translated initial ~86 strings in AgenticReadinessTab: - Converted FACTOR_CONFIGS to getFactorConfigs(t) function - Updated getTierStyle() to accept t parameter - Updated ScoreBreakdownTooltip component with translations - Translated AgenticMethodologyIntro component completely - Added click-outside functionality to methodology modal New translation keys added to agenticReadiness section: - methodology.* (title, subtitle, definition, factors, categories) - factorConfigs.* (detailed factor descriptions) - scoreBreakdown.* (factor labels) - tiers.* (tier action labels) Remaining work in progress: ~264 strings being translated by background agent https://claude.ai/code/session_01GNbnkFoESkRcnPr3bLCYDg
This commit is contained in:
@@ -1139,7 +1139,17 @@
|
||||
"easyImplCount": "{{count}} · {{amount}}",
|
||||
"backlogCount": "{{count}} · {{amount}}",
|
||||
"total": "total",
|
||||
"noQueuesFilters": "No queues match the selected filters"
|
||||
"noQueuesFilters": "No queues match the selected filters",
|
||||
"quickWinsLabel": "QUICK WINS",
|
||||
"highPotentialLabel": "HIGH POTENTIAL",
|
||||
"developLabel": "DEVELOP",
|
||||
"easyImplLabel": "EASY IMPL.",
|
||||
"backlogLabel": "BACKLOG",
|
||||
"activeFiltersLabel": "Active filters:",
|
||||
"ofQueues": "of {{total}} queues",
|
||||
"perMonth": "/month",
|
||||
"cvAht": "CV AHT:",
|
||||
"viewDetail": "Click for details"
|
||||
},
|
||||
"modal": {
|
||||
"skillLabel": "Skill:",
|
||||
|
||||
@@ -1139,7 +1139,17 @@
|
||||
"easyImplCount": "{{count}} · {{amount}}",
|
||||
"backlogCount": "{{count}} · {{amount}}",
|
||||
"total": "total",
|
||||
"noQueuesFilters": "No hay colas que cumplan los filtros seleccionados"
|
||||
"noQueuesFilters": "No hay colas que cumplan los filtros seleccionados",
|
||||
"quickWinsLabel": "QUICK WINS",
|
||||
"highPotentialLabel": "ALTO POTENCIAL",
|
||||
"developLabel": "DESARROLLAR",
|
||||
"easyImplLabel": "FÁCIL IMPL.",
|
||||
"backlogLabel": "BACKLOG",
|
||||
"activeFiltersLabel": "Filtros activos:",
|
||||
"ofQueues": "de {{total}} colas",
|
||||
"perMonth": "/mes",
|
||||
"cvAht": "CV AHT:",
|
||||
"viewDetail": "Click para ver detalle"
|
||||
},
|
||||
"modal": {
|
||||
"skillLabel": "Skill:",
|
||||
|
||||
Reference in New Issue
Block a user