@valtimo/shared 13.34.0 → 13.36.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.
@@ -44,6 +44,13 @@
44
44
  "content": "Are you sure you want to change tabs? All selection will be lost.",
45
45
  "confirm": "Change tab"
46
46
  },
47
+ "draftProcessConfirmation": {
48
+ "title": "Start draft process",
49
+ "warningTitle": "Warning: Draft process",
50
+ "warningDescription": "This process definition is still in draft and may not work as expected.",
51
+ "confirm": "Start anyway",
52
+ "cancel": "Cancel"
53
+ },
47
54
  "noResults": {
48
55
  "ALL": {"description": "There is nothing to do here.", "title": "There are no cases"},
49
56
  "MINE": {"description": "Time for a short break.", "title": "No cases assigned to you"},
@@ -685,8 +692,25 @@
685
692
  "fileUploaderDescription": "Only files with the .dmn extension are allowed.",
686
693
  "fileUploaderButton": "Choose DMN file"
687
694
  },
695
+ "create": "Create DMN table",
696
+ "createModal": {
697
+ "title": "Create decision table",
698
+ "name": "Name",
699
+ "namePlaceholder": "e.g. Eligibility decision",
700
+ "nameRequired": "Name is required",
701
+ "inputVariables": "Input variables (optional)",
702
+ "inputVariablesHelper": "Input columns are optional - you can leave this empty. For every row you add, the process variable is required; the label is optional and the process variable name is used as the column header when it is left blank. You can add or change these later in the editor.",
703
+ "inputLabel": "Label (optional)",
704
+ "inputExpression": "Process variable (required)",
705
+ "inputExpressionRequired": "A process variable is required for each input column.",
706
+ "addInputVariable": "Add input variable"
707
+ },
708
+ "editModal": {
709
+ "title": "Edit decision table"
710
+ },
688
711
  "version": "Version",
689
712
  "deploy": "Save",
713
+ "readOnly": "Read-only",
690
714
  "loadFailure": "Something went wrong with loading your decision table.",
691
715
  "deploySuccess": "Decision table has been deployed successfully.",
692
716
  "deployFailure": "Something went wrong with deploying your decision table.",
@@ -699,6 +723,7 @@
699
723
  },
700
724
  "message": {"empty": "No result found"},
701
725
  "cta": {"close": "Close", "moreDetails": "More details"},
726
+ "carousel": {"previous": "Previous", "next": "Next", "goToSlide": "Go to slide"},
702
727
  "formManagement": {
703
728
  "noFormDefinitionFoundAdmin": "There is no form connected to the start event/user task. To configure this, click on the button below.",
704
729
  "noFormDefinitionFoundUser": "There is no form connected to the start event/user task. Ask an admin user for assistance.",
@@ -865,7 +890,8 @@
865
890
  "notFinalizableWarning": {
866
891
  "title": "This case definition cannot be finalized.",
867
892
  "BUILDING_BLOCK_NOT_FINAL": "The case definition makes use of draft building blocks. In order to finalize this case definition, make sure all the building blocks it uses are final.",
868
- "CONFIGURATION_ISSUES": "The case definition contains unresolved configuration issues. Please review and fix all configuration warnings before finalizing."
893
+ "CONFIGURATION_ISSUES": "The case definition contains unresolved configuration issues. Please review and fix all configuration warnings before finalizing.",
894
+ "PROCESS_DEFINITION_IN_DRAFT": "The case definition contains process definitions that are still in draft. Finalize all process definitions before finalizing the case definition."
869
895
  }
870
896
  },
871
897
  "environmentConfig": {
@@ -1271,6 +1297,10 @@
1271
1297
  "title": "Highlight",
1272
1298
  "description": "A small widget that highlights a single value or a count"
1273
1299
  },
1300
+ "image": {
1301
+ "title": "Image",
1302
+ "description": "Show an uploaded image"
1303
+ },
1274
1304
  "generic": {
1275
1305
  "title": "Generic widgets",
1276
1306
  "description": "Broadly applicable — wire them up to any data structure (fields, tables, collections). More configuration, but no limits on what they can show."
@@ -1459,6 +1489,13 @@
1459
1489
  "valuePlaceholder": "Select or type a path",
1460
1490
  "valueHelper": "Shows the value at this path. If it resolves to an array, the count of items is shown instead.",
1461
1491
  "accentColor": "Accent color"
1492
+ },
1493
+ "image": {
1494
+ "description": "",
1495
+ "value": "Value",
1496
+ "valuePlaceholder": "Select or type a path",
1497
+ "valueHelper": "Shows the image stored at this path. The path must resolve to an uploaded file resource.",
1498
+ "displayAsCarousel": "Display as carousel"
1462
1499
  }
1463
1500
  },
1464
1501
  "filters": {
@@ -1773,6 +1810,15 @@
1773
1810
  },
