@valtimo/shared 13.26.0 → 13.28.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.
@@ -18,6 +18,7 @@
18
18
  "TaskDueDateSetEvent": "Task due date set > {{taskName}}"
19
19
  },
20
20
  "case": {
21
+ "allCases": "All cases",
21
22
  "exportButtonTooltip": "Export current case list",
22
23
  "summaryFormNotFound": "Summary form not found for '{{caseDefinitionKey}}'. A form named '{{caseDefinitionKey}}.summary' must exist using the case definition key.",
23
24
  "bulkAssign": {
@@ -47,7 +48,10 @@
47
48
  "ALL": {"description": "There is nothing to do here.", "title": "There are no cases"},
48
49
  "MINE": {"description": "Time for a short break.", "title": "No cases assigned to you"},
49
50
  "OPEN": {"description": "Come back later.", "title": "All cases have been assigned"},
50
- "TEAM": {"description": "No cases have been assigned to your teams yet.", "title": "No team cases"},
51
+ "TEAM": {
52
+ "description": "No cases have been assigned to your teams yet.",
53
+ "title": "No team cases"
54
+ },
51
55
  "search": {
52
56
  "description": "There are no cases that match your search criteria.",
53
57
  "title": "No cases found"
@@ -501,7 +505,13 @@
501
505
  "setGlobalActiveVersionConfigurationIssuesWarning": "This version has unresolved configuration issues. Resolve them before setting it as the active version.",
502
506
  "globallyActive": "Globally active",
503
507
  "unlinkProcess": "Unlink",
504
- "listColumns": {"name": "Name", "key": "Key", "version": "Version", "draft": "Draft", "status": "Status"},
508
+ "listColumns": {
509
+ "name": "Name",
510
+ "key": "Key",
511
+ "version": "Version",
512
+ "draft": "Draft",
513
+ "status": "Status"
514
+ },
505
515
  "needsConfiguration": "Needs configuration",
506
516
  "inactive": "Inactive",
507
517
  "globalActiveVersionModal": {
@@ -814,6 +824,35 @@
814
824
  "message": "This process may use plugins. Make sure you configure them correctly.",
815
825
  "title": "Plugin Configuration"
816
826
  }
827
+ },
828
+ "plugins": {
829
+ "description": "Connect the correct plugin configurations. Matching plugins are filled automatically. If a plugin configuration is missing you can still continue. You can configure the plugin afterwards and connect it through the case configuration page.",
830
+ "source": "Source",
831
+ "target": "Target",
832
+ "selectPlaceholder": "Select plugin configuration",
833
+ "unknownPlugin": "Unknown plugin",
834
+ "noPlugins": "No plugin configurations need to be mapped for this import.",
835
+ "noPluginsTitle": "No plugins to configure",
836
+ "notInstalled": "Plugin type not installed",
837
+ "noConfigurations": "No configurations available",
838
+ "unidentifiable": {
839
+ "title": "Unidentified plugin configurations",
840
+ "message": "Some plugin configurations could not be identified from the export. The import can continue, but you will need to manually configure the affected process links afterwards."
841
+ }
842
+ }
843
+ },
844
+ "missingPluginConfigurations": {
845
+ "title": "Missing configuration",
846
+ "description": "There are missing plugin configurations for this case. Please link the required plugin configurations below",
847
+ "selectPlaceholder": "Select plugin configuration",
848
+ "unknownPlugin": "Unknown plugin",
849
+ "notInstalled": "Plugin type not installed",
850
+ "noConfigurations": "No configurations available",
851
+ "saveSuccess": "Plugin configuration mappings saved successfully",
852
+ "saveError": "Failed to save plugin configuration mappings",
853
+ "legacyExport": {
854
+ "title": "Unidentified plugin configurations",
855
+ "message": "Some process links reference plugin configurations that could not be identified from the export. Please manually reconfigure the affected process links."
817
856
  }
818
857
  },
819
858
  "createDefinition": {
@@ -854,6 +893,7 @@
854
893
  "retentionPeriodTooltip": "0 or higher: retention is active, case will be deleted after the specified number of days, -1: no retention period is set, case will not be automatically deleted",
855
894
  "deletedImmediately": "Deleted immediately",
856
895
  "key": "Status key",
896
+ "label": "Label (Optional)",
857
897
  "visible": "Visible by default",
858
898
  "color": "Color"
859
899
  },
@@ -954,7 +994,16 @@
954
994
  },
