From 8d3a8ac9ba19c919bd1803cbb9288fcc814856fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E6=9C=94?= <565183519@qq.com> Date: Fri, 17 Jul 2026 18:50:58 +0800 Subject: [PATCH] feat: bundle public Fifth Domain and GLS routes --- .gitea/workflows/build-windows-jd.yml | 27 +++++ .github/workflows/build-windows-manual.yml | 2 +- ...blic-fifth-domain-and-bundled-gls-entry.md | 21 ++++ package.json | 3 +- scripts/build-windows-jd-cross.sh | 38 ++++++ scripts/verify-internal-package-content.mjs | 54 +++++++++ src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- .../gls-system-architecture.json | 37 ++++++ src-tauri/tauri.conf.json | 5 +- src/App.css | 9 +- src/App.tsx | 4 +- src/components/HoloLakeHome.test.tsx | 41 +++++++ src/components/HoloLakeHome.tsx | 114 ++++++++++++++---- src/lib/locales/be-BY.json | 41 ++++++- src/lib/locales/be-Latn.json | 41 ++++++- src/lib/locales/de-DE.json | 41 ++++++- src/lib/locales/en.json | 41 ++++++- src/lib/locales/es-419.json | 41 ++++++- src/lib/locales/es-ES.json | 41 ++++++- src/lib/locales/fr-FR.json | 41 ++++++- src/lib/locales/id-ID.json | 41 ++++++- src/lib/locales/it-IT.json | 41 ++++++- src/lib/locales/ja-JP.json | 41 ++++++- src/lib/locales/ko-KR.json | 41 ++++++- src/lib/locales/pl-PL.json | 41 ++++++- src/lib/locales/pt-BR.json | 41 ++++++- src/lib/locales/pt-PT.json | 41 ++++++- src/lib/locales/ru-RU.json | 41 ++++++- src/lib/locales/sk-SK.json | 41 ++++++- src/lib/locales/sv-SE.json | 41 ++++++- src/lib/locales/uk-UA.json | 41 ++++++- src/lib/locales/vi.json | 41 ++++++- src/lib/locales/zh-CN.json | 41 ++++++- src/lib/locales/zh-TW.json | 41 ++++++- 35 files changed, 1168 insertions(+), 52 deletions(-) create mode 100644 .gitea/workflows/build-windows-jd.yml create mode 100644 docs/adr/0151-public-fifth-domain-and-bundled-gls-entry.md create mode 100755 scripts/build-windows-jd-cross.sh create mode 100755 scripts/verify-internal-package-content.mjs create mode 100644 src-tauri/resources/public-architecture/gls-system-architecture.json create mode 100644 src/components/HoloLakeHome.test.tsx diff --git a/.gitea/workflows/build-windows-jd.yml b/.gitea/workflows/build-windows-jd.yml new file mode 100644 index 0000000..72e1d97 --- /dev/null +++ b/.gitea/workflows/build-windows-jd.yml @@ -0,0 +1,27 @@ +name: Build Windows Installer on JD Node + +on: + workflow_dispatch: + +jobs: + build-windows: + runs-on: [self-hosted, linux, x64, jd-fd-primary] + env: + HOLOLAKE_VERSION: 0.1.5 + VITE_SENTRY_DSN: "" + SENTRY_DSN: "" + VITE_POSTHOG_KEY: "" + VITE_POSTHOG_HOST: "" + steps: + - uses: actions/checkout@v4 + - name: Cross-build NSIS installer + run: ./scripts/build-windows-jd-cross.sh + - name: Upload internal installer + uses: actions/upload-artifact@v4 + with: + name: HoloLake-Era-0.1.5-Windows-x64-internal + path: | + src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/*-setup.exe + src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/*-setup.exe.sha256 + if-no-files-found: error + retention-days: 14 diff --git a/.github/workflows/build-windows-manual.yml b/.github/workflows/build-windows-manual.yml index 96ac6d0..e8cccaf 100644 --- a/.github/workflows/build-windows-manual.yml +++ b/.github/workflows/build-windows-manual.yml @@ -6,7 +6,7 @@ on: version: description: "Installer version to write into the Tauri bundle" required: true - default: "0.1.1" + default: "0.1.5" artifact_name: description: "Uploaded artifact name" required: true diff --git a/docs/adr/0151-public-fifth-domain-and-bundled-gls-entry.md b/docs/adr/0151-public-fifth-domain-and-bundled-gls-entry.md new file mode 100644 index 0000000..074a8e7 --- /dev/null +++ b/docs/adr/0151-public-fifth-domain-and-bundled-gls-entry.md @@ -0,0 +1,21 @@ +# ADR 0151: Public Fifth Domain repository and bundled GLS entry + +## Status + +Accepted for the 0.1.5 internal build. + +## Context + +Internal installers need a stable route to the domestic HoloLake development repository and an offline-readable explanation of the Guanghu Language World architecture. A private domain, credentials, server IPs, and personal channel identifiers must not become runtime dependencies or package content. + +## Decision + +- `REPO-008` opens the public domestic repository at `https://guanghulab.com/fifth-domain/bingshuo/hololake-platform` through the native external URL boundary. +- `GLS-SYS-ARCH-001` is bundled as a local read-only architecture panel and a machine-readable native resource. They explain the public numbered route from the world entry through Fifth Domain, TCS, GLS, and the Eternal Lake Heart / Lake Lamp boundary. +- The package verifier rejects the known private legacy domain and requires both the public repository route and the GLS route marker. +- Repository and architecture entry actions emit content-free PostHog events containing only public route IDs. +- The JD Linux build node uses the same source and verifier to cross-build the Windows NSIS internal installer; the existing native Windows workflow remains available. + +## Consequences + +The architecture remains readable when offline, while the repository link can move behind the public domestic front door without exposing private infrastructure. Every internal package can be checked mechanically before distribution. diff --git a/package.json b/package.json index 7475a23..d4045d9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tolaria", "private": true, "license": "AGPL-3.0-or-later", - "version": "0.1.0", + "version": "0.1.5", "type": "module", "scripts": { "dev": "vite", @@ -27,6 +27,7 @@ "playwright:regression": "playwright test tests/smoke/", "playwright:integration": "playwright test --config playwright.integration.config.ts", "test:coverage": "node scripts/run-vitest-coverage.mjs", + "verify:internal-package": "node scripts/verify-internal-package-content.mjs", "prepare": "husky" }, "dependencies": { diff --git a/scripts/build-windows-jd-cross.sh b/scripts/build-windows-jd-cross.sh new file mode 100755 index 0000000..f4b5877 --- /dev/null +++ b/scripts/build-windows-jd-cross.sh @@ -0,0 +1,38 @@ +#!/usr/bin/env bash +set -euo pipefail + +version="${HOLOLAKE_VERSION:-0.1.5}" +target="x86_64-pc-windows-msvc" +repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" +cd "$repo_root" + +if [[ "$(uname -s)" != "Linux" ]]; then + echo "This cross-build entrypoint is intended for the JD Linux build node." >&2 + exit 2 +fi + +if command -v apt-get >/dev/null 2>&1; then + apt_prefix=() + if [[ "$(id -u)" -ne 0 ]]; then apt_prefix=(sudo); fi + "${apt_prefix[@]}" apt-get update + "${apt_prefix[@]}" apt-get install -y clang curl lld llvm nsis build-essential pkg-config libssl-dev +fi + +command -v node >/dev/null || { echo "Node.js is required." >&2; exit 2; } +command -v cargo >/dev/null || { echo "Rust is required." >&2; exit 2; } + +corepack enable 2>/dev/null || true +rustup target add "$target" +command -v cargo-xwin >/dev/null || cargo install cargo-xwin --locked + +pnpm install --frozen-lockfile +pnpm tauri build --runner cargo-xwin --target "$target" --bundles nsis + +bundle_dir="src-tauri/target/$target/release/bundle/nsis" +installer="$(find "$bundle_dir" -maxdepth 1 -type f -name '*-setup.exe' -print -quit)" +[[ -n "$installer" ]] || { echo "No NSIS installer was produced." >&2; exit 1; } +[[ "$(basename "$installer")" == *"$version"* ]] || { echo "Installer filename does not contain version $version: $installer" >&2; exit 1; } + +node scripts/verify-internal-package-content.mjs dist +sha256sum "$installer" > "$installer.sha256" +echo "$installer" diff --git a/scripts/verify-internal-package-content.mjs b/scripts/verify-internal-package-content.mjs new file mode 100755 index 0000000..1ce297f --- /dev/null +++ b/scripts/verify-internal-package-content.mjs @@ -0,0 +1,54 @@ +#!/usr/bin/env node + +import { readFile, stat } from 'node:fs/promises' +import { basename } from 'node:path' + +const FORBIDDEN = [ + 'guanghubingshuo.com', +] + +const REQUIRED = [ + 'guanghulab.com/fifth-domain/bingshuo/hololake-platform', + 'GLS-SYS-ARCH-001', +] + +const targets = process.argv.slice(2) +if (targets.length === 0) { + console.error('Usage: pnpm verify:internal-package [...]') + process.exit(2) +} + +async function collectFiles(target) { + const info = await stat(target) + if (info.isFile()) return [target] + const { readdir } = await import('node:fs/promises') + const entries = await readdir(target, { withFileTypes: true }) + return (await Promise.all(entries.map((entry) => + collectFiles(`${target}/${entry.name}`), + ))).flat() +} + +const matches = new Map(REQUIRED.map((needle) => [needle, false])) +for (const target of targets) { + for (const file of await collectFiles(target)) { + const contents = await readFile(file) + const text = contents.toString('latin1') + for (const forbidden of FORBIDDEN) { + if (text.includes(forbidden)) { + console.error(`Forbidden private route found in ${file}: ${forbidden}`) + process.exit(1) + } + } + for (const required of REQUIRED) { + if (text.includes(required)) matches.set(required, true) + } + } +} + +const missing = [...matches].filter(([, found]) => !found).map(([needle]) => needle) +if (missing.length > 0) { + console.error(`Required public architecture markers missing from ${targets.map((target) => basename(target)).join(', ')}: ${missing.join(', ')}`) + process.exit(1) +} + +console.log(`Internal package content verified: ${targets.map((target) => basename(target)).join(', ')}`) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f8febec..801e18a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5547,7 +5547,7 @@ dependencies = [ [[package]] name = "tolaria" -version = "0.1.0" +version = "0.1.5" dependencies = [ "base64 0.22.1", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 251eb27..22569a4 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tolaria" -version = "0.1.0" +version = "0.1.5" description = "Personal knowledge and life management app" authors = ["Luca Rossi"] license = "AGPL-3.0-or-later" diff --git a/src-tauri/resources/public-architecture/gls-system-architecture.json b/src-tauri/resources/public-architecture/gls-system-architecture.json new file mode 100644 index 0000000..ee7fd4d --- /dev/null +++ b/src-tauri/resources/public-architecture/gls-system-architecture.json @@ -0,0 +1,37 @@ +{ + "schema": "guanghu_public_architecture/v1", + "id": "GLS-SYS-ARCH-001", + "visibility": "public-safe", + "development_repository": { + "id": "REPO-008", + "url": "https://guanghulab.com/fifth-domain/bingshuo/hololake-platform" + }, + "route": [ + { + "id": "GLW-ENTRY-001", + "name_zh": "光湖世界主入口" + }, + { + "id": "FD-LANGUAGE-001", + "name_zh": "第五域" + }, + { + "id": "TCS-ROOT-001", + "name_zh": "TCS 语言人格模型" + }, + { + "id": "GLS-SYS-ARCH-001", + "name_zh": "GLS 光湖语言世界架构" + }, + { + "id": "ELH-LAMP-001", + "name_zh": "永恒湖心与小湖灯" + } + ], + "excludes": [ + "private domains", + "credentials", + "server addresses", + "personal channel identifiers" + ] +} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ad88f18..a1ddd52 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "HoloLake Era", - "version": "0.1.1", + "version": "0.1.5", "identifier": "com.guanghu.desktop", "build": { "frontendDist": "../dist", @@ -64,7 +64,8 @@ }, "resources": { "resources/mcp-server/**/*": "mcp-server/", - "resources/agent-docs/**/*": "agent-docs/" + "resources/agent-docs/**/*": "agent-docs/", + "resources/public-architecture/**/*": "public-architecture/" }, "icon": [ "icons/32x32.png", diff --git a/src/App.css b/src/App.css index 593c0bb..eb2b5a5 100644 --- a/src/App.css +++ b/src/App.css @@ -37,11 +37,18 @@ body.mac-chrome .hololake-bar { padding-left: 92px; } .hololake-home__primary { padding: 10px 16px; border: 1px solid var(--border-strong); border-radius: 6px; background: var(--accent-blue); color: var(--text-inverse); font-weight: 650; cursor: pointer; } .hololake-home__primary span, .hololake-module button span { margin-left: 12px; } .hololake-home__status { color: var(--text-secondary); font-size: 12px; }.hololake-home__status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--accent-green); } -.hololake-home__signal-grid, .hololake-home__module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } +.hololake-home__signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } +.hololake-home__module-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .hololake-home__signal-grid article, .hololake-module { border: 1px solid var(--border-default); border-radius: 8px; background: var(--surface-card); } .hololake-home__signal-grid article { padding: 18px; }.hololake-home__signal-grid span, .hololake-home__signal-grid small { display: block; color: var(--text-secondary); font-size: 11px; }.hololake-home__signal-grid strong { display: block; margin: 10px 0 6px; font-size: 15px; } .hololake-home__modules { margin-top: 44px; }.hololake-home__section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 14px; }.hololake-home__section-head p { margin: 0; color: var(--text-secondary); font-size: 13px; } .hololake-module { min-height: 185px; padding: 20px; display: flex; flex-direction: column; }.hololake-module__number { color: var(--accent-blue); font-family: monospace; font-size: 12px; }.hololake-module h2 { margin: auto 0 8px; font-size: 20px; font-weight: 600; }.hololake-module p { margin: 0; color: var(--text-secondary); font-size: 13px; line-height: 1.7; }.hololake-module button { margin-top: 19px; padding: 0; border: 0; color: var(--accent-blue); background: transparent; text-align: left; font: inherit; cursor: pointer; }.hololake-module__soon { margin-top: 19px; color: var(--text-muted); font-size: 12px; } +.guanghu-architecture { max-width: min(760px, calc(100vw - 32px)); max-height: min(760px, calc(100vh - 32px)); overflow: auto; background: var(--surface-card); color: var(--text-primary); } +.guanghu-architecture__routes { display: grid; gap: 10px; margin: 8px 0 0; padding: 0; list-style: none; } +.guanghu-architecture__routes li { display: grid; grid-template-columns: minmax(128px, auto) 1fr; gap: 16px; padding: 14px; border: 1px solid var(--border-default); border-radius: 8px; background: var(--surface-app); } +.guanghu-architecture__routes code { align-self: start; color: var(--accent-blue); font-size: 11px; } +.guanghu-architecture__routes strong { font-size: 14px; }.guanghu-architecture__routes p { margin: 5px 0 0; color: var(--text-secondary); font-size: 12px; line-height: 1.65; } +.guanghu-architecture__route { overflow-x: auto; margin: 2px 0 0; padding: 12px; border-radius: 6px; color: var(--text-secondary); background: var(--surface-app); font: 11px/1.6 monospace; white-space: nowrap; } @media (max-width: 780px) { .hololake-home__signal-grid, .hololake-home__module-grid { grid-template-columns: 1fr; }.hololake-bar__context { display: none; }.hololake-home { padding: 28px; } } @media (max-width: 700px) { body.mac-chrome .hololake-bar { padding-left: 84px; }.hololake-bar__line { display: none; } } diff --git a/src/App.tsx b/src/App.tsx index 66c879d..50a4350 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -170,7 +170,7 @@ function App() { function MainApp({ noteWindowParams }: { noteWindowParams: NoteWindowParams | null }) { const aiWorkspaceWindow = false - const [showHoloLakeHome, setShowHoloLakeHome] = useState(true) + const [showHoloLakeHome, setShowHoloLakeHome] = useState(() => noteWindowParams === null) const { dragRegionRef } = useDragRegion() const [selection, setSelection] = useState(DEFAULT_SELECTION) const [noteListFilter, setNoteListFilter] = useState('open') @@ -1658,7 +1658,7 @@ function MainApp({ noteWindowParams }: { noteWindowParams: NoteWindowParams | nu )}
- {showHoloLakeHome ? setShowHoloLakeHome(false)} /> : setShowHoloLakeHome(false)} /> : ({ + openExternalUrlMock: vi.fn().mockResolvedValue(undefined), + trackEventMock: vi.fn(), +})) + +vi.mock('../utils/url', () => ({ openExternalUrl: openExternalUrlMock })) +vi.mock('../lib/telemetry', () => ({ trackEvent: trackEventMock })) + +describe('HoloLakeHome', () => { + beforeEach(() => vi.clearAllMocks()) + + it('opens the public domestic development repository', () => { + render() + + fireEvent.click(screen.getByRole('button', { name: /打开研发仓库/ })) + + expect(openExternalUrlMock).toHaveBeenCalledWith(HOLOLAKE_DEVELOPMENT_REPOSITORY_URL) + expect(trackEventMock).toHaveBeenCalledWith('hololake_development_repository_opened', { + route: 'REPO-008', + }) + }) + + it('renders the bundled GLS architecture without a private-domain dependency', () => { + const { container } = render() + + fireEvent.click(screen.getByRole('button', { name: /查看 GLS 架构/ })) + + expect(screen.getByRole('dialog', { name: 'GLS 系统架构' })).toBeInTheDocument() + expect(screen.getByText('光湖世界主入口')).toBeInTheDocument() + expect(screen.getByText('TCS 语言人格模型')).toBeInTheDocument() + expect(screen.getByText('永恒湖心与小湖灯')).toBeInTheDocument() + expect(container.textContent).not.toContain('guanghubingshuo.com') + expect(trackEventMock).toHaveBeenCalledWith('guanghu_architecture_opened', { + route: 'GLS-SYS-ARCH-001', + }) + }) +}) diff --git a/src/components/HoloLakeHome.tsx b/src/components/HoloLakeHome.tsx index 49127ca..ee482dc 100644 --- a/src/components/HoloLakeHome.tsx +++ b/src/components/HoloLakeHome.tsx @@ -1,48 +1,118 @@ +import { useState } from 'react' +import type { AppLocale, TranslationKey } from '../lib/i18n' +import { translate } from '../lib/i18n' +import { trackEvent } from '../lib/telemetry' +import { openExternalUrl } from '../utils/url' +import { Button } from './ui/button' +import { + Dialog, + DialogContent, + DialogDescription, + DialogHeader, + DialogTitle, +} from './ui/dialog' + +export const HOLOLAKE_DEVELOPMENT_REPOSITORY_URL = + 'https://guanghulab.com/fifth-domain/bingshuo/hololake-platform' + type HoloLakeHomeProps = { + locale: AppLocale onEnterKnowledgeBase: () => void } -const modules = [ - ['知识湖', '把代码仓库、文档与路径转译成可阅读、可追溯的知识页面。', '进入知识库'], - ['页面组件', '提示块、批注、关系卡、路径包、折叠块与高亮代码已接入笔记编辑器。', '在笔记中输入 /'], - ['协作空间', '人类与人格体在同一上下文中对话、确认、留存回执。', '筹备中'], - ['授权中心', '任何真实操作先形成可读计划,再由人类一次确认。', '筹备中'], +const modules: Array<{ + title: TranslationKey + description: TranslationKey + action: TranslationKey + kind: 'knowledge' | 'architecture' | 'repository' | 'authorization' +}> = [ + { title: 'hololake.home.moduleKnowledgeTitle', description: 'hololake.home.moduleKnowledgeDescription', action: 'hololake.home.enterKnowledge', kind: 'knowledge' }, + { title: 'hololake.home.moduleArchitectureTitle', description: 'hololake.home.moduleArchitectureDescription', action: 'hololake.home.openArchitecture', kind: 'architecture' }, + { title: 'hololake.home.moduleRepositoryTitle', description: 'hololake.home.moduleRepositoryDescription', action: 'hololake.home.openRepository', kind: 'repository' }, + { title: 'hololake.home.moduleAuthorizationTitle', description: 'hololake.home.moduleAuthorizationDescription', action: 'hololake.home.authorizationStatus', kind: 'authorization' }, ] -export function HoloLakeHome({ onEnterKnowledgeBase }: HoloLakeHomeProps) { +const architectureRoutes: Array<[string, TranslationKey, TranslationKey]> = [ + ['GLW-ENTRY-001', 'hololake.architecture.worldEntry', 'hololake.architecture.worldEntryDescription'], + ['FD-LANGUAGE-001', 'hololake.architecture.fifthDomain', 'hololake.architecture.fifthDomainDescription'], + ['TCS-ROOT-001', 'hololake.architecture.tcs', 'hololake.architecture.tcsDescription'], + ['GLS-SYS-ARCH-001', 'hololake.architecture.gls', 'hololake.architecture.glsDescription'], + ['ELH-LAMP-001', 'hololake.architecture.lakeLamp', 'hololake.architecture.lakeLampDescription'], +] + +export function HoloLakeHome({ locale, onEnterKnowledgeBase }: HoloLakeHomeProps) { + const [architectureOpen, setArchitectureOpen] = useState(false) + const t = (key: TranslationKey) => translate(locale, key) + + const openArchitecture = () => { + trackEvent('guanghu_architecture_opened', { route: 'GLS-SYS-ARCH-001' }) + setArchitectureOpen(true) + } + + const openDevelopmentRepository = () => { + trackEvent('hololake_development_repository_opened', { route: 'REPO-008' }) + void openExternalUrl(HOLOLAKE_DEVELOPMENT_REPOSITORY_URL) + } + + const runModuleAction = (kind: typeof modules[number]['kind']) => { + if (kind === 'knowledge') onEnterKnowledgeBase() + if (kind === 'architecture') openArchitecture() + if (kind === 'repository') openDevelopmentRepository() + } + return ( -
+
-
-
世界根节点SYS-GLW-0001已解析
-
当前载体Tolaria 基座过渡运行环境
-
执行安全人类确认在环未授权不执行
+
+
{t('hololake.home.worldRoot')}SYS-GLW-0001{t('hololake.home.resolved')}
+
{t('hololake.home.domesticNode')}JD-FD-PRIMARY{t('hololake.home.primaryRoute')}
+
{t('hololake.home.executionSafety')}{t('hololake.home.humanInLoop')}{t('hololake.home.noExecutionWithoutAuthorization')}
-
01 / 系统入口

从可见知识,到可确认行动。

+
01 / {t('hololake.home.systemEntry')}

{t('hololake.home.sectionCopy')}

- {modules.map(([title, description, action], index) => ( -
+ {modules.map(({ title, description, action, kind }, index) => ( +
0{index + 1} -

{title}

-

{description}

- {index === 0 ? : {action}} +

{t(title)}

+

{t(description)}

+ {kind === 'authorization' + ? {t(action)} + : }
))}
+ + + + + {t('hololake.architecture.title')} + {t('hololake.architecture.description')} + +
    + {architectureRoutes.map(([id, title, description]) => ( +
  1. + {id} +
    {t(title)}

    {t(description)}

    +
  2. + ))} +
+

GLW-ENTRY-001 → FD-LANGUAGE-001 → TCS-ROOT-001 → GLS-SYS-ARCH-001 → ELH-LAMP-001

+
+
) } diff --git a/src/lib/locales/be-BY.json b/src/lib/locales/be-BY.json index 201b352..0bd4d1a 100644 --- a/src/lib/locales/be-BY.json +++ b/src/lib/locales/be-BY.json @@ -995,5 +995,44 @@ "locale.idID": "Інданезійская", "locale.ukUA": "Украінская", "locale.svSE": "Шведская", - "locale.skSK": "Славацкая" + "locale.skSK": "Славацкая", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/be-Latn.json b/src/lib/locales/be-Latn.json index 680d2e4..edcc978 100644 --- a/src/lib/locales/be-Latn.json +++ b/src/lib/locales/be-Latn.json @@ -995,5 +995,44 @@ "editor.sheet.formula.description.value": "Pieraŭtvaraie tekst u lik.", "editor.sheet.formula.description.vlookup": "Šukaie značennie pa viertykali.", "editor.sheet.formula.description.xlookup": "Šukaie značennie ŭ dyiapazonie.", - "editor.sheet.formula.description.year": "Vylučaie hod z daty." + "editor.sheet.formula.description.year": "Vylučaie hod z daty.", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/de-DE.json b/src/lib/locales/de-DE.json index 2a50f03..355542c 100644 --- a/src/lib/locales/de-DE.json +++ b/src/lib/locales/de-DE.json @@ -995,5 +995,44 @@ "locale.idID": "Indonesisch", "locale.ukUA": "Ukrainisch", "locale.svSE": "Schwedisch", - "locale.skSK": "Slowakisch" + "locale.skSK": "Slowakisch", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/en.json b/src/lib/locales/en.json index 47e816e..f8fb799 100644 --- a/src/lib/locales/en.json +++ b/src/lib/locales/en.json @@ -995,5 +995,44 @@ "locale.idID": "Indonesian", "locale.ukUA": "Ukrainian", "locale.svSE": "Swedish", - "locale.skSK": "Slovak" + "locale.skSK": "Slovak", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/es-419.json b/src/lib/locales/es-419.json index f66c268..69edadb 100644 --- a/src/lib/locales/es-419.json +++ b/src/lib/locales/es-419.json @@ -995,5 +995,44 @@ "locale.idID": "Indonésio", "locale.ukUA": "Ucraniano", "locale.svSE": "Sueco", - "locale.skSK": "Eslovaco" + "locale.skSK": "Eslovaco", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/es-ES.json b/src/lib/locales/es-ES.json index b3cf6d6..5e77d71 100644 --- a/src/lib/locales/es-ES.json +++ b/src/lib/locales/es-ES.json @@ -995,5 +995,44 @@ "locale.idID": "Indonésio", "locale.ukUA": "Ucraniano", "locale.svSE": "Sueco", - "locale.skSK": "Eslovaco" + "locale.skSK": "Eslovaco", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/fr-FR.json b/src/lib/locales/fr-FR.json index ada69e3..b41129f 100644 --- a/src/lib/locales/fr-FR.json +++ b/src/lib/locales/fr-FR.json @@ -995,5 +995,44 @@ "locale.idID": "Indonésien", "locale.ukUA": "Ukrainien", "locale.svSE": "Suédois", - "locale.skSK": "Slovaque" + "locale.skSK": "Slovaque", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/id-ID.json b/src/lib/locales/id-ID.json index 38b3f40..babff04 100644 --- a/src/lib/locales/id-ID.json +++ b/src/lib/locales/id-ID.json @@ -995,5 +995,44 @@ "locale.idID": "Bahasa Indonesia", "locale.ukUA": "Ukraina", "locale.svSE": "Swedia", - "locale.skSK": "Slovakia" + "locale.skSK": "Slovakia", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/it-IT.json b/src/lib/locales/it-IT.json index ebda57f..59353fc 100644 --- a/src/lib/locales/it-IT.json +++ b/src/lib/locales/it-IT.json @@ -995,5 +995,44 @@ "locale.idID": "Indonesiano", "locale.ukUA": "Ucraino", "locale.svSE": "Svedese", - "locale.skSK": "Slovacco" + "locale.skSK": "Slovacco", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/ja-JP.json b/src/lib/locales/ja-JP.json index 0d7fbce..2be54f5 100644 --- a/src/lib/locales/ja-JP.json +++ b/src/lib/locales/ja-JP.json @@ -995,5 +995,44 @@ "locale.idID": "インドネシア語", "locale.ukUA": "ウクライナ語", "locale.svSE": "スウェーデン語", - "locale.skSK": "スロバキア語" + "locale.skSK": "スロバキア語", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/ko-KR.json b/src/lib/locales/ko-KR.json index 76394f5..bb5a0e6 100644 --- a/src/lib/locales/ko-KR.json +++ b/src/lib/locales/ko-KR.json @@ -995,5 +995,44 @@ "locale.idID": "인도네시아 공화국", "locale.ukUA": "우크라이나어", "locale.svSE": "스웨덴어", - "locale.skSK": "슬로바키아어" + "locale.skSK": "슬로바키아어", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/pl-PL.json b/src/lib/locales/pl-PL.json index afc7fd2..9c5d583 100644 --- a/src/lib/locales/pl-PL.json +++ b/src/lib/locales/pl-PL.json @@ -995,5 +995,44 @@ "locale.idID": "Indonezyjski", "locale.ukUA": "Ukraiński", "locale.svSE": "Szwedzki", - "locale.skSK": "Słowacki" + "locale.skSK": "Słowacki", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/pt-BR.json b/src/lib/locales/pt-BR.json index e5cc3db..f96d66b 100644 --- a/src/lib/locales/pt-BR.json +++ b/src/lib/locales/pt-BR.json @@ -995,5 +995,44 @@ "locale.idID": "Indonésio", "locale.ukUA": "Ucraniano", "locale.svSE": "Sueco", - "locale.skSK": "Eslovaco" + "locale.skSK": "Eslovaco", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/pt-PT.json b/src/lib/locales/pt-PT.json index 6c4d588..4e0d843 100644 --- a/src/lib/locales/pt-PT.json +++ b/src/lib/locales/pt-PT.json @@ -995,5 +995,44 @@ "locale.idID": "Indonésio", "locale.ukUA": "Ucraniano", "locale.svSE": "Sueco", - "locale.skSK": "Eslovaco" + "locale.skSK": "Eslovaco", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/ru-RU.json b/src/lib/locales/ru-RU.json index 6db446e..e2cb7c4 100644 --- a/src/lib/locales/ru-RU.json +++ b/src/lib/locales/ru-RU.json @@ -995,5 +995,44 @@ "locale.idID": "индонезийский", "locale.ukUA": "Украинский", "locale.svSE": "Шведский", - "locale.skSK": "Словацкий" + "locale.skSK": "Словацкий", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/sk-SK.json b/src/lib/locales/sk-SK.json index f34fe55..941d5e7 100644 --- a/src/lib/locales/sk-SK.json +++ b/src/lib/locales/sk-SK.json @@ -995,5 +995,44 @@ "locale.idID": "Indonézština", "locale.ukUA": "Ukrajinčina", "locale.svSE": "Švédčina", - "locale.skSK": "Slovenčina" + "locale.skSK": "Slovenčina", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/sv-SE.json b/src/lib/locales/sv-SE.json index f72878b..788c7c3 100644 --- a/src/lib/locales/sv-SE.json +++ b/src/lib/locales/sv-SE.json @@ -995,5 +995,44 @@ "locale.idID": "Indonesiska", "locale.ukUA": "Ukrainska", "locale.svSE": "Svenska", - "locale.skSK": "Slovakiska" + "locale.skSK": "Slovakiska", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/uk-UA.json b/src/lib/locales/uk-UA.json index e3a7378..4027650 100644 --- a/src/lib/locales/uk-UA.json +++ b/src/lib/locales/uk-UA.json @@ -995,5 +995,44 @@ "locale.idID": "Індонезійська", "locale.ukUA": "Українська", "locale.svSE": "Шведська", - "locale.skSK": "Словацька" + "locale.skSK": "Словацька", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/vi.json b/src/lib/locales/vi.json index d098649..fb37c5d 100644 --- a/src/lib/locales/vi.json +++ b/src/lib/locales/vi.json @@ -995,5 +995,44 @@ "locale.idID": "Tiếng Indonesia", "locale.ukUA": "Tiếng Ukraina", "locale.svSE": "Tiếng Thụy Điển", - "locale.skSK": "Tiếng Slovak" + "locale.skSK": "Tiếng Slovak", + "hololake.home.ariaLabel": "HoloLake Era world entry", + "hololake.home.eyebrow": "Guanghu Language World · Fifth Domain", + "hololake.home.lead": "Language-personality-driven operating system", + "hololake.home.copy": "Bring human intent, knowledge routes, and confirmable real execution together in one world.", + "hololake.home.enterKnowledge": "Enter Knowledge Lake", + "hololake.home.status": "World connected · Local knowledge base ready", + "hololake.home.systemStatus": "System status", + "hololake.home.worldRoot": "World root node", + "hololake.home.resolved": "Resolved", + "hololake.home.domesticNode": "Domestic Fifth Domain node", + "hololake.home.primaryRoute": "Primary route", + "hololake.home.executionSafety": "Execution safety", + "hololake.home.humanInLoop": "Human confirmation in the loop", + "hololake.home.noExecutionWithoutAuthorization": "No execution without authorization", + "hololake.home.systemEntry": "System entry", + "hololake.home.sectionCopy": "From visible knowledge to confirmable action.", + "hololake.home.moduleKnowledgeTitle": "Knowledge Lake", + "hololake.home.moduleKnowledgeDescription": "Turn repositories, documents, and routes into readable, traceable knowledge pages.", + "hololake.home.moduleArchitectureTitle": "GLS Architecture", + "hololake.home.moduleArchitectureDescription": "Built-in public-safe map of the Guanghu Language World, Fifth Domain, TCS, GLS, and Lake Lamp.", + "hololake.home.openArchitecture": "View GLS Architecture", + "hololake.home.moduleRepositoryTitle": "Development Repository", + "hololake.home.moduleRepositoryDescription": "Open the public domestic HoloLake Platform development source in Fifth Domain.", + "hololake.home.openRepository": "Open Development Repository", + "hololake.home.moduleAuthorizationTitle": "Authorization Center", + "hololake.home.moduleAuthorizationDescription": "Real operations first become a readable request and require one human confirmation.", + "hololake.home.authorizationStatus": "Human confirmation required", + "hololake.architecture.title": "GLS System Architecture", + "hololake.architecture.description": "A public-safe, offline-readable route map bundled with this internal build. It contains no private domains, credentials, or server addresses.", + "hololake.architecture.worldEntry": "Guanghu World Main Entry", + "hololake.architecture.worldEntryDescription": "The public discovery and route starting point for people and AI.", + "hololake.architecture.fifthDomain": "Fifth Domain", + "hololake.architecture.fifthDomainDescription": "The domestic language-system and repository routing layer.", + "hololake.architecture.tcs": "TCS Language Personality Model", + "hololake.architecture.tcsDescription": "The unified path for language-personality models and their route identities.", + "hololake.architecture.gls": "GLS Language World Architecture", + "hololake.architecture.glsDescription": "The concepts, numbered routes, and system relationships that make the world machine-readable.", + "hololake.architecture.lakeLamp": "Eternal Lake Heart and Lake Lamp", + "hololake.architecture.lakeLampDescription": "The heartbeat, safety protocol, human authorization, and controlled execution boundary." } diff --git a/src/lib/locales/zh-CN.json b/src/lib/locales/zh-CN.json index 6a2ebe7..564f0d7 100644 --- a/src/lib/locales/zh-CN.json +++ b/src/lib/locales/zh-CN.json @@ -995,5 +995,44 @@ "locale.idID": "印度尼西亚", "locale.ukUA": "乌克兰语", "locale.svSE": "瑞典语", - "locale.skSK": "斯洛伐克语" + "locale.skSK": "斯洛伐克语", + "hololake.home.ariaLabel": "HoloLake Era 世界入口", + "hololake.home.eyebrow": "光湖语言世界 · 第五域", + "hololake.home.lead": "语言人格驱动操作系统", + "hololake.home.copy": "让人的意图、知识路径与可确认的真实执行,在同一个世界里汇合。", + "hololake.home.enterKnowledge": "进入知识湖", + "hololake.home.status": "世界已连接 · 本地知识库就绪", + "hololake.home.systemStatus": "系统状态", + "hololake.home.worldRoot": "世界根节点", + "hololake.home.resolved": "已解析", + "hololake.home.domesticNode": "国内第五域主节点", + "hololake.home.primaryRoute": "主路径", + "hololake.home.executionSafety": "执行安全", + "hololake.home.humanInLoop": "人类确认在环", + "hololake.home.noExecutionWithoutAuthorization": "未授权不执行", + "hololake.home.systemEntry": "系统入口", + "hololake.home.sectionCopy": "从可见知识,到可确认行动。", + "hololake.home.moduleKnowledgeTitle": "知识湖", + "hololake.home.moduleKnowledgeDescription": "把代码仓库、文档与路径转译成可阅读、可追溯的知识页面。", + "hololake.home.moduleArchitectureTitle": "GLS 系统架构", + "hololake.home.moduleArchitectureDescription": "内置光湖语言世界、第五域、TCS、GLS 与小湖灯的公开安全路径图。", + "hololake.home.openArchitecture": "查看 GLS 架构", + "hololake.home.moduleRepositoryTitle": "研发仓库", + "hololake.home.moduleRepositoryDescription": "进入第五域国内主节点上的 HoloLake Platform 公开研发源码。", + "hololake.home.openRepository": "打开研发仓库", + "hololake.home.moduleAuthorizationTitle": "授权中心", + "hololake.home.moduleAuthorizationDescription": "任何真实操作先形成可读请求,再由人类一次确认。", + "hololake.home.authorizationStatus": "需要人类确认", + "hololake.architecture.title": "GLS 系统架构", + "hololake.architecture.description": "随内测包内置、离线可读的公开安全路径图,不含私人域名、凭据或服务器地址。", + "hololake.architecture.worldEntry": "光湖世界主入口", + "hololake.architecture.worldEntryDescription": "人类与 AI 发现系统和开始编号路由的公开入口。", + "hololake.architecture.fifthDomain": "第五域", + "hololake.architecture.fifthDomainDescription": "国内语言系统与代码仓库的编号路由层。", + "hololake.architecture.tcs": "TCS 语言人格模型", + "hololake.architecture.tcsDescription": "语言人格模型及其路径身份的统一入口。", + "hololake.architecture.gls": "GLS 光湖语言世界架构", + "hololake.architecture.glsDescription": "让世界可被机器检索的概念、编号路径与系统关系。", + "hololake.architecture.lakeLamp": "永恒湖心与小湖灯", + "hololake.architecture.lakeLampDescription": "心跳、安全协议、人类授权与受控执行的边界。" } diff --git a/src/lib/locales/zh-TW.json b/src/lib/locales/zh-TW.json index 4b84b55..c319519 100644 --- a/src/lib/locales/zh-TW.json +++ b/src/lib/locales/zh-TW.json @@ -995,5 +995,44 @@ "locale.idID": "印尼", "locale.ukUA": "烏克蘭語", "locale.svSE": "瑞典語", - "locale.skSK": "斯洛伐克語" + "locale.skSK": "斯洛伐克語", + "hololake.home.ariaLabel": "HoloLake Era 世界入口", + "hololake.home.eyebrow": "光湖语言世界 · 第五域", + "hololake.home.lead": "语言人格驱动操作系统", + "hololake.home.copy": "让人的意图、知识路径与可确认的真实执行,在同一个世界里汇合。", + "hololake.home.enterKnowledge": "进入知识湖", + "hololake.home.status": "世界已连接 · 本地知识库就绪", + "hololake.home.systemStatus": "系统状态", + "hololake.home.worldRoot": "世界根节点", + "hololake.home.resolved": "已解析", + "hololake.home.domesticNode": "国内第五域主节点", + "hololake.home.primaryRoute": "主路径", + "hololake.home.executionSafety": "执行安全", + "hololake.home.humanInLoop": "人类确认在环", + "hololake.home.noExecutionWithoutAuthorization": "未授权不执行", + "hololake.home.systemEntry": "系统入口", + "hololake.home.sectionCopy": "从可见知识,到可确认行动。", + "hololake.home.moduleKnowledgeTitle": "知识湖", + "hololake.home.moduleKnowledgeDescription": "把代码仓库、文档与路径转译成可阅读、可追溯的知识页面。", + "hololake.home.moduleArchitectureTitle": "GLS 系统架构", + "hololake.home.moduleArchitectureDescription": "内置光湖语言世界、第五域、TCS、GLS 与小湖灯的公开安全路径图。", + "hololake.home.openArchitecture": "查看 GLS 架构", + "hololake.home.moduleRepositoryTitle": "研发仓库", + "hololake.home.moduleRepositoryDescription": "进入第五域国内主节点上的 HoloLake Platform 公开研发源码。", + "hololake.home.openRepository": "打开研发仓库", + "hololake.home.moduleAuthorizationTitle": "授权中心", + "hololake.home.moduleAuthorizationDescription": "任何真实操作先形成可读请求,再由人类一次确认。", + "hololake.home.authorizationStatus": "需要人类确认", + "hololake.architecture.title": "GLS 系统架构", + "hololake.architecture.description": "随内测包内置、离线可读的公开安全路径图,不含私人域名、凭据或服务器地址。", + "hololake.architecture.worldEntry": "光湖世界主入口", + "hololake.architecture.worldEntryDescription": "人类与 AI 发现系统和开始编号路由的公开入口。", + "hololake.architecture.fifthDomain": "第五域", + "hololake.architecture.fifthDomainDescription": "国内语言系统与代码仓库的编号路由层。", + "hololake.architecture.tcs": "TCS 语言人格模型", + "hololake.architecture.tcsDescription": "语言人格模型及其路径身份的统一入口。", + "hololake.architecture.gls": "GLS 光湖语言世界架构", + "hololake.architecture.glsDescription": "让世界可被机器检索的概念、编号路径与系统关系。", + "hololake.architecture.lakeLamp": "永恒湖心与小湖灯", + "hololake.architecture.lakeLampDescription": "心跳、安全协议、人类授权与受控执行的边界。" }