1774
1811
  "successNotification": "Process deployed successfully",
1775
1812
  "errorNotification": "Process failed to deploy",
1813
+ "validate": "Validate",
1814
+ "validationSuccessNotification": "Process definition is valid",
1815
+ "validationWarningNotification": "Process definition has warnings",
1816
+ "draft": "Draft",
1817
+ "status": "Status",
1818
+ "draftTooltip": "When enabled, the process definition is saved as a draft. Draft definitions are not validated and cannot be started.",
1819
+ "validationErrors": "Validation errors",
1820
+ "validationErrorsCount": "Validation errors ({{count}})",
1821
+ "validationErrorNotification": "Process definition has validation errors. Check the highlighted elements.",
1776
1822
  "alreadyExistsNotification": "Process definition already exists",
1777
1823
  "deleteNotification": "Process deleted successfully",
1778
1824
  "upload": {
@@ -1789,7 +1835,22 @@
1789
1835
  "replaceConfirm": "Replace"
1790
1836
  },
1791
1837
  "canInitializeDocument": "Starts case",
1792
- "startableByUser": "Startable by user"
1838
+ "startableByUser": "Startable by user",
1839
+ "expressionErrors": {
1840
+ "MISSING_EL_MARKERS": "Expression must use ${...} or #{...} syntax",
1841
+ "UNCLOSED_PARENTHESIS": "Expression has an unclosed parenthesis '('",
1842
+ "UNCLOSED_BRACE": "Expression is missing a closing brace '}'",
1843
+ "UNCLOSED_BRACKET": "Expression has an unclosed bracket '['",
1844
+ "MISMATCHED_DELIMITER": "Expression has mismatched brackets or braces",
1845
+ "INCOMPLETE_EXPRESSION": "Expression is incomplete",
1846
+ "INVALID_SYNTAX": "Expression has invalid syntax",
1847
+ "BEAN_NOT_FOUND": "Referenced bean does not exist"
1848
+ },
1849
+ "warningConfirmation": {
1850
+ "title": "Process has warnings",
1851
+ "content": "The process definition contains warnings. Are you sure you want to save it without resolving the warnings?",
1852
+ "confirm": "Save anyway"
1853
+ }
1793
1854
  },
1794
1855
  "processCaseConnection": {
1795
1856
  "noProcessesTitle": "No processes",
@@ -2263,6 +2324,7 @@
2263
2324
  "defaultSort": "Default Sort",
2264
2325
  "defaultSortTitle": "Default Sort (optional)",
2265
2326
  "defaultSortTooltip": "If this field has a value, the table will be sorted by default on this property, in the direction specified. Only one column at a time can have this property. On creating a new column, if another column already has a default sort specified, this input field will be disabled.",
2327
+ "defaultSortDisabledNotice": "Another column already has a default sort configured. Only one column can have a default sort at a time. Remove the existing default sort to enable this field.",
2266
2328
  "selectDefaultSort": "Select a default sort",
2267
2329
  "sortableYes": "Yes",
2268
2330
  "sortableNo": "No",
@@ -2498,6 +2560,9 @@
2498
2560
  "key": "Role key",
2499
2561
  "add": "Add new role",
2500
2562
  "name": "Role name",
2563
+ "selectRole": "Select a role",
2564
+ "chooseFromList": "Choose from list",
2565
+ "enterManually": "Enter manually",
2501
2566
  "deleteModalContent": "Are you sure you want to delete these roles and all underlying permissions? This action cannot be undone.",
2502
2567
  "editMetadata": "Edit metadata",
2503
2568
  "editRole": "Edit Role",
@@ -2511,6 +2576,7 @@
2511
2576
  },
2512
2577
  "tabs": {
2513
2578
  "summary": "Summary",
2579
+ "editor": "Editor",
2514
2580
  "jsonEditor": "JSON editor"
2515
2581
  }
2516
2582
  },
@@ -2537,16 +2603,32 @@
2537
2603
  "operatonTask": "Task"
2538
2604
  },
2539
2605
  "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"
2606
+ "view": "View",
2607
+ "view_list": "View list",
2608
+ "create": "Create",
2609
+ "modify": "Modify",
2610
+ "delete": "Delete",
2611
+ "assign": "Assign",
2612
+ "assignable": "Be assigned to",
2613
+ "claim": "Claim",
2614
+ "complete": "Complete",
2615
+ "export": "Export",
2616
+ "inspect": "Inspect",
2617
+ "inspect_modify": "Inspect and modify"
2618
+ },
2619
+ "actionDescriptions": {
2620
+ "view": "Open and read a single resource.",
2621
+ "view_list": "See the resource in lists and search results.",
2622
+ "create": "Create a new resource.",
2623
+ "modify": "Change an existing resource.",
2624
+ "delete": "Permanently remove a resource.",
2625
+ "assign": "Assign the resource to a user.",
2626
+ "assignable": "Be selectable as the assignee of the resource.",
2627
+ "claim": "Claim the resource to work on it yourself.",
2628
+ "complete": "Mark the resource as completed.",
2629
+ "export": "Export the resource's data.",
2630
+ "inspect": "View the resource's details without changing it.",
2631
+ "inspect_modify": "View the resource's details and change it."
2550
2632
  },
