mirror of
git://f0xx.org/ac/ac-be-hub
synced 2026-07-29 04:18:53 +03:00
feat(hub): add Downloads and Documentation landing pages
Wire hub-downloads.js for stable OTA APK resolution, expand nav i18n, and add Session Studio download slot for alpha hub FR. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3,10 +3,14 @@
|
||||
"nav.about": "About",
|
||||
"nav.why": "Why",
|
||||
"nav.tech": "Technologies",
|
||||
"nav.documentation": "Documentation",
|
||||
"nav.resources": "Resources",
|
||||
"nav.people": "People",
|
||||
"nav.culture": "Culture",
|
||||
"nav.pricing": "Pricing",
|
||||
"nav.downloads": "Downloads",
|
||||
"nav.downloads_common": "Common",
|
||||
"nav.downloads_others": "Others",
|
||||
"nav.contact": "Contact us",
|
||||
"nav.console": "Console",
|
||||
"nav.git": "Git",
|
||||
@@ -50,15 +54,34 @@
|
||||
"page4.lead": "Built for teams who need reliability, observability, and control — not another black box.",
|
||||
"page5.title": "Technologies",
|
||||
"page5.lead": "WebRTC, Opus/Speex, WireGuard remote access, PHP consoles, and Docker CI pipelines.",
|
||||
"page6.title": "Resources",
|
||||
"page6.lead": "Documentation, deployment guides, and integration patterns for your environment.",
|
||||
"page7.title": "People",
|
||||
"page7.lead": "Engineers and operators shipping cast, crash, and build workflows every day.",
|
||||
"page8.title": "Culture",
|
||||
"page8.lead": "Open tooling, green master branches, and honest postmortems.",
|
||||
"page9.title": "Pricing",
|
||||
"page9.lead": "Self-hosted core; enterprise options for SLA, SSO, and dedicated builders.",
|
||||
"page10.title": "Contact us",
|
||||
"page10.lead": "Reach the maintainer for partnerships, support, or deployment help.",
|
||||
"page6.title": "Documentation",
|
||||
"page6.lead": "Project wiki, design reviews, specs, and operator guides.",
|
||||
"page6.btn_wiki": "Project documentation",
|
||||
"page6.btn_docs": "Other documents",
|
||||
"page6.hint": "Wiki opens in Gitea; other documents lists ac-docs drafts, DRs, and specs.",
|
||||
"page7.title": "Downloads",
|
||||
"page7.lead": "Latest stable builds from the orchestration pipeline (next integration).",
|
||||
"page7.btn_apk": "Android APK",
|
||||
"page7.btn_studio": "Session Studio",
|
||||
"page7.hint": "APK matches the stable OTA channel signature and version.",
|
||||
"page8.title": "Resources",
|
||||
"page8.lead": "Source control, consoles, and integration entry points.",
|
||||
"page8.btn_git": "Git Access",
|
||||
"page8.hint": "Same Gitea browser as the left shell Git link.",
|
||||
"page9.title": "People",
|
||||
"page9.lead": "Engineers and operators shipping cast, crash, and build workflows every day.",
|
||||
"page10.title": "Culture",
|
||||
"page10.lead": "Open tooling, green master branches, and honest postmortems.",
|
||||
"page11.title": "Pricing",
|
||||
"page11.lead": "Self-hosted core; enterprise options for SLA, SSO, and dedicated builders.",
|
||||
"page12.title": "Contact us",
|
||||
"page12.lead": "Reach the maintainer for partnerships, support, or deployment help.",
|
||||
"page13.title": "Document catalog",
|
||||
"page13.lead": "ac-docs index — drafts, design reviews, specs, and operator guides.",
|
||||
"page13.cat_drs": "Design reviews (DRs)",
|
||||
"page13.cat_specs": "Specifications",
|
||||
"page13.cat_drafts": "Drafts",
|
||||
"page13.cat_guides": "Guides & ops",
|
||||
"page13.hint": "Browse full tree in Gitea under ac-docs; PDF builds live in _pdf_build/.",
|
||||
"footer.copyright": "© {holder}, {year}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user