955
995
  "collection": {"title": "Collection", "description": "Create a collection"},
956
996
  "divider": {"title": "Divider"},
957
- "map": {"title": "Map", "description": "Create a map widget"}
997
+ "map": {"title": "Map", "description": "Create a map widget"},
998
+ "person-card": {"title": "Person card", "description": "A person with their key details and contact info"},
999
+ "metroline": {
1000
+ "title": "Metroline",
1001
+ "description": "Show progression as a metroline"
1002
+ },
1003
+ "highlight": {
1004
+ "title": "Highlight",
1005
+ "description": "A small widget that highlights a single value or a count"
1006
+ }
958
1007
  },
959
1008
  "width": {
960
1009
  "description": "Select the desired width for the widget.",
@@ -1039,6 +1088,16 @@
1039
1088
  "keyPlaceholder": "Source path",
1040
1089
  "keyTooltip": "Value resolver path to GeoJSON data"
1041
1090
  },
1091
+ "person-card": {
1092
+ "description": "Pick the icon and the source paths for each person field.",
1093
+ "fullNameLabel": "Full name",
1094
+ "birthDateLabel": "Birth date (Optional)",
1095
+ "bsnLabel": "BSN (Optional)",
1096
+ "phoneLabel": "Phone (Optional)",
1097
+ "emailLabel": "Email (Optional)",
1098
+ "cityLabel": "City (Optional)",
1099
+ "pathPlaceholder": "Select or type a path"
1100
+ },
1042
1101
  "displayType": {
1043
1102
  "text": "Text",
1044
1103
  "boolean": "Yes/No",
@@ -1083,6 +1142,26 @@
1083
1142
  "fieldWidthPlaceholder": "Choose field width",
1084
1143
  "titleTooltip": "Title for the property",
1085
1144
  "valueTooltip": "Name of the property you wish to access within the previously filled collection data path"
1145
+ },
1146
+ "metroline": {
1147
+ "displayType": {
1148
+ "label": "Display type",
1149
+ "horizontal": "Horizontal",
1150
+ "vertical": "Vertical"
1151
+ },
1152
+ "statusSource": {
1153
+ "label": "Status source",
1154
+ "placeholder": "Select a status source",
1155
+ "internalStatus": "Internal status",
1156
+ "zaakStatus": "Zaak status"
1157
+ }
1158
+ },
1159
+ "highlight": {
1160
+ "description": "",
1161
+ "value": "Value",
1162
+ "valuePlaceholder": "Select or type a path",
1163
+ "valueHelper": "Shows the value at this path. If it resolves to an array, the count of items is shown instead.",
1164
+ "accentColor": "Accent color"
1086
1165
  }
1087
1166
  },
1088
1167
  "filters": {
@@ -1133,7 +1212,8 @@
1133
1212
  "linkLabel": "Target URL (with placeholders)",
1134
1213
  "linkPlaceholder": "https://ritense.nl/zaak/${doc:/zaak/id}",
1135
1214
  "buttonTextLabel": "Button label",
1136
- "buttonTextPlaceholder": "'Go to zaak'"
1215
+ "buttonTextPlaceholder": "'Go to zaak'",
1216
+ "openInNewTabLabel": "Open in new tab"
1137
1217
  },
1138
1218
  "saveModalContent": "Are you sure you want to save the widget configuration?"
1139
1219
  },
@@ -1396,6 +1476,7 @@
1396
1476
  },
1397
1477
  "successNotification": "Process deployed successfully",
1398
1478
  "errorNotification": "Process failed to deploy",
1479
+ "alreadyExistsNotification": "Process definition already exists",
1399
1480
  "deleteNotification": "Process deleted successfully",
1400
1481
  "upload": {
1401
1482
  "modalTitle": "Upload process definition",
@@ -1404,10 +1485,10 @@
1404
1485
  "buttonText": "Select file",
1405
1486
  "success": "Deployment successful",
1406
1487
  "failure": "Deployment failed",
1407
- "duplicateKey": "A process with the same key already exists in this building block",
1488
+ "duplicateKey": "A process with the same key already exists",
1408
1489
  "replaceTitle": "Replace existing process?",
1409
- "replaceContent": "A process with the same key already exists in this building block. Do you want to replace it?",
1410
- "replaceContentWithDuplicates": "A process with the same key already exists in this building block: {{duplicates}}. Do you want to replace it?",
1490
+ "replaceContent": "A process with the same key already exists. Do you want to replace it?",
1491
+ "replaceContentWithDuplicates": "A process with the same key already exists: {{duplicates}}. Do you want to replace it?",
1411
1492
  "replaceConfirm": "Replace"
1412
1493
  },