2551
2633
  "filter": {
2552
2634
  "resourceType": "Resource type",
@@ -2554,6 +2636,77 @@
2554
2636
  "allResourceTypes": "All resource types",
2555
2637
  "allActions": "All actions"
2556
2638
  },
2639
+ "editor": {
2640
+ "permission": "Permission",
2641
+ "permissions": "Permissions",
2642
+ "newPermission": "New permission",
2643
+ "hasConditions": "Conditions",
2644
+ "hasContext": "Context",
2645
+ "preview": {
2646
+ "actions": "Actions",
2647
+ "includes": "Includes"
2648
+ },
2649
+ "addPermission": "Add permission",
2650
+ "removePermission": "Remove permission",
2651
+ "removePermissionModal": {
2652
+ "title": "Remove permission?",
2653
+ "content": "This permission is removed from the list. It is not actually deleted until you save the whole set of permissions."
2654
+ },
2655
+ "resourceAndActions": "Resource & actions",
2656
+ "resourceActionsHint": "Choose the resource this permission applies to and the actions it grants.",
2657
+ "permissionsHint": "You're configuring a permission on {{resource}} for the {{role}} role. Only options the system supports can be selected.",
2658
+ "permissionsHintNew": "You're configuring a permission for the {{role}} role. Only options the system supports can be selected.",
2659
+ "resourceType": "Resource type",
2660
+ "resourceTypePlaceholder": "Select a resource type",
2661
+ "actions": "Allowed actions",
2662
+ "noActions": "No actions are available for this resource type.",
2663
+ "conditions": "Conditions",
2664
+ "conditionsHint": "Access is only granted when all conditions are met. Leave empty to always grant access.",
2665
+ "conditionType": "Condition type",
2666
+ "conditionTypes": {
2667
+ "field": "Field",
2668
+ "expression": "JSON field",
2669
+ "container": "Related resource"
2670
+ },
2671
+ "field": "Field to read from",
2672
+ "fieldPlaceholder": "Select a field",
2673
+ "operator": "Operator to compare with",
2674
+ "value": "Value to compare to",
2675
+ "valuePlaceholder": "e.g. null, true, 42, ${currentUserId} or [\"OPEN\", \"CLOSED\"]",
2676
+ "path": "JSON path",
2677
+ "pathPlaceholder": "e.g. /root/status",
2678
+ "clazz": "Value type (class)",
2679
+ "clazzPlaceholder": "e.g. java.lang.String",
2680
+ "valueTypeFromList": "Choose from list",
2681
+ "valueTypeManual": "Enter manually",
2682
+ "relatedResource": "Related resource",
2683
+ "relatedResourcePlaceholder": "Select a related resource",
2684
+ "addCondition": "Add condition",
2685
+ "contextSection": "Context",
2686
+ "contextHint": "Choose whether and how context affects this permission.",
2687
+ "contextModeNone": "No restriction",
2688
+ "contextModeNoContext": "Only without context",
2689
+ "contextModeSpecific": "Specific context",
2690
+ "noContextHint": "This permission only applies when the resource is accessed on its own — not within any related resource.",
2691
+ "contextResourceType": "Context resource",
2692
+ "contextResourceTypePlaceholder": "Select a context resource",
2693
+ "empty": {
2694
+ "title": "No permissions yet",
2695
+ "message": "Add a permission to start granting this role access to resources."
2696
+ },
2697
+ "tooltips": {
2698
+ "resourceType": "The type of resource this permission grants access to. For example: a case definition, document or task.",
2699
+ "actions": "What this role is allowed to do with the resource. For example: view, modify or delete. At least one must be selected.",
2700
+ "conditionType": "Field compares a property of the resource. JSON field reads a value at a JSON path inside the field's JSON content. Related resource checks a linked resource (e.g. the document of a case).",
2701
+ "field": "A property of the resource to check. For example: name, createdBy or active.",
2702
+ "operator": "How the field is compared to the value. For example: equals, is one of, or contains.",
2703
+ "value": "The value to compare against — e.g. text like OPEN, a number like 42, true/false, or one of the supported placeholders: ${currentUserId}, ${currentUsername}, ${currentUserEmail}, ${currentUserRoles}, ${currentUserTeams}. For the 'is one of' and 'contains' operators, enter a JSON array such as [\"OPEN\", \"CLOSED\"]. Type null for no value — the field may not be left empty.",
2704
+ "path": "A JSON path into the content of the field chosen in 'Field to read from'. For example: /root/status or /aanvrager/bsn.",
2705
+ "clazz": "The fully-qualified Java type of the value. For example: java.lang.String or java.lang.Boolean.",
2706
+ "relatedResource": "The linked resource to evaluate the nested conditions against. For example: the document attached to a case.",
2707
+ "contextResourceType": "Only grant this permission when the resource is accessed within another resource. For example: documents within a specific case definition."
2708
+ }
2709
+ },
2557
2710
  "overview": {
2558
2711
  "canDo": "Can",
2559
2712
  "can": "can",
@@ -2566,7 +2719,7 @@
2566
2719
  "where": "where",
2567
2720
  "atJsonPath": "at JSON path",
2568
2721
  "inContextOf": "in the context of",
2569
- "noContext": "without context",
2722
+ "noContext": "Without context",
2570
2723
  "customField": "(custom field)",
2571
2724
  "customResource": "(custom resource)",
2572
2725
  "noAccess": "No access",
@@ -2847,6 +3000,11 @@
2847
3000
  "noWidgetsDescription": "There are no widgets configured for this tab, or you don't have the rights to view them.",
2848
3001
  "noWidget": "Widget not found",
2849
3002
  "noCustomComponentDescription": "The custom component configured for this widget is not available.",
3003
+ "image": {
3004
+ "noImage": "No image found",
3005
+ "openInNewTab": "Open in new tab",
3006
+ "download": "Download"
3007
+ },
2850
3008
  "map": {
2851
3009
  "title": "Map"
2852
3010
  },
@@ -3084,10 +3242,6 @@
3084
3242
  "title": "Application title as suffix",
3085
3243
  "description": "Append the application title as a suffix to the browser tab title."
3086
3244
  },
