Files
helexa/helexa.ai/src/i18n/resources/nl/common.json
rob thijssen bc7476bf1b
All checks were successful
CI / CUDA type-check (push) Successful in 1m36s
CI / Format (push) Successful in 35s
CI / Clippy (push) Successful in 3m14s
CI / Test (push) Successful in 7m14s
CI / Build cortex SRPM (push) Has been skipped
CI / Publish cortex to COPR (push) Has been skipped
CI / Build neuron SRPM (push) Has been skipped
CI / Publish neuron to COPR (push) Has been skipped
CI / Bump version in source (push) Has been skipped
feat(F6): public-beta polish — banner, same-origin nginx, deploy notes
Final beta-readiness pass for helexa.ai.

- BetaBanner: a slim, dismissible (session-scoped) public-beta strip above
  the header, shown only when VITE_PUBLIC_BETA=true; theme-aware styling;
  beta.{tag,message,dismiss} i18n keys across all languages.
- deploy/nginx.conf: edge config serving the built SPA and reverse-proxying
  both backends on the SAME ORIGIN — `/` SPA history fallback, `/v1`+
  `/health` → helexa-router (SSE: proxy_buffering off, 300s read), `/api/`
  → helexa-upstream `/web/v1/`. No CORS; the user's key is a first-party
  bearer.
- README: a deploy section (build → /var/www → nginx) reiterating
  no-server-side-chat-history.

Validated: lint, typecheck, build, i18n:check all green. Explicit-path
commit; no node_modules/dist.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01F6o3ddqmYNh9kzdwq6eowh
2026-06-23 12:08:33 +03:00

69 lines
1.4 KiB
JSON

{
"app": {
"name": "helexa.ai"
},
"nav": {
"home": "Startpagina",
"docs": "Documentatie",
"chat": "Chat",
"mission": "Mission",
"login": "Sign in",
"register": "Sign up",
"account": "Account",
"logout": "Sign out"
},
"theme": {
"toggle": {
"toLight": "Overschakelen naar de lichte modus",
"toDark": "Overschakelen naar de donkere modus"
}
},
"lang": {
"am": "Amhaars",
"ar": "Arabisch",
"bg": "Bulgaars",
"da": "Deens",
"de": "Duits",
"el": "Grieks",
"en": "Engels",
"es": "Spaans",
"et": "Estisch",
"fa": "Perzisch",
"fi": "Fins",
"fr": "Frans",
"ha": "Hausa",
"he": "Hebreeuws",
"ig": "Igbo",
"it": "Italiaans",
"ka": "Georgisch",
"kk": "Kazachs",
"ma": "Darija",
"nl": "Nederlands",
"no": "Noors",
"om": "Oromo",
"pl": "Pools",
"pt": "Portugees",
"ro": "Roemeens",
"ru": "Russisch",
"so": "Somalisch",
"sr": "Servisch",
"sv": "Zweeds",
"sw": "Swahili",
"ti": "Tigrinya",
"tr": "Turks",
"uk": "Oekraïens",
"uz": "Oezbeeks",
"wo": "Wolof",
"yo": "Yoruba",
"zu": "Zulu"
},
"footer": {
"copyright": "© {{year}} helexa.ai"
},
"beta": {
"tag": "Public beta",
"message": "helexa is in open beta — expect rough edges. Your chats stay in your browser.",
"dismiss": "Dismiss"
}
}