@decaf-ts/for-angular 0.0.80 → 0.0.81
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/ew/en.json +17 -11
- package/fesm2022/decaf-ts-for-angular.mjs +485 -502
- package/fesm2022/decaf-ts-for-angular.mjs.map +1 -1
- package/index.d.ts +165 -283
- package/package.json +2 -1
package/assets/i18n/ew/en.json
CHANGED
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"leaflet": "Leaflet"
|
|
23
23
|
},
|
|
24
24
|
"epiTabs": {
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
"products": "Products",
|
|
26
|
+
"batches": "Batches"
|
|
27
27
|
},
|
|
28
28
|
"logTabs": {
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
"access": "Access Logs",
|
|
30
|
+
"actions": "Action Logs"
|
|
31
31
|
},
|
|
32
32
|
"dashboard": {
|
|
33
33
|
"title": "Control Panel",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"login": {
|
|
51
|
-
|
|
51
|
+
"username": {
|
|
52
52
|
"label": "Username",
|
|
53
53
|
"placeholder": "Type your username"
|
|
54
54
|
},
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"back": "Back"
|
|
64
64
|
},
|
|
65
65
|
"product": {
|
|
66
|
-
"title":"Products",
|
|
66
|
+
"title": "Products",
|
|
67
67
|
"description": "Manage your pharmaceutical products information",
|
|
68
68
|
"gtin": "GTIN",
|
|
69
69
|
"create": "Add Product",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"documents": {
|
|
94
94
|
"label": "Documents"
|
|
95
95
|
},
|
|
96
|
-
|
|
96
|
+
"strengths": {
|
|
97
97
|
"label": "Strengths"
|
|
98
98
|
},
|
|
99
99
|
"markets": {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"label": "Product Code",
|
|
104
104
|
"placeholder": "Enter the product code"
|
|
105
105
|
},
|
|
106
|
-
|
|
106
|
+
"inventedName": {
|
|
107
107
|
"label": "Invented Name",
|
|
108
108
|
"placeholder": "Enter the Invented Name"
|
|
109
109
|
},
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"label": "Internal Material Code",
|
|
116
116
|
"placeholder": "Enter the internal material code"
|
|
117
117
|
},
|
|
118
|
-
|
|
118
|
+
"importLicenseNumber": {
|
|
119
119
|
"label": "Import License Number",
|
|
120
120
|
"placeholder": "Enter the import license number"
|
|
121
121
|
},
|
|
@@ -139,12 +139,18 @@
|
|
|
139
139
|
"create": "Add Batch",
|
|
140
140
|
"update": "Update Batch",
|
|
141
141
|
"description": "Manage batches information",
|
|
142
|
+
"datamatrix": {
|
|
143
|
+
"title": "2D Barcode",
|
|
144
|
+
"preview": "Preview 2D Barcode",
|
|
145
|
+
"view": "<a>View</a>",
|
|
146
|
+
"description": "Batch Data Matrix Code"
|
|
147
|
+
},
|
|
142
148
|
"filter": {
|
|
143
149
|
"label": "Filter by",
|
|
144
150
|
"all": "All Products"
|
|
145
151
|
},
|
|
146
152
|
"leaflet": {
|
|
147
|
-
|
|
153
|
+
"empty": {
|
|
148
154
|
"title": "No epi documents found",
|
|
149
155
|
"button": "Add Batch"
|
|
150
156
|
}
|
|
@@ -192,7 +198,7 @@
|
|
|
192
198
|
"label": "Expiry Date",
|
|
193
199
|
"placeholder": "Enter the expiry date"
|
|
194
200
|
},
|
|
195
|
-
|
|
201
|
+
"packagingSiteName": {
|
|
196
202
|
"label": "Packaging Site Name",
|
|
197
203
|
"placeholder": "Enter the packaging site name"
|
|
198
204
|
},
|