3087
- "experimentalDmnEditing": {
3088
- "title": "Experimental DMN editing",
3089
- "description": "Enable the experimental DMN decision table editor."
3090
- },
3091
3245
  "disableCaseCount": {
3092
3246
  "title": "Disable case count",
3093
3247
  "description": "Hide the case count badge in the menu sidebar."
@@ -3139,6 +3293,10 @@
3139
3293
  "enableIkoType": {
3140
3294
  "title": "Enable IKO type",
3141
3295
  "description": "Enable the IKO (Informatie Kanaal Objecten) integration type."
3296
+ },
3297
+ "menuCollapsedByDefault": {
3298
+ "title": "Menu collapsed by default",
3299
+ "description": "Start with the navigation menu collapsed instead of expanded."
3142
3300
  }
3143
3301
  }
3144
3302
  }
@@ -44,6 +44,13 @@
44
44
  "content": "Weet je zeker dat je van tabblad wilt wisselen? Alle gemaakte selecties gaan verloren.",
45
45
  "confirm": "Tabblad wisselen"
46
46
  },
47
+ "draftProcessConfirmation": {
48
+ "title": "Concept-proces starten",
49
+ "warningTitle": "Waarschuwing: Concept-proces",
50
+ "warningDescription": "Deze procesdefinitie is nog in concept en werkt mogelijk niet zoals verwacht.",
51
+ "confirm": "Toch starten",
52
+ "cancel": "Annuleren"
53
+ },
47
54
  "noResults": {
48
55
  "ALL": {"description": "Er is hier niets te doen.", "title": "Er zijn geen dossiers"},
49
56
  "MINE": {"description": "Even pauze.", "title": "Er zijn geen dossiers aan jou toegewezen"},
@@ -688,8 +695,25 @@
688
695
  "fileUploaderDescription": "Alleen bestanden met de extensie .dmn zijn toegestaan.",
689
696
  "fileUploaderButton": "Kies DMN-bestand"
690
697
  },
698
+ "create": "Creëer DMN-tabel",
699
+ "createModal": {
700
+ "title": "Beslistabel aanmaken",
701
+ "name": "Naam",
702
+ "namePlaceholder": "bijv. Geschiktheidsbeslissing",
703
+ "nameRequired": "Naam is verplicht",
704
+ "inputVariables": "Inputvariabelen (optioneel)",
705
+ "inputVariablesHelper": "Inputkolommen zijn optioneel - je mag dit leeg laten. Voor elke rij die je toevoegt is de procesvariabele verplicht; het label is optioneel en de naam van de procesvariabele wordt als kolomkop gebruikt als je het leeg laat. Je kunt deze later in de editor aanpassen.",
706
+ "inputLabel": "Label (optioneel)",
707
+ "inputExpression": "Procesvariabele (verplicht)",
708
+ "inputExpressionRequired": "Een procesvariabele is verplicht voor elke inputkolom.",
709
+ "addInputVariable": "Inputvariabele toevoegen"
710
+ },
711
+ "editModal": {
712
+ "title": "Beslistabel bewerken"
713
+ },
691
714
  "version": "Versie",
