mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-29 18:36:22 +02:00
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.
54 lines
5.9 KiB
JSON
54 lines
5.9 KiB
JSON
{
|
|
"cli.verify_system_status.title": "ट्रस्टग्राफ सिस्टम स्टेटस वेरिफिकेशन",
|
|
"cli.verify_system_status.phase_1": "चरण 1: इंफ्रास्ट्रक्चर",
|
|
"cli.verify_system_status.phase_2": "चरण 2: कोर सर्विसेज",
|
|
"cli.verify_system_status.phase_3": "चरण 3: डेटा सर्विसेज",
|
|
"cli.verify_system_status.phase_4": "चरण 4: यूजर इंटरफेस",
|
|
"cli.verify_system_status.summary": "सारांश",
|
|
"cli.verify_system_status.checking": "{name} की जाँच की जा रही है...",
|
|
"cli.verify_system_status.checking_attempt": "{name} की जाँच की जा रही है... (प्रयास {attempt})",
|
|
"cli.verify_system_status.failed_timeout": "{name}: विफल ({attempt} प्रयासों के बाद टाइमआउट)",
|
|
"cli.verify_system_status.pulsar_not_responding": "पल्सर प्रतिक्रिया नहीं दे रहा है - अन्य जाँचें विफल हो सकती हैं",
|
|
"cli.verify_system_status.checks_passed": "पास हुई जाँचें: {passed}/{total}",
|
|
"cli.verify_system_status.checks_failed": "विफल हुई जाँचें: {failed}/{total}",
|
|
"cli.verify_system_status.total_time": "कुल समय: {elapsed}",
|
|
"cli.verify_system_status.system_healthy": "सिस्टम स्वस्थ है!",
|
|
"cli.verify_system_status.system_failing": "सिस्टम में {failed} विफल जाँच(एँ) हैं",
|
|
"cli.verify_system_status.check_name.pulsar": "पल्सर",
|
|
"cli.verify_system_status.check_name.api_gateway": "एपीआई गेटवे",
|
|
"cli.verify_system_status.check_name.processors": "प्रोसेसर",
|
|
"cli.verify_system_status.check_name.flow_blueprints": "फ्लो ब्लूप्रिंट्स",
|
|
"cli.verify_system_status.check_name.flows": "फ्लोस",
|
|
"cli.verify_system_status.check_name.prompts": "प्रॉम्प्ट्स",
|
|
"cli.verify_system_status.check_name.library": "लाइब्रेरी",
|
|
"cli.verify_system_status.check_name.workbench_ui": "वर्कबेंच यूआई",
|
|
"cli.verify_system_status.pulsar.healthy": "पल्सर स्वस्थ ({clusters} क्लस्टर(्स))",
|
|
"cli.verify_system_status.pulsar.status": "पल्सर ने स्टेटस {status_code} लौटाया",
|
|
"cli.verify_system_status.pulsar.timeout": "पल्सर कनेक्शन टाइमआउट",
|
|
"cli.verify_system_status.pulsar.cannot_connect": "पल्सर से कनेक्ट नहीं किया जा सका",
|
|
"cli.verify_system_status.pulsar.error": "पल्सर त्रुटि: {error}",
|
|
"cli.verify_system_status.api_gateway.responding": "एपीआई गेटवे प्रतिक्रिया दे रहा है",
|
|
"cli.verify_system_status.api_gateway.status": "एपीआई गेटवे ने स्टेटस {status_code} लौटाया",
|
|
"cli.verify_system_status.api_gateway.timeout": "एपीआई गेटवे कनेक्शन टाइमआउट",
|
|
"cli.verify_system_status.api_gateway.cannot_connect": "एपीआई गेटवे से कनेक्ट नहीं किया जा सका",
|
|
"cli.verify_system_status.api_gateway.error": "एपीआई गेटवे त्रुटि: {error}",
|
|
"cli.verify_system_status.processors.found": "{count} प्रोसेसर पाए गए (≥ {min})",
|
|
"cli.verify_system_status.processors.only": "केवल {count} प्रोसेसर चल रहे हैं (आवश्यक {min})",
|
|
"cli.verify_system_status.processors.metrics_status": "मेट्रिक्स ने स्टेटस {status_code} लौटाया",
|
|
"cli.verify_system_status.processors.error": "प्रोसेसर जाँच त्रुटि: {error}",
|
|
"cli.verify_system_status.flow_blueprints.found": "{count} फ्लो ब्लूप्रिंट पाए गए",
|
|
"cli.verify_system_status.flow_blueprints.none": "कोई फ्लो ब्लूप्रिंट नहीं मिला",
|
|
"cli.verify_system_status.flow_blueprints.error": "फ्लो ब्लूप्रिंट जाँच त्रुटि: {error}",
|
|
"cli.verify_system_status.flows.responding": "फ्लो मैनेजर प्रतिक्रिया दे रहा है ({count} फ्लो(्स))",
|
|
"cli.verify_system_status.flows.error": "फ्लो मैनेजर जाँच त्रुटि: {error}",
|
|
"cli.verify_system_status.prompts.found": "{count} प्रॉम्प्ट पाए गए",
|
|
"cli.verify_system_status.prompts.none": "कोई प्रॉम्प्ट नहीं मिला",
|
|
"cli.verify_system_status.prompts.error": "प्रॉम्प्ट जाँच त्रुटि: {error}",
|
|
"cli.verify_system_status.library.responding": "लाइब्रेरी प्रतिक्रिया दे रही है ({count} दस्तावेज़(्स))",
|
|
"cli.verify_system_status.library.error": "लाइब्रेरी जाँच त्रुटि: {error}",
|
|
"cli.verify_system_status.ui.responding": "वर्कबेंच यूआई प्रतिक्रिया दे रहा है",
|
|
"cli.verify_system_status.ui.status": "यूआई ने स्टेटस {status_code} लौटाया",
|
|
"cli.verify_system_status.ui.timeout": "यूआई कनेक्शन टाइमआउट",
|
|
"cli.verify_system_status.ui.cannot_connect": "यूआई से कनेक्ट नहीं किया जा सका",
|
|
"cli.verify_system_status.ui.error": "यूआई त्रुटि: {error}"
|
|
}
|