عنوان وحدة النصوص. يبلغ الحد الأقصى المقترَح للطول 35 حرفًا لضمان عرض السلسلة الكاملة على الشاشات الأصغر حجمًا.
body
string
النص الأساسي للوحدة النصية، التي يتم تعريفها على أنها سلسلة غير منقطعة. الحد الأقصى المقترَح للطول هو 500 حرف لضمان عرض السلسلة الكاملة على الشاشات الأصغر حجمًا.
سلاسل مترجمة للنص الأساسي الحد الأقصى المقترَح للطول هو 500 حرف لضمان عرض السلسلة الكاملة على الشاشات الأصغر حجمًا.
id
string
المعرّف المرتبط بوحدة نصية. تم تخصيص هذا الحقل لتسهيل إدارة الوحدات النصية والإشارة إليها في عمليات تجاوز النماذج. يجب أن يتضمّن المعرّف أحرفًا أبجدية رقمية فقط أو "_" أو "-". ولا يمكن أن يتضمّن نقاطًا، إذ تُستخدَم النقاط لفصل الحقول ضمن FieldReference.fieldPaths في عمليات إلغاء النماذج.
تاريخ التعديل الأخير: 2025-03-13 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-03-13 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Text modules consist of a header and body, with optional localized versions for each."],["The `header` and `body` fields are strings with recommended maximum lengths for display purposes."],["Localized content can be provided using the `localizedHeader` and `localizedBody` fields, which accept LocalizedString objects."],["Each text module can have a unique `id` for management and referencing within templates, using only alphanumeric characters, '_', or '-'."]]],["The provided data defines the structure of a Text module using a JSON format. Key fields include `header`, `body`, `localizedHeader`, `localizedBody`, and `id`, all optional. Headers and bodies can be defined as strings or localized objects with recommended maximum lengths of 35 and 500 characters, respectively. The `id` field, for management, must be alphanumeric, using '_' or '-' and not '.'. Different body types will be combined, if provided.\n"]]