1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:58:14 +03:00

sync BE / fix 500

This commit is contained in:
Anton Afanasyeu
2026-06-05 14:06:21 +02:00
parent 25e11d0c5b
commit 5df496c0a5
4 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
"lang.en": "English",
"lang.ru": "Russian",
"home.title": "Issues console",
"home.intro": "Crash ingest and operator tools. Open Issues for grouped fingerprints, or use the links below.",
"home.intro": "Operator console for crash triage and tickets — not the public upload API. Open Issues to browse and group fingerprints, or use the shortcuts below.",
"reports.title": "Issues",
"reports.by_time": "By time",
"reports.grouped": "Grouped",

View File

@@ -15,7 +15,7 @@
"lang.en": "English",
"lang.ru": "Русский",
"home.title": "Консоль сбоев",
"home.intro": "Приём сбоев и операторские инструменты. Откройте Issues для сгруппированных отпечатков или ссылки ниже.",
"home.intro": "Операторская консоль для триажа сбоев и тикетов — не публичный API загрузки. Откройте Issues для просмотра и группировки отпечатков или ссылки ниже.",
"reports.title": "Issues",
"reports.by_time": "По времени",
"reports.grouped": "Группы",

View File

@@ -47,6 +47,7 @@ require_once __DIR__ . '/Rbac.php';
require_once __DIR__ . '/DeviceRepository.php';
require_once __DIR__ . '/Auth.php';
require_once __DIR__ . '/ReportRepository.php';
require_once __DIR__ . '/TagCatalog.php';
require_once __DIR__ . '/TicketTagCatalog.php';
require_once __DIR__ . '/TicketWorkflow.php';
require_once __DIR__ . '/TicketAttachmentProvider.php';

View File

@@ -156,7 +156,7 @@
<main class="main-pane">
<?php if (($view ?? 'home') === 'home'): ?>
<h1 data-i18n="home.title">Issues console</h1>
<p data-i18n="home.intro">Crash ingest and operator tools. Open <strong>Issues</strong> for grouped fingerprints, or use the links below.</p>
<p data-i18n="home.intro">Operator console for crash triage and tickets — not the public upload API. Open <strong>Issues</strong> to browse and group fingerprints, or use the shortcuts below.</p>
<?php $skip_home_link = true; require __DIR__ . '/partials/console_quick_links.php'; ?>
<?php elseif (($view ?? '') === 'report' && !empty($report)): ?>
<?php require __DIR__ . '/report_detail.php'; ?>