fix(docs): locale translations

This commit is contained in:
Adam 2026-02-10 07:11:13 -06:00
parent 19ad7ad809
commit 4c4e30cd71
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
351 changed files with 3744 additions and 3765 deletions

View file

@ -47,7 +47,7 @@ description: إدارة الأدوات التي يمكن لـ LLM استخدام
### bash
نفذ أوامر الصدفة (Shell) في بيئة مشروعك.
نفذ أوامر shell في بيئة مشروعك.
```json title="opencode.json" {4}
{
@ -58,7 +58,7 @@ description: إدارة الأدوات التي يمكن لـ LLM استخدام
}
```
تتيح هذه الأداة لـ LLM تشغيل أوامر الطرفية مثل `npm install` و`git status` أو أي أمر صدفة آخر.
تتيح هذه الأداة لـ LLM تشغيل أوامر terminal مثل `npm install` و`git status` أو أي أمر shell آخر.
---