heading_title_actor_critic = Actor-Critic Monitoring Dashboard
button_refresh = Refresh
button_back_dashboard = Back to Dashboard
button_export_csv = Export CSV
button_export_json = Export JSON

text_actor_critic = Actor & Critic
text_registry_overview = Registry Overview
text_total_actors = Total Actors
text_total_critics = Total Critics
text_separation_ratio = Separation Ratio
text_total_agents = Total Agents

text_actor_metrics = Actor Performance Metrics
text_total_executions = Total Executions
text_avg_execution_time = Avg Execution Time
text_success_rate = Success Rate
text_avg_quality_score = Avg Quality Score

text_actor_id = Actor ID
text_executions = Executions
text_avg_time = Avg Time
text_quality = Quality
text_success_rate = Success Rate

text_critic_metrics = Critic Performance Metrics
text_total_evaluations = Total Evaluations
text_avg_evaluation_time = Avg Evaluation Time
text_avg_overall_score = Avg Overall Score

text_critic_id = Critic ID
text_evaluations = Evaluations
text_avg_score = Avg Score
text_accuracy = Accuracy
text_completeness = Completeness

text_coordination_metrics = Coordination Metrics
text_total_coordinations = Total Coordinations
text_avg_coordination_time = Avg Coordination Time
text_avg_consensus_score = Avg Consensus Score
text_avg_critics_per_coordination = Avg Critics per Coordination

text_utilization_metrics = Utilization Metrics
text_actor_utilization = Actor Utilization
text_critic_utilization = Critic Utilization

text_recent_coordinations = Recent Coordinations Timeline
text_critics = critics
text_no_coordinations = No recent coordinations found

text_export_metrics = Export Metrics

text_adaptive_weighting = Adaptive Weighting
text_total_weights = Total Weights
text_avg_weight = Average Weight
text_consensus_count = Consensus Count
text_avg_difference = Average Difference
text_recent_adaptive_weights = Recent Adaptive Weights
text_raw_weight = Raw Weight
text_normalized_weight = Normalized Weight
text_explanation = Explanation
text_created = Created
text_consensus_comparison = Consensus Comparison
text_dynamic_consensus = Dynamic Consensus
text_static_consensus = Static Consensus
text_difference = Difference
text_difference_percent = Difference %
text_evaluation_id = Evaluation ID

text_reputation_metrics = Reputation Metrics
text_avg_reputation = Average Reputation
text_established_critics = Established Critics
text_active_alerts = Active Alerts
text_top_critics = Top Critics by Reputation
text_reputation = Reputation
text_status = Status
text_reputation_alerts = Reputation Alerts
text_alert_type = Alert Type
text_severity = Severity
text_message = Message
text_created_at = Created At
text_no_data = No data available

help_title = Help - Understanding the Actor-Critic System
help_description = This page presents metrics for the Actor-Critic system that separates response generation (actors) from quality evaluation (critics).
help_actors = <strong>Actors:</strong> Agents that produce responses (AnalyticsAgent, SemanticAgent, etc.). Key metrics: execution time, success rate, quality score.
help_critics = <strong>Critics:</strong> Agents that evaluate response quality. Key metrics: evaluation time, average score assigned, accuracy, and completeness.
help_coordination = <strong>Coordination:</strong> Synchronization process between actors and critics. The consensus score measures agreement between multiple evaluators.
help_reputation = <strong>Reputation:</strong> Cumulative score based on evaluation history. Critics with higher reputation carry more weight in consensus.
help_adaptive = <strong>Adaptive Weighting:</strong> Dynamically adjusts each critic's weight based on their historical reliability and recent results.
help_export = <strong>Export:</strong> You can export metrics in CSV or JSON for external analysis.
