@orchestrator-ui/orchestrator-ui-components 8.6.0 → 8.7.1

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 (56) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +15 -12
  4. package/CHANGELOG.md +18 -0
  5. package/dist/index.d.ts +416 -1183
  6. package/dist/index.js +3457 -3072
  7. package/dist/index.js.map +1 -1
  8. package/package.json +3 -1
  9. package/src/components/WfoPydanticForm/fields/WfoCron.spec.ts +88 -0
  10. package/src/components/WfoPydanticForm/fields/WfoCron.tsx +233 -0
  11. package/src/components/WfoPydanticForm/fields/WfoSummary.tsx +42 -7
  12. package/src/components/WfoPydanticForm/fields/index.ts +1 -0
  13. package/src/components/WfoPydanticForm/fields/styles.ts +92 -0
  14. package/src/components/WfoSearchPage/WfoFilterGroup/WfoFilterGroup.tsx +1 -1
  15. package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchResultItem.tsx +2 -1
  16. package/src/components/WfoSearchPage/utils.ts +37 -1
  17. package/src/components/WfoSubscription/WfoInUseByRelations.tsx +6 -2
  18. package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionExpandableMenuItem.tsx +19 -14
  19. package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActions.tsx +13 -1
  20. package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionsMenuItem.tsx +3 -0
  21. package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoSubscriptionProductBlock.tsx +1 -1
  22. package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +5 -0
  23. package/src/components/WfoSubscriptionsList/subscriptionResultMappers.ts +3 -1
  24. package/src/components/WfoTable/WfoAdvancedTable/WfoAdvancedTable.tsx +2 -12
  25. package/src/components/WfoTable/WfoStructuredSearchTable/WfoExpandingSearchRow.tsx +21 -14
  26. package/src/components/WfoTable/WfoStructuredSearchTable/WfoFieldSelector.tsx +27 -1
  27. package/src/components/WfoTable/WfoStructuredSearchTable/WfoFilterBuilder.tsx +97 -91
  28. package/src/components/WfoTable/WfoStructuredSearchTable/WfoOperatorSelector.tsx +32 -7
  29. package/src/components/WfoTable/WfoStructuredSearchTable/WfoRuleGroup.tsx +5 -4
  30. package/src/components/WfoTable/WfoStructuredSearchTable/WfoStructuredSearchTable.tsx +32 -30
  31. package/src/components/WfoTable/WfoStructuredSearchTable/WfoValueEditor.tsx +41 -11
  32. package/src/components/WfoTable/WfoStructuredSearchTable/styles.ts +22 -5
  33. package/src/components/WfoTable/WfoTable/WfoTable.tsx +1 -0
  34. package/src/components/WfoTable/WfoTable/WfoTableDataRows.tsx +16 -4
  35. package/src/components/WfoTable/WfoTable/styles.ts +8 -0
  36. package/src/components/WfoTable/WfoTable/utils.spec.ts +62 -1
  37. package/src/components/WfoTable/WfoTable/utils.ts +4 -1
  38. package/src/components/WfoTable/WfoTableSettingsModal/WfoTableSettingsModal.spec.ts +45 -0
  39. package/src/components/WfoTable/WfoTableSettingsModal/index.ts +1 -0
  40. package/src/components/WfoTable/WfoTableSettingsModal/utils.ts +17 -0
  41. package/src/configuration/version.ts +1 -1
  42. package/src/hooks/index.ts +1 -0
  43. package/src/hooks/useGetPydanticFormsConfig.tsx +12 -0
  44. package/src/hooks/useLanguageCode.ts +11 -0
  45. package/src/messages/en-GB.json +442 -549
  46. package/src/messages/getTranslationMessages.spec.ts +47 -30
  47. package/src/messages/nl-NL.json +450 -411
  48. package/src/pages/WfoSearchPocPage.tsx +14 -5
  49. package/src/rtk/endpoints/subscriptionList.ts +1 -0
  50. package/src/theme/baseStyles/formFieldsBaseStyle.ts +0 -1
  51. package/src/types/search.ts +1 -1
  52. package/src/types/types.ts +1 -1
  53. package/src/utils/getDefaultTableConfig.ts +6 -1
  54. package/src/utils/index.ts +1 -0
  55. package/src/utils/integer.spec.ts +20 -0
  56. package/src/utils/integer.ts +3 -0
