@masterteam/form-builder 0.0.34 → 0.0.35

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.
@@ -1,83 +1,85 @@
1
- {
2
- "formBuilder": {
3
- "save": "حفظ",
4
- "cancel": "إلغاء",
5
- "delete": "حذف",
6
- "name-ar": "الاسم بالعربية",
7
- "name-en": "الاسم بالإنجليزية",
8
- "system": "نظام",
9
- "custom": "مخصص",
10
- "layout": "التخطيط",
11
- "reset": "إعادة تعيين",
12
- "preview": "معاينة",
13
- "add-section": "إضافة قسم",
14
- "edit-section": "تعديل القسم",
15
- "edit-field": "تعديل الحقل",
16
- "remove-field": "إزالة الحقل",
17
- "drag-from-the-side": "اسحب عناصرك من اللوحة الجانبية",
18
- "change-width": "تغيير العرض",
19
- "is-required": "مطلوب",
20
- "size": "الحجم",
21
- "field-settings": "إعدادات الحقل",
22
- "form-elements": "عناصر النموذج",
23
- "no-section": "لنبدأ بإضافة قسم إلى نموذجك، انقر على زر إضافة قسم أعلاه.",
24
- "hidden-in-creation": "مخفي عند الإنشاء",
25
- "hidden-in-edit-form": "مخفي في نموذج التعديل",
26
- "show-hide": "إظهار/إخفاء",
27
- "show-hide-description": "الإظهار بناءً على قيمة خصائص أخرى",
28
- "set-conditions": "تعيين الشروط",
29
- "conditional-display-formula": "معادلة الإظهار الشرطي",
30
- "enter-formula": "أدخل المعادلة...",
31
- "validation-rules": "قواعد التحقق",
32
- "add-validation-rule": "إضافة قاعدة تحقق",
33
- "edit-validation-rule": "تعديل قاعدة التحقق",
34
- "validation-formula": "المعادلة",
35
- "validation-message": "الرسالة",
36
- "validation-active": "نشط",
37
- "validation-formula-placeholder": "أنشئ معادلة التحقق...",
38
- "message-en": "الرسالة (الإنجليزية)",
39
- "message-ar": "الرسالة (العربية)",
40
- "severity": "نوع رسالة التحقق",
41
- "severity-hint": "اختر ما إذا كانت القاعدة ستظهر كخطأ أو تحذير عند فشل التحقق.",
42
- "severity-error": "خطأ",
43
- "severity-warning": "تحذير",
44
- "create-form": "إنشاء نموذج",
45
- "edit-form": "تعديل النموذج",
46
- "search-properties": "البحث في الخصائص",
47
- "no-data-found": "لا توجد بيانات",
48
- "no-fields-visible": "لا توجد حقول مرئية في هذا الوضع",
49
- "is-read": "قابل للقراءة",
50
- "is-read-description": "عند التعطيل، سيتم إخفاء هذا الحقل عن المستخدمين",
51
- "is-write": "قابل للتعديل",
52
- "is-write-description": "عند التعطيل، سيكون هذا الحقل للقراءة فقط للمستخدمين",
53
- "hidden": "مخفي",
54
- "read-only": "للقراءة فقط",
55
- "sections": "أقسام",
56
- "steps": "خطوات",
57
- "tabs": "تبويبات",
58
- "wizard": "خطوات رأسية",
59
- "scope-current": "الحالي",
60
- "scope-host": "المضيف",
61
- "scope-level": "المستوى",
62
- "scope-parent": "الأصل",
63
- "scope-ancestors": "الأسلاف",
64
- "scope-children": "الأبناء",
65
- "scope-descendants": "السلالة",
66
- "scope-related": "المرتبط",
67
- "scope-siblings": "الإخوة",
68
- "path": "المسار",
69
- "no-context": "لا يوجد سياق متاح",
70
- "select": "اختر",
71
- "no-options": "لا توجد خيارات",
72
- "add-segment": "إضافة مقطع",
73
- "scope-select-placeholder": "اختر...",
74
- "select-property": "اختر خاصية",
75
- "no-properties-available": "لا توجد خصائص متاحة",
76
- "all-items-in-use": "جميع العناصر مستخدمة",
77
- "toolbar-functions": "الدوال",
78
- "toolbar-fields": "الحقول",
79
- "toolbar-operators": "العوامل",
80
- "toolbar-no-fields": "لا توجد حقول متاحة",
81
- "build-condition-formula": "أنشئ صيغة الشرط..."
82
- }
83
- }
1
+ {
2
+ "formBuilder": {
3
+ "save": "حفظ",
4
+ "cancel": "إلغاء",
5
+ "delete": "حذف",
6
+ "name-ar": "الاسم بالعربية",
7
+ "name-en": "الاسم بالإنجليزية",
8
+ "required": "هذا الحقل مطلوب",
9
+ "whitespace-invalid": "أدخل حرفًا واحدًا على الأقل غير المسافة",
10
+ "system": "نظام",
11
+ "custom": "مخصص",
12
+ "layout": "التخطيط",
13
+ "reset": "إعادة تعيين",
14
+ "preview": "معاينة",
15
+ "add-section": "إضافة قسم",
16
+ "edit-section": "تعديل القسم",
17
+ "edit-field": "تعديل الحقل",
18
+ "remove-field": "إزالة الحقل",
19
+ "drag-from-the-side": "اسحب عناصرك من اللوحة الجانبية",
20
+ "change-width": "تغيير العرض",
21
+ "is-required": "مطلوب",
22
+ "size": "الحجم",
23
+ "field-settings": "إعدادات الحقل",
24
+ "form-elements": "عناصر النموذج",
25
+ "no-section": "لنبدأ بإضافة قسم إلى نموذجك، انقر على زر إضافة قسم أعلاه.",
26
+ "hidden-in-creation": "مخفي عند الإنشاء",
27
+ "hidden-in-edit-form": "مخفي في نموذج التعديل",
28
+ "show-hide": "إظهار/إخفاء",
29
+ "show-hide-description": "الإظهار بناءً على قيمة خصائص أخرى",
30
+ "set-conditions": "تعيين الشروط",
31
+ "conditional-display-formula": "معادلة الإظهار الشرطي",
32
+ "enter-formula": "أدخل المعادلة...",
33
+ "validation-rules": "قواعد التحقق",
34
+ "add-validation-rule": "إضافة قاعدة تحقق",
35
+ "edit-validation-rule": "تعديل قاعدة التحقق",
36
+ "validation-formula": "المعادلة",
37
+ "validation-message": "الرسالة",
38
+ "validation-active": "نشط",
39
+ "validation-formula-placeholder": "أنشئ معادلة التحقق...",
40
+ "message-en": "الرسالة (الإنجليزية)",
41
+ "message-ar": "الرسالة (العربية)",
42
+ "severity": "نوع رسالة التحقق",
43
+ "severity-hint": "اختر ما إذا كانت القاعدة ستظهر كخطأ أو تحذير عند فشل التحقق.",
44
+ "severity-error": "خطأ",
45
+ "severity-warning": "تحذير",
46
+ "create-form": "إنشاء نموذج",
47
+ "edit-form": "تعديل النموذج",
48
+ "search-properties": "البحث في الخصائص",
49
+ "no-data-found": "لا توجد بيانات",
50
+ "no-fields-visible": "لا توجد حقول مرئية في هذا الوضع",
51
+ "is-read": "قابل للقراءة",
52
+ "is-read-description": "عند التعطيل، سيتم إخفاء هذا الحقل عن المستخدمين",
53
+ "is-write": "قابل للتعديل",
54
+ "is-write-description": "عند التعطيل، سيكون هذا الحقل للقراءة فقط للمستخدمين",
55
+ "hidden": "مخفي",
56
+ "read-only": "للقراءة فقط",
57
+ "sections": "أقسام",
58
+ "steps": "خطوات",
59
+ "tabs": "تبويبات",
60
+ "wizard": "خطوات رأسية",
61
+ "scope-current": "الحالي",
62
+ "scope-host": "المضيف",
63
+ "scope-level": "المستوى",
64
+ "scope-parent": "الأصل",
65
+ "scope-ancestors": "الأسلاف",
66
+ "scope-children": "الأبناء",
67
+ "scope-descendants": "السلالة",
68
+ "scope-related": "المرتبط",
69
+ "scope-siblings": "الإخوة",
70
+ "path": "المسار",
71
+ "no-context": "لا يوجد سياق متاح",
72
+ "select": "اختر",
73
+ "no-options": "لا توجد خيارات",
74
+ "add-segment": "إضافة مقطع",
75
+ "scope-select-placeholder": "اختر...",
76
+ "select-property": "اختر خاصية",
77
+ "no-properties-available": "لا توجد خصائص متاحة",
78
+ "all-items-in-use": "جميع العناصر مستخدمة",
79
+ "toolbar-functions": "الدوال",
80
+ "toolbar-fields": "الحقول",
81
+ "toolbar-operators": "العوامل",
82
+ "toolbar-no-fields": "لا توجد حقول متاحة",
83
+ "build-condition-formula": "أنشئ صيغة الشرط..."
84
+ }
85
+ }
@@ -1,83 +1,85 @@
1
- {
2
- "formBuilder": {
3
- "save": "Save",
4
- "cancel": "Cancel",
5
- "delete": "Delete",
6
- "name-ar": "Name (Arabic)",
7
- "name-en": "Name (English)",
8
- "system": "System",
9
- "custom": "Custom",
10
- "layout": "Layout",
11
- "reset": "Reset",
12
- "preview": "Preview",
13
- "add-section": "Add Section",
14
- "edit-section": "Edit Section",
15
- "edit-field": "Edit Field",
16
- "remove-field": "Remove Field",
17
- "drag-from-the-side": "Drag your elemnents from the side panel",
18
- "change-width": "Change Width",
19
- "is-required": "Is Required",
20
- "size": "Size",
21
- "field-settings": "Field Settings",
22
- "form-elements": "Form Elements",
23
- "no-section": "Let's start by adding a section to your form, click the add section button above.",
24
- "hidden-in-creation": "Hidden In Creation",
25
- "hidden-in-edit-form": "Hidden In Edit Form",
26
- "show-hide": "Show/Hide",
27
- "show-hide-description": "Show Based On The Value Of Other Properties",
28
- "set-conditions": "Set Conditions",
29
- "conditional-display-formula": "Conditional Display Formula",
30
- "enter-formula": "Enter formula...",
31
- "validation-rules": "Validation Rules",
32
- "add-validation-rule": "Add Validation Rule",
33
- "edit-validation-rule": "Edit Validation Rule",
34
- "validation-formula": "Formula",
35
- "validation-message": "Message",
36
- "validation-active": "Active",
37
- "validation-formula-placeholder": "Build validation formula...",
38
- "message-en": "Message (English)",
39
- "message-ar": "Message (Arabic)",
40
- "severity": "Validation Message Type",
41
- "severity-hint": "Choose whether this rule shows an error or a warning when validation fails.",
42
- "severity-error": "Error",
43
- "severity-warning": "Warning",
44
- "create-form": "Create Form",
45
- "edit-form": "Edit Form",
46
- "no-data-found": "No data found",
47
- "search-properties": "Search Properties",
48
- "no-fields-visible": "No fields visible in this mode",
49
- "is-read": "Readable",
50
- "is-read-description": "When disabled, this field will be hidden from users",
51
- "is-write": "Editable",
52
- "is-write-description": "When disabled, this field will be read-only for users",
53
- "hidden": "Hidden",
54
- "read-only": "Read Only",
55
- "sections": "Sections",
56
- "steps": "Steps",
57
- "tabs": "Tabs",
58
- "wizard": "Wizard",
59
- "scope-current": "Current",
60
- "scope-host": "Host",
61
- "scope-level": "Level",
62
- "scope-parent": "Parent",
63
- "scope-ancestors": "Ancestors",
64
- "scope-children": "Children",
65
- "scope-descendants": "Descendants",
66
- "scope-related": "Related",
67
- "scope-siblings": "Siblings",
68
- "path": "Path",
69
- "no-context": "No context available",
70
- "select": "Select",
71
- "no-options": "No options",
72
- "add-segment": "Add Segment",
73
- "scope-select-placeholder": "Select...",
74
- "select-property": "Select a property",
75
- "no-properties-available": "No properties available",
76
- "all-items-in-use": "All items are in use",
77
- "toolbar-functions": "Functions",
78
- "toolbar-fields": "Fields",
79
- "toolbar-operators": "Operators",
80
- "toolbar-no-fields": "No fields available",
81
- "build-condition-formula": "Build condition formula..."
82
- }
83
- }
1
+ {
2
+ "formBuilder": {
3
+ "save": "Save",
4
+ "cancel": "Cancel",
5
+ "delete": "Delete",
6
+ "name-ar": "Name (Arabic)",
7
+ "name-en": "Name (English)",
8
+ "required": "This field is required",
9
+ "whitespace-invalid": "Enter at least one non-space character",
10
+ "system": "System",
11
+ "custom": "Custom",
12
+ "layout": "Layout",
13
+ "reset": "Reset",
14
+ "preview": "Preview",
15
+ "add-section": "Add Section",
16
+ "edit-section": "Edit Section",
17
+ "edit-field": "Edit Field",
18
+ "remove-field": "Remove Field",
19
+ "drag-from-the-side": "Drag your elemnents from the side panel",
20
+ "change-width": "Change Width",
21
+ "is-required": "Is Required",
22
+ "size": "Size",
23
+ "field-settings": "Field Settings",
24
+ "form-elements": "Form Elements",
25
+ "no-section": "Let's start by adding a section to your form, click the add section button above.",
26
+ "hidden-in-creation": "Hidden In Creation",
27
+ "hidden-in-edit-form": "Hidden In Edit Form",
28
+ "show-hide": "Show/Hide",
29
+ "show-hide-description": "Show Based On The Value Of Other Properties",
30
+ "set-conditions": "Set Conditions",
31
+ "conditional-display-formula": "Conditional Display Formula",
32
+ "enter-formula": "Enter formula...",
33
+ "validation-rules": "Validation Rules",
34
+ "add-validation-rule": "Add Validation Rule",
35
+ "edit-validation-rule": "Edit Validation Rule",
36
+ "validation-formula": "Formula",
37
+ "validation-message": "Message",
38
+ "validation-active": "Active",
39
+ "validation-formula-placeholder": "Build validation formula...",
40
+ "message-en": "Message (English)",
41
+ "message-ar": "Message (Arabic)",
42
+ "severity": "Validation Message Type",
43
+ "severity-hint": "Choose whether this rule shows an error or a warning when validation fails.",
44
+ "severity-error": "Error",
45
+ "severity-warning": "Warning",
46
+ "create-form": "Create Form",
47
+ "edit-form": "Edit Form",
48
+ "no-data-found": "No data found",
49
+ "search-properties": "Search Properties",
50
+ "no-fields-visible": "No fields visible in this mode",
51
+ "is-read": "Readable",
52
+ "is-read-description": "When disabled, this field will be hidden from users",
53
+ "is-write": "Editable",
54
+ "is-write-description": "When disabled, this field will be read-only for users",
55
+ "hidden": "Hidden",
56
+ "read-only": "Read Only",
57
+ "sections": "Sections",
58
+ "steps": "Steps",
59
+ "tabs": "Tabs",
60
+ "wizard": "Wizard",
61
+ "scope-current": "Current",
62
+ "scope-host": "Host",
63
+ "scope-level": "Level",
64
+ "scope-parent": "Parent",
65
+ "scope-ancestors": "Ancestors",
66
+ "scope-children": "Children",
67
+ "scope-descendants": "Descendants",
68
+ "scope-related": "Related",
69
+ "scope-siblings": "Siblings",
70
+ "path": "Path",
71
+ "no-context": "No context available",
72
+ "select": "Select",
73
+ "no-options": "No options",
74
+ "add-segment": "Add Segment",
75
+ "scope-select-placeholder": "Select...",
76
+ "select-property": "Select a property",
77
+ "no-properties-available": "No properties available",
78
+ "all-items-in-use": "All items are in use",
79
+ "toolbar-functions": "Functions",
80
+ "toolbar-fields": "Fields",
81
+ "toolbar-operators": "Operators",
82
+ "toolbar-no-fields": "No fields available",
83
+ "build-condition-formula": "Build condition formula..."
84
+ }
85
+ }