@masterteam/formula-builder 0.0.20 → 0.0.22
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
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"formulaBuilder": {
|
|
3
|
-
"placeholder": "أدخل الصيغة...",
|
|
4
|
-
"codeMode": "وضع الكود",
|
|
5
|
-
"errors": {
|
|
6
|
-
"validationFailed": "فشل التحقق"
|
|
7
|
-
},
|
|
8
|
-
"actions": {
|
|
9
|
-
"insert": "إدراج",
|
|
10
|
-
"clear": "مسح"
|
|
11
|
-
},
|
|
12
|
-
"properties": {
|
|
13
|
-
"path": "المسار",
|
|
14
|
-
"field": "الحقل",
|
|
15
|
-
"no-path-configured": "لا يوجد مسار محدد",
|
|
16
|
-
"direct-access": "وصول مباشر",
|
|
17
|
-
"add-segment": "إضافة جزء",
|
|
18
|
-
"select": "اختر"
|
|
19
|
-
},
|
|
20
|
-
"operatorNames": {
|
|
21
|
-
"level": "المستوى",
|
|
22
|
-
"current": "الحالي",
|
|
23
|
-
"host": "المضيف",
|
|
24
|
-
"parent": "الأصل",
|
|
25
|
-
"children": "الأبناء",
|
|
26
|
-
"descendants": "المتفرعات",
|
|
27
|
-
"modules": "الوحدات",
|
|
28
|
-
"schedule": "الجدول الزمني",
|
|
29
|
-
"phasegate": "بوابة المرحلة",
|
|
30
|
-
"taskbaseline": "خط الأساس للمهام"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"formulaBuilder": {
|
|
3
|
+
"placeholder": "أدخل الصيغة...",
|
|
4
|
+
"codeMode": "وضع الكود",
|
|
5
|
+
"errors": {
|
|
6
|
+
"validationFailed": "فشل التحقق"
|
|
7
|
+
},
|
|
8
|
+
"actions": {
|
|
9
|
+
"insert": "إدراج",
|
|
10
|
+
"clear": "مسح"
|
|
11
|
+
},
|
|
12
|
+
"properties": {
|
|
13
|
+
"path": "المسار",
|
|
14
|
+
"field": "الحقل",
|
|
15
|
+
"no-path-configured": "لا يوجد مسار محدد",
|
|
16
|
+
"direct-access": "وصول مباشر",
|
|
17
|
+
"add-segment": "إضافة جزء",
|
|
18
|
+
"select": "اختر"
|
|
19
|
+
},
|
|
20
|
+
"operatorNames": {
|
|
21
|
+
"level": "المستوى",
|
|
22
|
+
"current": "الحالي",
|
|
23
|
+
"host": "المضيف",
|
|
24
|
+
"parent": "الأصل",
|
|
25
|
+
"children": "الأبناء",
|
|
26
|
+
"descendants": "المتفرعات",
|
|
27
|
+
"modules": "الوحدات",
|
|
28
|
+
"schedule": "الجدول الزمني",
|
|
29
|
+
"phasegate": "بوابة المرحلة",
|
|
30
|
+
"taskbaseline": "خط الأساس للمهام"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
package/assets/i18n/en.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"formulaBuilder": {
|
|
3
|
-
"placeholder": "Enter formula...",
|
|
4
|
-
"codeMode": "Code mode",
|
|
5
|
-
"errors": {
|
|
6
|
-
"validationFailed": "Validation failed"
|
|
7
|
-
},
|
|
8
|
-
"actions": {
|
|
9
|
-
"insert": "Insert",
|
|
10
|
-
"clear": "Clear"
|
|
11
|
-
},
|
|
12
|
-
"properties": {
|
|
13
|
-
"path": "Path",
|
|
14
|
-
"field": "Field",
|
|
15
|
-
"no-path-configured": "No path configured",
|
|
16
|
-
"direct-access": "Direct Access",
|
|
17
|
-
"add-segment": "Add Segment",
|
|
18
|
-
"select": "Select"
|
|
19
|
-
},
|
|
20
|
-
"operatorNames": {
|
|
21
|
-
"level": "Level",
|
|
22
|
-
"current": "Current",
|
|
23
|
-
"host": "Host",
|
|
24
|
-
"parent": "Parent",
|
|
25
|
-
"children": "Children",
|
|
26
|
-
"descendants": "Descendants",
|
|
27
|
-
"modules": "Modules",
|
|
28
|
-
"schedule": "Schedule",
|
|
29
|
-
"phasegate": "Phase Gate",
|
|
30
|
-
"taskbaseline": "Task Baseline"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"formulaBuilder": {
|
|
3
|
+
"placeholder": "Enter formula...",
|
|
4
|
+
"codeMode": "Code mode",
|
|
5
|
+
"errors": {
|
|
6
|
+
"validationFailed": "Validation failed"
|
|
7
|
+
},
|
|
8
|
+
"actions": {
|
|
9
|
+
"insert": "Insert",
|
|
10
|
+
"clear": "Clear"
|
|
11
|
+
},
|
|
12
|
+
"properties": {
|
|
13
|
+
"path": "Path",
|
|
14
|
+
"field": "Field",
|
|
15
|
+
"no-path-configured": "No path configured",
|
|
16
|
+
"direct-access": "Direct Access",
|
|
17
|
+
"add-segment": "Add Segment",
|
|
18
|
+
"select": "Select"
|
|
19
|
+
},
|
|
20
|
+
"operatorNames": {
|
|
21
|
+
"level": "Level",
|
|
22
|
+
"current": "Current",
|
|
23
|
+
"host": "Host",
|
|
24
|
+
"parent": "Parent",
|
|
25
|
+
"children": "Children",
|
|
26
|
+
"descendants": "Descendants",
|
|
27
|
+
"modules": "Modules",
|
|
28
|
+
"schedule": "Schedule",
|
|
29
|
+
"phasegate": "Phase Gate",
|
|
30
|
+
"taskbaseline": "Task Baseline"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|