Files
ss-tools/frontend/src/lib/i18n/locales/en/reports.json
busya 5c40c9efce fix: replace hardcoded UI labels with i18n translations
- Add missing i18n keys to common.json, reports.json, dashboard.json,
  tasks.json, git.json (EN + RU)
- Replace all hardcoded labels in LLM report page with .reports.* keys
- Replace hardcoded tab labels (Linked resources, Git history) in
  DashboardDetail page
- Replace hardcoded RU text in DashboardGitManager with .git.* keys
- Remove hardcoded fallback strings from DashboardHeader, DashboardTaskHistory
2026-05-27 16:53:20 +03:00

45 lines
1.4 KiB
JSON

{
"title": "Reports",
"empty": "No reports available.",
"filtered_empty": "No reports match your filters.",
"loading": "Loading reports...",
"retry_load": "Retry loading",
"clear_filters": "Clear filters",
"unknown_type": "Other / Unknown Type",
"not_provided": "Not provided",
"view_details": "View details",
"diagnostics": "Diagnostics",
"next_actions": "Next actions",
"status_success": "Success",
"status_failed": "Failed",
"status_in_progress": "In progress",
"status_partial": "Partial",
"id": "ID",
"type": "Type",
"status": "Status",
"updated": "Updated",
"summary": "Summary",
"severity": "Severity",
"message": "Message",
"llm_task_id": "Task: {taskId}",
"llm_status": "Status",
"llm_dashboard_check": "Dashboard check",
"llm_started": "Started",
"llm_finished": "Finished",
"llm_duration": "Duration",
"llm_text_report": "Text Report",
"llm_location": "Location: {location}",
"llm_screenshots": "Screenshots",
"llm_no_screenshots": "No screenshots saved.",
"llm_failed_screenshot": "Failed to load screenshot",
"llm_logs_sent": "Logs sent to LLM ({count})",
"llm_no_source_logs": "No source logs were attached.",
"llm_task_logs": "Task execution logs ({count})",
"llm_no_task_logs": "No task logs available.",
"load_failed": "Failed to load report",
"llm_time": "Time",
"llm_level": "Level",
"llm_source": "Source",
"llm_message": "Message"
}