@acorex/platform-generator 20.3.0-next.2 → 20.3.0-next.21

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.
Files changed (17) hide show
  1. package/package.json +2 -2
  2. package/src/bin/interactive-entity-creator.js +84 -90
  3. package/src/generators/app-module/files/src/app/modules/common/translation-root.module.ts.template +2 -2
  4. package/src/generators/app-module/files/src/app/modules/layout/layout-root.module.ts.template +2 -2
  5. package/src/generators/app-module/files/src/app/modules/root/root.module.ts.template +1 -1
  6. package/src/generators/app-module/files/src/app/modules/root/sample/sample.component.ts.template +2 -2
  7. package/src/generators/app-module/files/src/app/modules/root/sample/sample.entity.ts.template +1 -1
  8. package/src/generators/create-module-entity/files/__entityFileName__.entity.ts__tmpl__ +1 -1
  9. package/src/generators/create-tag-entity/files/tag-__entityFileName__.entity.ts__tmpl__ +1 -1
  10. package/src/generators/create-widget/files/__fileName__-widget-column.component.ts__tmpl__ +1 -1
  11. package/src/generators/create-widget/files/__fileName__-widget-edit.component.ts__tmpl__ +1 -1
  12. package/src/generators/create-widget/files/__fileName__-widget-filter.component.ts__tmpl__ +1 -1
  13. package/src/generators/create-widget/files/__fileName__-widget-print.component.ts__tmpl__ +1 -1
  14. package/src/generators/create-widget/files/__fileName__-widget-view.component.ts__tmpl__ +1 -1
  15. package/src/generators/create-widget/files/__fileName__-widget.config.ts__tmpl__ +2 -2
  16. package/src/generators/app-module/files/src/assets/i18n/en-US/common.json +0 -404
  17. package/src/generators/app-module/files/src/assets/i18n/fa-IR/common.json +0 -386
