# استيراد / تصدير

## ➡️ تصدير اللغات

يمكنك تصدير جميع تسميات الأسئلة والإجابات إلى ملف JSON مفتوح التنسيق لإرساله إلى المترجمين، ثم عند استلام النسخة المترجمة منهم يمكنك استيرادها مرة أخرى إلى اللغة المستهدفة.

ملف JSON هو مجموعة لجميع تسميات أسئلة وإجابات، ويحتاج مترجموك فقط إلى ترجمة الجزء النصي على اليمين. يمكنك تحرير الملف باستخدام أي محرر نصوص.

```javascript
  {
    "MBoLd8DWsel_jpZW5fWa$3": "<p>Do you own a watch of&nbsp;[[watchmakers]]</p>\n"
    "MBoLd8DWsel_jpZW5fXa$1": "Yes"
    "MBoLoPBG4gguf3NSthma$1": "No"
  }
```

{% hint style="warning" %}
لا تقم بتعديل أي من المعرفات على اليمين لأن ذلك سيؤدي إلى تعطيل الاستيراد.
{% endhint %}

## ⬅️ استيراد اللغات

يمكنك إعادة استيراد ملف JSON المصدر من واجهة الاستيراد وتحديد **Import as target language** التي سيتم استيراد الملف ضمنها.

{% hint style="warning" %}
سيؤدي الاستيراد إلى استبدال الترجمات الموجودة في اللغة المستهدفة.
{% endhint %}

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/ar/form-management/form-designer/multi-language-forms/import-export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
