1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 08:19:00 +03:00

GA rework from AI

This commit is contained in:
Anton Afanasyeu
2026-06-20 21:23:57 +03:00
parent 552d123c79
commit 2d82282c36
5 changed files with 25 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
/** Hub GA4 config — set measurementId to enable (see analytics.config.example.js). */
window.ANDROIDCAST_ANALYTICS = {
measurementId: '',
measurementId: 'G-8RKGWGQ52P',
platform: 'hub',
basePath: '/app/androidcast_project',
debug: false

View File

@@ -13,7 +13,9 @@
"nav.issues": "Issues",
"nav.tickets": "Tickets",
"nav.crashes": "Crashes",
"nav.graphs": "Graphs",
"nav.graphs": "Analytics",
"nav.live_sessions": "Live sessions",
"nav.education": "Education (demo)",
"nav.remote": "Remote access",
"nav.short_links": "Short links",
"nav.short_links_desc": "Mint bearer tokens and shorten URLs for s.f0xx.org.",
@@ -21,7 +23,9 @@
"nav.git_desc": "Browse repos, branches, and tags.",
"nav.issues_desc": "Browse and triage issues.",
"nav.tickets_desc": "Roadmap tasks, QA items, and tags.",
"nav.graphs_desc": "Sessions, issues, and device activity.",
"nav.graphs_desc": "Sessions, live cast stats, and device activity.",
"nav.live_sessions_desc": "Cast intents, join stats, session history.",
"nav.education_desc": "Browser screen-share trial (5 min).",
"nav.remote_desc": "WireGuard sessions and device reachability.",
"nav.builder_desc": "Docker CI for APK baking and OTA artifacts.",
"nav.builder": "Builder",

View File

@@ -13,7 +13,9 @@
"nav.issues": "Проблемы",
"nav.tickets": "Тикеты",
"nav.crashes": "Крэши",
"nav.graphs": "Графики",
"nav.graphs": "Аналитика",
"nav.live_sessions": "Live-сессии",
"nav.education": "Education (demo)",
"nav.remote": "Удалённый доступ",
"nav.short_links": "Короткие ссылки",
"nav.short_links_desc": "Токены и сокращение URL для s.f0xx.org.",
@@ -21,7 +23,9 @@
"nav.git_desc": "Репозитории, ветки и теги.",
"nav.issues_desc": "Просмотр и разбор issues.",
"nav.tickets_desc": "Задачи roadmap, QA и теги.",
"nav.graphs_desc": "Сессии, issues и активность устройств.",
"nav.graphs_desc": "Сессии, live cast и активность устройств.",
"nav.live_sessions_desc": "Intent, join-статистика, история сессий.",
"nav.education_desc": "Пробный screen-share в браузере (5 мин).",
"nav.remote_desc": "Сессии WireGuard и доступ к устройствам.",
"nav.builder_desc": "Docker CI для сборки APK и OTA.",
"nav.builder": "Сборщик",