trustgraph/trustgraph-base/trustgraph/i18n/packs/en.json
Alex Jenkins f95fd4f052
Feat: TrustGraph i18n & Documentation Translation Updates (#781)
Native CLI i18n: The TrustGraph CLI has built-in translation support
that dynamically loads language strings. You can test and use
different languages by simply passing the --lang flag (e.g., --lang
es for Spanish, --lang ru for Russian) or by configuring your
environment's LANG variable.

Automated Docs Translations: This PR introduces autonomously
translated Markdown documentation into several target languages,
including Spanish, Swahili, Portuguese, Turkish, Hindi, Hebrew,
Arabic, Simplified Chinese, and Russian.
2026-04-14 12:07:58 +01:00

54 lines
3.9 KiB
JSON

{
"cli.verify_system_status.title": "TrustGraph System Status Verification",
"cli.verify_system_status.phase_1": "Phase 1: Infrastructure",
"cli.verify_system_status.phase_2": "Phase 2: Core Services",
"cli.verify_system_status.phase_3": "Phase 3: Data Services",
"cli.verify_system_status.phase_4": "Phase 4: User Interface",
"cli.verify_system_status.summary": "Summary",
"cli.verify_system_status.checking": "Checking {name}...",
"cli.verify_system_status.checking_attempt": "Checking {name}... (attempt {attempt})",
"cli.verify_system_status.failed_timeout": "{name}: Failed (timeout after {attempt} attempts)",
"cli.verify_system_status.pulsar_not_responding": "Pulsar is not responding - other checks may fail",
"cli.verify_system_status.checks_passed": "Checks passed: {passed}/{total}",
"cli.verify_system_status.checks_failed": "Checks failed: {failed}/{total}",
"cli.verify_system_status.total_time": "Total time: {elapsed}",
"cli.verify_system_status.system_healthy": "System is healthy!",
"cli.verify_system_status.system_failing": "System has {failed} failing check(s)",
"cli.verify_system_status.check_name.pulsar": "Pulsar",
"cli.verify_system_status.check_name.api_gateway": "API Gateway",
"cli.verify_system_status.check_name.processors": "Processors",
"cli.verify_system_status.check_name.flow_blueprints": "Flow Blueprints",
"cli.verify_system_status.check_name.flows": "Flows",
"cli.verify_system_status.check_name.prompts": "Prompts",
"cli.verify_system_status.check_name.library": "Library",
"cli.verify_system_status.check_name.workbench_ui": "Workbench UI",
"cli.verify_system_status.pulsar.healthy": "Pulsar healthy ({clusters} cluster(s))",
"cli.verify_system_status.pulsar.status": "Pulsar returned status {status_code}",
"cli.verify_system_status.pulsar.timeout": "Pulsar connection timeout",
"cli.verify_system_status.pulsar.cannot_connect": "Cannot connect to Pulsar",
"cli.verify_system_status.pulsar.error": "Pulsar error: {error}",
"cli.verify_system_status.api_gateway.responding": "API Gateway is responding",
"cli.verify_system_status.api_gateway.status": "API Gateway returned status {status_code}",
"cli.verify_system_status.api_gateway.timeout": "API Gateway connection timeout",
"cli.verify_system_status.api_gateway.cannot_connect": "Cannot connect to API Gateway",
"cli.verify_system_status.api_gateway.error": "API Gateway error: {error}",
"cli.verify_system_status.processors.found": "Found {count} processors (≥ {min})",
"cli.verify_system_status.processors.only": "Only {count} processors running (need {min})",
"cli.verify_system_status.processors.metrics_status": "Metrics returned status {status_code}",
"cli.verify_system_status.processors.error": "Processor check error: {error}",
"cli.verify_system_status.flow_blueprints.found": "Found {count} flow blueprint(s)",
"cli.verify_system_status.flow_blueprints.none": "No flow blueprints found",
"cli.verify_system_status.flow_blueprints.error": "Flow blueprints check error: {error}",
"cli.verify_system_status.flows.responding": "Flow manager responding ({count} flow(s))",
"cli.verify_system_status.flows.error": "Flow manager check error: {error}",
"cli.verify_system_status.prompts.found": "Found {count} prompt(s)",
"cli.verify_system_status.prompts.none": "No prompts found",
"cli.verify_system_status.prompts.error": "Prompts check error: {error}",
"cli.verify_system_status.library.responding": "Library responding ({count} document(s))",
"cli.verify_system_status.library.error": "Library check error: {error}",
"cli.verify_system_status.ui.responding": "Workbench UI is responding",
"cli.verify_system_status.ui.status": "UI returned status {status_code}",
"cli.verify_system_status.ui.timeout": "UI connection timeout",
"cli.verify_system_status.ui.cannot_connect": "Cannot connect to UI",
"cli.verify_system_status.ui.error": "UI error: {error}"
}