@acorex/platform-generator 18.0.13 → 19.2.11
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/generators.json +11 -1
- package/package.json +7 -6
- package/src/generators/app-module/files/project.json.template +3 -3
- package/src/generators/app-module/files/src/app/app.component.ts.template +1 -0
- package/src/generators/app-module/files/src/app/app.module.ts.template +13 -21
- package/src/generators/app-module/files/src/app/modules/auth/auth-root.module.ts.template +1 -1
- package/src/generators/app-module/files/src/app/modules/layout/entity.loader.ts.template +1 -1
- package/src/generators/app-module/files/src/app/modules/layout/layout-root.module.ts.template +9 -8
- package/src/generators/app-module/files/src/app/modules/layout/menu.provider.ts.template +104 -0
- package/src/generators/app-module/files/src/app/modules/root/const.ts.template +6 -0
- package/src/generators/app-module/files/src/app/modules/root/home/home.page.html.template +1 -1
- package/src/generators/app-module/files/src/app/modules/root/sample/sample.entity.ts.template +25 -51
- package/src/generators/app-module/files/src/app/modules/root/sample/sample.module.ts.template +18 -0
- package/src/generators/app-module/files/src/app/modules/root/sample/sample.service.ts.template +18 -0
- package/src/generators/app-module/files/src/app/modules/root/sample/sample.types.ts.template +15 -0
- package/src/generators/app-module/files/src/assets/i18n/en/auth.json +12 -0
- package/src/generators/app-module/files/src/assets/i18n/en/common.json +67 -1
- package/src/generators/app-module/files/src/assets/i18n/en/form-template-management.json +19 -0
- package/src/generators/app-module/files/src/assets/i18n/en/notification-management.json +8 -0
- package/src/generators/app-module/files/src/assets/i18n/en/platform-management.json +30 -0
- package/src/generators/app-module/files/src/assets/i18n/en/platform.json +20 -0
- package/src/generators/app-module/files/src/assets/i18n/en/scheduler-job-management.json +6 -0
- package/src/generators/app-module/files/src/assets/i18n/en/text-template-management.json +6 -0
- package/src/generators/app-module/files/src/assets/i18n/fa/auth.json +59 -48
- package/src/generators/app-module/files/src/assets/i18n/fa/common.json +71 -9
- package/src/generators/app-module/files/src/assets/i18n/fa/form-template-management.json +19 -0
- package/src/generators/app-module/files/src/assets/i18n/fa/notification-management.json +8 -0
- package/src/generators/app-module/files/src/assets/i18n/fa/platform-management.json +33 -0
- package/src/generators/app-module/files/src/assets/i18n/fa/platform.json +20 -0
- package/src/generators/app-module/files/src/assets/i18n/fa/scheduler-job-management.json +6 -0
- package/src/generators/app-module/files/src/assets/i18n/fa/text-template-management.json +6 -0
- package/src/generators/app-module/files/src/styles.scss.template +11 -19
- package/src/generators/app-module/files/tailwind.config.js.template +53 -18
- package/src/generators/create-app-module/files/__fileName__/README.md +3 -0
- package/src/generators/create-app-module/files/__fileName__/ng-package.json +5 -0
- package/src/generators/create-app-module/generator.d.ts +6 -0
- package/src/generators/create-app-module/generator.js +25 -0
- package/src/generators/create-app-module/generator.js.map +1 -0
- package/src/generators/create-app-module/schema.json +13 -0
- package/src/generators/create-module-entity/generator.d.ts +7 -0
- package/src/generators/create-module-entity/generator.js +94 -0
- package/src/generators/create-module-entity/generator.js.map +1 -0
- package/src/generators/create-module-entity/schema.json +16 -0
- package/src/generators/app-module/files/src/app/modules/layout/menu.loader.ts.template +0 -159
|
@@ -8,11 +8,16 @@
|
|
|
8
8
|
"accept": "Accept",
|
|
9
9
|
"decline": "Decline",
|
|
10
10
|
"cancel": "Cancel",
|
|
11
|
+
"close": "Close",
|
|
12
|
+
"select": "Select...",
|
|
11
13
|
"canceled": "Canceled",
|
|
12
14
|
"failed": "Failed",
|
|
13
15
|
"remove": "Remove",
|
|
14
16
|
"edit": "Edit",
|
|
15
17
|
"delete": "Delete",
|
|
18
|
+
"deleteItems": "Delete Items",
|
|
19
|
+
"actions": "Actions",
|
|
20
|
+
"archive": "Archive",
|
|
16
21
|
"create": "Create",
|
|
17
22
|
"configs": "Configs",
|
|
18
23
|
"no-result-found": "No results found",
|
|
@@ -44,12 +49,35 @@
|
|
|
44
49
|
"redirecting": "Redirecting...",
|
|
45
50
|
"apply": "Apply",
|
|
46
51
|
"reset": "Reset",
|
|
52
|
+
"home": "Home",
|
|
53
|
+
"export": "Export",
|
|
54
|
+
"import": "Import",
|
|
55
|
+
"settings": "Settings",
|
|
47
56
|
"create-new": "Create New",
|
|
48
57
|
"continue": "Continue",
|
|
49
58
|
"discard": "Discard",
|
|
50
59
|
"overview": "Overview",
|
|
51
60
|
"history": "History",
|
|
52
61
|
"comments": "Comments",
|
|
62
|
+
"itemsSelected": "Items Selected",
|
|
63
|
+
"unselect": "Unselect",
|
|
64
|
+
"information": "Information",
|
|
65
|
+
|
|
66
|
+
"category": "Category",
|
|
67
|
+
"categories": "Categories",
|
|
68
|
+
"province": "Province",
|
|
69
|
+
"provinces": "Provinces",
|
|
70
|
+
"country": "Country",
|
|
71
|
+
"countries": "Countries",
|
|
72
|
+
"city": "City",
|
|
73
|
+
"cities": "Cities",
|
|
74
|
+
|
|
75
|
+
"allItem": "All Item",
|
|
76
|
+
|
|
77
|
+
"geo": "Geo",
|
|
78
|
+
"currencies": "Currencies",
|
|
79
|
+
"currency": "Currency",
|
|
80
|
+
|
|
53
81
|
"authentication": {
|
|
54
82
|
"with-google": "Sign in with Google",
|
|
55
83
|
"with-apple": "Sign in with Apple"
|
|
@@ -184,12 +212,20 @@
|
|
|
184
212
|
},
|
|
185
213
|
"uploader": {
|
|
186
214
|
"zone": {
|
|
187
|
-
"text": "Drop files to upload them"
|
|
215
|
+
"text": "Drop files to upload them",
|
|
216
|
+
"drag": "Drag & Drop or ",
|
|
217
|
+
"choose": "Choose File",
|
|
218
|
+
"to-upload": " to Upload"
|
|
188
219
|
}
|
|
189
220
|
},
|
|
190
221
|
"action-sheet": {
|
|
191
222
|
"title": "Action Sheet..."
|
|
192
223
|
},
|
|
224
|
+
"theme": {
|
|
225
|
+
"dark": "Dark",
|
|
226
|
+
"light": "Light",
|
|
227
|
+
"system": "System"
|
|
228
|
+
},
|
|
193
229
|
"entity": {
|
|
194
230
|
"home": "Home",
|
|
195
231
|
"public-view": "Public Views",
|
|
@@ -216,5 +252,35 @@
|
|
|
216
252
|
"profile": {
|
|
217
253
|
"edit": "Edit Profile",
|
|
218
254
|
"logout": "Logout"
|
|
255
|
+
},
|
|
256
|
+
"comment": {
|
|
257
|
+
"view": "View",
|
|
258
|
+
"reply": "Reply",
|
|
259
|
+
"replies": "Replies"
|
|
260
|
+
},
|
|
261
|
+
"designer": {
|
|
262
|
+
"modules": "Modules",
|
|
263
|
+
"features": "Features",
|
|
264
|
+
"entities": "Entities",
|
|
265
|
+
"permissions": "Permissions",
|
|
266
|
+
"createModule": "Create New Module",
|
|
267
|
+
"emptyModulesText": "No record found"
|
|
268
|
+
},
|
|
269
|
+
"workflow": {
|
|
270
|
+
"entity-created-title": "Entity Created",
|
|
271
|
+
"entity-created-body": "New Record has been successfully created.",
|
|
272
|
+
"entity-modified-title": "Entity Modified",
|
|
273
|
+
"entity-modified-body": "Record has been successfully updated",
|
|
274
|
+
"warning": "Warning",
|
|
275
|
+
"confirm-delete": "Are you sure want to delete selected item(s)?",
|
|
276
|
+
"no-need": "No Deletion Needed",
|
|
277
|
+
"no-item": "No items were available to delete.",
|
|
278
|
+
"deleting": "Deleting Record...",
|
|
279
|
+
"fail-delete-title": "Deletion Failed",
|
|
280
|
+
"fail-delete-body": "No items were deleted. [item] item(s) failed to delete.",
|
|
281
|
+
"success-delete-title": "Deletion Successful",
|
|
282
|
+
"success-delete-body": "[item] item(s) has been deleted.",
|
|
283
|
+
"success-partial-delete-title": "Partial Deletion Completed",
|
|
284
|
+
"success-partial-delete-body": "[success] item(s) deleted successfully. However, [fail] item(s) could not be deleted."
|
|
219
285
|
}
|
|
220
286
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module-name": "Form Template Management",
|
|
3
|
+
"document-id": "Document ID",
|
|
4
|
+
"template": "Template",
|
|
5
|
+
"templates": "Templates",
|
|
6
|
+
"widget": "Widget",
|
|
7
|
+
"widgets": "Widgets",
|
|
8
|
+
"form": "Form",
|
|
9
|
+
"forms": "Forms",
|
|
10
|
+
"categories": "Categories",
|
|
11
|
+
"designer": "Designer",
|
|
12
|
+
"design": "Design",
|
|
13
|
+
"start-design-template": "Start Design Template",
|
|
14
|
+
"edit-template": "Edit Template in Designer",
|
|
15
|
+
"template-type": "Type",
|
|
16
|
+
"choose-template": "Choose Template",
|
|
17
|
+
"remove-template": "Remove Template",
|
|
18
|
+
"empty-template": "Empty Template"
|
|
19
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"home": "Home",
|
|
3
|
+
"sampleEntities": "Sample Entities",
|
|
4
|
+
"sampleDynamicEntity": "Sample Dynamic Entity",
|
|
5
|
+
"administration": "Administration",
|
|
6
|
+
"applicationManagement": "Application Management",
|
|
7
|
+
"moduleDesigner": "Module Designer",
|
|
8
|
+
"textTemplateManagement": "Text Template Management",
|
|
9
|
+
"template": "Template",
|
|
10
|
+
"category": "Category",
|
|
11
|
+
"platformManagement": "Platform Management",
|
|
12
|
+
"globalVariables": "Global Variables",
|
|
13
|
+
"settings": {
|
|
14
|
+
"user": {
|
|
15
|
+
"title": "User Preferences",
|
|
16
|
+
"description": "Customize your personal preferences and account-specific settings."
|
|
17
|
+
},
|
|
18
|
+
"tenant": {
|
|
19
|
+
"title": "Configuration",
|
|
20
|
+
"description": "Set up and manage settings specific to your organization or tenant."
|
|
21
|
+
},
|
|
22
|
+
"platform": {
|
|
23
|
+
"title": "Platform Configuration",
|
|
24
|
+
"description": "Configure global settings that apply across the entire platform."
|
|
25
|
+
},
|
|
26
|
+
"search": "Find a setting",
|
|
27
|
+
"search-not-found": "No search results found!",
|
|
28
|
+
"restore-defaults": "Restore defaults"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"home": "Home",
|
|
3
|
+
"demoApplication": "Demo Application",
|
|
4
|
+
"sampleEntities": "Sample Entities",
|
|
5
|
+
"sampleDynamicEntity": "Sample Dynamic Entity",
|
|
6
|
+
"administration": "Administration",
|
|
7
|
+
"applicationManagement": "Application Management",
|
|
8
|
+
"moduleDesigner": "Module Designer",
|
|
9
|
+
"formsManagement": "Forms Management",
|
|
10
|
+
"templates": "Templates",
|
|
11
|
+
"widgets": "Widgets",
|
|
12
|
+
"designer": "Designer",
|
|
13
|
+
"textTemplateManagement": "Text Template Management",
|
|
14
|
+
"template": "Template",
|
|
15
|
+
"category": "Category",
|
|
16
|
+
"platformManagement": "Platform Management",
|
|
17
|
+
"globalVariables": "Global Variables",
|
|
18
|
+
"languageManagement": "Language Management",
|
|
19
|
+
"languageDefinition": "Language Definition"
|
|
20
|
+
}
|
|
@@ -1,50 +1,61 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
2
|
+
"email": "ایمیل",
|
|
3
|
+
"password": "رمز عبور",
|
|
4
|
+
"confirm-password": "تأیید رمز عبور",
|
|
5
|
+
"username": "نام کاربری",
|
|
6
|
+
"username-email": "نام کاربری / ایمیل",
|
|
7
|
+
"firstname": "نام",
|
|
8
|
+
"lastname": "نام خانوادگی",
|
|
9
|
+
"mobile": "موبایل",
|
|
10
|
+
"processing": "در حال پردازش...",
|
|
11
|
+
"redirecting": "در حال هدایت...",
|
|
12
|
+
"backLogin": "بازگشت به ورود",
|
|
13
|
+
"register": "ثبت نام",
|
|
14
|
+
"profile": {
|
|
15
|
+
"title": "حساب کاربری",
|
|
16
|
+
"edit": "ویرایش پروفایل",
|
|
17
|
+
"logout": "خروج",
|
|
18
|
+
"settings": "تنظیمات"
|
|
19
|
+
},
|
|
20
|
+
"signin": {
|
|
21
|
+
"title": "ورود",
|
|
22
|
+
"submit": "ورود",
|
|
23
|
+
"or": "یا",
|
|
24
|
+
"remember": "مرا به خاطر بسپار",
|
|
25
|
+
"hint": "ادامه به برنامههای خود",
|
|
26
|
+
"noAccount": "حساب کاربری ندارید؟",
|
|
27
|
+
"register": "اینجا ثبت نام کنید"
|
|
28
|
+
},
|
|
29
|
+
"signup": {
|
|
30
|
+
"title": "ثبت نام",
|
|
31
|
+
"submit": "ثبت نام",
|
|
32
|
+
"hint": "برنامههای شما فقط یک قدم جلوتر هستند",
|
|
33
|
+
"keepLoggedIn": "مرا به خاطر بسپار",
|
|
34
|
+
"hasAccount": "حساب کاربری دارید؟"
|
|
35
|
+
},
|
|
36
|
+
"tenant-chooser": {
|
|
37
|
+
"description": "لطفاً شرکت خود را انتخاب کرده و ادامه دهید",
|
|
38
|
+
"footer": "نظرتان تغییر کرده است؟"
|
|
39
|
+
},
|
|
40
|
+
"application-chooser": {
|
|
41
|
+
"description": "لطفاً برنامه خود را انتخاب کرده و ادامه دهید",
|
|
42
|
+
"footer": "نظرتان تغییر کرده است؟",
|
|
43
|
+
"backCompany": "شرکت دیگری را انتخاب کنید"
|
|
44
|
+
},
|
|
45
|
+
"twofactor": {
|
|
46
|
+
"title": "تأیید دو مرحلهای",
|
|
47
|
+
"hint": "ما یک کد به شماره موبایل شما ارسال کردیم",
|
|
48
|
+
"textBoxHint": "کد امنیتی 6 رقمی خود را وارد کنید"
|
|
49
|
+
},
|
|
50
|
+
"forgot": {
|
|
51
|
+
"password": "فراموشی رمز عبور",
|
|
52
|
+
"submit": "بازیابی رمز عبور",
|
|
53
|
+
"remember": "رمز عبور را به یاد دارید؟",
|
|
54
|
+
"hint": "نام خود را وارد کنید {{ name }}"
|
|
55
|
+
},
|
|
56
|
+
"management": {
|
|
57
|
+
"title": "امنیت",
|
|
58
|
+
"users": "کاربران",
|
|
59
|
+
"rols": "نقش های کاربری"
|
|
49
60
|
}
|
|
50
|
-
|
|
61
|
+
}
|
|
@@ -11,8 +11,13 @@
|
|
|
11
11
|
"canceled": "لغو شد",
|
|
12
12
|
"failed": "ناموفق",
|
|
13
13
|
"remove": "حذف",
|
|
14
|
+
"close": "بستن",
|
|
15
|
+
"select": "انتخاب ...",
|
|
14
16
|
"edit": "ویرایش",
|
|
15
17
|
"delete": "حذف",
|
|
18
|
+
"deleteItems": "حذف موارد",
|
|
19
|
+
"actions": "عملیات",
|
|
20
|
+
"archive": "بایگانی",
|
|
16
21
|
"create": "ایجاد",
|
|
17
22
|
"configs": "پیکربندیها",
|
|
18
23
|
"no-result-found": "نتیجهای یافت نشد",
|
|
@@ -44,12 +49,31 @@
|
|
|
44
49
|
"redirecting": "در حال انتقال...",
|
|
45
50
|
"apply": "اعمال",
|
|
46
51
|
"reset": "بازنشانی",
|
|
47
|
-
"
|
|
52
|
+
"home": "خانه",
|
|
53
|
+
"export": "خروجی گرفتن",
|
|
54
|
+
"import": "ورودی گرفتن",
|
|
55
|
+
"settings": "تنظیمات",
|
|
56
|
+
"create-new": "ایجاد",
|
|
48
57
|
"continue": "ادامه",
|
|
49
58
|
"discard": "لغو",
|
|
50
59
|
"overview": "بررسی کلی",
|
|
60
|
+
"allItem": "همه موارد",
|
|
51
61
|
"history": "تاریخچه",
|
|
52
62
|
"comments": "نظرات",
|
|
63
|
+
"itemsSelected": "مورد انتخاب شده ",
|
|
64
|
+
"unselect": "لغو انتخاب",
|
|
65
|
+
"category": "دسته بندی",
|
|
66
|
+
"categories": "دسته بندی ها",
|
|
67
|
+
"province": "استان",
|
|
68
|
+
"provinces": "استان ها",
|
|
69
|
+
"country": "کشور",
|
|
70
|
+
"countries": "کشورها",
|
|
71
|
+
"city": "شهر",
|
|
72
|
+
"cities": "شهرها",
|
|
73
|
+
"geo": "جغرافیا",
|
|
74
|
+
"currency": "ارز",
|
|
75
|
+
"currencies": "ارز ها",
|
|
76
|
+
|
|
53
77
|
"authentication": {
|
|
54
78
|
"with-google": "ورود با گوگل",
|
|
55
79
|
"with-apple": "ورود با اپل"
|
|
@@ -57,13 +81,13 @@
|
|
|
57
81
|
"dateTime": {
|
|
58
82
|
"weekdays": {
|
|
59
83
|
"short": {
|
|
60
|
-
"0": "
|
|
61
|
-
"1": "
|
|
62
|
-
"2": "
|
|
63
|
-
"3": "
|
|
64
|
-
"4": "
|
|
65
|
-
"5": "
|
|
66
|
-
"6": "
|
|
84
|
+
"0": "ی",
|
|
85
|
+
"1": "د",
|
|
86
|
+
"2": "س",
|
|
87
|
+
"3": "چ",
|
|
88
|
+
"4": "پ",
|
|
89
|
+
"5": "ج",
|
|
90
|
+
"6": "ش"
|
|
67
91
|
},
|
|
68
92
|
"long": {
|
|
69
93
|
"0": "یکشنبه",
|
|
@@ -184,12 +208,20 @@
|
|
|
184
208
|
},
|
|
185
209
|
"uploader": {
|
|
186
210
|
"zone": {
|
|
187
|
-
"text": "فایلها را بیاندازید تا بارگذاری شوند"
|
|
211
|
+
"text": "فایلها را بیاندازید تا بارگذاری شوند",
|
|
212
|
+
"drag": "بکشید یا رها کنید یا ",
|
|
213
|
+
"choose": "فایل را انتخاب کنید",
|
|
214
|
+
"to-upload": " برای آپلود"
|
|
188
215
|
}
|
|
189
216
|
},
|
|
190
217
|
"action-sheet": {
|
|
191
218
|
"title": "برگه عمل..."
|
|
192
219
|
},
|
|
220
|
+
"theme": {
|
|
221
|
+
"dark": "تاریک",
|
|
222
|
+
"light": "روشن",
|
|
223
|
+
"system": "سیستم"
|
|
224
|
+
},
|
|
193
225
|
"entity": {
|
|
194
226
|
"home": "خانه",
|
|
195
227
|
"public-view": "نمایشهای عمومی",
|
|
@@ -216,5 +248,35 @@
|
|
|
216
248
|
"profile": {
|
|
217
249
|
"edit": "ویرایش پروفایل",
|
|
218
250
|
"logout": "خروج"
|
|
251
|
+
},
|
|
252
|
+
"comment": {
|
|
253
|
+
"view": "مشاهده",
|
|
254
|
+
"reply": "پاسخ",
|
|
255
|
+
"replies": "پاسخها"
|
|
256
|
+
},
|
|
257
|
+
"designer": {
|
|
258
|
+
"modules": "ماژولها",
|
|
259
|
+
"features": "ویژگیها",
|
|
260
|
+
"entities": "واحدها",
|
|
261
|
+
"permissions": "مجوزها",
|
|
262
|
+
"createModule": "ایجاد ماژول جدید",
|
|
263
|
+
"emptyModulesText": "هیچ رکوردی یافت نشد"
|
|
264
|
+
},
|
|
265
|
+
"workflow": {
|
|
266
|
+
"entity-created-title": "موجودیت ایجاد شد",
|
|
267
|
+
"entity-created-body": "رکورد جدید با موفقیت ایجاد شد.",
|
|
268
|
+
"entity-modified-title": "موجودیت اصلاح شد",
|
|
269
|
+
"entity-modified-body": "رکورد با موفقیت بهروزرسانی شد.",
|
|
270
|
+
"warning": "هشدار",
|
|
271
|
+
"confirm-delete": "آیا مطمئن هستید که میخواهید مورد(های) انتخابشده را حذف کنید؟",
|
|
272
|
+
"no-need": "نیازی به حذف نیست",
|
|
273
|
+
"no-item": "هیچ موردی برای حذف در دسترس نیست.",
|
|
274
|
+
"deleting": "در حال حذف رکورد...",
|
|
275
|
+
"fail-delete-title": "حذف ناموفق بود",
|
|
276
|
+
"fail-delete-body": "هیچ موردی حذف نشد. [item] مورد(ها) حذف نشدند.",
|
|
277
|
+
"success-delete-title": "حذف با موفقیت انجام شد",
|
|
278
|
+
"success-delete-body": "[item] مورد(ها) حذف شد.",
|
|
279
|
+
"success-partial-delete-title": "حذف جزئی انجام شد",
|
|
280
|
+
"success-partial-delete-body": "[success] مورد(ها) با موفقیت حذف شدند. با این حال، [fail] مورد(ها) حذف نشدند."
|
|
219
281
|
}
|
|
220
282
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module-name": "مدیریت قالبت فرمها",
|
|
3
|
+
"document-id": "شناسه",
|
|
4
|
+
"template": "قالب",
|
|
5
|
+
"templates": "قالبها",
|
|
6
|
+
"widget": "ویجت",
|
|
7
|
+
"widgets": "ویجت ها",
|
|
8
|
+
"form": "فرم",
|
|
9
|
+
"forms": "فرمها",
|
|
10
|
+
"categories": "دسته بندی ها",
|
|
11
|
+
"designer": "طراحی",
|
|
12
|
+
"design": "طراحی",
|
|
13
|
+
"start-design-template": "شروع طراحی قالب",
|
|
14
|
+
"edit-template": "ویرایش طراحی قالب",
|
|
15
|
+
"template-type": "نوع قالب",
|
|
16
|
+
"choose-template": "انتخاب قالب",
|
|
17
|
+
"remove-template": "حذف قالب",
|
|
18
|
+
"empty-template": "بدون قالب"
|
|
19
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"home": "صفحه اصلی",
|
|
3
|
+
"sampleEntities": "نمونه موجودیتها",
|
|
4
|
+
"sampleDynamicEntity": "موجودیت پویا نمونه",
|
|
5
|
+
"administration": "مدیریت",
|
|
6
|
+
"applicationManagement": "مدیریت برنامهها",
|
|
7
|
+
"moduleDesigner": "طراح ماژول",
|
|
8
|
+
"templates": "قالبها",
|
|
9
|
+
"widgets": "ویجتها",
|
|
10
|
+
"designer": "طراح",
|
|
11
|
+
"template": "الگو",
|
|
12
|
+
"category": "دستهبندی",
|
|
13
|
+
"platformManagement": "مدیریت پلتفرم",
|
|
14
|
+
"globalVariables": "متغیرهای سراسری",
|
|
15
|
+
|
|
16
|
+
"settings": {
|
|
17
|
+
"user": {
|
|
18
|
+
"title": "تنظیمات کاربر",
|
|
19
|
+
"description": "تنظیمات و ترجیحات شخصی خود را سفارشی کنید."
|
|
20
|
+
},
|
|
21
|
+
"tenant": {
|
|
22
|
+
"title": "پیکربندی",
|
|
23
|
+
"description": "تنظیمات مربوط به سازمان یا مستاجر خود را مدیریت و پیکربندی کنید."
|
|
24
|
+
},
|
|
25
|
+
"platform": {
|
|
26
|
+
"title": "پیکربندی پلتفرم",
|
|
27
|
+
"description": "تنظیمات کلی که در کل پلتفرم اعمال میشوند را پیکربندی کنید."
|
|
28
|
+
},
|
|
29
|
+
"search": "جستجوی تنظیمات",
|
|
30
|
+
"search-not-found": "نتیجهای برای جستجو یافت نشد!",
|
|
31
|
+
"restore-defaults": "بازگرداندن به پیشفرضها"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"home": "Home",
|
|
3
|
+
"demoApplication": "Demo Application",
|
|
4
|
+
"sampleEntities": "Sample Entities",
|
|
5
|
+
"sampleDynamicEntity": "Sample Dynamic Entity",
|
|
6
|
+
"administration": "Administration",
|
|
7
|
+
"applicationManagement": "Application Management",
|
|
8
|
+
"moduleDesigner": "Module Designer",
|
|
9
|
+
"formsManagement": "Forms Management",
|
|
10
|
+
"templates": "Templates",
|
|
11
|
+
"widgets": "Widgets",
|
|
12
|
+
"designer": "Designer",
|
|
13
|
+
"textTemplateManagement": "Text Template Management",
|
|
14
|
+
"template": "Template",
|
|
15
|
+
"category": "Category",
|
|
16
|
+
"platformManagement": "Platform Management",
|
|
17
|
+
"globalVariables": "Global Variables",
|
|
18
|
+
"languageManagement": "Language Management",
|
|
19
|
+
"languageDefinition": "Language Definition"
|
|
20
|
+
}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
@use '@angular/cdk/overlay-prebuilt.css' as *;
|
|
3
|
+
@use '@acorex/styles/index.scss' as *;
|
|
4
|
+
@use '@acorex/styles/icons/fontawesome/index.scss' as *;
|
|
5
|
+
@use './assets/fonts/font-awesome/css/fontawesome.min.css' as *;
|
|
6
|
+
@use './assets/fonts/font-awesome/css/brands.min.css' as *;
|
|
7
|
+
@use './assets/fonts/font-awesome/css/light.min.css' as *;
|
|
8
|
+
@use './assets/fonts/font-awesome/css/solid.min.css' as *;
|
|
9
|
+
@use './assets/themes/default/default.scss' as *;
|
|
10
|
+
|
|
1
11
|
@tailwind base;
|
|
2
12
|
@tailwind components;
|
|
3
13
|
@tailwind utilities;
|
|
4
14
|
|
|
5
|
-
@import '@angular/cdk/overlay-prebuilt.css';
|
|
6
|
-
@import '@acorex/styles/index.scss';
|
|
7
|
-
@import '@acorex/styles/icons/fontawesome/fontawesome.scss';
|
|
8
|
-
@import '@acorex/styles/icons/index.scss';
|
|
9
|
-
|
|
10
|
-
@import './assets/fonts/font-awesome/css/fontawesome.min.css';
|
|
11
|
-
@import './assets/fonts/font-awesome/css/brands.min.css';
|
|
12
|
-
@import './assets/fonts/font-awesome/css/light.min.css';
|
|
13
|
-
@import './assets/fonts/font-awesome/css/solid.min.css';
|
|
14
|
-
@import './assets/themes/default/default.scss';
|
|
15
|
-
|
|
16
15
|
html,
|
|
17
16
|
body {
|
|
18
17
|
height: 100%;
|
|
@@ -166,14 +165,7 @@ ax-side-menu {
|
|
|
166
165
|
background-image: url('/assets/auth-background.svg');
|
|
167
166
|
}
|
|
168
167
|
|
|
169
|
-
|
|
170
|
-
@apply ax-h-1 dark:ax-bg-neutral-500 ax-bg-neutral-200 ax-w-full ax-overflow-hidden ax-absolute ax-top-0;
|
|
171
|
-
& > div {
|
|
172
|
-
@apply ax-w-full ax-h-full ax-bg-primary-500;
|
|
173
|
-
animation: indeterminateAnimation 1s infinite linear;
|
|
174
|
-
transform-origin: 0% 50%;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
168
|
+
|
|
177
169
|
|
|
178
170
|
@keyframes indeterminateAnimation {
|
|
179
171
|
0% {
|