692
715
  "deploy": "Opslaan",
716
+ "readOnly": "Alleen-lezen",
693
717
  "loadFailure": "Er is iets misgegaan bij het laden van de beslistabel.",
694
718
  "deploySuccess": "De beslistabel is succesvol opgeslagen.",
695
719
  "deployFailure": "Er is iets misgegaan bij het opslaan van de beslistabel.",
@@ -702,6 +726,7 @@
702
726
  },
703
727
  "message": {"empty": "Geen resultaat gevonden"},
704
728
  "cta": {"close": "Sluiten", "moreDetails": "Meer details"},
729
+ "carousel": {"previous": "Vorige", "next": "Volgende", "goToSlide": "Ga naar dia"},
705
730
  "formManagement": {
706
731
  "noFormDefinitionFoundAdmin": "Er is geen formulier gekoppeld aan de start event/user task. Druk op de knop om deze te configureren.",
707
732
  "noFormDefinitionFoundUser": "Er is geen formulier gekoppeld aan de start event/user task. Vraag een beheerder om hulp.",
@@ -872,7 +897,8 @@
872
897
  "notFinalizableWarning": {
873
898
  "title": "Deze dossierdefinitie kan niet definitief worden gemaakt.",
874
899
  "BUILDING_BLOCK_NOT_FINAL": "De dossierdefinitie maakt gebruik van concept-bouwblokken. Om deze dossierdefinitie definitief te kunnen maken, moeten alle bouwblokken die het gebruikt definitief zijn.",
875
- "CONFIGURATION_ISSUES": "De dossierdefinitie bevat onopgeloste configuratieproblemen. Controleer en los alle configuratiewaarschuwingen op voordat u deze definitief maakt."
900
+ "CONFIGURATION_ISSUES": "De dossierdefinitie bevat onopgeloste configuratieproblemen. Controleer en los alle configuratiewaarschuwingen op voordat u deze definitief maakt.",
901
+ "PROCESS_DEFINITION_IN_DRAFT": "De dossierdefinitie bevat procesdefinities die nog in concept zijn. Maak alle procesdefinities definitief voordat u de dossierdefinitie definitief maakt."
876
902
  }
877
903
  },
878
904
  "environmentConfig": {
@@ -1290,6 +1316,10 @@
1290
1316
  "title": "Markering",
1291
1317
  "description": "Een kleine widget die één waarde of een aantal benadrukt"
1292
1318
  },
1319
+ "image": {
1320
+ "title": "Afbeelding",
1321
+ "description": "Toon een geüploade afbeelding"
1322
+ },
1293
1323
  "generic": {
1294
1324
  "title": "Generieke widgets",
1295
1325
  "description": "Breed toepasbaar — koppel ze aan elke gegevensstructuur (velden, tabellen, collecties). Meer configuratie, maar geen beperkingen op wat ze kunnen tonen."
@@ -1484,6 +1514,13 @@
1484
1514
  "valuePlaceholder": "Selecteer of typ een pad",
1485
1515
  "valueHelper": "Toont de waarde op dit pad. Als het een array is, wordt het aantal elementen weergegeven.",
1486
1516
  "accentColor": "Accentkleur"
1517
+ },
1518
+ "image": {
1519
+ "description": "",
1520
+ "value": "Waarde",
1521
+ "valuePlaceholder": "Selecteer of typ een pad",
1522
+ "valueHelper": "Toont de afbeelding op dit pad. Het pad moet verwijzen naar een geüploade bestandsresource.",
1523
+ "displayAsCarousel": "Weergeven als carrousel"
1487
1524
  }
1488
1525
  },
1489
1526
  "filters": {
@@ -1801,6 +1838,15 @@
1801
1838
  },
1802
1839
  "successNotification": "Proces succesvol gepubliceerd",
1803
1840
  "errorNotification": "Er ging iets mis bij het publiceren van het proces",
1841
+ "validate": "Valideren",
1842
+ "validationSuccessNotification": "Procesdefinitie is geldig",
1843
+ "validationWarningNotification": "Procesdefinitie bevat waarschuwingen",
1844
+ "draft": "Concept",
1845
+ "status": "Status",
1846
+ "draftTooltip": "Wanneer ingeschakeld wordt de procesdefinitie opgeslagen als concept. Concepten worden niet gevalideerd en kunnen niet worden gestart.",
1847
+ "validationErrors": "Validatiefouten",
1848
+ "validationErrorsCount": "Validatiefouten ({{count}})",
1849
+ "validationErrorNotification": "Procesdefinitie bevat validatiefouten. Controleer de gemarkeerde elementen.",
1804
1850
  "alreadyExistsNotification": "Procesdefinitie bestaat al",