1413
1494
  "canInitializeDocument": "Starts case",
@@ -1472,6 +1553,25 @@
1472
1553
  },
1473
1554
  "configurationIssue": "This configuration is incomplete. Please review and update the settings to match this environment."
1474
1555
  },
1556
+ "zakenApiSync": {
1557
+ "title": "Zaak synchronisation",
1558
+ "yes": "Yes",
1559
+ "no": "No",
1560
+ "assigneeSyncEnabled": "Sync assignee",
1561
+ "roltypeUrl": "Roltype URL",
1562
+ "noteSyncEnabled": "Sync notes",
1563
+ "submitButton": "Configure zaak synchronisation",
1564
+ "editModal": {
1565
+ "title": "Zaak synchronisation",
1566
+ "assigneeSyncEnabled": "Sync case assignee as ZaakRol",
1567
+ "roltypeUrl": "Roltype URL",
1568
+ "roltypeUrlPlaceholder": "Enter a roltype URL",
1569
+ "noteSyncEnabled": "Sync case notes as ZaakNotitie",
1570
+ "noteSubject": "ZaakNotitie subject",
1571
+ "noteSubjectPlaceholder": "Enter a subject"
1572
+ },
1573
+ "configurationIssue": "This configuration is incomplete. Please review and update the settings to match this environment."
1574
+ },
1475
1575
  "interface": {
1476
1576
  "icon": "Icon",
1477
1577
  "iconPlaceholder": "Select an icon",
@@ -2203,6 +2303,20 @@
2203
2303
  "noCustomComponentDescription": "The custom component configured for this widget is not available.",
2204
2304
  "map": {
2205
2305
  "title": "Map"
2306
+ },
2307
+ "personCard": {
2308
+ "age": "{{age}} yr"
2309
+ },
2310
+ "metroline": {
2311
+ "stepState": {
2312
+ "current": "Current",
2313
+ "complete": "Complete",
2314
+ "incomplete": "Incomplete",
2315
+ "invalid": "Invalid"
2316
+ }
2317
+ },
2318
+ "highlight": {
2319
+ "noValue": "No value"
2206
2320
  }
2207
2321
  },
2208
2322
  "iko": {
@@ -2340,6 +2454,141 @@
2340
2454
  "deleteHelperText": "After creating a quick search item, you can delete it by right-clicking on it",
2341
2455
  "duplicateError": "A quick search item with this title already exists"
2342
2456
  },
