@masterteam/components 0.0.173 → 0.0.175
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/common.css +1 -1
- package/assets/i18n/ar.json +282 -282
- package/assets/i18n/en.json +282 -282
- package/fesm2022/masterteam-components-drawer.mjs +8 -4
- package/fesm2022/masterteam-components-drawer.mjs.map +1 -1
- package/fesm2022/masterteam-components-dynamic-drawer.mjs +1 -4
- package/fesm2022/masterteam-components-dynamic-drawer.mjs.map +1 -1
- package/fesm2022/masterteam-components-entities.mjs +16 -2
- package/fesm2022/masterteam-components-entities.mjs.map +1 -1
- package/fesm2022/masterteam-components-upload-field.mjs +49 -4
- package/fesm2022/masterteam-components-upload-field.mjs.map +1 -1
- package/fesm2022/masterteam-components.mjs.map +1 -1
- package/package.json +1 -1
- package/types/masterteam-components-drawer.d.ts +2 -0
- package/types/masterteam-components-dynamic-drawer.d.ts +0 -1
- package/types/masterteam-components-entities.d.ts +2 -0
- package/types/masterteam-components-upload-field.d.ts +1 -1
- package/types/masterteam-components.d.ts +2 -2
package/assets/i18n/en.json
CHANGED
|
@@ -1,282 +1,282 @@
|
|
|
1
|
-
{
|
|
2
|
-
"components": {
|
|
3
|
-
"table": {
|
|
4
|
-
"search": "Search...",
|
|
5
|
-
"filter": "Filter",
|
|
6
|
-
"filterOptions": "Filter Options",
|
|
7
|
-
"select": "Select",
|
|
8
|
-
"reset": "Reset",
|
|
9
|
-
"apply": "Apply",
|
|
10
|
-
"export": "Export to Excel",
|
|
11
|
-
"exportExcel": "Export to Excel",
|
|
12
|
-
"printPdf": "Print to PDF",
|
|
13
|
-
"groupBy": "Group by",
|
|
14
|
-
"groupByColumn": "Group by column",
|
|
15
|
-
"noGrouping": "No grouping",
|
|
16
|
-
"filterByThis": "Click to filter by this value",
|
|
17
|
-
"clearFilter": "Click to clear filter",
|
|
18
|
-
"from": "From",
|
|
19
|
-
"to": "To",
|
|
20
|
-
"actions": "Actions",
|
|
21
|
-
"no-data-found": "No data found",
|
|
22
|
-
"yes": "Yes",
|
|
23
|
-
"no": "No"
|
|
24
|
-
},
|
|
25
|
-
"upload": {
|
|
26
|
-
"uploading": "Uploading...",
|
|
27
|
-
"upload": "upload",
|
|
28
|
-
"clickOrDrop": "Click or drop a file to upload",
|
|
29
|
-
"addMore": "Add more files",
|
|
30
|
-
"delete": "Delete",
|
|
31
|
-
"download": "Download",
|
|
32
|
-
"allowedTypes": "Allowed: {{types}}",
|
|
33
|
-
"fileGroups": {
|
|
34
|
-
"image": "Images",
|
|
35
|
-
"video": "Videos",
|
|
36
|
-
"audio": "Audio",
|
|
37
|
-
"text": "Text"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"paginator": {
|
|
41
|
-
"previous": "Previous",
|
|
42
|
-
"next": "Next"
|
|
43
|
-
},
|
|
44
|
-
"confirmation": {
|
|
45
|
-
"header": "Confirmation",
|
|
46
|
-
"message": "Are You Sure?",
|
|
47
|
-
"yes": "Yes",
|
|
48
|
-
"cancel": "Cancel",
|
|
49
|
-
"delete": "Delete",
|
|
50
|
-
"deleteHeader": "Delete Confirmation",
|
|
51
|
-
"deleteMessage": "Are you sure you want to delete?"
|
|
52
|
-
},
|
|
53
|
-
"selectField": {
|
|
54
|
-
"select": "Select",
|
|
55
|
-
"you": "Me"
|
|
56
|
-
},
|
|
57
|
-
"selectPlaceholder": "Select...",
|
|
58
|
-
"drawer": {
|
|
59
|
-
"expandFullWidth": "Expand to full width",
|
|
60
|
-
"restoreSize": "Restore size"
|
|
61
|
-
},
|
|
62
|
-
"tabs": {
|
|
63
|
-
"more": "More",
|
|
64
|
-
"search": "Search",
|
|
65
|
-
"no-results": "No results"
|
|
66
|
-
},
|
|
67
|
-
"sidebar": {
|
|
68
|
-
"logoAlt": "Logo"
|
|
69
|
-
},
|
|
70
|
-
"topbar": {
|
|
71
|
-
"logoAlt": "Logo"
|
|
72
|
-
},
|
|
73
|
-
"iconField": {
|
|
74
|
-
"selectIcon": "Select Icon"
|
|
75
|
-
},
|
|
76
|
-
"textField": {
|
|
77
|
-
"showPassword": "Show password",
|
|
78
|
-
"hidePassword": "Hide password"
|
|
79
|
-
},
|
|
80
|
-
"pickListField": {
|
|
81
|
-
"available": "Available",
|
|
82
|
-
"selected": "Selected"
|
|
83
|
-
},
|
|
84
|
-
"uploadField": {
|
|
85
|
-
"uploadFile": "Upload File",
|
|
86
|
-
"clickOrDrop": "Click or drop a file to upload"
|
|
87
|
-
},
|
|
88
|
-
"clientPage": {
|
|
89
|
-
"expandMenu": "Expand menu",
|
|
90
|
-
"collapseMenu": "Collapse menu",
|
|
91
|
-
"expandSidebar": "Expand sidebar",
|
|
92
|
-
"collapseSidebar": "Collapse sidebar"
|
|
93
|
-
},
|
|
94
|
-
"moduleSummaryCard": {
|
|
95
|
-
"actionLabel": "Action"
|
|
96
|
-
},
|
|
97
|
-
"entitiesPreview": {
|
|
98
|
-
"filterByThis": "Click to filter by this value",
|
|
99
|
-
"clearFilter": "Click to clear filter",
|
|
100
|
-
"attachment": "Attachment",
|
|
101
|
-
"downloadAttachment": "Download {{name}}"
|
|
102
|
-
},
|
|
103
|
-
"comparisonEntities": {
|
|
104
|
-
"added": "Added",
|
|
105
|
-
"updated": "Updated",
|
|
106
|
-
"removed": "Removed"
|
|
107
|
-
},
|
|
108
|
-
"entityListField": {
|
|
109
|
-
"add": "Add",
|
|
110
|
-
"edit": "Edit",
|
|
111
|
-
"delete": "Delete",
|
|
112
|
-
"readingNotAllowed": "Reading is not allowed for this field.",
|
|
113
|
-
"saveFormFirst": "Save the form first to manage related items.",
|
|
114
|
-
"noRelatedItems": "No related items.",
|
|
115
|
-
"loadFailed": "Failed to load related items"
|
|
116
|
-
},
|
|
117
|
-
"lookupMatrixField": {
|
|
118
|
-
"xAxisFallback": "X",
|
|
119
|
-
"yAxisFallback": "Y",
|
|
120
|
-
"firstValueFallback": "the first value",
|
|
121
|
-
"secondValueFallback": "the second value",
|
|
122
|
-
"selectAxesFirst": "Select {{xAxisLabel}} and {{yAxisLabel}} first.",
|
|
123
|
-
"noMatchingValue": "No matching value for the selected combination."
|
|
124
|
-
},
|
|
125
|
-
"formulaEditor": {
|
|
126
|
-
"removeFunction": "Remove function",
|
|
127
|
-
"remove": "Remove"
|
|
128
|
-
},
|
|
129
|
-
"runtimeAction": {
|
|
130
|
-
"missingArgs": "Cannot execute {{action}}. Missing: {{missing}}",
|
|
131
|
-
"confirmDefault": "Confirm {{action}} for this item.",
|
|
132
|
-
"executeFailed": "Failed to execute {{action}}",
|
|
133
|
-
"notAvailable": "Action {{action}} is not available.",
|
|
134
|
-
"noUrl": "Action {{action}} has no url.",
|
|
135
|
-
"noHttpMethod": "Action {{action}} has no http method."
|
|
136
|
-
},
|
|
137
|
-
"formulaOperators": {
|
|
138
|
-
"add": { "name": "Add", "description": "Addition" },
|
|
139
|
-
"subtract": { "name": "Subtract", "description": "Subtraction" },
|
|
140
|
-
"multiply": { "name": "Multiply", "description": "Multiplication" },
|
|
141
|
-
"divide": { "name": "Divide", "description": "Division" },
|
|
142
|
-
"modulo": { "name": "Modulo", "description": "Modulo" },
|
|
143
|
-
"equal": { "name": "Equal", "description": "Equal to" },
|
|
144
|
-
"notEqual": { "name": "Not Equal", "description": "Not equal to" },
|
|
145
|
-
"greater": { "name": "Greater", "description": "Greater than" },
|
|
146
|
-
"less": { "name": "Less", "description": "Less than" },
|
|
147
|
-
"greaterOrEqual": {
|
|
148
|
-
"name": "Greater or Equal",
|
|
149
|
-
"description": "Greater than or equal"
|
|
150
|
-
},
|
|
151
|
-
"lessOrEqual": {
|
|
152
|
-
"name": "Less or Equal",
|
|
153
|
-
"description": "Less than or equal"
|
|
154
|
-
},
|
|
155
|
-
"and": { "name": "And", "description": "Logical AND" },
|
|
156
|
-
"or": { "name": "Or", "description": "Logical OR" },
|
|
157
|
-
"not": { "name": "Not", "description": "Logical NOT" }
|
|
158
|
-
},
|
|
159
|
-
"tree": {
|
|
160
|
-
"no-data-found": "No data found",
|
|
161
|
-
"search": "Search",
|
|
162
|
-
"check-all": "Check All"
|
|
163
|
-
},
|
|
164
|
-
"schedulePredecessorField": {
|
|
165
|
-
"add": "Add predecessor",
|
|
166
|
-
"noAvailable": "No schedule items are available for dependency selection.",
|
|
167
|
-
"predecessor": "Predecessor",
|
|
168
|
-
"type": "Type",
|
|
169
|
-
"lagDays": "Lag Days",
|
|
170
|
-
"selectPredecessor": "Select predecessor",
|
|
171
|
-
"delete": "Delete",
|
|
172
|
-
"empty": "No predecessors selected."
|
|
173
|
-
},
|
|
174
|
-
"propertyFilterBuilder": {
|
|
175
|
-
"filter": "Filter",
|
|
176
|
-
"advancedFilters": "Advanced Filters",
|
|
177
|
-
"clearAll": "Clear all",
|
|
178
|
-
"where": "Where",
|
|
179
|
-
"property": "Property",
|
|
180
|
-
"condition": "Condition",
|
|
181
|
-
"noValueRequired": "No value required",
|
|
182
|
-
"from": "From",
|
|
183
|
-
"to": "To",
|
|
184
|
-
"value": "Value",
|
|
185
|
-
"multiValue": "Value (comma separated)",
|
|
186
|
-
"addFilter": "Add Filter",
|
|
187
|
-
"cancel": "Cancel",
|
|
188
|
-
"apply": "Apply"
|
|
189
|
-
},
|
|
190
|
-
"formula": {
|
|
191
|
-
"toolbar": {
|
|
192
|
-
"functions": "Functions",
|
|
193
|
-
"properties": "Properties",
|
|
194
|
-
"operators": "Operators",
|
|
195
|
-
"search": "Search...",
|
|
196
|
-
"insertLabel": "Insert",
|
|
197
|
-
"customValuePlaceholder": "123 or \"text\"",
|
|
198
|
-
"noFunctionsFound": "No functions found",
|
|
199
|
-
"noPropertiesAvailable": "No properties available",
|
|
200
|
-
"noOperatorsFound": "No operators found",
|
|
201
|
-
"property": "Property",
|
|
202
|
-
"insertType": "Insert {{ type }} (Enter)"
|
|
203
|
-
},
|
|
204
|
-
"statusBar": {
|
|
205
|
-
"valid": "Valid",
|
|
206
|
-
"invalid": "Invalid",
|
|
207
|
-
"complexity": "Complexity",
|
|
208
|
-
"dependencies": "Dependencies"
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
"userSearchField": {
|
|
212
|
-
"search": "Search..."
|
|
213
|
-
},
|
|
214
|
-
"locationField": {
|
|
215
|
-
"search": "Search...",
|
|
216
|
-
"enterManually": "Enter location manually",
|
|
217
|
-
"manualHeader": "Enter Location Manually",
|
|
218
|
-
"displayName": "Display Name",
|
|
219
|
-
"longitude": "Longitude",
|
|
220
|
-
"latitude": "Latitude",
|
|
221
|
-
"cancel": "Cancel",
|
|
222
|
-
"save": "Save"
|
|
223
|
-
},
|
|
224
|
-
"colorPickerField": {
|
|
225
|
-
"placeholder": "Select Color",
|
|
226
|
-
"hint": "Should be a hex color code, e.g. #ff5733 or #f00"
|
|
227
|
-
},
|
|
228
|
-
"toast": {
|
|
229
|
-
"success": "Success",
|
|
230
|
-
"warning": "Warning",
|
|
231
|
-
"error": "Error",
|
|
232
|
-
"info": "Info"
|
|
233
|
-
},
|
|
234
|
-
"validation": {
|
|
235
|
-
"required": "This field is required",
|
|
236
|
-
"email": "Please enter a valid email address",
|
|
237
|
-
"minLength": "Minimum length is {{requiredLength}} characters",
|
|
238
|
-
"maxLength": "Maximum length is {{requiredLength}} characters",
|
|
239
|
-
"min": "Minimum value is {{min}}",
|
|
240
|
-
"max": "Maximum value is {{max}}",
|
|
241
|
-
"pattern": "The format is invalid",
|
|
242
|
-
"fileSizeLimited": "File size exceeds the limit",
|
|
243
|
-
"invalidFileType": "Only the following file types are allowed: {{types}}",
|
|
244
|
-
"invalid": "Invalid field: {{key}}"
|
|
245
|
-
},
|
|
246
|
-
"clientComponents": {
|
|
247
|
-
"instancePreview": {
|
|
248
|
-
"noPreviewData": "No preview data is available for this instance.",
|
|
249
|
-
"loadFailed": "Failed to load instance preview"
|
|
250
|
-
},
|
|
251
|
-
"list": {
|
|
252
|
-
"informativeDashboard": "Informative Dashboard",
|
|
253
|
-
"cards": "Cards",
|
|
254
|
-
"table": "Table",
|
|
255
|
-
"noCardsFound": "No cards found.",
|
|
256
|
-
"noInformativeDashboard": "No informative dashboard found.",
|
|
257
|
-
"errors": {
|
|
258
|
-
"tableRowsLoadFailed": "Failed to load table rows",
|
|
259
|
-
"rowsLoadFailed": "Failed to load rows",
|
|
260
|
-
"cardsLoadFailed": "Failed to load cards",
|
|
261
|
-
"informativeLoadFailed": "Failed to load informative dashboard",
|
|
262
|
-
"missingModuleId": "Missing identifiers: moduleId is required",
|
|
263
|
-
"missingContextKey": "Missing identifiers: contextKey is required",
|
|
264
|
-
"missingContextAndInstance": "Missing identifiers: contextKey and instanceId are required"
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
"escalation": {
|
|
268
|
-
"cancel": "Cancel",
|
|
269
|
-
"escalationUp": "Escalation Up",
|
|
270
|
-
"currentUser": "Current User",
|
|
271
|
-
"escalatedBy": "Escalated By",
|
|
272
|
-
"startDate": "Start Date",
|
|
273
|
-
"reason": "Reason",
|
|
274
|
-
"reasonPlaceholder": "Describe the escalation reason",
|
|
275
|
-
"attachments": "Attachments",
|
|
276
|
-
"uploadHelp": "Upload supporting files",
|
|
277
|
-
"reasonRequired": "Reason is required.",
|
|
278
|
-
"createFailed": "Failed to create escalation."
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"components": {
|
|
3
|
+
"table": {
|
|
4
|
+
"search": "Search...",
|
|
5
|
+
"filter": "Filter",
|
|
6
|
+
"filterOptions": "Filter Options",
|
|
7
|
+
"select": "Select",
|
|
8
|
+
"reset": "Reset",
|
|
9
|
+
"apply": "Apply",
|
|
10
|
+
"export": "Export to Excel",
|
|
11
|
+
"exportExcel": "Export to Excel",
|
|
12
|
+
"printPdf": "Print to PDF",
|
|
13
|
+
"groupBy": "Group by",
|
|
14
|
+
"groupByColumn": "Group by column",
|
|
15
|
+
"noGrouping": "No grouping",
|
|
16
|
+
"filterByThis": "Click to filter by this value",
|
|
17
|
+
"clearFilter": "Click to clear filter",
|
|
18
|
+
"from": "From",
|
|
19
|
+
"to": "To",
|
|
20
|
+
"actions": "Actions",
|
|
21
|
+
"no-data-found": "No data found",
|
|
22
|
+
"yes": "Yes",
|
|
23
|
+
"no": "No"
|
|
24
|
+
},
|
|
25
|
+
"upload": {
|
|
26
|
+
"uploading": "Uploading...",
|
|
27
|
+
"upload": "upload",
|
|
28
|
+
"clickOrDrop": "Click or drop a file to upload",
|
|
29
|
+
"addMore": "Add more files",
|
|
30
|
+
"delete": "Delete",
|
|
31
|
+
"download": "Download",
|
|
32
|
+
"allowedTypes": "Allowed: {{types}}",
|
|
33
|
+
"fileGroups": {
|
|
34
|
+
"image": "Images",
|
|
35
|
+
"video": "Videos",
|
|
36
|
+
"audio": "Audio",
|
|
37
|
+
"text": "Text"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"paginator": {
|
|
41
|
+
"previous": "Previous",
|
|
42
|
+
"next": "Next"
|
|
43
|
+
},
|
|
44
|
+
"confirmation": {
|
|
45
|
+
"header": "Confirmation",
|
|
46
|
+
"message": "Are You Sure?",
|
|
47
|
+
"yes": "Yes",
|
|
48
|
+
"cancel": "Cancel",
|
|
49
|
+
"delete": "Delete",
|
|
50
|
+
"deleteHeader": "Delete Confirmation",
|
|
51
|
+
"deleteMessage": "Are you sure you want to delete?"
|
|
52
|
+
},
|
|
53
|
+
"selectField": {
|
|
54
|
+
"select": "Select",
|
|
55
|
+
"you": "Me"
|
|
56
|
+
},
|
|
57
|
+
"selectPlaceholder": "Select...",
|
|
58
|
+
"drawer": {
|
|
59
|
+
"expandFullWidth": "Expand to full width",
|
|
60
|
+
"restoreSize": "Restore size"
|
|
61
|
+
},
|
|
62
|
+
"tabs": {
|
|
63
|
+
"more": "More",
|
|
64
|
+
"search": "Search",
|
|
65
|
+
"no-results": "No results"
|
|
66
|
+
},
|
|
67
|
+
"sidebar": {
|
|
68
|
+
"logoAlt": "Logo"
|
|
69
|
+
},
|
|
70
|
+
"topbar": {
|
|
71
|
+
"logoAlt": "Logo"
|
|
72
|
+
},
|
|
73
|
+
"iconField": {
|
|
74
|
+
"selectIcon": "Select Icon"
|
|
75
|
+
},
|
|
76
|
+
"textField": {
|
|
77
|
+
"showPassword": "Show password",
|
|
78
|
+
"hidePassword": "Hide password"
|
|
79
|
+
},
|
|
80
|
+
"pickListField": {
|
|
81
|
+
"available": "Available",
|
|
82
|
+
"selected": "Selected"
|
|
83
|
+
},
|
|
84
|
+
"uploadField": {
|
|
85
|
+
"uploadFile": "Upload File",
|
|
86
|
+
"clickOrDrop": "Click or drop a file to upload"
|
|
87
|
+
},
|
|
88
|
+
"clientPage": {
|
|
89
|
+
"expandMenu": "Expand menu",
|
|
90
|
+
"collapseMenu": "Collapse menu",
|
|
91
|
+
"expandSidebar": "Expand sidebar",
|
|
92
|
+
"collapseSidebar": "Collapse sidebar"
|
|
93
|
+
},
|
|
94
|
+
"moduleSummaryCard": {
|
|
95
|
+
"actionLabel": "Action"
|
|
96
|
+
},
|
|
97
|
+
"entitiesPreview": {
|
|
98
|
+
"filterByThis": "Click to filter by this value",
|
|
99
|
+
"clearFilter": "Click to clear filter",
|
|
100
|
+
"attachment": "Attachment",
|
|
101
|
+
"downloadAttachment": "Download {{name}}"
|
|
102
|
+
},
|
|
103
|
+
"comparisonEntities": {
|
|
104
|
+
"added": "Added",
|
|
105
|
+
"updated": "Updated",
|
|
106
|
+
"removed": "Removed"
|
|
107
|
+
},
|
|
108
|
+
"entityListField": {
|
|
109
|
+
"add": "Add",
|
|
110
|
+
"edit": "Edit",
|
|
111
|
+
"delete": "Delete",
|
|
112
|
+
"readingNotAllowed": "Reading is not allowed for this field.",
|
|
113
|
+
"saveFormFirst": "Save the form first to manage related items.",
|
|
114
|
+
"noRelatedItems": "No related items.",
|
|
115
|
+
"loadFailed": "Failed to load related items"
|
|
116
|
+
},
|
|
117
|
+
"lookupMatrixField": {
|
|
118
|
+
"xAxisFallback": "X",
|
|
119
|
+
"yAxisFallback": "Y",
|
|
120
|
+
"firstValueFallback": "the first value",
|
|
121
|
+
"secondValueFallback": "the second value",
|
|
122
|
+
"selectAxesFirst": "Select {{xAxisLabel}} and {{yAxisLabel}} first.",
|
|
123
|
+
"noMatchingValue": "No matching value for the selected combination."
|
|
124
|
+
},
|
|
125
|
+
"formulaEditor": {
|
|
126
|
+
"removeFunction": "Remove function",
|
|
127
|
+
"remove": "Remove"
|
|
128
|
+
},
|
|
129
|
+
"runtimeAction": {
|
|
130
|
+
"missingArgs": "Cannot execute {{action}}. Missing: {{missing}}",
|
|
131
|
+
"confirmDefault": "Confirm {{action}} for this item.",
|
|
132
|
+
"executeFailed": "Failed to execute {{action}}",
|
|
133
|
+
"notAvailable": "Action {{action}} is not available.",
|
|
134
|
+
"noUrl": "Action {{action}} has no url.",
|
|
135
|
+
"noHttpMethod": "Action {{action}} has no http method."
|
|
136
|
+
},
|
|
137
|
+
"formulaOperators": {
|
|
138
|
+
"add": { "name": "Add", "description": "Addition" },
|
|
139
|
+
"subtract": { "name": "Subtract", "description": "Subtraction" },
|
|
140
|
+
"multiply": { "name": "Multiply", "description": "Multiplication" },
|
|
141
|
+
"divide": { "name": "Divide", "description": "Division" },
|
|
142
|
+
"modulo": { "name": "Modulo", "description": "Modulo" },
|
|
143
|
+
"equal": { "name": "Equal", "description": "Equal to" },
|
|
144
|
+
"notEqual": { "name": "Not Equal", "description": "Not equal to" },
|
|
145
|
+
"greater": { "name": "Greater", "description": "Greater than" },
|
|
146
|
+
"less": { "name": "Less", "description": "Less than" },
|
|
147
|
+
"greaterOrEqual": {
|
|
148
|
+
"name": "Greater or Equal",
|
|
149
|
+
"description": "Greater than or equal"
|
|
150
|
+
},
|
|
151
|
+
"lessOrEqual": {
|
|
152
|
+
"name": "Less or Equal",
|
|
153
|
+
"description": "Less than or equal"
|
|
154
|
+
},
|
|
155
|
+
"and": { "name": "And", "description": "Logical AND" },
|
|
156
|
+
"or": { "name": "Or", "description": "Logical OR" },
|
|
157
|
+
"not": { "name": "Not", "description": "Logical NOT" }
|
|
158
|
+
},
|
|
159
|
+
"tree": {
|
|
160
|
+
"no-data-found": "No data found",
|
|
161
|
+
"search": "Search",
|
|
162
|
+
"check-all": "Check All"
|
|
163
|
+
},
|
|
164
|
+
"schedulePredecessorField": {
|
|
165
|
+
"add": "Add predecessor",
|
|
166
|
+
"noAvailable": "No schedule items are available for dependency selection.",
|
|
167
|
+
"predecessor": "Predecessor",
|
|
168
|
+
"type": "Type",
|
|
169
|
+
"lagDays": "Lag Days",
|
|
170
|
+
"selectPredecessor": "Select predecessor",
|
|
171
|
+
"delete": "Delete",
|
|
172
|
+
"empty": "No predecessors selected."
|
|
173
|
+
},
|
|
174
|
+
"propertyFilterBuilder": {
|
|
175
|
+
"filter": "Filter",
|
|
176
|
+
"advancedFilters": "Advanced Filters",
|
|
177
|
+
"clearAll": "Clear all",
|
|
178
|
+
"where": "Where",
|
|
179
|
+
"property": "Property",
|
|
180
|
+
"condition": "Condition",
|
|
181
|
+
"noValueRequired": "No value required",
|
|
182
|
+
"from": "From",
|
|
183
|
+
"to": "To",
|
|
184
|
+
"value": "Value",
|
|
185
|
+
"multiValue": "Value (comma separated)",
|
|
186
|
+
"addFilter": "Add Filter",
|
|
187
|
+
"cancel": "Cancel",
|
|
188
|
+
"apply": "Apply"
|
|
189
|
+
},
|
|
190
|
+
"formula": {
|
|
191
|
+
"toolbar": {
|
|
192
|
+
"functions": "Functions",
|
|
193
|
+
"properties": "Properties",
|
|
194
|
+
"operators": "Operators",
|
|
195
|
+
"search": "Search...",
|
|
196
|
+
"insertLabel": "Insert",
|
|
197
|
+
"customValuePlaceholder": "123 or \"text\"",
|
|
198
|
+
"noFunctionsFound": "No functions found",
|
|
199
|
+
"noPropertiesAvailable": "No properties available",
|
|
200
|
+
"noOperatorsFound": "No operators found",
|
|
201
|
+
"property": "Property",
|
|
202
|
+
"insertType": "Insert {{ type }} (Enter)"
|
|
203
|
+
},
|
|
204
|
+
"statusBar": {
|
|
205
|
+
"valid": "Valid",
|
|
206
|
+
"invalid": "Invalid",
|
|
207
|
+
"complexity": "Complexity",
|
|
208
|
+
"dependencies": "Dependencies"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"userSearchField": {
|
|
212
|
+
"search": "Search..."
|
|
213
|
+
},
|
|
214
|
+
"locationField": {
|
|
215
|
+
"search": "Search...",
|
|
216
|
+
"enterManually": "Enter location manually",
|
|
217
|
+
"manualHeader": "Enter Location Manually",
|
|
218
|
+
"displayName": "Display Name",
|
|
219
|
+
"longitude": "Longitude",
|
|
220
|
+
"latitude": "Latitude",
|
|
221
|
+
"cancel": "Cancel",
|
|
222
|
+
"save": "Save"
|
|
223
|
+
},
|
|
224
|
+
"colorPickerField": {
|
|
225
|
+
"placeholder": "Select Color",
|
|
226
|
+
"hint": "Should be a hex color code, e.g. #ff5733 or #f00"
|
|
227
|
+
},
|
|
228
|
+
"toast": {
|
|
229
|
+
"success": "Success",
|
|
230
|
+
"warning": "Warning",
|
|
231
|
+
"error": "Error",
|
|
232
|
+
"info": "Info"
|
|
233
|
+
},
|
|
234
|
+
"validation": {
|
|
235
|
+
"required": "This field is required",
|
|
236
|
+
"email": "Please enter a valid email address",
|
|
237
|
+
"minLength": "Minimum length is {{requiredLength}} characters",
|
|
238
|
+
"maxLength": "Maximum length is {{requiredLength}} characters",
|
|
239
|
+
"min": "Minimum value is {{min}}",
|
|
240
|
+
"max": "Maximum value is {{max}}",
|
|
241
|
+
"pattern": "The format is invalid",
|
|
242
|
+
"fileSizeLimited": "File size exceeds the limit",
|
|
243
|
+
"invalidFileType": "Only the following file types are allowed: {{types}}",
|
|
244
|
+
"invalid": "Invalid field: {{key}}"
|
|
245
|
+
},
|
|
246
|
+
"clientComponents": {
|
|
247
|
+
"instancePreview": {
|
|
248
|
+
"noPreviewData": "No preview data is available for this instance.",
|
|
249
|
+
"loadFailed": "Failed to load instance preview"
|
|
250
|
+
},
|
|
251
|
+
"list": {
|
|
252
|
+
"informativeDashboard": "Informative Dashboard",
|
|
253
|
+
"cards": "Cards",
|
|
254
|
+
"table": "Table",
|
|
255
|
+
"noCardsFound": "No cards found.",
|
|
256
|
+
"noInformativeDashboard": "No informative dashboard found.",
|
|
257
|
+
"errors": {
|
|
258
|
+
"tableRowsLoadFailed": "Failed to load table rows",
|
|
259
|
+
"rowsLoadFailed": "Failed to load rows",
|
|
260
|
+
"cardsLoadFailed": "Failed to load cards",
|
|
261
|
+
"informativeLoadFailed": "Failed to load informative dashboard",
|
|
262
|
+
"missingModuleId": "Missing identifiers: moduleId is required",
|
|
263
|
+
"missingContextKey": "Missing identifiers: contextKey is required",
|
|
264
|
+
"missingContextAndInstance": "Missing identifiers: contextKey and instanceId are required"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"escalation": {
|
|
268
|
+
"cancel": "Cancel",
|
|
269
|
+
"escalationUp": "Escalation Up",
|
|
270
|
+
"currentUser": "Current User",
|
|
271
|
+
"escalatedBy": "Escalated By",
|
|
272
|
+
"startDate": "Start Date",
|
|
273
|
+
"reason": "Reason",
|
|
274
|
+
"reasonPlaceholder": "Describe the escalation reason",
|
|
275
|
+
"attachments": "Attachments",
|
|
276
|
+
"uploadHelp": "Upload supporting files",
|
|
277
|
+
"reasonRequired": "Reason is required.",
|
|
278
|
+
"createFailed": "Failed to create escalation."
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}
|