@masterteam/properties 0.0.17 → 0.0.18

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.
@@ -0,0 +1,74 @@
1
+ {
2
+ "properties": {
3
+ "list": {
4
+ "pageTitle": "جميع الخصائص",
5
+ "tabAll": "الكل",
6
+ "tabSystem": "النظام",
7
+ "tabCustom": "مخصص",
8
+ "columnName": "الاسم",
9
+ "columnType": "النوع",
10
+ "columnRequired": "مطلوب",
11
+ "createAction": "إنشاء",
12
+ "editAction": "تعديل",
13
+ "deleteAction": "حذف",
14
+ "addNewProperty": "إضافة خاصية جديدة",
15
+ "emptyStateNoData": "لا توجد بيانات لعرضها",
16
+ "emptyStateTemplate": "إنشاء من قالب النوع",
17
+ "typeShortText": "نص قصير",
18
+ "typeParagraph": "فقرة",
19
+ "typeUser": "مستخدم",
20
+ "typeNumber": "رقم",
21
+ "typeCurrency": "عملة",
22
+ "typeLookup": "قائمة"
23
+ },
24
+ "form": {
25
+ "createNewProperty": "إنشاء خاصية جديدة",
26
+ "editProperty": "تعديل الخاصية",
27
+ "createButton": "إنشاء",
28
+ "updateButton": "تحديث",
29
+ "defaultInfoSection": "المعلومات الافتراضية",
30
+ "propertyType": "نوع الخاصية",
31
+ "selectPropertyType": "اختر نوع الخاصية",
32
+ "calculated": "محسوبة",
33
+ "englishName": "الاسم بالإنجليزية",
34
+ "enterEnglishName": "الاسم بالإنجليزية",
35
+ "arabicName": "الاسم بالعربية",
36
+ "enterArabicName": "الاسم بالعربية",
37
+ "description": "الوصف",
38
+ "enterDescription": "الوصف",
39
+ "defaultValue": "القيمة الافتراضية",
40
+ "configurationSection": "الإعدادات",
41
+ "endpoint": "نقطة النهاية",
42
+ "endpointPlaceholder": "https://api.example.com/items",
43
+ "addHeader": "إضافة رأس",
44
+ "testApi": "اختبار API",
45
+ "headers": "الرؤوس",
46
+ "headerKey": "المفتاح",
47
+ "headerValue": "القيمة",
48
+ "noHeadersMessage": "لم يتم إضافة رؤوس. استخدم \"إضافة رأس\" لتضمين المصادقة أو الرؤوس المخصصة.",
49
+ "keyField": "حقل المفتاح",
50
+ "valueField": "حقل القيمة",
51
+ "messageTestApiPrompt": "قم بتشغيل \"اختبار API\" لاكتشاف الحقول المتاحة.",
52
+ "testApiPrompt": "قم بتشغيل \"اختبار API\" لاكتشاف الحقول المتاحة.",
53
+ "labelSupportMultiSelect": "دعم الاختيار المتعدد",
54
+ "supportMultiSelect": "دعم الاختيار المتعدد",
55
+ "messageTesting": "جاري الاختبار...",
56
+ "testingMessage": "جاري الاختبار...",
57
+ "selectLookup": "اختر القائمة",
58
+ "selectGroup": "اختر المجموعة",
59
+ "selectCountry": "اختر الدولة",
60
+ "selectColor": "اختر اللون",
61
+ "allowMultiple": "السماح بملفات متعددة",
62
+ "availableTypes": "الأنواع المتاحة",
63
+ "selectedTypes": "الأنواع المحددة",
64
+ "selectScope": "اختر النطاق",
65
+ "availableProperties": "الخصائص المتاحة",
66
+ "selectedProperties": "الخصائص المحددة",
67
+ "mapToActual": "ربط بالفعلي",
68
+ "isEditable": "قابل للتعديل",
69
+ "preserveValue": "الحفاظ على القيمة",
70
+ "type": "النوع",
71
+ "valueProperty": "خاصية القيمة"
72
+ }
73
+ }
74
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "properties": {
3
+ "list": {
4
+ "pageTitle": "All Properties",
5
+ "tabAll": "All",
6
+ "tabSystem": "System",
7
+ "tabCustom": "Custom",
8
+ "columnName": "Name",
9
+ "columnType": "Type",
10
+ "columnRequired": "Required",
11
+ "createAction": "Create",
12
+ "editAction": "Edit",
13
+ "deleteAction": "Delete",
14
+ "addNewProperty": "Add New Property",
15
+ "emptyStateNoData": "No data to show",
16
+ "emptyStateTemplate": "Create from Type Template",
17
+ "typeShortText": "Short text",
18
+ "typeParagraph": "Paragraph",
19
+ "typeUser": "User",
20
+ "typeNumber": "Number",
21
+ "typeCurrency": "Currency",
22
+ "typeLookup": "Lookup"
23
+ },
24
+ "form": {
25
+ "createNewProperty": "Create New Property",
26
+ "editProperty": "Edit Property",
27
+ "createButton": "Create",
28
+ "updateButton": "Update",
29
+ "defaultInfoSection": "Default Information",
30
+ "propertyType": "Property Type",
31
+ "selectPropertyType": "Select Property Type",
32
+ "calculated": "Calculated",
33
+ "englishName": "English Name",
34
+ "enterEnglishName": "English Name",
35
+ "arabicName": "Arabic Name",
36
+ "enterArabicName": "Arabic Name",
37
+ "description": "Description",
38
+ "enterDescription": "Description",
39
+ "defaultValue": "Default Value",
40
+ "configurationSection": "Configuration",
41
+ "endpoint": "Endpoint",
42
+ "endpointPlaceholder": "https://api.example.com/items",
43
+ "addHeader": "Add Header",
44
+ "testApi": "Test API",
45
+ "headers": "Headers",
46
+ "headerKey": "Key",
47
+ "headerValue": "Value",
48
+ "noHeadersMessage": "No headers added. Use \"Add Header\" to include authentication or custom headers.",
49
+ "keyField": "Key field",
50
+ "valueField": "Value field",
51
+ "messageTestApiPrompt": "Run \"Test API\" to detect available fields.",
52
+ "testApiPrompt": "Run \"Test API\" to detect available fields.",
53
+ "labelSupportMultiSelect": "Support multiple select",
54
+ "supportMultiSelect": "Support multiple select",
55
+ "messageTesting": "Testing...",
56
+ "testingMessage": "Testing...",
57
+ "selectLookup": "Select Lookup",
58
+ "selectGroup": "Select Group",
59
+ "selectCountry": "Select Country",
60
+ "selectColor": "Select Color",
61
+ "allowMultiple": "Allow Multiple Files",
62
+ "availableTypes": "Available Types",
63
+ "selectedTypes": "Selected Types",
64
+ "selectScope": "Select Scope",
65
+ "availableProperties": "Available Properties",
66
+ "selectedProperties": "Selected Properties",
67
+ "mapToActual": "Map To Actual",
68
+ "isEditable": "Is Editable",
69
+ "preserveValue": "Preserve Value",
70
+ "type": "Type",
71
+ "valueProperty": "Value Property"
72
+ }
73
+ }
74
+ }