trustgraph/docs/tech-specs/__TEMPLATE.he.md
Alex Jenkins 8954fa3ad7 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:08:32 +01:00

135 lines
3.1 KiB
Markdown

---
layout: default
title: "Command-Line Loading Knowledge Technical Specification"
parent: "Hebrew (Beta)"
---
# Command-Line Loading Knowledge Technical Specification
> **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.
## Overview
מפרט זה מתאר את ממשקי שורת הפקודה לטעינת ידע לתוך TrustGraph, ומאפשר למשתמשים לקלוט נתונים ממקורות שונים באמצעות כלי שורת פקודה. האינטגרציה תומכת בארבעה תרחישי שימוש עיקריים:
1. **[Use Case 1]**: [Description]
2. **[Use Case 2]**: [Description]
3. **[Use Case 3]**: [Description]
4. **[Use Case 4]**: [Description]
## Goals
- **[Goal 1]**: [Description]
- **[Goal 2]**: [Description]
- **[Goal 3]**: [Description]
- **[Goal 4]**: [Description]
- **[Goal 5]**: [Description]
- **[Goal 6]**: [Description]
- **[Goal 7]**: [Description]
- **[Goal 8]**: [Description]
## Background
[Describe the current state and limitations that this specification addresses]
מגבלות נוכחיות כוללות:
- [Limitation 1]
- [Limitation 2]
- [Limitation 3]
- [Limitation 4]
מפרט זה מתייחס לפערים אלה על ידי [description]. באמצעות [capability], TrustGraph יכול:
- [Benefit 1]
- [Benefit 2]
- [Benefit 3]
- [Benefit 4]
## Technical Design
### Architecture
טעינת ידע משורת הפקודה דורשת את הרכיבים הטכניים הבאים:
1. **[Component 1]**
- [Description of component functionality]
- [Key features]
- [Integration points]
Module: [module-path]
2. **[Component 2]**
- [Description of component functionality]
- [Key features]
- [Integration points]
Module: [module-path]
3. **[Component 3]**
- [Description of component functionality]
- [Key features]
- [Integration points]
Module: [module-path]
### Data Models
#### [Data Model 1]
[Description of data model and structure]
Example:
```
[Example data structure]
```
גישה זו מאפשרת:
- [Benefit 1]
- [Benefit 2]
- [Benefit 3]
- [Benefit 4]
### ממשקי API
ממשקי API חדשים:
- [API description 1]
- [API description 2]
- [API description 3]
ממשקי API ששונו:
- [Modified API 1] - [Description of changes]
- [Modified API 2] - [Description of changes]
### פרטי יישום
[גישת יישום ועקרונות]
[הערות נוספות בנוגע ליישום]
## שיקולי אבטחה
[שיקולי אבטחה ספציפיים ליישום זה]
## שיקולי ביצועים
[שיקולי ביצועים וצווארי בקבוק פוטנציאליים]
## אסטרטגיית בדיקות
[גישת אסטרטגיית בדיקות]
## תוכנית מעבר
[אסטרטגיית מעבר, אם רלוונטית]
## ציר זמן
[מידע על ציר הזמן, אם מצוין]
## שאלות פתוחות
- [Open question 1]
- [Open question 2]
## מקורות
[מקורות, אם רלוונטיים]