mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
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.
This commit is contained in:
parent
19f73e4cdc
commit
f95fd4f052
560 changed files with 236300 additions and 99 deletions
35
docs/README.ar.md
Normal file
35
docs/README.ar.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
layout: default
|
||||
title: "وثائق TrustGraph"
|
||||
parent: "Arabic (Beta)"
|
||||
---
|
||||
|
||||
**تعليمات مهمة:**
|
||||
|
||||
- الحفاظ على جميع تنسيقات Markdown، والعناوين، والروابط، ووسوم HTML.
|
||||
- لا تترجم أي كود داخل علامات التنصيص المزدوجة أو كتل الكود.
|
||||
- قم بإخراج النص المترجم فقط، بدون أي مقدمات أو تفسيرات.
|
||||
|
||||
النص المراد ترجمته:
|
||||
# وثائق TrustGraph
|
||||
|
||||
> **Beta Translation:** This document was translated via Machine Learning and as such may not be 100% accurate. All non-English languages are currently classified as Beta.
|
||||
|
||||
مرحبًا بكم في TrustGraph! للحصول على وثائق شاملة، يرجى زيارة:
|
||||
|
||||
## 📖 [https://docs.trustgraph.ai](https://docs.trustgraph.ai)
|
||||
|
||||
يتضمن الموقع الرئيسي الوثائق:
|
||||
|
||||
- **[نظرة عامة](https://docs.trustgraph.ai/overview)** - مقدمة لمفاهيم وهيكل TrustGraph
|
||||
- **[دليل المستخدم](https://docs.trustgraph.ai/guides)** - دروس تعليمية خطوة بخطوة وإرشادات
|
||||
- **[التثبيت](https://docs.trustgraph.ai/deployment)** - خيارات التثبيت والإعداد
|
||||
- **[مرجع](https://docs.trustgraph.ai/reference)** - مواصفات API ووثائق سطر الأوامر
|
||||
|
||||
## البدء
|
||||
|
||||
**هل أنت جديد في TrustGraph؟** ابدأ بـ [نظرة عامة](https://docs.trustgraph.ai/overview) لفهم النظام.
|
||||
|
||||
**هل أنت مستعد للتثبيت؟** تحقق من [دليل التثبيت](https://docs.trustgraph.ai/deployment).
|
||||
|
||||
**هل تقوم بدمج الكود؟** راجع [مرجع API](https://docs.trustgraph.ai/reference) للحصول على وثائق REST و WebSocket و SDK.
|
||||
Loading…
Add table
Add a link
Reference in a new issue