@@ -1,492 +1,400 @@
1
1
  {
2
- "main": {
3
- "start": "Start",
4
- "ariaLabelToggleSideMenu": "Show/Hide side menu",
5
- "ariaLabelCurrentPage": "Current page",
6
- "metadata": "Metadata",
7
- "metadataProducts": "Products",
8
- "metadataProductblocks": "Product blocks",
9
- "metadataResourceTypes": "Resource types",
10
- "metadataWorkflows": "Workflows",
11
- "metadataTasks": "Tasks",
12
- "metadataScheduledTasks": "Scheduled tasks",
13
- "mobileTitle": "Main menu",
14
- "settings": "Settings",
15
- "subscriptions": "Subscriptions",
16
- "tasks": "Tasks",
17
- "title": "Workflow Orchestrator",
18
- "welcome": "Welcome",
19
- "workflows": "Workflows",
20
- "darkMode": "Dark mode",
21
- "lightMode": "Light mode",
22
- "websocketConnected": "This page recexives live updates from the server",
23
- "websocketDisconnected": "The connection to the server is lost, click the icon or refresh the page",
24
- "websocketDisconnectedShort": "WebSocket disconnected, click the icon to reconnect",
25
- "resetToDefault": "Reset to default",
26
- "savePreferences": "Save preferences",
27
- "numberOfRows": "Number of rows",
28
- "tableSettings": "Table settings",
29
- "openMenu": "Open menu",
30
- "incompatibleVersion": "Incompatible version",
31
- "incompatibleVersionText": "The version of the WFO UI is incompatible with this version of orchestrator-core.",
32
- "minimumOrchestratorCoreVersion": "Minimum orchestrator-core version"
33
- },
34
2
  "common": {
35
- "product": "Product",
3
+ "applyFilter": "Apply filter",
4
+ "createFilter": "Create a filter",
36
5
  "deselect": "Deselect",
37
- "close": "Close",
38
6
  "editColumns": "Edit columns",
39
- "tableSettings": "Table settings",
7
+ "errorMessage": "An error occurred",
8
+ "export": "Export",
9
+ "insyncFalse": "out-of-sync",
10
+ "insyncTrue": "in-sync",
11
+ "loadMore": "Load more",
40
12
  "loading": "Loading",
41
13
  "newSubscription": "New subscription",
42
14
  "newTask": "New task",
43
15
  "noFailedTasks": "No failed tasks!",
44
16
  "noItemsFound": "No items found",
45
- "search": "Search",
46
- "errorMessage": "An error occurred",
47
- "unknownError": "Unknown error",
48
- "export": "Export",
49
- "unauthorizedPage": "You are not authorized to see this page",
50
- "insyncTrue": "in-sync",
51
- "insyncFalse": "out-of-sync",
52
- "searchModalTitle": "Search string options",
53
- "searchModalText": "<p>Different options are available from free text search covering all data columns, or column specific filtering. Note that: <p></p><ul><li>Hidden columns are included</li> <li>Searching is case-insensitive</li> <li>Ordering of words does not matter (unless it is a Phrase)</li> <li>TSV (text search vector) search only available for subscriptions table</li></ul></p> <p>For example:</p> <li><b>\"l2vpn\"</b> – free text search</li> <li><b>tag:l2vpn</b> – search in a specific column</li><li><b>tag:lp description:test</b> – search in multiple columns</li><li><b>tag:(lp|lr)</b> – multiselect within 1 column</li><li><b>-tag:lp</b> – negated filter</li><li><b>test*</b> – prefix filter</li> <p></p><p><b>Note:</b> Search words containing characters `|-*():\"` may not be valid, as they are part of the search query grammar</p><p>Invalid search strings are for example:</p><ul><li>2a10:e300:fff0::/48</li> <li>\"node123(planned)\"</li> <li>\"node123|planned\"</li></ul>",
17
+ "removeFilter": "Remove filter",
54
18
  "retrieval": "Retrieval",
55
19
  "retrieverAuto": "Auto",
56
20
  "retrieverFuzzy": "Fuzzy",
57
- "retrieverSemantic": "Semantic",
58
21
  "retrieverHybrid": "Hybrid",
59
- "createFilter": "Create a filter",
60
- "applyFilter": "Apply filter",
61
- "removeFilter": "Remove filter",
62
- "cancel": "Cancel",
63
- "loadMore": "Load more"
22
+ "retrieverSemantic": "Semantic",
23
+ "search": "Search",
24
+ "searchModalText": "<p>Different options are available from free text search covering all data columns, or column specific filtering. Note that: <p></p><ul><li>Hidden columns are included</li> <li>Searching is case-insensitive</li> <li>Ordering of words does not matter (unless it is a Phrase)</li> <li>TSV (text search vector) search only available for subscriptions table</li></ul></p> <p>For example:</p> <li><b>\"l2vpn\"</b> – free text search</li> <li><b>tag:l2vpn</b> – search in a specific column</li><li><b>tag:lp description:test</b> – search in multiple columns</li><li><b>tag:(lp|lr)</b> – multiselect within 1 column</li><li><b>-tag:lp</b> – negated filter</li><li><b>test*</b> – prefix filter</li> <p></p><p><b>Note:</b> Search words containing characters `|-*():\"` may not be valid, as they are part of the search query grammar</p><p>Invalid search strings are for example:</p><ul><li>2a10:e300:fff0::/48</li> <li>\"node123(planned)\"</li> <li>\"node123|planned\"</li></ul>",
25
+ "searchModalTitle": "Search string options",
26
+ "showAllColumnsInDetailView": "Show all columns in detail view",
27
+ "tableSettings": "Table settings",
28
+ "unauthorizedPage": "You are not authorized to see this page",
29
+ "unknownError": "Unknown error"
64
30
  },
65
31
  "confirmationDialog": {
66
- "title": "Please confirm",
67
- "confirm": "Confirm",
68
32
  "cancel": "Cancel",
69
- "leavePage": "Do you really want to leave this page?",
70
- "leavePageSub": "Changes that you made will not be saved.",
71
- "stay": "Stay",
72
- "leave": "Leave"
73
- },
74
- "workflow": {
75
- "start_workflow_title": "Start workflow"
33
+ "confirm": "Confirm",
34
+ "title": "Please confirm"
76
35
  },
77
36
  "errors": {
37
+ "failedDeletingScheduledTask": "Error deleting scheduled task",
38
+ "invalidQueryParts": "The query contains invalid parts",
78
39
  "notAllResultsExported": "The current query returned {totalResults} results. Only the first {maximumExportedResults} rows will be exported",
79
40
  "notAllResultsExportedTitle": "Not all items exported",
80
- "invalidQueryParts": "The query contains invalid parts",
81
41
  "notAllowedWhenEngineIsNotRunningMessage": "This action is not allowed when the Workflow Engine is not running",
82
42
  "notAllowedWhenEngineIsNotRunningTitle": "Workflow Engine is not running",
83
43
  "retrieve_stored_settings": "Something went wrong restoring your settings. Falling back to default settings",
84
- "retrieve_stored_settings_title": "Error retrieving settings",
85
- "failedDeletingScheduledTask": "Error deleting scheduled task"
44
+ "retrieve_stored_settings_title": "Error retrieving settings"
86
45
  },
87
- "pydanticForms": {
88
- "userInputForm": {
89
- "cancel": "Cancel",
90
- "submit": "Submit",
91
- "previous": "Previous",
92
- "next": "Next",
93
- "previousQuestion": "Are you sure you want to leave this page? Any filled form data will be lost",
94
- "startTask": "Start task",
95
- "startWorkflow": "Start workflow",
96
- "resumeTask": "Resume task",
97
- "resumeWorkflow": "Resume workflow",
98
- "inputFieldsHaveValidationErrors": "{nrOfValidationErrors} input field(s) have validation errors",
99
- "preconditionFailedTitle": "This task cannot be started right now",
100
- "preconditionFailedFallback": "A precondition for starting this task was not met."
101
- },
102
- "widgets": {
103
- "customer": {
104
- "placeholder": "Search and select a customer...",
105
- "loading": "Loading customers..."
106
- },
107
- "contactPersonName": {
108
- "placeholder": "Search and add contact persons..."
109
- },
110
- "ipvAnyNetworkField": {
111
- "manuallySelectedPrefix": "Manually selected prefix"
112
- },
113
- "node_select": {
114
- "nodes_loading": "Nodes loading",
115
- "select_node": "Select node",
116
- "no_nodes_placeholder": "No nodes"
117
- },
118
- "locationCode": {
119
- "placeholder": "Search and select a location code..."
120
- },
121
- "product": {
122
- "placeholder": "Choose product"
123
- },
124
- "select": {
125
- "placeholder": "Search and select a value..."
126
- },
127
- "vlan": {
128
- "vlansInUseError": "VLAN range {vlans} are already in use for the selected service port",
129
- "vlansInUse": "Already used VLAN ranges for this service port: {vlans}",
130
- "missingInIms": "This service port can not be found in IMS. It may be deleted or in an initial state.",
131
- "nsiVlansAvailable": "Available NSI VLAN ranges for this service port: {vlans}",
132
- "nsiNoPortsAvailable": "This service port has no available NSI reserved VLANs (yet).",
133
- "allPortsAvailable": "This service port has no VLANs in use (yet).",
134
- "placeholder": "Enter a valid VLAN range...",
135
- "placeholderNoServicePort": "First select a Service Port...",
136
- "invalidVlan": "Invalid VLAN - must be a range of valid [2-4094] VLAN integers, for example '2, 5-6, 1048-1052'",
137
- "untaggedPortInUse": "This service port is already in use and cannot be chosen",
138
- "taggedOnly": "VLAN is only relevant for service ports in tagged mode, not for link_member or untagged ports.",
139
- "loadingIms": "Loading VLAN info from IMS"
140
- },
141
- "subscription": {
142
- "placeholder": "Choose a subscription",
143
- "loading": "Loading subscriptions..."
144
- },
145
- "nodePort": {
146
- "loadingNodes": "Loading Node subscriptions...",
147
- "loadingPorts": "Loading IMS ports...",
148
- "noPorts": "NO PORTS FOUND FOR THIS NODE",
149
- "selectNode": "Select node",
150
- "selectPort": "Select port",
151
- "selectNodeFirst": "Select a node first"
152
- },
153
- "fileUpload": {
154
- "invalidFiletype": "Invalid filetype!",
155
- "errorUploading": "Error uploading file!",
156
- "fileToBig": "File to large. Maximum file size: {fileSizeLimit}",
157
- "initialPromptText": "Select or drag and drop a file",
158
- "supportedFileTypes": "Supported file types: pdf"
159
- }
160
- }
46
+ "hamburgerMenu": {
47
+ "aoStatusPage": "A&O application status page",
48
+ "logout": "Logout",
49
+ "openMenu": "Open menu",
50
+ "softwareVersions": "Software Versions",
51
+ "support": "Support"
52
+ },
53
+ "main": {
54
+ "ariaLabelCurrentPage": "Current page",
55
+ "ariaLabelToggleSideMenu": "Show/Hide side menu",
56
+ "darkMode": "Dark mode",
57
+ "incompatibleVersion": "Incompatible version",
58
+ "incompatibleVersionText": "The version of the WFO UI is incompatible with this version of orchestrator-core.",
59
+ "lightMode": "Light mode",
60
+ "metadata": "Metadata",
61
+ "metadataProductblocks": "Product blocks",
62
+ "metadataProducts": "Products",
63
+ "metadataResourceTypes": "Resource types",
64
+ "metadataScheduledTasks": "Scheduled tasks",
65
+ "metadataTasks": "Tasks",
66
+ "metadataWorkflows": "Workflows",
67
+ "minimumOrchestratorCoreVersion": "Minimum orchestrator-core version",
68
+ "mobileTitle": "Main menu",
69
+ "numberOfRows": "Number of rows",
70
+ "resetToDefault": "Reset to default",
71
+ "savePreferences": "Save preferences",
72
+ "settings": "Settings",
73
+ "start": "Start",
74
+ "subscriptions": "Subscriptions",
75
+ "tableSettings": "Table settings",
76
+ "tasks": "Tasks",
77
+ "websocketConnected": "This page receives live updates from the server",
78
+ "websocketDisconnected": "The connection to the server is lost, click the icon or refresh the page",
79
+ "welcome": "Welcome",
80
+ "workflows": "Workflows"
161
81
  },
162
82
  "metadata": {
163
- "title": "Metadata",
164
- "tabs": {
165
- "products": "Products",
166
- "productBlocks": "Product blocks",
83
+ "productBlocks": {
84
+ "createdAt": "Created",
85
+ "dependingProductBlocks": "Depending product blocks",
86
+ "description": "Product block description",
87
+ "endDate": "End date",
88
+ "id": "ID",
89
+ "name": "Product block",
167
90
  "resourceTypes": "Resource types",
168
- "workflows": "Workflows",
169
- "tasks": "Tasks",
170
- "scheduledTasks": "Scheduled tasks"
91
+ "status": "Status",
92
+ "tag": "Tag"
171
93
  },
172
94
  "products": {
173
- "id": "ID",
174
- "name": "Product",
175
- "tag": "Tag",
95
+ "createdAt": "Created",
176
96
  "description": "Product description",
177
- "productType": "Type",
178
- "status": "Status",
179
- "productBlocks": "Product blocks",
180
97
  "fixedInputs": "Fixed inputs",
181
- "createdAt": "Created"
182
- },
183
- "productBlocks": {
184
98
  "id": "ID",
185
- "name": "Product block",
186
- "description": "Product block description",
187
- "tag": "Tag",
99
+ "name": "Product",
100
+ "productBlocks": "Product blocks",
101
+ "productType": "Type",
188
102
  "status": "Status",
189
- "resourceTypes": "Resource types",
190
- "dependingProductBlocks": "Depending product blocks",
191
- "createdAt": "Created",
192
- "endDate": "End date",
193
- "parentIds": "Parents"
103
+ "tag": "Tag"
194
104
  },
195
105
  "resourceTypes": {
196
- "type": "Resource type",
197
106
  "description": "Resource type description",
198
107
  "resourceId": "ID",
108
+ "type": "Resource type",
199
109
  "usedInProductBlocks": "Used in product blocks"
200
110
  },
201
- "workflows": {
202
- "workflowId": "ID",
203
- "name": "Workflow",
204
- "description": "Workflow description",
205
- "target": "Target",
206
- "productTags": "Product tags",
207
- "createdAt": "Created"
111
+ "scheduledTasks": {
112
+ "addSchedule": "Schedule task",
113
+ "ariaLabelDeleteButton": "Delete task schedule",
114
+ "deleteConfirmationQuestion": "Confirm deleting this schedule task",
115
+ "nextRuntime": "Next runtime",
116
+ "schedule": "Schedule",
117
+ "task": "Task",
118
+ "taskDescription": "Task description"
119
+ },
120
+ "tabs": {
121
+ "productBlocks": "Product blocks",
122
+ "products": "Products",
123
+ "resourceTypes": "Resource types",
124
+ "scheduledTasks": "Scheduled tasks",
125
+ "tasks": "Tasks",
126
+ "workflows": "Workflows"
208
127
  },
209
128
  "tasks": {
210
- "workflowId": "ID",
211
- "name": "Task",
129
+ "addSchedule": "Schedule task",
130
+ "createdAt": "Created",
212
131
  "description": "Task description",
213
- "target": "Target",
132
+ "name": "Task",
214
133
  "productTags": "Product tags",
215
134
  "scheduled": "Scheduled",
216
- "createdAt": "Created",
217
- "addSchedule": "Schedule task"
218
- },
219
- "scheduledTasks": {
220
- "task": "Task",
221
- "taskDescription": "Task description",
222
- "nextRuntime": "Next runtime",
223
- "schedule": "Schedule",
224
- "interval": "Interval",
225
- "ariaLabelDeleteButton": "Delete task schedule",
226
- "deleteConfirmationQuestion": "Confirm deleting this schedule task",
227
- "addSchedule": "Schedule task"
135
+ "target": "Target",
136
+ "workflowId": "ID"
228
137
  },
229
- "scheduleTaskForm": {
230
- "newSchedule": "Create new schedule",
231
- "selectTask": "Select the task you want to schedule",
232
- "selectTaskType": "What type of schedule do you need?",
233
- "selectInterval": "Choose the schedule interval",
234
- "taskTypeInterval": "Interval",
235
- "taskTypeCron": "Cron",
236
- "taskTypeDate": "Once",
237
- "firstRunDate": "Start date",
238
- "1hour": "1 hour",
239
- "2hours": "2 hours",
240
- "4hours": "4 hours",
241
- "12hours": "12 hours",
242
- "24hours": "24 hours",
243
- "1week": "1 week",
244
- "2weeks": "2 weeks",
245
- "1month": "1 month",
246
- "createScheduleButton": "Create schedule"
138
+ "title": "Metadata",
139
+ "workflows": {
140
+ "createdAt": "Created",
141
+ "description": "Workflow description",
142
+ "name": "Workflow",
143
+ "productTags": "Product tags",
144
+ "target": "Target",
145
+ "workflowId": "ID"
247
146
  }
248
147
  },
249
- "workflowGuide": {
250
- "title": "User guide of {workflowName}",
251
- "noGuideAvailable": "No user guide is available for this workflow/task",
252
- "show": "Show user guide",
253
- "hide": "Hide user guide"
254
- },
255
148
  "processes": {
256
- "index": {
257
- "workflowName": "Workflow",
258
- "step": "Current step",
259
- "status": "Status",
260
- "product": "Product",
261
- "customer": "Customer",
262
- "customerAbbreviation": "Customer abbr",
263
- "subscriptions": "Subscriptions",
264
- "createdBy": "Created by",
265
- "assignee": "Assignee",
266
- "processId": "Process ID",
267
- "started": "Started",
268
- "lastModified": "Last modified",
269
- "workflowTarget": "Target",
270
- "productTag": "Product tag",
271
- "showAllRelatedSubscriptions": "Show all related subscriptions",
272
- "note": "Note"
149
+ "delta": {
150
+ "continuityAboveBelow": "Continuity above below",
151
+ "continuityWithin": "Continuity within",
152
+ "fullScreen": "Full-screen mode",
153
+ "fullScreenExit": "Exit full-screen mode",
154
+ "title": "Subscription delta"
273
155
  },
274
156
  "detail": {
275
- "retry": "Retry",
276
- "resume": "Resume",
277
157
  "abort": "Abort",
278
- "delete": "Delete",
279
- "deleteQuestion": "Are you sure you want to delete the {workflowName} task?",
280
158
  "abortTaskQuestion": "Are you sure you want to abort the {workflowName} task?",
281
159
  "abortWorkflowQuestion": "Are you sure you want to abort the {workflowName} workflow?",
160
+ "customer": "Customer",
161
+ "delete": "Delete",
162
+ "deleteQuestion": "Are you sure you want to delete the {workflowName} task?",
163
+ "lastStep": "Current step",
164
+ "lastUpdate": "Last update",
165
+ "openWorkflowTaskInfo": "open workflow/task information in a new tab",
166
+ "relatedSubscriptions": "Related subscriptions",
167
+ "retry": "Retry",
282
168
  "retryTaskQuestion": "Are you sure you want to retry the {workflowName} task?",
283
169
  "retryWorkflowQuestion": "Are you sure you want to retry the {workflowName} workflow?",
284
- "status": "Status",
285
170
  "startedBy": "Started by",
286
- "lastStep": "Current step",
287
171
  "startedOn": "Started on",
288
- "lastUpdate": "Last update",
289
- "relatedSubscriptions": "Related subscriptions",
290
- "subscriptions": "{count, plural, =0 {0 subscriptions} =1 {1 subscription} other {# subscriptions}}",
172
+ "status": "Status"
173
+ },
174
+ "index": {
175
+ "assignee": "Assignee",
176
+ "createdBy": "Created by",
291
177
  "customer": "Customer",
292
- "openWorkflowTaskInfo": "open workflow/task information in a new tab"
178
+ "customerAbbreviation": "Customer abbr",
179
+ "lastModified": "Last modified",
180
+ "note": "Note",
181
+ "processId": "Process ID",
182
+ "product": "Product",
183
+ "productTag": "Product tag",
184
+ "showAllRelatedSubscriptions": "Show all related subscriptions",
185
+ "started": "Started",
186
+ "status": "Status",
187
+ "step": "Current step",
188
+ "subscriptions": "Subscriptions",
189
+ "workflowName": "Workflow",
190
+ "workflowTarget": "Target"
293
191
  },
294
192
  "steps": {
295
- "taskSteps": "Task steps",
296
- "workflowSteps": "Workflow steps",
297
- "showDelta": "Show subscription delta",
298
- "hideDelta": "Hide subscription delta",
299
- "showTraceback": "Show traceback",
300
- "hideTraceback": "Hide traceback",
301
- "viewOptions": "Options",
302
- "expandAll": "Expand all",
193
+ "codeView": {
194
+ "json": "JSON",
195
+ "raw": "Raw",
196
+ "table": "Table"
197
+ },
303
198
  "collapseAll": "collapse all",
304
199
  "duration": "Duration",
305
- "userInput": "User input",
200
+ "expandAll": "Expand all",
201
+ "hideDelta": "Hide subscription delta",
202
+ "hideTraceback": "Hide traceback",
203
+ "showDelta": "Show subscription delta",
204
+ "showTraceback": "Show traceback",
306
205
  "submitTaskFormLabel": "Please submit the form to start this task",
307
206
  "submitWorkflowFormLabel": "Please submit the form to start this workflow",
207
+ "taskSteps": "Task steps",
308
208
  "traceback": "Traceback",
309
- "codeView": {
310
- "json": "JSON",
311
- "table": "Table",
312
- "raw": "Raw"
313
- }
314
- },
315
- "delta": {
316
- "title": "Subscription delta",
317
- "fullScreenExit": "Exit full-screen mode",
318
- "fullScreen": "Full-screen mode",
319
- "continuityAboveBelow": "Continuity above below",
320
- "continuityWithin": "Continuity within"
321
- }
322
- },
323
- "workflows": {
324
- "tabs": {
325
- "active": "Active",
326
- "completed": "Completed"
327
- },
328
- "index": {
329
- "title": "Workflows"
209
+ "userInput": "User input",
210
+ "viewOptions": "Options",
211
+ "workflowSteps": "Workflow steps"
330
212
  }
331
213
  },
332
- "subscriptions": {
333
- "tabs": {
334
- "active": "Active",
335
- "terminated": "Terminated",
336
- "transient": "Transient",
337
- "all": "All"
338
- },
339
- "index": {
340
- "id": "ID",
341
- "description": "Description",
342
- "status": "Status",
343
- "insync": "In Sync",
344
- "product": "Product",
345
- "tag": "Product tag",
346
- "startDate": "Start date",
347
- "endDate": "End date",
348
- "metadata": "Metadata",
349
- "note": "Note",
350
- "customerFullname": "Customer",
351
- "customerShortcode": "Customer abbr",
352
- "actions": "Actions"
214
+ "pydanticForms": {
215
+ "userInputForm": {
216
+ "cancel": "Cancel",
217
+ "inputFieldsHaveValidationErrors": "{nrOfValidationErrors} input field(s) have validation errors",
218
+ "next": "Next",
219
+ "preconditionFailedFallback": "A precondition for starting this task was not met.",
220
+ "preconditionFailedTitle": "This task cannot be started right now",
221
+ "previous": "Previous",
222
+ "previousQuestion": "Are you sure you want to leave this page? Any filled form data will be lost",
223
+ "resumeTask": "Resume task",
224
+ "resumeWorkflow": "Resume workflow",
225
+ "startTask": "Start task",
226
+ "startWorkflow": "Start workflow"
353
227
  },
354
- "detail": {
355
- "title": "Subscriptions",
356
- "tabs": {
357
- "general": "General",
358
- "serviceConfiguration": "Service configuration",
359
- "workflows": "Workflows",
360
- "relatedSubscriptions": "Related subscriptions"
228
+ "widgets": {
229
+ "contactPersonName": {
230
+ "placeholder": "Search and add contact persons..."
361
231
  },
362
- "loadingStatus": "Loading status",
363
- "actions": {
364
- "create": "Create workflow",
365
- "modify": "Modify workflow",
366
- "tasks": "Tasks",
367
- "terminate": "Terminate workflow",
368
- "reconcile": "Reconcile workflow",
369
- "actionStarted": "Action started",
370
- "actionStartFailed": "Action failed",
371
- "actions": "Actions",
372
- "lockedBySubscriptions": "This action is locked by the following subscriptions:",
373
- "notAvailable": "Not available",
374
- "notAvailableForWorkflow": "Not available for this workflow",
375
- "reconcileSubscription": "Reconcile subscription",
376
- "validateSubscription": "Validate subscription",
377
- "subscription": {
378
- "no_modify_deleted_related_objects": "This subscription can not be modified because it contains references to other systems that are deleted.",
379
- "no_modify_in_use_by_subscription": "This subscription can not be {action} as it is used in other subscriptions:",
380
- "no_modify_invalid_status": "This subscription can not be modified because of the status: {status}. Only subscriptions with status {usable_when} can be {action}.",
381
- "no_modify_workflow": "This subscription can not be modified as the product has no modify workflows.",
382
- "no_termination_workflow": "This subscription can not be terminated as the product has no termination workflows.",
383
- "no_validate_workflow": "This subscription can not be validated as the product has no validate workflows.",
384
- "not_in_sync": "This subscription can not be modified because it is not in-sync. This means there is some error in the registration of the subscription or that it is being modified by another workflow.",
385
- "relations_not_in_sync": "This subscription can not be modified because some related subscriptions are not in-sync.\n\nLocked subscriptions:",
386
- "no_modify_subscription_in_use_by_others": "This subscription can not be modified because it is in use by one or more other subscriptions.\n\nSubscriptions:",
387
- "insufficient_workflow_permissions": "Insufficient user permissions to run this workflow",
388
- "running_process": "This action cannot be started because this subscription already has a running process or task."
389
- }
232
+ "cron": {
233
+ "allowedValues": "allowed values",
234
+ "alternativeSingleValues": "alternative single values",
235
+ "anyValue": "any value",
236
+ "dayOfMonth": "day (month)",
237
+ "dayOfWeek": "day (week)",
238
+ "hour": "hour",
239
+ "invalidExpression": "Invalid cron expression: {error}",
240
+ "minute": "minute",
241
+ "month": "month",
242
+ "nextOccurrences": "Next: {dates}",
243
+ "possibleValues": "Possible values for this field",
244
+ "rangeOfValues": "range of values",
245
+ "second": "second",
246
+ "stepValues": "step values",
247
+ "sundayNonStandard": "sunday (non-standard)",
248
+ "valueListSeparator": "value list separator"
390
249
  },
391
- "subscriptionInstanceId": "Instance ID",
392
- "ownerSubscriptionId": "Owner subscription ID",
393
- "inUseByRelations": "In-use by subscription(s)",
394
- "showDetails": "Show details",
395
- "self": "Current subscription",
396
- "hideDetails": "Hide details",
397
- "subscriptionDetails": "Subscription details",
398
- "productName": "Product name",
399
- "fixedInputs": "Fixed inputs",
400
- "productInfo": "Product info",
401
- "noProductBlockSelected": "No product block selected",
402
- "productBlocks": "Product blocks",
403
- "ctaSelectProductBlock": "Select one or more product blocks to view their details",
404
- "startedBy": "Started by",
405
- "startedAt": "Started at",
406
- "status": "Status",
407
- "id": "ID",
408
- "blockTitleSubscriptionDetails": "Subscription details",
409
- "blockTitleFixedInputs": "Fixed inputs",
410
- "blockTitleProductInfo": "Product Info",
411
- "subscriptionId": "Subscription ID",
412
- "description": "Description",
413
- "startDate": "Start date",
414
- "lastRunValidation": "Most recent validate",
415
- "noValidateWorkflows": "No validate workflows have been run recently",
416
- "insync": "In sync",
417
- "customer": "Customer",
418
- "customerUuid": "Customer UUID",
419
- "customerDescriptions": "Customer descriptions",
420
- "name": "Name",
421
- "productType": "Product type",
422
- "tag": "Tag",
423
- "created": "Created",
424
- "endDate": "End date",
425
- "metadata": "Metadata",
426
- "note": "Note",
427
- "noRelatedSubscriptions": "No related subscriptions found",
428
- "hideTerminatedRelatedSubscriptions": "Hide terminated subscriptions",
429
- "processDetail": {
430
- "id": "ID",
431
- "status": "Status",
432
- "startedAt": "Started at",
433
- "startedBy": "Started by",
434
- "note": "Note"
250
+ "customer": {
251
+ "loading": "Loading customers...",
252
+ "placeholder": "Search and select a customer..."
435
253
  },
436
- "showAll": "Show all",
437
- "hideAll": "Hide all",
438
- "selectByNameTitle": "Select product blocks by name",
439
- "selectByNameButtonText": "Select by name",
440
- "see": "See",
441
- "setInSync": "Set in Sync",
442
- "subscriptionIsInSync": "Subscription is in sync",
443
- "setInSyncQuestion": "Are you sure you want to do this? You're about to force a subscription in sync. When it's clear why the subscription is out of sync this could enable you to start or finish a change on this subscription. When you're in doubt, please consult the network automators first as running workflows on subscriptions that are not in sync can potentially do great harm to the network.",
444
- "setInSyncFailed": {
445
- "title": "Set in sync failed",
446
- "text": "The subscription could not be set in sync. Please try again later."
254
+ "fileUpload": {
255
+ "errorUploading": "Error uploading file!",
256
+ "fileToBig": "File to large. Maximum file size: {fileSizeLimit}",
257
+ "initialPromptText": "Select or drag and drop a file",
258
+ "invalidFiletype": "Invalid filetype!",
259
+ "supportedFileTypes": "Supported file types: pdf"
447
260
  },
448
- "setInSyncSuccess": {
449
- "title": "Subscription set in sync",
450
- "text": "The subscription was successfully set in sync."
261
+ "ipvAnyNetworkField": {
262
+ "manuallySelectedPrefix": "Manually selected prefix"
451
263
  },
452
- "workflowsTab": {
453
- "startWithOldestLabel": "Start with oldest first",
454
- "startWithNewestLabel": "Start with newest first"
264
+ "locationCode": {
265
+ "placeholder": "Search and select a location code..."
266
+ },
267
+ "nodePort": {
268
+ "loadingNodes": "Loading Node subscriptions...",
269
+ "loadingPorts": "Loading IMS ports...",
270
+ "noPorts": "NO PORTS FOUND FOR THIS NODE",
271
+ "selectNode": "Select node",
272
+ "selectNodeFirst": "Select a node first",
273
+ "selectPort": "Select port"
274
+ },
275
+ "node_select": {
276
+ "no_nodes_placeholder": "No nodes",
277
+ "nodes_loading": "Nodes loading",
278
+ "select_node": "Select node"
279
+ },
280
+ "product": {
281
+ "placeholder": "Choose product"
282
+ },
283
+ "select": {
284
+ "placeholder": "Search and select a value..."
285
+ },
286
+ "subscription": {
287
+ "loading": "Loading subscriptions...",
288
+ "placeholder": "Choose a subscription"
289
+ },
290
+ "vlan": {
291
+ "allPortsAvailable": "This service port has no VLANs in use (yet).",
292
+ "invalidVlan": "Invalid VLAN - must be a range of valid [2-4094] VLAN integers, for example '2, 5-6, 1048-1052'",
293
+ "loadingIms": "Loading VLAN info from IMS",
294
+ "missingInIms": "This service port can not be found in IMS. It may be deleted or in an initial state.",
295
+ "nsiNoPortsAvailable": "This service port has no available NSI reserved VLANs (yet).",
296
+ "nsiVlansAvailable": "Available NSI VLAN ranges for this service port: {vlans}",
297
+ "placeholder": "Enter a valid VLAN range...",
298
+ "placeholderNoServicePort": "First select a Service Port...",
299
+ "taggedOnly": "VLAN is only relevant for service ports in tagged mode, not for link_member or untagged ports.",
300
+ "untaggedPortInUse": "This service port is already in use and cannot be chosen",
301
+ "vlansInUse": "Already used VLAN ranges for this service port: {vlans}",
302
+ "vlansInUseError": "VLAN range {vlans} are already in use for the selected service port"
455
303
  }
456
304
  }
457
305
  },
458
- "tasks": {
459
- "page": {
460
- "taskName": "Task",
461
- "rerunAll": "Re-try all tasks",
462
- "rerunAllQuestion": "Are you sure you want to re-try all failed tasks?"
306
+ "search": {
307
+ "availability": {
308
+ "unavailable": {
309
+ "documentation": "Please refer to the orchestrator documentation for detailed setup instructions.",
310
+ "instructions": {
311
+ "checkDockerConfig": "If using Docker, make sure the environment variable is set in docker-compose.yml",
312
+ "checkVersion": "Ensure your orchestrator-core version supports search functionality",
313
+ "restartService": "Restart your service",
314
+ "setEnvironmentVariable": {
315
+ "after": " in your service environment variables",
316
+ "before": "Set "
317
+ }
318
+ },
319
+ "retryButton": "Retry Connection",
320
+ "title": "Search Service Not Available"
321
+ }
463
322
  },
464
- "tabs": {
465
- "active": "Active",
466
- "completed": "Completed"
323
+ "page": {
324
+ "addGroup": "Add group",
325
+ "addNestedGroup": "Add nested group",
326
+ "addRule": "Add rule",
327
+ "anyPathOption": "Any path",
328
+ "componentsGroupLabel": "Components",
329
+ "dismiss": "Dismiss",
330
+ "emptyGroupDescription": "Add conditions or nested groups to build your filter.",
331
+ "emptyGroupTitle": "Empty group",
332
+ "enterNumber": "Enter number",
333
+ "enterValue": "Enter value",
334
+ "fieldLabel": "Field",
335
+ "fieldsGroupLabel": "Fields",
336
+ "fromDate": "From date",
337
+ "fromNumber": "From",
338
+ "groupLabel": "Group",
339
+ "hideFilters": "Hide filters",
340
+ "loadingSearchResults": "Loading search results...",
341
+ "maxNestingDepth": "Maximum nesting depth reached",
342
+ "nextPage": "Next page",
343
+ "noResults": "No Results",
344
+ "noResultsFound": "No results found for your search.",
345
+ "noResultsMessage": "No {entityType} found matching your search criteria.",
346
+ "noResultsSuggestions": "Try adjusting your search terms, removing filters, or searching for different keywords.",
347
+ "operatorLabel": "Operator",
348
+ "page": "Page",
349
+ "pathsCount": "{count} paths",
350
+ "previousPage": "Previous page",
351
+ "removeConditionAriaLabel": "Remove condition",
352
+ "removeGroup": "Remove group",
353
+ "removeRule": "Remove rule",
354
+ "resultsOnPage": "{resultCount} result(s) on this page",
355
+ "retrieval": "Retrieval",
356
+ "retrieverAuto": "Auto",
357
+ "retrieverFuzzy": "Fuzzy",
358
+ "retrieverHybrid": "Hybrid",
359
+ "retrieverSemantic": "Semantic",
360
+ "searchError": "Error",
361
+ "searchFieldsPlaceholder": "Search fields...",
362
+ "searchPlaceholder": "Search for {entityType}…",
363
+ "searchResultsPagination": "Search results pagination",
364
+ "selectDateAndTime": "Select date",
365
+ "selectFieldFirst": "Select a field first",
366
+ "selectOrEnterValue": "Select or type value",
367
+ "selectSpecificPathPlaceholder": "Select a specific path...",
368
+ "showFilters": "Show filters",
369
+ "structuredFilters": "Structured filters",
370
+ "toDate": "To date",
371
+ "toNumber": "To",
372
+ "valueControlTo": "to",
373
+ "valueLabel": "Value",
374
+ "viewDetails": "View details"
467
375
  }
468
376
  },
469
377
  "settings": {
470
378
  "page": {
379
+ "aoStackStatus": "AO stack status",
380
+ "engineStatusTitle": "Workflow engine status",
471
381
  "flushButton": "Flush",
472
382
  "flushCacheSettingsTitle": "Flush cache settings",
473
- "engineStatusTitle": "Workflow engine status",
474
- "workerStatusTitle": "Worker status",
475
383
  "modifyEngine": "Modify the engine settings",
384
+ "noSettingsExposed": "No settings exposed by the backend, to enable this, please refer to the",
385
+ "numberOfQueuedJobs": "Number of queued jobs",
386
+ "numberOfRunningJobs": "Number of running jobs",
387
+ "numberOfWorkersOnline": "Number of workers online",
476
388
  "pauseEngine": "Pause workflow engine",
389
+ "resetTextSearchIndex": "Reset text search index",
390
+ "resetTextSearchIndexButton": "Reset",
477
391
  "runningProcesses": "Running processes",
478
392
  "selectSettings": "Select cache",
393
+ "settingsOverviewLink": "Settings Overview page in the documentation",
479
394
  "startEngine": "Start workflow engine",
480
- "resetTextSearchIndex": "Reset text search index",
481
- "resetTextSearchIndexButton": "Reset",
482
395
  "status": "Status",
483
- "numberOfQueuedJobs": "Number of queued jobs",
484
- "numberOfRunningJobs": "Number of running jobs",
485
- "numberOfWorkersOnline": "Number of workers online",
486
396
  "viewStatusPage": "View AO status page",
487
- "aoStackStatus": "AO stack status",
488
- "noSettingsExposed": "No settings exposed by the backend, to enable this, please refer to the",
489
- "settingsOverviewLink": "Settings Overview page in the documentation"
397
+ "workerStatusTitle": "Worker status"
490
398
  },
491
399
  "tabs": {
492
400
  "actions": "Actions",
@@ -494,21 +402,11 @@
494
402
  }
495
403
  },
496
404
  "startPage": {
497
- "myWorkflows": {
498
- "buttonText": "Show my completed workflows",
499
- "headerTitle": "My completed workflows",
500
- "listTitle": "My most recent workflows"
501
- },
502
405
  "activeSubscriptions": {
503
406
  "buttonText": "Show all active subscriptions",
504
407
  "headerTitle": "Total active subscriptions",
505
408
  "listTitle": "Most recent subscriptions"
506
409
  },
507
- "outOfSyncSubscriptions": {
508
- "buttonText": "Show all active out-of-sync subscriptions",
509
- "headerTitle": "Total active out-of-sync subscriptions",
510
- "listTitle": "Most recent active out-of-sync subscriptions"
511
- },
512
410
  "activeWorkflows": {
513
411
  "buttonText": "Show all active workflows",
514
412
  "headerTitle": "Total active workflows",
@@ -519,162 +417,157 @@
519
417
  "headerTitle": "Total failed tasks",
520
418
  "listTitle": "Most recent failed tasks"
521
419
  },
420
+ "myWorkflows": {
421
+ "buttonText": "Show my completed workflows",
422
+ "headerTitle": "My completed workflows",
423
+ "listTitle": "My most recent workflows"
424
+ },
425
+ "outOfSyncSubscriptions": {
426
+ "buttonText": "Show all active out-of-sync subscriptions",
427
+ "headerTitle": "Total active out-of-sync subscriptions",
428
+ "listTitle": "Most recent active out-of-sync subscriptions"
429
+ },
522
430
  "products": {
523
431
  "headerTitle": "Total number of products",
524
432
  "listTitle": "Total number of product instances"
525
433
  }
526
434
  },
527
- "hamburgerMenu": {
528
- "openMenu": "Open menu",
529
- "support": "Support",
530
- "softwareVersions": "Software Versions",
531
- "logout": "Logout",
532
- "aoStatusPage": "A&O application status page"
533
- },
534
- "agent": {
535
- "title": "Wfo Agent",
536
- "availability": {
537
- "unavailable": {
538
- "title": "Agent Service Not Available",
539
- "instructions": {
540
- "setAgentEnvironment": {
541
- "before": "Set ",
542
- "after": " in your service environment variables"
543
- },
544
- "setSearchEnvironment": {
545
- "before": "Set ",
546
- "after": " (agent functionality requires search)"
547
- },
548
- "checkVersion": "Ensure your orchestrator-core version supports agent functionality",
549
- "configureOpenAI": "Configure your OpenAI API key if using OpenAI models",
550
- "restartService": "Restart your service",
551
- "checkDockerConfig": "If using Docker, make sure the environment variables are set in docker-compose.yml"
435
+ "subscriptions": {
436
+ "detail": {
437
+ "actions": {
438
+ "actions": "Actions",
439
+ "lockedBySubscriptions": "This action is locked by the following subscriptions:",
440
+ "modify": "Modify workflow",
441
+ "reconcile": "Reconcile workflow",
442
+ "subscription": {
443
+ "insufficient_workflow_permissions": "Insufficient user permissions to run this workflow",
444
+ "no_modify_deleted_related_objects": "This subscription can not be modified because it contains references to other systems that are deleted.",
445
+ "no_modify_in_use_by_subscription": "This subscription can not be {action} as it is used in other subscriptions:",
446
+ "no_modify_invalid_status": "This subscription can not be modified because of the status: {status}. Only subscriptions with status {usable_when} can be {action}.",
447
+ "no_modify_subscription_in_use_by_others": "This subscription can not be modified because it is in use by one or more other subscriptions.\n\nSubscriptions:",
448
+ "no_modify_workflow": "This subscription can not be modified as the product has no modify workflows.",
449
+ "no_termination_workflow": "This subscription can not be terminated as the product has no termination workflows.",
450
+ "no_validate_workflow": "This subscription can not be validated as the product has no validate workflows.",
451
+ "not_in_sync": "This subscription can not be modified because it is not in-sync. This means there is some error in the registration of the subscription or that it is being modified by another workflow.",
452
+ "relations_not_in_sync": "This subscription can not be modified because some related subscriptions are not in-sync.\n\nLocked subscriptions:",
453
+ "running_process": "This action cannot be started because this subscription already has a running process or task."
552
454
  },
553
- "documentation": "Please refer to the orchestrator documentation for detailed setup instructions.",
554
- "retryButton": "Retry Connection"
555
- }
556
- },
557
- "page": {
558
- "filledParameters": "Filled parameters",
559
- "emptyGroup": "Empty group",
560
- "searchQuery": "Search query",
561
- "activeFilters": "Active filters",
562
- "noFiltersApplied": "No filters applied",
563
- "entityType": "Entity type",
564
- "action": "Action",
565
- "copilot": {
566
- "title": "Database assistant",
567
- "initial": "What can I help you with?"
455
+ "tasks": "Tasks",
456
+ "terminate": "Terminate workflow"
457
+ },
458
+ "blockTitleFixedInputs": "Fixed inputs",
459
+ "blockTitleProductInfo": "Product Info",
460
+ "blockTitleSubscriptionDetails": "Subscription details",
461
+ "created": "Created",
462
+ "ctaSelectProductBlock": "Select one or more product blocks to view their details",
463
+ "customer": "Customer",
464
+ "customerDescriptions": "Customer descriptions",
465
+ "customerUuid": "Customer UUID",
466
+ "description": "Description",
467
+ "endDate": "End date",
468
+ "hideAll": "Hide all",
469
+ "hideDetails": "Hide details",
470
+ "hideTerminatedRelatedSubscriptions": "Hide terminated subscriptions",
471
+ "id": "ID",
472
+ "inUseByRelations": "In-use by subscription(s)",
473
+ "insync": "In sync",
474
+ "lastRunValidation": "Most recent validate",
475
+ "metadata": "Metadata",
476
+ "name": "Name",
477
+ "noProductBlockSelected": "No product block selected",
478
+ "noRelatedSubscriptions": "No related subscriptions found",
479
+ "noValidateWorkflows": "No validate workflows have been run recently",
480
+ "note": "Note",
481
+ "ownerSubscriptionId": "Owner subscription ID",
482
+ "processDetail": {
483
+ "id": "ID",
484
+ "note": "Note",
485
+ "startedAt": "Started at",
486
+ "startedBy": "Started by",
487
+ "status": "Status"
568
488
  },
569
- "suggestions": {
570
- "findActiveSubscriptions": "Find active subscriptions",
571
- "showTerminatedWorkflows": "Show terminated workflows",
572
- "listAllSubscriptionsAndExport": "List all subscriptions and export them",
573
- "showActiveSubscriptionsPerMonth": "Show the number of active subscriptions per month"
489
+ "productBlocks": "Product blocks",
490
+ "productName": "Product name",
491
+ "productType": "Product type",
492
+ "see": "See",
493
+ "selectByNameButtonText": "Select by name",
494
+ "selectByNameTitle": "Select product blocks by name",
495
+ "self": "Current subscription",
496
+ "setInSync": "Set in Sync",
497
+ "setInSyncFailed": {
498
+ "text": "The subscription could not be set in sync. Please try again later.",
499
+ "title": "Set in sync failed"
574
500
  },
575
- "tools": {
576
- "set_filter_tree": "I'm setting up filters",
577
- "start_new_search": "I'm starting a new search",
578
- "run_search": "I'm executing a search",
579
- "discover_filter_paths": "I'm discovering available filters",
580
- "run_aggregation": "I'm running aggregations",
581
- "prepare_export": "I'm preparing the export",
582
- "get_valid_operators": "I'm getting valid operators",
583
- "set_temporal_grouping": "I'm setting temporal grouping"
501
+ "setInSyncQuestion": "Are you sure you want to do this? You're about to force a subscription in sync. When it's clear why the subscription is out of sync this could enable you to start or finish a change on this subscription. When you're in doubt, please consult the network automators first as running workflows on subscriptions that are not in sync can potentially do great harm to the network.",
502
+ "setInSyncSuccess": {
503
+ "text": "The subscription was successfully set in sync.",
504
+ "title": "Subscription set in sync"
584
505
  },
585
- "planProgress": {
586
- "planning": "Planning...",
587
- "completed": "Plan completed",
588
- "executing": "Executing plan ({completed}/{total})"
506
+ "showAll": "Show all",
507
+ "showDetails": "Show details",
508
+ "startDate": "Start date",
509
+ "status": "Status",
510
+ "subscriptionId": "Subscription ID",
511
+ "subscriptionInstanceId": "Instance ID",
512
+ "subscriptionIsInSync": "Subscription is in sync",
513
+ "tabs": {
514
+ "general": "General",
515
+ "relatedSubscriptions": "Related subscriptions",
516
+ "serviceConfiguration": "Service configuration",
517
+ "workflows": "Workflows"
589
518
  },
590
- "visualization": {
591
- "noDataAvailable": "No data available for visualization.",
592
- "invalidDataStructure": "Invalid data structure."
519
+ "tag": "Tag",
520
+ "title": "Subscriptions",
521
+ "workflowsTab": {
522
+ "startWithNewestLabel": "Start with newest first",
523
+ "startWithOldestLabel": "Start with oldest first"
593
524
  }
525
+ },
526
+ "index": {
527
+ "customerFullname": "Customer",
528
+ "customerId": "Customer ID",
529
+ "customerShortcode": "Customer abbr",
530
+ "description": "Description",
531
+ "endDate": "End date",
532
+ "id": "ID",
533
+ "insync": "In Sync",
534
+ "metadata": "Metadata",
535
+ "note": "Note",
536
+ "product": "Product",
537
+ "startDate": "Start date",
538
+ "status": "Status",
539
+ "tag": "Product tag"
540
+ },
541
+ "tabs": {
542
+ "active": "Active",
543
+ "all": "All",
544
+ "terminated": "Terminated",
545
+ "transient": "Transient"
594
546
  }
595
547
  },
596
- "search": {
597
- "availability": {
598
- "unavailable": {
599
- "title": "Search Service Not Available",
600
- "instructions": {
601
- "setEnvironmentVariable": {
602
- "before": "Set ",
603
- "after": " in your service environment variables"
604
- },
605
- "checkVersion": "Ensure your orchestrator-core version supports search functionality",
606
- "restartService": "Restart your service",
607
- "checkDockerConfig": "If using Docker, make sure the environment variable is set in docker-compose.yml"
608
- },
609
- "documentation": "Please refer to the orchestrator documentation for detailed setup instructions.",
610
- "retryButton": "Retry Connection"
611
- }
612
- },
548
+ "tasks": {
613
549
  "page": {
614
- "selectFieldFirst": "Select a field first",
615
- "maxNestingDepth": "Maximum nesting depth reached",
616
- "addNestedGroup": "Add nested group",
617
- "addRule": "Add rule",
618
- "addGroup": "Add group",
619
- "removeGroup": "Remove group",
620
- "emptyGroupDescription": "Add conditions or nested groups to build your filter.",
621
- "emptyGroupTitle": "Empty group",
622
- "fieldSearchPlaceholder": "Type to search fields...",
623
- "removeConditionAriaLabel": "Remove condition",
624
- "groupLabel": "Group",
625
- "hideFilters": "Hide filters",
626
- "showFilters": "Show filters",
627
- "structuredFilters": "Structured filters",
628
- "retrieval": "Retrieval",
629
- "retrieverAuto": "Auto",
630
- "retrieverFuzzy": "Fuzzy",
631
- "retrieverSemantic": "Semantic",
632
- "retrieverHybrid": "Hybrid",
633
- "searchError": "Error",
634
- "dismiss": "Dismiss",
635
- "searchPlaceholder": "Search for {entityType}…",
636
- "noResults": "No Results",
637
- "noResultsMessage": "No {entityType} found matching your search criteria.",
638
- "noResultsSuggestions": "Try adjusting your search terms, removing filters, or searching for different keywords.",
639
- "noResultsFound": "No results found for your search.",
640
- "loadingSearchResults": "Loading search results...",
641
- "previousPage": "Previous page",
642
- "page": "Page",
643
- "nextPage": "Next page",
644
- "resultsOnPage": "{resultCount} result(s) on this page",
645
- "searchResultsPagination": "Search results pagination",
646
- "viewDetails": "View details",
647
- "selectOrEnterValue": "Select or type value",
648
- "enterValue": "Enter value",
649
- "fromNumber": "From",
650
- "toNumber": "To",
651
- "fromDate": "From date",
652
- "toDate": "To date",
653
- "enterNumber": "Enter number",
654
- "selectDateAndTime": "Select date",
655
- "valueControlTo": "to",
656
- "searchFieldsPlaceholder": "Search fields...",
657
- "selectSpecificPathPlaceholder": "Select a specific path...",
658
- "anyPathOption": "Any path",
659
- "operatorLabel": "Operator",
660
- "fieldLabel": "Field",
661
- "valueLabel": "Value",
662
- "fieldsGroupLabel": "Fields",
663
- "componentsGroupLabel": "Components",
664
- "pathsCount": "{count} paths",
665
- "id": "Id",
666
- "type": "Entity type",
667
- "title": "Title",
668
- "score": "Score",
669
- "matchingField": "Matching field",
670
- "perfectMatch": "Perfect match",
671
- "removeRule": "Remove rule"
550
+ "rerunAll": "Re-try all tasks",
551
+ "rerunAllQuestion": "Are you sure you want to re-try all failed tasks?",
552
+ "taskName": "Task"
672
553
  },
673
554
  "tabs": {
674
- "subscriptions": "Subscriptions",
675
- "products": "Products",
676
- "workflows": "Workflows",
677
- "processes": "Processes"
555
+ "active": "Active",
556
+ "completed": "Completed"
557
+ }
558
+ },
559
+ "workflowGuide": {
560
+ "hide": "Hide user guide",
561
+ "noGuideAvailable": "No user guide is available for this workflow/task",
562
+ "show": "Show user guide"
563
+ },
564
+ "workflows": {
565
+ "index": {
566
+ "title": "Workflows"
567
+ },
568
+ "tabs": {
569
+ "active": "Active",
570
+ "completed": "Completed"
678
571
  }
679
572
  }
680
573
  }