1805
1851
  "deleteNotification": "Proces succesvol verwijderd",
1806
1852
  "upload": {
@@ -1817,7 +1863,22 @@
1817
1863
  "replaceConfirm": "Vervangen"
1818
1864
  },
1819
1865
  "canInitializeDocument": "Start een dossier",
1820
- "startableByUser": "Door gebruiker te starten"
1866
+ "startableByUser": "Door gebruiker te starten",
1867
+ "expressionErrors": {
1868
+ "MISSING_EL_MARKERS": "Expressie moet ${...} of #{...} syntax gebruiken",
1869
+ "UNCLOSED_PARENTHESIS": "Expressie heeft een niet-gesloten haakje '('",
1870
+ "UNCLOSED_BRACE": "Expressie mist een sluitende accolade '}'",
1871
+ "UNCLOSED_BRACKET": "Expressie heeft een niet-gesloten blokhaak '['",
1872
+ "MISMATCHED_DELIMITER": "Expressie heeft niet-overeenkomende haakjes of accolades",
1873
+ "INCOMPLETE_EXPRESSION": "Expressie is onvolledig",
1874
+ "INVALID_SYNTAX": "Expressie heeft ongeldige syntax",
1875
+ "BEAN_NOT_FOUND": "Gerefereerde bean bestaat niet"
1876
+ },
1877
+ "warningConfirmation": {
1878
+ "title": "Proces bevat waarschuwingen",
1879
+ "content": "De procesdefinitie bevat waarschuwingen. Weet u zeker dat u wilt opslaan zonder de waarschuwingen op te lossen?",
1880
+ "confirm": "Toch opslaan"
1881
+ }
1821
1882
  },
1822
1883
  "processCaseConnection": {
1823
1884
  "noProcessesTitle": "Geen processen",
@@ -2290,6 +2351,7 @@
2290
2351
  "defaultSort": "Standaardsortering",
2291
2352
  "defaultSortTitle": "Standaardsortering (optioneel)",
2292
2353
  "defaultSortTooltip": "Als dit veld een waarde heeft, wordt de tabel standaard gesorteerd op deze eigenschap, in de opgegeven richting. Slechts één kolom tegelijk kan deze eigenschap hebben. Bij het aanmaken van een nieuwe kolom, als voor een andere kolom al een standaardsortering is opgegeven, is dit invoerveld uitgeschakeld.",
2354
+ "defaultSortDisabledNotice": "Voor een andere kolom is al een standaardsortering ingesteld. Slechts één kolom tegelijk kan een standaardsortering hebben. Verwijder de bestaande standaardsortering om dit veld in te kunnen vullen.",
2293
2355
  "selectDefaultSort": "Selecteer een standaard sortering",
2294
2356
  "sortableYes": "Ja",
2295
2357
  "sortableNo": "Nee",
@@ -2531,6 +2593,9 @@
2531
2593
  "key": "Rol-key",
2532
2594
  "add": "Nieuwe rol toevoegen",
2533
2595
  "name": "Rol-naam",
2596
+ "selectRole": "Selecteer een rol",
2597
+ "chooseFromList": "Kies uit lijst",
2598
+ "enterManually": "Handmatig invoeren",
2534
2599
  "deleteModalContent": "Weet u zeker dat u deze rollen en alle onderliggende machtigingen wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.",
2535
2600
  "editMetadata": "Metadata bewerken",
2536
2601
  "editRole": "Rol bewerken",
@@ -2544,6 +2609,7 @@
2544
2609
  },
2545
2610
  "tabs": {
2546
2611
  "summary": "Samenvatting",
2612
+ "editor": "Editor",
2547
2613
  "jsonEditor": "JSON-editor"
2548
2614
  }
2549
2615
  },
@@ -2570,16 +2636,32 @@
2570
2636
  "operatonTask": "Taak"
2571
2637
  },
2572
2638
  "actions": {
2573
- "view": "bekijken",
2574
- "view_list": "lijst bekijken",
2575
- "create": "aanmaken",
2576
- "modify": "wijzigen",
2577
- "delete": "verwijderen",
2578
- "assign": "toewijzen",
2579
- "assignable": "toewijsbaar",
2580
- "claim": "claimen",
2581
- "complete": "afronden",
2582
- "export": "exporteren"
2639
+ "view": "Bekijken",
2640
+ "view_list": "Lijst bekijken",
2641
+ "create": "Aanmaken",
2642
+ "modify": "Wijzigen",
2643
+ "delete": "Verwijderen",
2644
+ "assign": "Toewijzen",
2645
+ "assignable": "Toewijsbaar",
2646
+ "claim": "Claimen",
2647
+ "complete": "Afronden",
2648
+ "export": "Exporteren",
2649
+ "inspect": "Inspecteren",
2650
+ "inspect_modify": "Inspecteren en wijzigen"
2651
+ },
2652
+ "actionDescriptions": {
2653
+ "view": "Een enkele resource openen en bekijken.",
2654
+ "view_list": "De resource in lijsten en zoekresultaten zien.",
2655
+ "create": "Een nieuwe resource aanmaken.",
2656
+ "modify": "Een bestaande resource wijzigen.",
2657
+ "delete": "Een resource permanent verwijderen.",
2658
+ "assign": "De resource aan een gebruiker toewijzen.",
2659
+ "assignable": "Selecteerbaar zijn als behandelaar van de resource.",
2660
+ "claim": "De resource claimen om er zelf aan te werken.",
2661
+ "complete": "De resource als afgerond markeren.",
2662
+ "export": "De gegevens van de resource exporteren.",
2663
+ "inspect": "De details van de resource bekijken zonder te wijzigen.",
2664
+ "inspect_modify": "De details van de resource bekijken en wijzigen."
2583
2665
  },