@@ -1,404 +0,0 @@
1
- {
2
- "search": "Search",
3
- "type": "Type",
4
- "yes": "yes",
5
- "no": "No",
6
- "allItems": "All Items",
7
- "confirm": "Confirm",
8
- "welcome": "Welcome",
9
- "okay": "Okay",
10
- "accept": "Accept",
11
- "decline": "Decline",
12
- "cancel": "Cancel",
13
- "close": "Close",
14
- "clear": "Clear",
15
- "select": "Select...",
16
- "canceled": "Canceled",
17
- "failed": "Failed",
18
- "remove": "Remove",
19
- "pinned": "Pinned",
20
- "recent": "Recent",
21
- "edit": "Edit",
22
- "delete": "Delete",
23
- "refresh": "Refresh",
24
- "deleteItems": "Delete Items",
25
- "detail": "Details",
26
- "actions": "Actions",
27
- "archive": "Archive",
28
- "create": "Create",
29
- "choose": "Choose",
30
- "configs": "Configs",
31
- "no-result-found": "No results found",
32
- "no-result-for": "No results for &nbsp<b>\"{{ exp }}\"</b>",
33
- "searching": "searching ...",
34
- "save": "Save",
35
- "save-as": "Save As...",
36
- "save-changes": "Save Changes",
37
- "title": "Title",
38
- "subtitle": "Subtitle",
39
- "description": "Description",
40
- "code": "Code",
41
- "permissions": "Permissions",
42
- "status": "Status",
43
- "address": "Address",
44
- "name": "Name",
45
- "uniquename": "Unique Name",
46
- "size": "Size",
47
- "add-item": "Add Item",
48
- "color": "Color",
49
- "display": "Display",
50
- "min-value": "Min Value",
51
- "value": "Value",
52
- "max-value": "Max Value",
53
- "refresh-rate": "Refresh Rate",
54
- "condition": "Condition",
55
- "loading": "loading",
56
- "firstname": "Firstname",
57
- "lastname": "Lastname",
58
- "email": "Email",
59
- "employeeCode": "Employee Code",
60
- "position": "Position",
61
- "employmentType": "Employment Type",
62
- "hireDate": "Hire Date",
63
- "required": "Required",
64
- "submit": "Submit",
65
- "viewAll": "View All",
66
- "viewLess": "View Less",
67
- "processing": "Processing...",
68
- "redirecting": "Redirecting...",
69
- "apply": "Apply",
70
- "reset": "Reset",
71
- "home": "Home",
72
- "export": "Export",
73
- "print": "Print",
74
- "import": "Import",
75
- "settings": "Settings",
76
- "create-new": "Create New",
77
- "continue": "Continue",
78
- "discard": "Discard",
79
- "overview": "Overview",
80
- "history": "History",
81
- "comments": "Comments",
82
- "itemsSelected": "Items Selected",
83
- "unselect": "Unselect",
84
- "information": "Information",
85
- "unknown": "Unknown",
86
- "category": "Category",
87
- "categories": "Categories",
88
- "province": "Province",
89
- "provinces": "Provinces",
90
- "country": "Country",
91
- "countries": "Countries",
92
- "city": "City",
93
- "cities": "Cities",
94
- "allItem": "All Item",
95
- "geo": "Geo",
96
- "currencies": "Currencies",
97
- "currency": "Currency",
98
- "dialogs": {
99
- "delete": {
100
- "title": "Delete Confirmation",
101
- "message": "Are you sure you want to delete the selected item(s)? This action is permanent and cannot be undone."
102
- }
103
- },
104
- "authentication": {
105
- "with-google": "Sign in with Google",
106
- "with-apple": "Sign in with Apple"
107
- },
108
-
109
- "dateTime": {
110
- "weekdays": {
111
- "short": {
112
- "0": "Sun",
113
- "1": "Mon",
114
- "2": "Tue",
115
- "3": "Wed",
116
- "4": "Thu",
117
- "5": "Fri",
118
- "6": "Sat"
119
- },
120
- "long": {
121
- "0": "Sunday",
122
- "1": "Monday",
123
- "2": "Tuesday",
124
- "3": "Wednesday",
125
- "4": "Thursday",
126
- "5": "Friday",
127
- "6": "Saturday"
128
- }
129
- },
130
- "months": {
131
- "georgian": {
132
- "short": {
133
- "0": "Jan",
134
- "1": "Feb",
135
- "2": "Mar",
136
- "3": "Apr",
137
- "4": "May",
138
- "5": "Jun",
139
- "6": "Jul",
140
- "7": "Aug",
141
- "8": "Sep",
142
- "9": "Oct",
143
- "10": "Nov",
144
- "11": "Dec"
145
- },
146
- "long": {
147
- "0": "January",
148
- "1": "February",
149
- "2": "March",
150
- "3": "April",
151
- "4": "May",
152
- "5": "June",
153
- "6": "July",
154
- "7": "August",
155
- "8": "September",
156
- "9": "October",
157
- "10": "November",
158
- "11": "December"
159
- }
160
- },
161
- "jalali": {
162
- "short": {
163
- "0": "Far",
164
- "1": "Ordi",
165
- "2": "Khor",
166
- "3": "Tir",
167
- "4": "Mordad",
168
- "5": "Shah",
169
- "6": "Mehr",
170
- "7": "Aban",
171
- "8": "Azar",
172
- "9": "Dey",
173
- "10": "Bah",
174
- "11": "Esf"
175
- },
176
- "long": {
177
- "0": "Farvardin",
178
- "1": "Ordibehesht",
179
- "2": "Khordad",
180
- "3": "Tir",
181
- "4": "Mordad",
182
- "5": "Shahrivar",
183
- "6": "Mehr",
184
- "7": "Aban",
185
- "8": "Azar",
186
- "9": "Dey",
187
- "10": "Bahman",
188
- "11": "Esfand"
189
- }
190
- }
191
- },
192
- "dayTime": {
193
- "am": "am",
194
- "pm": "pm",
195
- "m": "m",
196
- "a": "a",
197
- "p": "p"
198
- },
199
- "set": "Set",
200
- "today": "Today",
201
- "now": "Now",
202
- "hour": "Hour",
203
- "minute": "Minute",
204
- "second": "Second",
205
- "date": "Date",
206
- "time": "Time",
207
- "duration": {
208
- "format_second": "{0} second(s)",
209
- "format_minute": "{0} minute(s)"
210
- }
211
- },
212
- "validation": {
213
- "messages": {
214
- "title": "Please fix the following error(s):",
215
- "required": "This field is required",
216
- "email": "Please enter a valid email address!",
217
- "phone": "Please enter a valid phone number!",
218
- "url": "Please enter a valid url!",
219
- "invalid-rull-name": "Invalid rule name: &nbsp<b>\"{{ name }}\"</b>"
220
- }
221
- },
222
- "selectbox": {
223
- "popover": {
224
- "title": "Choose an items..."
225
- }
226
- },
227
- "datepicker": {
228
- "popover": {
229
- "title": "Choose a date..."
230
- }
231
- },
232
- "datapager": {
233
- "info": {
234
- "text": "[page] of [totalPages] pages ([totalItems] items)"
235
- }
236
- },
237
- "uploader": {
238
- "zone": {
239
- "text": "Drop files to upload them",
240
- "drag": "Drag & Drop or ",
241
- "choose": "Choose File",
242
- "to-upload": " to Upload"
243
- }
244
- },
245
- "action-sheet": {
246
- "title": "Action Sheet..."
247
- },
248
- "entity": {
249
- "home": "Home",
250
- "public-view": "Public Views",
251
- "action": "Action",
252
- "actions": "Actions",
253
- "columns": "Columns",
254
- "sort": "Sort",
255
- "sorts": "Sorts",
256
- "no-sort": "No Sorts Selected",
257
- "ask-sort": "Please select field(s) that you want to sort",
258
- "add-field": "Add Field",
259
- "modify": "Modify"
260
- },
261
- "widget": {
262
- "phone": {
263
- "mobile": "Mobile",
264
- "home": "Home",
265
- "work": "Work",
266
- "other": "Other"
267
- },
268
- "lookup": {
269
- "search": "Search on "
270
- },
271
- "tasklist": {
272
- "title": "Tasks",
273
- "pending": "pending",
274
- "completed": "completed",
275
- "noTasks": "No tasks available",
276
- "user": "User"
277
- },
278
- "notification": {
279
- "new": "New",
280
- "all": "All",
281
- "noNotifications": "No notifications available",
282
- "user": "User"
283
- }
284
- },
285
- "profile": {
286
- "edit": "Edit Profile",
287
- "logout": "Logout",
288
- "sessions": {
289
- "title": "Active Sessions",
290
- "expiration": {
291
- "time": "Session termination"
292
- }
293
- }
294
- },
295
- "comment": {
296
- "view": "View",
297
- "reply": "Reply",
298
- "replies": "Replies"
299
- },
300
- "designer": {
301
- "modules": "Modules",
302
- "features": "Features",
303
- "entities": "Entities",
304
- "permissions": "Permissions",
305
- "createModule": "Create New Module",
306
- "emptyModulesText": "No record found"
307
- },
308
- "filter": {
309
- "title": "Filters",
310
- "apply": "Apply",
311
- "reset": "Reset",
312
- "addField": "Add Field",
313
- "discard": "Discard",
314
- "emptyTitle": "No Filters Selected",
315
- "emptyDescription": "Please select field(s) that you want to filter",
316
- "fields": "Fields"
317
- },
318
- "sort": {
319
- "title": "Sorts"
320
- },
321
- "column": {
322
- "title": "Columns"
323
- },
324
- "search": {
325
- "placeholder": "Search..."
326
- },
327
- "workflow": {
328
- "entity-created-title": "Entity Created",
329
- "entity-created-body": "New Record has been successfully created.",
330
- "entity-modified-title": "Entity Modified",
331
- "entity-modified-body": "Record has been successfully updated",
332
- "warning": "Warning",
333
- "confirm-delete": "Are you sure want to delete selected item(s)?",
334
- "no-need": "No Deletion Needed",
335
- "no-item": "No items were available to delete.",
336
- "deleting": "Deleting Record...",
337
- "fail-delete-title": "Deletion Failed",
338
- "fail-delete-body": "No items were deleted. [item] item(s) failed to delete.",
339
- "success-delete-title": "Deletion Successful",
340
- "success-delete-body": "[item] item(s) has been deleted.",
341
- "success-partial-delete-title": "Partial Deletion Completed",
342
- "success-partial-delete-body": "[success] item(s) deleted successfully. However, [fail] item(s) could not be deleted."
343
- },
344
-
345
- "time": {
346
- "second": "second",
347
- "Seconds": "Seconds",
348
- "minute": "minute",
349
- "Minutes": "Minutes",
350
- "month": "month",
351
- "Months": "Months",
352
- "hour": "hour",
353
- "Hours": "Hours",
354
- "day": "day",
355
- "Days": "Days",
356
- "year": "year",
357
- "Years": "Years"
358
- },
359
- "custom": "Custom",
360
- "every": "Every",
361
- "between": "between",
362
- "and": "and",
363
- "select-second": "select second(s)",
364
- "select-minute": "select minute(s)",
365
- "select-month": "select month(s)",
366
- "select-hour": "select hour(s)",
367
- "select-day": "select day(s)",
368
- "select-year": "select year(s)",
369
- "second-starting": "second(s) starting at second",
370
- "minute-starting": "minute(s) starting at minute",
371
- "month-starting": "month(s) starting at month",
372
- "hour-starting": "hour(s) starting at hour",
373
- "year-starting": "year(s) starting at year",
374
- "specific-second": "Specific second(s) (choose one or many)",
375
- "specific-minute": "Specific minute(s) (choose one or many)",
376
- "specific-month": "Specific month(s) (choose one or many)",
377
- "specific-hour": "Specific hour(s) (choose one or many)",
378
- "specific-year": "Specific year(s) (choose one or many)",
379
- "base-on-week": "Base on week",
380
- "on-the-last": "On the last",
381
- "of-the-month": "of the month",
382
- "on-the": "On the",
383
- "st": "st",
384
- "of-month": "of month",
385
- "base-on-month": "Base on Month",
386
- "on-the-last-day-of-the-month": "On the Last day of the month",
387
- "day-before-the-end-of-the-month": "day(s) before the end of the month",
388
- "st-of-the-month": "st of the month",
389
- "specific-day-of-month": "Specific day(s) of month (choose one or many)",
390
- "specific-day-of-week": "Specific day(s) of week (choose one or many)",
391
- "day-starting-on": "day(s) starting on",
392
- "more-notification": "And {{ number }} more...",
393
- "more-toast": "And {{ number }} more...",
394
- "at-least-8-characters": "At least 8 characters",
395
- "english-upper-case-letter": "English upper case letter",
396
- "english-lower-case-letter": "English lower case letter",
397
- "special-character": "Special character(%,#...)",
398
- "digits": "Digits (0-9)",
399
- "fragile": "Fragile",
400
- "weak": "Weak",
401
- "good": "Good",
402
- "strong": "Strong",
403
- "unbreakable": "Unbreakable"
404
- }