@decaf-ts/for-angular 0.1.29 → 0.1.33

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.
@@ -69,11 +69,18 @@
69
69
  "message": "An unexpected error has occurred.",
70
70
  "back": "Back"
71
71
  },
72
+ "diffs": {
73
+ "continue": "Continue",
74
+ "cancel": "Cancel"
75
+ },
72
76
  "product": {
73
77
  "title": "Products",
78
+ "create": "Create Product",
79
+ "update": "Update Product",
80
+ "read": "Product Details",
81
+ "delete": "Product Details",
74
82
  "description": "Manage your pharmaceutical products information",
75
83
  "gtin": "GTIN",
76
- "create": "Add Product",
77
84
  "section": {
78
85
  "details": {
79
86
  "title": "Product Details"
@@ -86,7 +93,7 @@
86
93
  }
87
94
  },
88
95
  "diffs": {
89
- "title": "Update Data Summary",
96
+ "title": "Product Update Data Summary",
90
97
  "property": "Property",
91
98
  "oldValue": "Old Value",
92
99
  "newValue": "New Value"
@@ -133,29 +140,74 @@
133
140
  "productRecall": {
134
141
  "label": "Mark Product as Recalled"
135
142
  },
143
+ "imageData": {
144
+ "label": "Product image"
145
+ },
136
146
  "productImage": {
137
147
  "label": "Select product image"
138
148
  },
139
149
  "xmlFileContent": {
140
150
  "label": "Select directory or drop your epi files here",
141
151
  "placeholder": "Select the Epi File"
152
+ },
153
+ "createdBy": {
154
+ "label": "Created By"
155
+ },
156
+ "createdAt": {
157
+ "label": "Created At"
158
+ },
159
+ "updatedBy": {
160
+ "label": "Updated By"
161
+ },
162
+ "updatedAt": {
163
+ "label": "Updated At"
164
+ },
165
+ "version": {
166
+ "label": "Version"
167
+ },
168
+ "marketId": {
169
+ "label": "Market ID"
170
+ },
171
+ "nationalCode": {
172
+ "label": "National Code"
173
+ },
174
+ "mahName": {
175
+ "label": "MAH Name"
176
+ },
177
+ "legalEntityName": {
178
+ "label": "Legal Entity Name"
179
+ },
180
+ "mahAddress": {
181
+ "label": "MAH Address"
182
+ },
183
+ "substance": {
184
+ "label": "Substance Name"
185
+ },
186
+ "strength": {
187
+ "label": "Substance Strength"
142
188
  }
143
189
  },
144
190
  "batch": {
145
191
  "title": "Batches",
146
192
  "create": "Add Batch",
147
193
  "update": "Update Batch",
194
+ "read": "Batch Details",
195
+ "delete": "Batch Details",
148
196
  "description": "Manage batches information",
149
- "datamatrix": {
197
+ "filter": {
198
+ "label": "Filter by",
199
+ "all": "All Products"
200
+ },
201
+ "id": {
202
+ "label": "ID"
203
+ },
204
+ "dataMatrix": {
150
205
  "title": "2D Barcode",
206
+ "label": "2D Barcode View",
151
207
  "preview": "Preview 2D Barcode",
152
208
  "view": "<a>View</a>",
153
209
  "description": "Batch Data Matrix Code"
154
210
  },
155
- "filter": {
156
- "label": "Filter by",
157
- "all": "All Products"
158
- },
159
211
  "leaflet": {
160
212
  "empty": {
161
213
  "title": "No epi documents found",
@@ -163,11 +215,13 @@
163
215
  }
164
216
  },
165
217
  "diffs": {
218
+ "title": "Update Data Summary",
166
219
  "property": "Property",
167
220
  "oldValue": "Old Value",
168
- "newValue": "New Value"
221
+ "newValue": "New Value",
222
+ "expiryDate": "{0} <span class=\"dcf-diffs-expiry-date\">GS1 Format ({1})</span>"
169
223
  },
170
- "productcode": {
224
+ "productCode": {
171
225
  "label": "Product Code",
172
226
  "placeholder": "Enter the product code",
173
227
  "options": {
@@ -227,17 +281,44 @@
227
281
  },
228
282
  "batchRecall": {
229
283
  "label": "Mark Batch as Recalled"
284
+ },
285
+ "createdBy": {
286
+ "label": "Created By"
287
+ },
288
+ "createdAt": {
289
+ "label": "Created At"
290
+ },
291
+ "updatedBy": {
292
+ "label": "Updated By"
293
+ },
294
+ "updatedAt": {
295
+ "label": "Updated At"
296
+ },
297
+ "version": {
298
+ "label": "Version"
230
299
  }
231
300
  },
232
301
  "leaflet": {
233
302
  "title": "ePI Document",
234
303
  "description": "Submit and track your electronic Product Information",
235
304
  "create": "Add ePI Document",
305
+ "update": "Update ePI Document",
306
+ "read": "ePI Document Details",
307
+ "delete": "ePI Document Details",
236
308
  "filter_by": "Select Product",
309
+ "diffs": {
310
+ "title": "Data Summary",
311
+ "property": "Property",
312
+ "oldValue": "Old Value",
313
+ "newValue": "New Value"
314
+ },
237
315
  "filter": {
238
316
  "label": "Filter by",
239
317
  "all": "All Products"
240
318
  },
319
+ "id": {
320
+ "label": "ID"
321
+ },
241
322
  "documentCol": {
242
323
  "label": "Document Name"
243
324
  },
@@ -281,6 +362,21 @@
281
362
  "xmlFileContent": {
282
363
  "label": "Epi File",
283
364
  "placeholder": "Select the Epi File"
365
+ },
366
+ "createdBy": {
367
+ "label": "Created By"
368
+ },
369
+ "createdAt": {
370
+ "label": "Created At"
371
+ },
372
+ "updatedBy": {
373
+ "label": "Updated By"
374
+ },
375
+ "updatedAt": {
376
+ "label": "Updated At"
377
+ },
378
+ "version": {
379
+ "label": "Version"
284
380
  }
285
381
  },
286
382
  "substance": {
@@ -319,15 +415,26 @@
319
415
  "title": "Audit Logs",
320
416
  "description": "Review the history of user actions within the system.",
321
417
  "empty": "No audit logs available.",
418
+ "dowload": "Download CSV",
419
+
322
420
  "userId": {
323
421
  "label": "User ID"
324
422
  },
325
423
  "userDID": {
326
424
  "label": "User DID"
327
425
  },
426
+ "createdAt": {
427
+ "label": "Created At"
428
+ },
328
429
  "userGroup": {
329
430
  "label": "User Group"
330
431
  },
432
+ "model": {
433
+ "label": "Model"
434
+ },
435
+ "recordId": {
436
+ "label": "Record ID"
437
+ },
331
438
  "action": {
332
439
  "label": "Action"
333
440
  },
@@ -335,12 +442,73 @@
335
442
  "label": "Transaction"
336
443
  },
337
444
  "diffs": {
338
- "label": "Changes"
445
+ "title": "Change Summary",
446
+ "label": "Changes",
447
+ "button": {
448
+ "download": "Download JSON"
449
+ }
339
450
  },
340
451
  "view_diffs": "<a>View</a>"
341
452
  },
342
453
  "account": {
343
454
  "title": "Account Information",
344
455
  "description": "Wallet and Identity Configuration."
456
+ },
457
+ "tasks": {
458
+ "title": "Tasks",
459
+ "description": "Manage and track your tasks.",
460
+ "empty": "No tasks available.",
461
+ "create": "Create Task",
462
+ "atomicity": {
463
+ "label": "Atomicity",
464
+ "placeholder": "Enter the task atomicity"
465
+ },
466
+ "name": {
467
+ "label": "Name",
468
+ "placeholder": "Enter the task name"
469
+ },
470
+
471
+ "status": {
472
+ "label": "Status",
473
+ "placeholder": "Select the task status",
474
+ "options": {
475
+ "pending": "Pending",
476
+ "scheduled": "Scheduled",
477
+ "running": "Running",
478
+ "failed": "Failed",
479
+ "succeeded": "Succeeded",
480
+ "canceled": "Canceled",
481
+ "waiting_retry": "Waiting Retry"
482
+ }
483
+ },
484
+ "attempt": {
485
+ "label": "Attempt Status",
486
+ "placeholder": "Type number of attempts"
487
+ },
488
+ "maxAttempt": {
489
+ "label": "Max Attempts",
490
+ "placeholder": "Type max number of attempts"
491
+ },
492
+ "scheduledTo": {
493
+ "label": "Scheduled To",
494
+ "placeholder": "Type the scheduled date"
495
+ }
496
+ },
497
+ "crud": {
498
+ "createdBy": {
499
+ "label": "Created By"
500
+ },
501
+ "createdAt": {
502
+ "label": "Created At"
503
+ },
504
+ "updatedBy": {
505
+ "label": "Updated By"
506
+ },
507
+ "updatedAt": {
508
+ "label": "Updated At"
509
+ },
510
+ "version": {
511
+ "label": "Version"
512
+ }
345
513
  }
346
514
  }