2584
2666
  "filter": {
2585
2667
  "resourceType": "Resource-type",
@@ -2587,6 +2669,77 @@
2587
2669
  "allResourceTypes": "Alle resource-types",
2588
2670
  "allActions": "Alle acties"
2589
2671
  },
2672
+ "editor": {
2673
+ "permission": "Permissie",
2674
+ "permissions": "Permissies",
2675
+ "newPermission": "Nieuwe permissie",
2676
+ "hasConditions": "Voorwaarden",
2677
+ "hasContext": "Context",
2678
+ "preview": {
2679
+ "actions": "Acties",
2680
+ "includes": "Bevat"
2681
+ },
2682
+ "addPermission": "Permissie toevoegen",
2683
+ "removePermission": "Permissie verwijderen",
2684
+ "removePermissionModal": {
2685
+ "title": "Permissie verwijderen?",
2686
+ "content": "Deze permissie wordt uit de lijst verwijderd. Ze wordt pas echt verwijderd wanneer je de volledige set permissies opslaat."
2687
+ },
2688
+ "resourceAndActions": "Resource & acties",
2689
+ "resourceActionsHint": "Kies de resource waarop deze permissie van toepassing is en de acties die het verleent.",
2690
+ "permissionsHint": "Je stelt een permissie op {{resource}} in voor de rol {{role}}. Alleen opties die het systeem ondersteunt kunnen worden geselecteerd.",
2691
+ "permissionsHintNew": "Je stelt een permissie in voor de rol {{role}}. Alleen opties die het systeem ondersteunt kunnen worden geselecteerd.",
2692
+ "resourceType": "Resource-type",
2693
+ "resourceTypePlaceholder": "Selecteer een resource-type",
2694
+ "actions": "Toegestane acties",
2695
+ "noActions": "Er zijn geen acties beschikbaar voor dit resource-type.",
2696
+ "conditions": "Voorwaarden",
2697
+ "conditionsHint": "Toegang wordt alleen verleend wanneer aan alle voorwaarden wordt voldaan. Laat leeg om altijd toegang te verlenen.",
2698
+ "conditionType": "Type voorwaarde",
2699
+ "conditionTypes": {
2700
+ "field": "Veld",
2701
+ "expression": "JSON-veld",
2702
+ "container": "Gerelateerde resource"
2703
+ },
2704
+ "field": "Veld om uit te lezen",
2705
+ "fieldPlaceholder": "Selecteer een veld",
2706
+ "operator": "Operator om te vergelijken",
2707
+ "value": "Waarde om mee te vergelijken",
2708
+ "valuePlaceholder": "bijv. null, true, 42, ${currentUserId} of [\"OPEN\", \"CLOSED\"]",
2709
+ "path": "JSON-pad",
2710
+ "pathPlaceholder": "bijv. /root/status",
2711
+ "clazz": "Waardetype (class)",
2712
+ "clazzPlaceholder": "bijv. java.lang.String",
2713
+ "valueTypeFromList": "Kies uit lijst",
2714
+ "valueTypeManual": "Handmatig invoeren",
2715
+ "relatedResource": "Gerelateerde resource",
2716
+ "relatedResourcePlaceholder": "Selecteer een gerelateerde resource",
2717
+ "addCondition": "Voorwaarde toevoegen",
2718
+ "contextSection": "Context",
2719
+ "contextHint": "Bepaal of en hoe context invloed heeft op deze permissie.",
2720
+ "contextModeNone": "Geen beperking",
2721
+ "contextModeNoContext": "Alleen zonder context",
2722
+ "contextModeSpecific": "Specifieke context",
2723
+ "noContextHint": "Deze permissie geldt alleen wanneer de resource op zichzelf wordt benaderd — niet binnen een gerelateerde resource.",
2724
+ "contextResourceType": "Context-resource",
2725
+ "contextResourceTypePlaceholder": "Selecteer een context-resource",
2726
+ "empty": {
2727
+ "title": "Nog geen permissies",
2728
+ "message": "Voeg een permissie toe om deze rol toegang tot resources te geven."
2729
+ },
2730
+ "tooltips": {
2731
+ "resourceType": "Het type resource waarvoor deze permissie toegang geeft. Bijvoorbeeld: een zaakdefinitie, document of taak.",
2732
+ "actions": "Wat deze rol met de resource mag doen. Bijvoorbeeld: bekijken, wijzigen of verwijderen. Er moet minstens één geselecteerd zijn.",
2733
+ "conditionType": "Veld vergelijkt een eigenschap van de resource. JSON-veld leest een waarde op een JSON-pad in de JSON-inhoud van het veld. Gerelateerde resource controleert een gekoppelde resource (bijv. het document van een zaak).",
2734
+ "field": "Een eigenschap van de resource om te controleren. Bijvoorbeeld: name, createdBy of active.",
2735
+ "operator": "Hoe het veld met de waarde wordt vergeleken. Bijvoorbeeld: is gelijk aan, is een van, of bevat.",
2736
+ "value": "De waarde om mee te vergelijken — bijv. tekst zoals OPEN, een getal zoals 42, true/false, of een van de ondersteunde placeholders: ${currentUserId}, ${currentUsername}, ${currentUserEmail}, ${currentUserRoles}, ${currentUserTeams}. Voor de operatoren 'is een van' en 'bevat' voer je een JSON-array in, zoals [\"OPEN\", \"CLOSED\"]. Typ null voor geen waarde — het veld mag niet leeg zijn.",
2737
+ "path": "Een JSON-pad in de inhoud van het veld dat is gekozen bij 'Veld om uit te lezen'. Bijvoorbeeld: /root/status of /aanvrager/bsn.",
2738
+ "clazz": "Het volledige Java-type van de waarde. Bijvoorbeeld: java.lang.String of java.lang.Boolean.",
2739
+ "relatedResource": "De gekoppelde resource waartegen de geneste voorwaarden worden geëvalueerd. Bijvoorbeeld: het document dat aan een zaak hangt.",
2740
+ "contextResourceType": "Verleen deze permissie alleen wanneer de resource binnen een andere resource wordt benaderd. Bijvoorbeeld: documenten binnen een specifieke zaakdefinitie."
2741
+ }
2742
+ },
2590
2743
  "overview": {
2591
2744
  "canDo": "Kan",
2592
2745
  "can": "kan",
@@ -2599,7 +2752,7 @@
2599
2752
  "where": "waar",
2600
2753
  "atJsonPath": "op JSON-pad",
2601
2754
  "inContextOf": "in de context van",
2602
- "noContext": "zonder context",
2755
+ "noContext": "Zonder context",
2603
2756
  "customField": "(aangepast veld)",
2604
2757
  "customResource": "(aangepaste resource)",
2605
2758
  "noAccess": "Geen toegang",
@@ -2880,6 +3033,11 @@
2880
3033
  "noWidgetsDescription": "Er zijn geen widgets geconfigureerd voor dit tabblad, of je hebt niet de juiste rechten om deze te zien.",
2881
3034
  "noWidget": "Widget niet beschikbaar",
2882
3035
  "noCustomComponentDescription": "De component die geconfigureerd is voor deze widget kon niet gevonden worden.",
3036
+ "image": {
3037
+ "noImage": "Geen afbeelding gevonden",
3038
+ "openInNewTab": "Openen in nieuw tabblad",
3039
+ "download": "Downloaden"
3040
+ },
2883
3041
  "map": {
2884
3042
  "title": "Kaart"
2885
3043
  },
@@ -3117,10 +3275,6 @@
3117
3275
  "title": "Applicatietitel als achtervoegsel",
3118
3276
  "description": "Voeg de applicatietitel toe als achtervoegsel aan de browsertabtitel."
3119
3277
  },
3120
- "experimentalDmnEditing": {
3121
- "title": "Experimentele DMN-bewerking",
3122
- "description": "Schakel de experimentele DMN-beslissingstabeleditor in."
3123
- },
3124
3278
  "disableCaseCount": {
3125
3279
  "title": "Dossiertelling uitschakelen",
3126
3280
  "description": "Verberg het aantal dossiers in het menu."
@@ -3172,6 +3326,10 @@
3172
3326
  "enableIkoType": {
3173
3327
  "title": "IKO-type inschakelen",
3174
3328
  "description": "Schakel het IKO (Informatie Kanaal Objecten) integratietype in."
3329
+ },
3330
+ "menuCollapsedByDefault": {
3331
+ "title": "Menu standaard ingeklapt",
3332
+ "description": "Start met het navigatiemenu ingeklapt in plaats van uitgeklapt."
3175
3333
  }
3176
3334
  }
3177
3335
  }