Files
ss-tools/frontend/src/lib/i18n/locales/ru/reports.json
busya 8db2b1bb6b 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
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "Отчеты",
"empty": "Отчеты отсутствуют.",
"filtered_empty": "Нет отчетов по выбранным фильтрам.",
"loading": "Загрузка отчетов...",
"retry_load": "Повторить загрузку",
"clear_filters": "Сбросить фильтры",
"unknown_type": "Прочее / Неизвестный тип",
"not_provided": "Не указано",
"view_details": "Подробнее",
"diagnostics": "Диагностика",
"next_actions": "Следующие действия",
"status_success": "Успешно",
"status_failed": "Ошибка",
"status_in_progress": "В процессе",
"status_partial": "Частично",
"id": "ID",
"type": "Тип",
"status": "Статус",
"updated": "Обновлено",
"summary": "Сводка",
"severity": "Серьезность",
"message": "Сообщение",
"llm_task_id": "Задача: {taskId}",
"llm_status": "Статус",
"llm_dashboard_check": "Проверка дашборда",
"llm_started": "Запущено",
"llm_finished": "Завершено",
"llm_duration": "Длительность",
"llm_text_report": "Текстовый отчет",
"llm_location": "Локация: {location}",
"llm_screenshots": "Скриншоты",
"llm_no_screenshots": "Скриншоты не сохранены.",
"llm_failed_screenshot": "Не удалось загрузить скриншот",
"llm_logs_sent": "Логи, отправленные LLM ({count})",
"llm_no_source_logs": "Исходные логи не были прикреплены.",
"llm_task_logs": "Логи выполнения задачи ({count})",
"llm_no_task_logs": "Логи задачи недоступны.",
"load_failed": "Не удалось загрузить отчет",
"llm_time": "Время",
"llm_level": "Уровень",
"llm_source": "Источник",
"llm_message": "Сообщение"
}