@masterteam/form-builder 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/assets/i18n/ar.json
CHANGED
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"is-read-description": "عند التعطيل، سيتم إخفاء هذا الحقل عن المستخدمين",
|
|
53
53
|
"is-write": "قابل للتعديل",
|
|
54
54
|
"is-write-description": "عند التعطيل، سيكون هذا الحقل للقراءة فقط للمستخدمين",
|
|
55
|
+
"edit-label": "تسمية مخصصة",
|
|
56
|
+
"edit-label-description": "استبدل التسمية الافتراضية للحقل بنص خاص بك لكل لغة",
|
|
57
|
+
"label-en": "التسمية (بالإنجليزية)",
|
|
58
|
+
"label-ar": "التسمية (بالعربية)",
|
|
55
59
|
"hidden": "مخفي",
|
|
56
60
|
"read-only": "للقراءة فقط",
|
|
57
61
|
"sections": "أقسام",
|
package/assets/i18n/en.json
CHANGED
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"is-read-description": "When disabled, this field will be hidden from users",
|
|
53
53
|
"is-write": "Editable",
|
|
54
54
|
"is-write-description": "When disabled, this field will be read-only for users",
|
|
55
|
+
"edit-label": "Custom Label",
|
|
56
|
+
"edit-label-description": "Override the default field label with your own text per language",
|
|
57
|
+
"label-en": "Label (English)",
|
|
58
|
+
"label-ar": "Label (Arabic)",
|
|
55
59
|
"hidden": "Hidden",
|
|
56
60
|
"read-only": "Read Only",
|
|
57
61
|
"sections": "Sections",
|