@valtimo/shared 13.31.0 → 13.33.0

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.
@@ -169,7 +169,271 @@
169
169
  "noFormSpecified": "No form definition has been specified for this tab.",
170
170
  "formNotFound": "The form definition '{{formDefinitionName}}' could not be found."
171
171
  },
172
- "rowLocked": "You don't have access to this case"
172
+ "rowLocked": "You don't have access to this case",
173
+ "inspection": {
174
+ "openInspector": "Inspect case",
175
+ "pageTitle": "Case inspection",
176
+ "placeholder": "This tab will be populated in a later phase.",
177
+ "tabs": {
178
+ "document": "Document",
179
+ "processes": "Processes",
180
+ "buildingBlocks": "Building blocks",
181
+ "logs": "Logs",
182
+ "zgw": "ZGW",
183
+ "metadata": "Metadata"
184
+ },
185
+ "document": {
186
+ "loading": "Loading document...",
187
+ "saved": "Document updated"
188
+ },
189
+ "buildingBlocks": {
190
+ "loading": "Loading building blocks...",
191
+ "emptyTitle": "No building blocks",
192
+ "empty": "This case has no building block instances.",
193
+ "notEnabled": "Building blocks are not enabled for this Valtimo installation.",
194
+ "saved": "Building block document updated",
195
+ "listAriaLabel": "Building blocks",
196
+ "detail": {
197
+ "instanceId": "Instance ID",
198
+ "documentId": "Document ID",
199
+ "processInstance": "Process instance",
200
+ "parent": "Parent",
201
+ "content": "Document content",
202
+ "loading": "Loading building block..."
203
+ }
204
+ },
205
+ "processes": {
206
+ "loading": "Loading processes...",
207
+ "empty": "No process instances are associated with this case.",
208
+ "listAriaLabel": "Process instances",
209
+ "buildingBlockTag": "BB",
210
+ "buildingBlockTagTooltip": "This process belongs to a building block",
211
+ "instanceId": "Instance ID",
212
+ "buildingBlock": "Building block",
213
+ "detailsTab": "Details",
214
+ "diagramTab": "Diagram",
215
+ "version": "Version",
216
+ "active": "Active",
217
+ "completed": "Completed",
218
+ "incidentsHeader": "Incidents",
219
+ "incidentTooltip": "Active incidents on this instance",
220
+ "incidentType": "Type",
221
+ "activity": "Activity",
222
+ "message": "Message",
223
+ "timestamp": "Timestamp",
224
+ "tasksHeader": "Tasks",
225
+ "taskName": "Task",
226
+ "taskAssignee": "Assignee",
227
+ "taskCreated": "Created",
228
+ "noTasks": "No active tasks.",
229
+ "variablesHeader": "Variables",
230
+ "variableName": "Name",
231
+ "variableType": "Type",
232
+ "variableValue": "Value",
233
+ "noVariables": "No variables.",
234
+ "jobsHeader": "Jobs",
235
+ "jobType": "Type",
236
+ "jobActivity": "Activity",
237
+ "jobRetries": "Retries left",
238
+ "jobDueDate": "Due",
239
+ "jobException": "Exception",
240
+ "jobTypeLabel": {
241
+ "TIMER": "Timer",
242
+ "ASYNC_CONTINUATION": "Async continuation",
243
+ "MESSAGE": "Message",
244
+ "BATCH": "Batch",
245
+ "OTHER": "Other"
246
+ },
247
+ "noJobs": "No jobs.",
248
+ "startedBy": "Started by",
249
+ "startedOn": "Started on",
250
+ "viewLogs": "View logs",
251
+ "variableActions": {
252
+ "add": "Add variable",
253
+ "edit": "Edit",
254
+ "delete": "Delete",
255
+ "deleteConfirmTitle": "Delete variable",
256
+ "deleteConfirmContent": "Are you sure you want to delete the variable '{{name}}'? This affects the running process.",
257
+ "createdToast": "Variable '{{name}}' created",
258
+ "updatedToast": "Variable '{{name}}' updated",
259
+ "deletedToast": "Variable '{{name}}' deleted",
260
+ "createFailed": "Failed to create variable",
261
+ "updateFailed": "Failed to update variable",
262
+ "deleteFailed": "Failed to delete variable",
263
+ "alreadyExists": "A variable with this name already exists"
264
+ },
265
+ "variableModal": {
266
+ "addTitle": "Add process variable",
267
+ "editTitle": "Edit process variable",
268
+ "name": "Name",
269
+ "type": "Type",
270
+ "value": "Value",
271
+ "invalidJson": "Value is not valid JSON",
272
+ "invalidNumber": "Value is not a valid number",
273
+ "save": "Save",
274
+ "cancel": "Cancel",
275
+ "types": {
276
+ "STRING": "String",
277
+ "INTEGER": "Integer",
278
+ "LONG": "Long",
279
+ "DOUBLE": "Double",
280
+ "BOOLEAN": "Boolean",
281
+ "JSON": "JSON / Object"
282
+ }
283
+ }
284
+ },
285
+ "logs": {
286
+ "loading": "Loading logs...",
287
+ "empty": "No log entries are stored for this case.",
288
+ "emptyFiltered": "No log entries match the current filters.",
289
+ "filters": {
290
+ "message": "Message contains",
291
+ "messagePlaceholder": "Search message...",
292
+ "level": "Minimum level",
293
+ "levelPlaceholder": "All levels",
294
+ "after": "From",
295
+ "before": "Until",
296
+ "apply": "Apply",
297
+ "reset": "Reset",
298
+ "processInstanceChip": "Process instance",
299
+ "clearProcessInstance": "Clear process filter"
300
+ },
301
+ "columns": {
302
+ "timestamp": "Timestamp",
303
+ "level": "Level",
304
+ "message": "Message"
305
+ },
306
+ "detail": {
307
+ "properties": "Context (MDC)",
308
+ "stacktrace": "Stacktrace"
309
+ }
310
+ },
311
+ "metadata": {
312
+ "loading": "Loading metadata...",
313
+ "documentId": "Document ID",
314
+ "definitionName": "Definition",
315
+ "sequence": "Sequence",
316
+ "version": "Version",
317
+ "createdBy": "Created by",
318
+ "createdOn": "Created on",
319
+ "modifiedOn": "Modified on",
320
+ "assignee": "Assignee",
321
+ "assignedTeam": "Assigned team",
322
+ "internalStatus": "Internal status",
323
+ "tags": "Tags",
324
+ "relations": "Relations",
325
+ "relatedFiles": "Related files",
326
+ "unassigned": "Unassigned",
327
+ "noStatus": "No status",
328
+ "noTags": "No tags",
329
+ "noRelations": "No relations"
330
+ },
331
+ "zgw": {
332
+ "loading": "Loading ZGW information...",
333
+ "empty": "This case is not linked to a zaak.",
334
+ "yes": "Yes",
335
+ "no": "No",
336
+ "zaakUnreachable": {
337
+ "title": "Failed to load zaak",
338
+ "message": "The zaak linked to this case could not be loaded. The link may be stale, the Zaken API plugin may be misconfigured, or the zaak may have been deleted.",
339
+ "details": "Error details"
340
+ },
341
+ "warnings": {
342
+ "title": "Some sections failed to load"
343
+ },
344
+ "actions": {
345
+ "copy": "Copy",
346
+ "openExternal": "Open in external system",
347
+ "resolveContent": "Resolve content",
348
+ "viewLatestContent": "View latest content"
349
+ },
350
+ "zaak": {
351
+ "title": "Zaak",
352
+ "identificatie": "Identificatie",
353
+ "uuid": "UUID",
354
+ "url": "Zaak URL",
355
+ "bronorganisatie": "Bronorganisatie",
356
+ "zaaktype": "Zaaktype",
357
+ "registratiedatum": "Registratiedatum",
358
+ "startdatum": "Startdatum",
359
+ "einddatum": "Einddatum",
360
+ "einddatumGepland": "Einddatum (gepland)",
361
+ "uiterlijkeEinddatumAfdoening": "Uiterlijke einddatum afdoening",
362
+ "vertrouwelijkheidaanduiding": "Vertrouwelijkheidaanduiding",
363
+ "archiefstatus": "Archiefstatus",
364
+ "betalingsindicatie": "Betalingsindicatie",
365
+ "currentStatus": "Current status",
366
+ "currentResultaat": "Current resultaat",
367
+ "noStatus": "No status set",
368
+ "noResultaat": "No resultaat set"
369
+ },
370
+ "eigenschappen": {
371
+ "title": "Eigenschappen",
372
+ "empty": "No eigenschappen for this zaak.",
373
+ "naam": "Naam",
374
+ "waarde": "Waarde",
375
+ "eigenschapUrl": "Eigenschap",
376
+ "zaakeigenschapUrl": "Zaakeigenschap"
377
+ },
378
+ "rollen": {
379
+ "title": "Rollen",
380
+ "empty": "No rollen for this zaak.",
381
+ "betrokkeneType": "Betrokkene type",
382
+ "roltype": "Roltype",
383
+ "identificatie": "Identificatie (BSN / KvK)",
384
+ "indicatieMachtiging": "Indicatie machtiging",
385
+ "url": "Rol URL"
386
+ },
387
+ "statusHistory": {
388
+ "title": "Status history",
389
+ "empty": "No statuses recorded.",
390
+ "datumStatusGezet": "Datum status gezet",
391
+ "statustype": "Statustype",
392
+ "statustoelichting": "Statustoelichting"
393
+ },
394
+ "resultaat": {
395
+ "title": "Resultaat",
396
+ "empty": "No resultaat for this zaak.",
397
+ "resultaattype": "Resultaattype",
398
+ "toelichting": "Toelichting"
399
+ },
400
+ "zaakobjecten": {
401
+ "title": "Zaakobjecten",
402
+ "empty": "No zaakobjecten linked to this zaak.",
403
+ "objectUrl": "Object URL",
404
+ "objectType": "Object type",
405
+ "relatieomschrijving": "Relatieomschrijving",
406
+ "resolveLoading": "Resolving content...",
407
+ "notResolved": "Could not resolve content"
408
+ },
409
+ "zaakinformatieobjecten": {
410
+ "title": "Zaakinformatieobjecten",
411
+ "empty": "No documents linked to this zaak.",
412
+ "titel": "Title",
413
+ "url": "Document URL",
414
+ "registratiedatum": "Registratiedatum"
415
+ },
416
+ "besluiten": {
417
+ "title": "Besluiten",
418
+ "empty": "No besluiten linked to this zaak.",
419
+ "url": "Besluit URL"
420
+ },
421
+ "zaakdetails": {
422
+ "title": "Zaakdetails sync object",
423
+ "notConfigured": "No portal sync configured for this case type.",
424
+ "objectManagementTitle": "Object management configuration",
425
+ "caseDefinitionKey": "Case definition",
426
+ "enabled": "Enabled",
427
+ "objectUrl": "Zaakdetails object URL",
428
+ "linkedToZaak": "Linked to zaak",
429
+ "contentLoading": "Resolving content...",
430
+ "contentNotResolved": "Could not resolve content"
431
+ },
432
+ "rawJson": {
433
+ "title": "Raw zaak JSON"
434
+ }
435
+ }
436
+ }
173
437
  },