2457
+ "adminSettings": {
2458
+ "title": "Settings",
2459
+ "tabs": {
2460
+ "appearance": "Appearance",
2461
+ "featureToggles": "Feature toggles"
2462
+ },
2463
+ "appearance": {
2464
+ "logo": {
2465
+ "title": "Logo",
2466
+ "fileUploaderTitle": "Upload logo",
2467
+ "fileUploaderDescription": "Only PNG and SVG files are accepted. Max 10 MB.",
2468
+ "fileUploaderButton": "Choose file",
2469
+ "deleteConfirmationModalText": "Are you sure you want to delete this logo?"
2470
+ },
2471
+ "logoDarkMode": {
2472
+ "title": "Logo (dark mode)"
2473
+ },
2474
+ "colors": {
2475
+ "title": "Colors",
2476
+ "infoMessage": "These colors define the accent color palette used throughout the application.",
2477
+ "infoLinkText": "More info on generating a color scheme",
2478
+ "reset": "Reset",
2479
+ "color10": "Color 10",
2480
+ "color20": "Color 20",
2481
+ "color30": "Color 30",
2482
+ "color40": "Color 40",
2483
+ "color50": "Color 50",
2484
+ "color60": "Color 60",
2485
+ "color70": "Color 70",
2486
+ "color80": "Color 80",
2487
+ "color90": "Color 90",
2488
+ "color100": "Color 100",
2489
+ "pickr": {
2490
+ "save": "OK",
2491
+ "cancel": "Cancel",
2492
+ "clear": "Clear"
2493
+ }
2494
+ }
2495
+ },
2496
+ "featureToggles": {
2497
+ "refreshRequired": "Refresh required",
2498
+ "refreshModalText": "This setting requires a page refresh to take effect. Do you want to refresh now?",
2499
+ "refreshNow": "Refresh now",
2500
+ "toggles": {
2501
+ "allowUserThemeSwitching": {
2502
+ "title": "Allow user theme switching",
2503
+ "description": "Let users switch between light and dark mode from the top bar."
2504
+ },
2505
+ "enableCompactModeToggle": {
2506
+ "title": "Enable compact mode toggle",
2507
+ "description": "Show a compact mode toggle in the top bar for users to reduce interface spacing."
2508
+ },
2509
+ "compactModeOnByDefault": {
2510
+ "title": "Compact mode on by default",
2511
+ "description": "Enable compact mode for all users by default."
2512
+ },
2513
+ "enableUserNameInTopBarToggle": {
2514
+ "title": "Enable user name display toggle",
2515
+ "description": "Allow users to toggle their name display in the top bar."
2516
+ },
2517
+ "showUserNameInTopBar": {
2518
+ "title": "Show user name in top bar",
2519
+ "description": "Display the current user's name next to their avatar in the top bar."
2520
+ },
2521
+ "showPlantATreeButton": {
2522
+ "title": "Show 'Plant a tree' button",
2523
+ "description": "Display the 'Plant a tree' sustainability button in the interface."
2524
+ },
2525
+ "largeLogoMargin": {
2526
+ "title": "Large logo margin",
2527
+ "description": "Add extra margin around the logo in the top bar."
2528
+ },
2529
+ "applicationTitleAsSuffix": {
2530
+ "title": "Application title as suffix",
2531
+ "description": "Append the application title as a suffix to the browser tab title."
2532
+ },
2533
+ "experimentalDmnEditing": {
2534
+ "title": "Experimental DMN editing",
2535
+ "description": "Enable the experimental DMN decision table editor."
2536
+ },
2537
+ "disableCaseCount": {
2538
+ "title": "Disable case count",
2539
+ "description": "Hide the case count badge in the menu sidebar."
2540
+ },
2541
+ "enableObjectManagement": {
2542
+ "title": "Enable object management",
2543
+ "description": "Show the Objects menu item in the sidebar."
2544
+ },
2545
+ "sortFilesByDate": {
2546
+ "title": "Sort files by date",
2547
+ "description": "Sort case-related files by date in descending order by default."
2548
+ },
2549
+ "returnToLastUrlAfterTokenExpiration": {
2550
+ "title": "Return to last URL after login",
2551
+ "description": "Redirect users back to their last visited page after re-authenticating."
2552
+ },
2553
+ "enableTabManagement": {
2554
+ "title": "Enable tab management",
2555
+ "description": "When enabled, tabs are loaded from the API. When disabled, tabs are loaded from the environment configuration."
2556
+ },
2557
+ "hideValtimoVersionsForNonAdmins": {
2558
+ "title": "Hide version info for non-admins",
2559
+ "description": "Hide the Valtimo version information from non-admin users."
2560
+ },
2561
+ "useStartEventNameAsStartFormTitle": {
2562
+ "title": "Use start event name as form title",
2563
+ "description": "Display the BPMN start event name as the start form title instead of the default."
2564
+ },
2565
+ "enableFormViewModel": {
2566
+ "title": "Enable form view model",
2567
+ "description": "Use the form view model for rendering forms."
2568
+ },
2569
+ "enableIntermediateSave": {
2570
+ "title": "Enable intermediate save",
2571
+ "description": "Allow users to save task form progress without completing the task."
2572
+ },
2573
+ "enableFormFlowBreadcrumbs": {
2574
+ "title": "Enable form flow breadcrumbs",
2575
+ "description": "Show step-by-step breadcrumbs in multi-step form flows."
2576
+ },
2577
+ "enablePbacDocumentenApiDocuments": {
2578
+ "title": "Enable PBAC for Documenten API",
2579
+ "description": "Use policy-based access control for Documenten API document management."
2580
+ },
2581
+ "enableSuppressDocumentError": {
2582
+ "title": "Suppress document errors",
2583
+ "description": "Suppress error messages when document retrieval fails silently."
2584
+ },
2585
+ "enableIkoType": {
2586
+ "title": "Enable IKO type",
2587
+ "description": "Enable the IKO (Informatie Kanaal Objecten) integration type."
2588
+ }
2589
+ }
2590
+ }
2591
+ },
2343
2592
  "buildingBlockManagement": {
2344
2593
  "title": "Building blocks",
2345
2594
  "listColumns": {