Agent: - lifecycle: run tracking, middleware hardening, langgraph setup - tests: agent lifecycle + langgraph setup coverage Backend: - async_job_runner: resilience hardening, tests - agent_conversations: run lifecycle integration - translate: scheduler + orchestrator SQL adjustments - schemas/services: agent_lifecycle model extensions Frontend: - TaskDrawer: UX improvements - TaskLogPanel/Viewer: safety hardening, i18n (en/ru) - FilterBar: report filters contract + tests - Reports page: layout adjustments Specs: - 036-agent-test-stabilization: runs contract, modules, events - 037-superset-baseline-engine: catalog schema, testing API, modules - 038-dashboard-scenario-model: scenario schema, capture profile, modules - 039-dashboard-scenario-ui: screen models, release verification UX, modules - dashboard-verification-usecases: new cross-cutting spec
105 lines
3.9 KiB
JSON
105 lines
3.9 KiB
JSON
{
|
|
"management": "Task Management",
|
|
"run_backup": "Run Backup",
|
|
"recent": "Recent Tasks",
|
|
"details_logs": "Task Details & Logs",
|
|
"select_task": "Select a task to view logs and details",
|
|
"loading": "Loading tasks...",
|
|
"no_tasks": "No tasks found.",
|
|
"started": "Started {time}",
|
|
"logs_title": "Task Logs",
|
|
"refresh": "Refresh",
|
|
"no_logs": "No logs available.",
|
|
"manual_backup": "Run Manual Backup",
|
|
"target_env": "Target Environment",
|
|
"select_env": "-- Select Environment --",
|
|
"start_backup": "Start Backup",
|
|
"backup_schedule": "Automatic Backup Schedule",
|
|
"schedule_enabled": "Enabled",
|
|
"cron_label": "Cron Expression",
|
|
"cron_hint": "e.g., 0 0 * * * for daily at midnight",
|
|
"next_run": "Next run",
|
|
"footer_text": "Task continues running in background",
|
|
"drawer": "Task drawer",
|
|
"close_drawer": "Close drawer",
|
|
"back_to_list": "Back to task list",
|
|
"log_stream_failed": "Failed to connect to log stream after multiple attempts.",
|
|
"mapping_resolved": "Mapping resolved, migration continuing...",
|
|
"mapping_resolve_failed": "Failed to resolve mapping: {error}",
|
|
"passwords_submitted": "Passwords submitted, resuming migration...",
|
|
"resume_failed": "Failed to resume task: {error}",
|
|
"task_label": "Task",
|
|
"connecting": "Connecting...",
|
|
"reconnecting": "Reconnecting...",
|
|
"live": "Live",
|
|
"completed": "Completed",
|
|
"awaiting_mapping": "Awaiting Mapping",
|
|
"awaiting_input": "Awaiting Input",
|
|
"disconnected": "Disconnected",
|
|
"details_parameters": "Task Details & Parameters",
|
|
"started_label": "Started",
|
|
"plugin": "Plugin",
|
|
"parameters": "Parameters",
|
|
"waiting_logs": "Waiting for new logs...",
|
|
"result_select_task": "Select a task to view result.",
|
|
"result_not_structured": "No structured result for this task.",
|
|
"result_llm_validation": "LLM dashboard validation",
|
|
"result_no_summary": "No summary",
|
|
"issues": "Issues",
|
|
"location": "Location",
|
|
"backup_result": "Backup result",
|
|
"total": "Total",
|
|
"successful": "Successful",
|
|
"failed": "Failed",
|
|
"errors": "Errors",
|
|
"migration_result": "Migration result",
|
|
"selected": "Selected",
|
|
"with_errors": "With errors",
|
|
"migration_errors": "Migration errors",
|
|
"clear_confirm": "Are you sure you want to clear tasks?",
|
|
"fetch_task_details_failed": "Failed to fetch full task details:",
|
|
"clear_tasks": "Clear Tasks",
|
|
"clear_non_running": "Clear All Non-Running",
|
|
"clear_failed": "Clear Failed",
|
|
"clear_awaiting_input": "Clear Awaiting Input",
|
|
"keys": "keys",
|
|
"mappings": "Mappings",
|
|
"summary_report": "Summary report",
|
|
"observability_warnings": "Warning",
|
|
"open_dashboard_target": "Open dashboard in {env}",
|
|
"open_dashboard_target_fallback": "Open dashboard",
|
|
"show_diff": "Show diff",
|
|
"diff_preview": "Diff preview",
|
|
"no_diff_available": "Diff is not available",
|
|
"summary_link_unavailable": "Deep link or diff is unavailable for this task",
|
|
"open_llm_report": "LLM report",
|
|
"failure_summary": "Failure summary",
|
|
"validation_attention": "Validation needs attention",
|
|
"requires_attention": "Needs attention",
|
|
"validation_unknown": "The validation did not produce a reliable result. Open the report or Health Center to investigate.",
|
|
"open_health_center": "Health Center",
|
|
"show_debug": "Debug",
|
|
"filter_by_level": "Filter by level",
|
|
"filter_by_source": "Filter by source",
|
|
"log_level_all": "All",
|
|
"log_level_debug": "Debug",
|
|
"log_level_info": "Info",
|
|
"log_level_warning": "Warn",
|
|
"log_level_error": "Error",
|
|
"all_sources": "All Sources",
|
|
"search_logs": "Search logs...",
|
|
"clear_log_filters": "Clear log filters",
|
|
"log_entries": "entries",
|
|
"quick_filter_all": "All",
|
|
"quick_filter_errors": "Errors",
|
|
"quick_filter_warn": "Warn",
|
|
"quick_filter_llm": "LLM",
|
|
"quick_filter_plugin": "Plugin",
|
|
"quick_filter_system": "System",
|
|
"toggle_autoscroll": "Toggle auto-scroll",
|
|
"auto_scroll": "Auto-scroll",
|
|
"auto_scroll_on": "on",
|
|
"auto_scroll_off": "off",
|
|
"result": "Check"
|
|
}
|