174
438
  "document": {
175
439
  "title": {"single": "Document", "plural": "Documents"},
@@ -995,7 +1259,10 @@
995
1259
  "collection": {"title": "Collection", "description": "Create a collection"},
996
1260
  "divider": {"title": "Divider"},
997
1261
  "map": {"title": "Map", "description": "Create a map widget"},
998
- "person-card": {"title": "Person card", "description": "A person with their key details and contact info"},
1262
+ "person-card": {
1263
+ "title": "Person card",
1264
+ "description": "A person with their key details and contact info"
1265
+ },
999
1266
  "metroline": {
1000
1267
  "title": "Metroline",
1001
1268
  "description": "Show progression as a metroline"
@@ -1162,6 +1429,28 @@
1162
1429
  "placeholder": "Select a status source",
1163
1430
  "internalStatus": "Internal status",
1164
1431
  "zaakStatus": "Zaak status"
1432
+ },
1433
+ "iko": {
1434
+ "source": {
1435
+ "label": "Items source",
1436
+ "placeholder": "iko:/statushistorie",
1437
+ "tooltip": "Path expression resolving to an array. Each element of the array becomes one step in the timeline. Example: iko:/statushistorie"
1438
+ },
1439
+ "titlePath": {
1440
+ "label": "Title path",
1441
+ "placeholder": "/statustype/omschrijving",
1442
+ "tooltip": "Path applied to each item to extract its title. Example: /statustype/omschrijving"
1443
+ },
1444
+ "labelPath": {
1445
+ "label": "Tooltip text path (optional)",
1446
+ "placeholder": "/statustype/toelichting",
1447
+ "tooltip": "Optional path applied to each item to extract the text shown in the step's info tooltip (the icon next to the title). Example: /statustype/toelichting"
1448
+ },
1449
+ "completedPath": {
1450
+ "label": "Completion timestamp path",
1451
+ "placeholder": "/datumStatusGezet",
1452
+ "tooltip": "Path applied to each item to extract the timestamp at which the step was reached. Expected as an ISO-8601 timestamp, with or without a timezone offset (e.g. 2025-08-15T10:30:00, 2025-08-15T10:30:00Z, or 2025-08-15T10:30:00+02:00). Items whose value is empty or unparseable are rendered as not yet reached. Example: /datumStatusGezet"
1453
+ }
1165
1454
  }
1166
1455
  },
1167
1456
  "highlight": {
@@ -2219,6 +2508,255 @@
2219
2508
  "noResults": {
2220
2509
  "description": "Click <strong>Add new role</strong> to start designing your role",
2221
2510
  "title": "No roles added"
2511
+ },
2512
+ "tabs": {
2513
+ "summary": "Summary",
2514
+ "jsonEditor": "JSON editor"
2515
+ }
2516
+ },
2517
+ "resourceTypes": {
2518
+ "caseDefinition": "Case definition",
2519
+ "caseTab": "Case tab",
2520
+ "caseWidget": "Case widget",
2521
+ "caseWidgetTabWidget": "Case tab widget",
2522
+ "dashboard": "Dashboard",
2523
+ "jsonSchemaDocument": "Document",
2524
+ "jsonSchemaDocumentDefinition": "Document definition",
2525
+ "jsonSchemaDocumentSnapshot": "Document snapshot",
2526
+ "searchField": "Search field",
2527
+ "zgwDocument": "ZGW document",
2528
+ "ikoView": "IKO view",
2529
+ "note": "Note",
2530
+ "object": "Objecten API Object",
2531
+ "resourcePermission": "Uploaded resource",
2532
+ "team": "Team",
2533
+ "user": "User",
2534
+ "operatonExecution": "Process instance",
2535
+ "operatonIdentityLink": "User assignment",
2536
+ "operatonProcessDefinition": "Process definition",
2537
+ "operatonTask": "Task"
2538
+ },
2539
+ "actions": {
2540
+ "view": "view",
2541
+ "view_list": "view list",
2542
+ "create": "create",
2543
+ "modify": "modify",
2544
+ "delete": "delete",
2545
+ "assign": "assign",
2546
+ "assignable": "be assigned to",
2547
+ "claim": "claim",
2548
+ "complete": "complete",
2549
+ "export": "export"
2550
+ },
2551
+ "filter": {
2552
+ "resourceType": "Resource type",
2553
+ "action": "Action",
2554
+ "allResourceTypes": "All resource types",
2555
+ "allActions": "All actions"
2556
+ },
2557
+ "overview": {
2558
+ "canDo": "Can",
2559
+ "can": "can",
2560
+ "cannot": "cannot",
2561
+ "and": "and",
2562
+ "or": "or",
2563
+ "when": "when",
2564
+ "unconditional": "without conditions",
2565
+ "relatedResource": "Related",
2566
+ "where": "where",
2567
+ "atJsonPath": "at JSON path",
2568
+ "inContextOf": "in the context of",
2569
+ "noContext": "without context",
2570
+ "customField": "(custom field)",
2571
+ "customResource": "(custom resource)",
2572
+ "noAccess": "No access",
2573
+ "empty": {
2574
+ "title": "No permissions",
2575
+ "message": "This role has no permissions configured yet."
2576
+ },
2577
+ "operators": {
2578
+ "eq": "equals",
2579
+ "neq": "does not equal",
2580
+ "gt": "is greater than",
2581
+ "gte": "is greater than or equal to",
2582
+ "lt": "is less than",
2583
+ "lte": "is less than or equal to",
2584
+ "in": "is one of",
2585
+ "list_contains": "contains"
2586
+ },
2587
+ "specialValues": {
2588
+ "currentUserId": "the current user's ID",
2589
+ "currentUsername": "the current user",
2590
+ "currentUserEmail": "the current user's email",
2591
+ "currentUserRoles": "the current user's roles",
2592
+ "currentUserTeams": "the current user's teams",
2593
+ "null": "(none)",
2594
+ "empty": "(empty)"
2595
+ },
2596
+ "fields": {
2597
+ "caseDefinition": {
2598
+ "idKey": "case definition key",
2599
+ "idVersionTag": "case definition version",
2600
+ "name": "case definition name",
2601
+ "description": "description",
2602
+ "basedOnVersionTag": "based on version",
2603
+ "final": "is final",
2604
+ "active": "is active",
2605
+ "canHaveAssignee": "can have assignee",
2606
+ "autoAssignTasks": "auto-assign tasks",
2607
+ "hasExternalStartForm": "has external start form",
2608
+ "externalStartFormUrl": "external start form URL",
2609
+ "externalStartFormDescription": "external start form description",
2610
+ "originalKey": "original key",
2611
+ "originalName": "original name",
2612
+ "originalVersionTag": "original version",
2613
+ "createdBy": "created by",
2614
+ "createdDate": "created date"
2615
+ },
2616
+ "caseTab": {
2617
+ "idCaseDefinitionIdKey": "case definition key",
2618
+ "idCaseDefinitionIdVersionTag": "case definition version",
2619
+ "idKey": "tab key",
2620
+ "name": "tab name",
2621
+ "tabOrder": "tab order",
2622
+ "type": "tab type",
2623
+ "contentKey": "content key",
2624
+ "createdOn": "created on",
2625
+ "createdBy": "created by",
2626
+ "showTasks": "shows tasks"
2627
+ },
2628
+ "caseWidgetTabWidget": {
2629
+ "title": "title",
2630
+ "icon": "icon",
2631
+ "color": "color",
2632
+ "order": "order",
2633
+ "width": "width",
2634
+ "highContrast": "high contrast",
2635
+ "isCompact": "is compact"
2636
+ },
2637
+ "dashboard": {
2638
+ "key": "dashboard key",
2639
+ "title": "title",
2640
+ "description": "description",
2641
+ "order": "order",
2642
+ "createdBy": "created by",
2643
+ "createdOn": "created on"
2644
+ },
2645
+ "jsonSchemaDocument": {
2646
+ "id": "document ID",
2647
+ "contentContent": "document content",
2648
+ "assigneeId": "assignee",
2649
+ "assigneeFullName": "assignee name",
2650
+ "assignedTeamKey": "assigned team",
2651
+ "assignedTeamTitle": "assigned team title",
2652
+ "documentDefinitionIdName": "document definition name",
2653
+ "documentDefinitionIdVersion": "document definition version",
2654
+ "documentDefinitionIdCaseDefinitionIdKey": "case definition key (via document definition)",
2655
+ "documentDefinitionIdCaseDefinitionIdVersionTag": "case definition version (via document definition)",
2656
+ "version": "version",
2657
+ "createdOn": "created on",
2658
+ "modifiedOn": "modified on",
2659
+ "createdBy": "created by",
2660
+ "sequence": "sequence",
2661
+ "internalStatus": "internal status",
2662
+ "retentionDate": "retention date"
2663
+ },
2664
+ "jsonSchemaDocumentDefinition": {
2665
+ "idName": "document definition name",
2666
+ "idVersion": "document definition version",
2667
+ "createdOn": "created on"
2668
+ },
2669
+ "jsonSchemaDocumentSnapshot": {
2670
+ "id": "snapshot ID",
2671
+ "createdOn": "created on",
2672
+ "createdBy": "created by"
2673
+ },
2674
+ "searchField": {
2675
+ "key": "search field key",
2676
+ "title": "title",
2677
+ "path": "JSON path",
2678
+ "dataType": "data type",
2679
+ "fieldType": "field type",
2680
+ "matchType": "match type",
2681
+ "order": "order"
2682
+ },
2683
+ "zgwDocument": {
2684
+ "caseDocumentId": "case document ID",
2685
+ "vertrouwelijkheidaanduiding": "confidentiality",
2686
+ "status": "status",
2687
+ "informatieobjecttypeUrl": "document type URL",
2688
+ "informatieobjecttypeOmschrijving": "document type description"
2689
+ },
2690
+ "ikoView": {
2691
+ "key": "IKO view key",
2692
+ "title": "title"
2693
+ },
2694
+ "note": {
2695
+ "id": "note ID",
2696
+ "createdByUserId": "created by",
2697
+ "createdByUserFullName": "created by name",
2698
+ "createdDate": "created date",
2699
+ "content": "content",
2700
+ "documentId": "document ID"
2701
+ },
2702
+ "team": {
2703
+ "key": "team key",
2704
+ "title": "team title",
2705
+ "users": "team members"
2706
+ },
2707
+ "user": {
2708
+ "roles": "user roles"
2709
+ },
2710
+ "operatonExecution": {
2711
+ "id": "process instance ID",
2712
+ "businessKey": "business key",
2713
+ "activityId": "current activity",
2714
+ "activityInstanceId": "activity instance ID",
2715
+ "active": "is active",
2716
+ "caseInstanceId": "case instance ID",
2717
+ "processInstanceId": "process instance ID",
2718
+ "processDefinitionId": "process definition ID",
2719
+ "processDefinitionKey": "process definition key",
2720
+ "parentId": "parent execution ID",
2721
+ "tenantId": "tenant ID"
2722
+ },
2723
+ "operatonIdentityLink": {
2724
+ "groupId": "Candidate group",
2725
+ "type": "link type",
2726
+ "userId": "user ID",
2727
+ "processDefinitionKey": "process definition key",
2728
+ "tenantId": "tenant ID"
2729
+ },
2730
+ "operatonProcessDefinition": {
2731
+ "id": "process definition ID",
2732
+ "category": "category",
2733
+ "name": "process name",
2734
+ "key": "process definition key",
2735
+ "version": "version",
2736
+ "versionTag": "version tag",
2737
+ "deploymentId": "deployment ID",
2738
+ "isStartableInTasklist": "startable in tasklist",
2739
+ "tenantId": "tenant ID"
2740
+ },
2741
+ "operatonTask": {
2742
+ "id": "task ID",
2743
+ "name": "task name",
2744
+ "description": "description",
2745
+ "taskDefinitionKey": "task definition key",
2746
+ "owner": "owner",
2747
+ "assignee": "assignee",
2748
+ "priority": "priority",
2749
+ "createTime": "created at",
2750
+ "lastUpdated": "last updated",
2751
+ "dueDate": "due date",
2752
+ "followUpDate": "follow-up date",
2753
+ "caseInstanceId": "case instance ID",
2754
+ "caseDefinitionId": "case definition ID",
2755
+ "processInstanceId": "process instance ID",
2756
+ "processDefinitionId": "process definition ID",
2757
+ "processDefinitionKey": "process definition key",
2758
+ "tenantId": "tenant ID"
2759
+ }
2222
2760
  }
2223
2761
  }
2224
2762
  },
@@ -2339,6 +2877,14 @@
2339
2877
  "openInNewTab": "Open in new tab"
2340
2878
  }
2341
2879
  },
2880
+ "widgetLayout": {
2881
+ "label": "Layout algorithm",
2882
+ "muuriGapFree": "Default (less gaps)",
2883
+ "muuri": "Default",
2884
+ "beautiful": "Gap free",
2885
+ "infoTitle": "About the layout algorithm",
2886
+ "info": "Default and Default (less gaps) keep the widgets in their configured order as much as possible, which can leave empty gaps. Gap free may reorder widgets within a section to remove those gaps and almost always shows a clean layout without holes."
2887
+ },
2342
2888
  "ikoManagement": {
2343
2889
  "preparingDownload": "Preparing download",
2344
2890
  "ikoServer": "IKO Server",