@valtimo/shared 13.22.0 → 13.24.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.
- package/assets/core/en.json +155 -12
- package/assets/core/nl.json +164 -12
- package/fesm2022/valtimo-shared.mjs +50 -48
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/generated/generated-backend-types.d.ts +83 -42
- package/lib/generated/generated-backend-types.d.ts.map +1 -1
- package/lib/models/config.d.ts +4 -2
- package/lib/models/config.d.ts.map +1 -1
- package/lib/models/search.model.d.ts +1 -1
- package/lib/models/search.model.d.ts.map +1 -1
- package/package.json +3 -3
package/assets/core/en.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"modal": {
|
|
26
26
|
"confirm": "Assign",
|
|
27
27
|
"selectLabel": "Assign to user",
|
|
28
|
+
"selectTeamLabel": "Assign to team",
|
|
28
29
|
"selectPlaceholder": "Choose an option",
|
|
29
30
|
"title": "Assign selected cases to",
|
|
30
31
|
"warningTitle": "Warning",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"ALL": {"description": "There is nothing to do here.", "title": "There are no cases"},
|
|
47
48
|
"MINE": {"description": "Time for a short break.", "title": "No cases assigned to you"},
|
|
48
49
|
"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"},
|
|
49
51
|
"search": {
|
|
50
52
|
"description": "There are no cases that match your search criteria.",
|
|
51
53
|
"title": "No cases found"
|
|
@@ -75,6 +77,7 @@
|
|
|
75
77
|
"MINE": "My cases",
|
|
76
78
|
"OPEN": "Unassigned cases",
|
|
77
79
|
"ALL": "All cases",
|
|
80
|
+
"TEAM": "Team cases",
|
|
78
81
|
"componentNotFound": "Tab component not found",
|
|
79
82
|
"componentNotFoundMessage": "No component has been found for this tab. Please contact your system administrator."
|
|
80
83
|
},
|
|
@@ -232,6 +235,7 @@
|
|
|
232
235
|
"delete": "Delete",
|
|
233
236
|
"download": "Download",
|
|
234
237
|
"edit": "Edit",
|
|
238
|
+
"preview": "Preview",
|
|
235
239
|
"application/octet-stream": "Unknown",
|
|
236
240
|
"application/json": "JSON",
|
|
237
241
|
"application/msword": "DOC",
|
|
@@ -569,6 +573,14 @@
|
|
|
569
573
|
"description": "Description"
|
|
570
574
|
}
|
|
571
575
|
},
|
|
576
|
+
"importOrigin": {
|
|
577
|
+
"title": "Import origin",
|
|
578
|
+
"fields": {
|
|
579
|
+
"originalKey": "Original key",
|
|
580
|
+
"originalName": "Original name",
|
|
581
|
+
"originalVersionTag": "Original version"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
572
584
|
"notFinalizableWarning": {
|
|
573
585
|
"title": "This case definition cannot be finalized.",
|
|
574
586
|
"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.",
|
|
@@ -620,6 +632,7 @@
|
|
|
620
632
|
"general": "General",
|
|
621
633
|
"cases": "Configuration",
|
|
622
634
|
"processes": "Processes",
|
|
635
|
+
"actions": "Actions",
|
|
623
636
|
"document": "Document",
|
|
624
637
|
"zgw": "ZGW",
|
|
625
638
|
"forms": "Forms",
|
|
@@ -703,32 +716,83 @@
|
|
|
703
716
|
}
|
|
704
717
|
},
|
|
705
718
|
"tabType": {"custom": "Custom", "formio": "FormIO", "standard": "Standard"},
|
|
719
|
+
"actions": {
|
|
720
|
+
"columns": {
|
|
721
|
+
"name": "Name",
|
|
722
|
+
"type": "Type"
|
|
723
|
+
},
|
|
724
|
+
"addItem": "Add an action",
|
|
725
|
+
"noResults": "No actions configured",
|
|
726
|
+
"noResultsDescription": "No actions are configured for this case type.",
|
|
727
|
+
"infoNotification": {
|
|
728
|
+
"message": "Actions appear under the start button of an existing case and can be initiated at any time by the user."
|
|
729
|
+
},
|
|
730
|
+
"type": {
|
|
731
|
+
"PROCESS": "Process",
|
|
732
|
+
"BUILDING_BLOCK": "Building block"
|
|
733
|
+
},
|
|
734
|
+
"modal": {
|
|
735
|
+
"addTitle": "Add an action",
|
|
736
|
+
"addDescription": "Select a process or a building block for the user to start",
|
|
737
|
+
"addProcessTitle": "Add process as action",
|
|
738
|
+
"addBuildingBlockTitle": "Add building block as action",
|
|
739
|
+
"editProcessTitle": "Edit process action",
|
|
740
|
+
"editBuildingBlockTitle": "Edit building block action",
|
|
741
|
+
"selectProcess": "Select a process",
|
|
742
|
+
"selectBuildingBlock": "Select a building block",
|
|
743
|
+
"selectProcessDescription": "Select a process for the user to start",
|
|
744
|
+
"selectBuildingBlockDescription": "Select a building block for the user to start",
|
|
745
|
+
"filterPlaceholder": "Filter...",
|
|
746
|
+
"add": "Add",
|
|
747
|
+
"save": "Save",
|
|
748
|
+
"back": "Back",
|
|
749
|
+
"next": "Next",
|
|
750
|
+
"noProcessesAvailable": "No more processes available to configure as action",
|
|
751
|
+
"noBuildingBlocksAvailable": "No more building blocks available to configure as action"
|
|
752
|
+
},
|
|
753
|
+
"deleteModal": {
|
|
754
|
+
"title": "Delete action",
|
|
755
|
+
"content": "Are you sure you want to delete this action? This cannot be undone."
|
|
756
|
+
}
|
|
757
|
+
},
|
|
706
758
|
"importDefinition": {
|
|
707
759
|
"title": "Import case definition",
|
|
708
|
-
"overwriteWarning": "If your case definition contains configurations, models and/or definitions with the same name or identifier as already on your system, they will be overwritten.",
|
|
709
760
|
"startUpload": "Start upload",
|
|
710
|
-
"checkbox": {
|
|
711
|
-
"message": "I understand that configurations may be overwritten",
|
|
712
|
-
"error": "This field is mandatory"
|
|
713
|
-
},
|
|
714
761
|
"info": {
|
|
715
762
|
"title": "Attention",
|
|
716
763
|
"message": "Before importing, please make sure the plugin configurations that are referenced in process links are present."
|
|
717
764
|
},
|
|
718
765
|
"upload": {
|
|
719
766
|
"title": "Upload file",
|
|
720
|
-
"description": "Max file size is 500kb. Supported file
|
|
767
|
+
"description": "Max file size is 500kb. Supported file type is ZIP.",
|
|
721
768
|
"buttonText": "Select file"
|
|
722
769
|
},
|
|
723
770
|
"progressBar": {
|
|
724
771
|
"active": "This may take a while",
|
|
725
|
-
"error": "Unable to import case definition. Nothing was imported due to an error at our end. Please try again later.If the issue keeps happening, contact support.",
|
|
772
|
+
"error": "Unable to import case definition. Nothing was imported due to an error at our end. Please try again later. If the issue keeps happening, contact support.",
|
|
726
773
|
"finished": "Case definition successfully imported",
|
|
727
774
|
"label": "Importing case definition"
|
|
728
775
|
},
|
|
729
|
-
"
|
|
730
|
-
"
|
|
731
|
-
"
|
|
776
|
+
"invalidZipError": {
|
|
777
|
+
"title": "Invalid file",
|
|
778
|
+
"text": "The file could not be read as a valid case definition archive."
|
|
779
|
+
},
|
|
780
|
+
"configure": {
|
|
781
|
+
"draftTag": "Draft",
|
|
782
|
+
"finalTag": "Final",
|
|
783
|
+
"newVersionWarning": {
|
|
784
|
+
"title": "New version",
|
|
785
|
+
"message": "A case definition with this key already exists. This will be imported as a new version."
|
|
786
|
+
},
|
|
787
|
+
"existingDraftWarning": {
|
|
788
|
+
"title": "Warning",
|
|
789
|
+
"message": "A draft version with this key and version already exists. Importing will override the existing draft."
|
|
790
|
+
},
|
|
791
|
+
"overrideConfirm": "I understand that the existing draft will be overridden",
|
|
792
|
+
"existingFinalWarning": {
|
|
793
|
+
"title": "Cannot import",
|
|
794
|
+
"message": "A finalized version with this key and version already exists. Change the key to import under a different name."
|
|
795
|
+
}
|
|
732
796
|
},
|
|
733
797
|
"steps": {
|
|
734
798
|
"accessControl": {
|
|
@@ -1102,6 +1166,13 @@
|
|
|
1102
1166
|
"noColumns": {
|
|
1103
1167
|
"description": "Click here to configure a column for this document",
|
|
1104
1168
|
"title": "No configured columns"
|
|
1169
|
+
},
|
|
1170
|
+
"preview": {
|
|
1171
|
+
"downloadOriginal": "Download original",
|
|
1172
|
+
"modal": {
|
|
1173
|
+
"header": "Document preview"
|
|
1174
|
+
},
|
|
1175
|
+
"pdfViewerNotSupported": "Your browser does not support PDF viewing."
|
|
1105
1176
|
}
|
|
1106
1177
|
},
|
|
1107
1178
|
"notifications": {
|
|
@@ -1218,6 +1289,12 @@
|
|
|
1218
1289
|
"noResultsDescription": "Come back later.",
|
|
1219
1290
|
"noResultsTitle": "All tasks have been assigned"
|
|
1220
1291
|
},
|
|
1292
|
+
"team": {
|
|
1293
|
+
"title": "Team tasks",
|
|
1294
|
+
"description": "Overview of all tasks assigned to your teams",
|
|
1295
|
+
"noResultsDescription": "No tasks have been assigned to your teams yet.",
|
|
1296
|
+
"noResultsTitle": "No team tasks"
|
|
1297
|
+
},
|
|
1221
1298
|
"all": {
|
|
1222
1299
|
"title": "All tasks",
|
|
1223
1300
|
"description": "Overview of all tasks",
|
|
@@ -1543,6 +1620,19 @@
|
|
|
1543
1620
|
"fetchingUsers": "Fetching users...",
|
|
1544
1621
|
"submitButtonText": "Assign user to case"
|
|
1545
1622
|
},
|
|
1623
|
+
"assignment": {
|
|
1624
|
+
"assignThisCase": "Assign this case",
|
|
1625
|
+
"assignThisTask": "Assign this task",
|
|
1626
|
+
"clickToEdit": "Click to edit",
|
|
1627
|
+
"selectUser": "Select user",
|
|
1628
|
+
"selectTeam": "Select team",
|
|
1629
|
+
"confirm": "Confirm",
|
|
1630
|
+
"update": "Update",
|
|
1631
|
+
"unassign": "Unassign",
|
|
1632
|
+
"unassignAll": "Unassign all",
|
|
1633
|
+
"loading": "Loading...",
|
|
1634
|
+
"me": "me"
|
|
1635
|
+
},
|
|
1546
1636
|
"dropzone": {
|
|
1547
1637
|
"drop": "Choose a file or drag it here",
|
|
1548
1638
|
"maxFileSize": "Maximum file size: ",
|
|
@@ -1852,7 +1942,7 @@
|
|
|
1852
1942
|
"formDefinitionView": "The name of the form IO definition that will be used to display the object.",
|
|
1853
1943
|
"formDefinitionEdit": "The name of the form IO definition that will be used to edit the object.",
|
|
1854
1944
|
"showInDataMenu": "Indicates whether the object type is visible in the menu",
|
|
1855
|
-
"suppressOutbox": "When enabled, read flows this
|
|
1945
|
+
"suppressOutbox": "When enabled, read flows for this object type skip outbox message creation."
|
|
1856
1946
|
},
|
|
1857
1947
|
"cancel": "Cancel",
|
|
1858
1948
|
"add": "Add object",
|
|
@@ -1884,6 +1974,7 @@
|
|
|
1884
1974
|
},
|
|
1885
1975
|
"processLinkConfiguration": {
|
|
1886
1976
|
"configureStep": "Configure process step",
|
|
1977
|
+
"buildingBlockActionTitle": "Building block action: {{buildingBlockName}}",
|
|
1887
1978
|
"modalTitle": "Process step: {{processStepName}}",
|
|
1888
1979
|
"pluginConfiguration": "Plugin configuration: {{pluginConfigTitle}}",
|
|
1889
1980
|
"chooseProcessLinkTypeDescription": "A process step can perform a variety of actions. Choose below to what type of action you would like to link this step.",
|
|
@@ -2284,7 +2375,8 @@
|
|
|
2284
2375
|
"general": "General",
|
|
2285
2376
|
"document": "Document",
|
|
2286
2377
|
"processes": "Processes",
|
|
2287
|
-
"forms": "Forms"
|
|
2378
|
+
"forms": "Forms",
|
|
2379
|
+
"formFlows": "Form flows"
|
|
2288
2380
|
},
|
|
2289
2381
|
"formDefinition": {
|
|
2290
2382
|
"name": "Name"
|
|
@@ -2553,5 +2645,56 @@
|
|
|
2553
2645
|
"rootObject": "Root level",
|
|
2554
2646
|
"manageRequiredFields": "Manage required fields",
|
|
2555
2647
|
"requiredFields": "Required fields"
|
|
2648
|
+
},
|
|
2649
|
+
"teams": {
|
|
2650
|
+
"title": "Teams",
|
|
2651
|
+
"listColumns": {
|
|
2652
|
+
"name": "Name",
|
|
2653
|
+
"members": "Members"
|
|
2654
|
+
},
|
|
2655
|
+
"newTeam": "New team",
|
|
2656
|
+
"noResults": {
|
|
2657
|
+
"title": "There are no teams",
|
|
2658
|
+
"description": "No teams have been created yet"
|
|
2659
|
+
},
|
|
2660
|
+
"createEditModal": {
|
|
2661
|
+
"createTitle": "Create new team",
|
|
2662
|
+
"editTitle": "Edit team",
|
|
2663
|
+
"createDescription": "Create a new team of users to assign to cases and tasks",
|
|
2664
|
+
"teamName": "Team name",
|
|
2665
|
+
"teamNamePlaceholder": "Team name",
|
|
2666
|
+
"create": "Create team",
|
|
2667
|
+
"save": "Save team"
|
|
2668
|
+
},
|
|
2669
|
+
"deleteModal": {
|
|
2670
|
+
"title": "Delete team",
|
|
2671
|
+
"content": "Are you sure you want to delete this team? This action cannot be undone."
|
|
2672
|
+
},
|
|
2673
|
+
"detail": {
|
|
2674
|
+
"title": "Team detail",
|
|
2675
|
+
"more": "More",
|
|
2676
|
+
"editTeam": "Edit team",
|
|
2677
|
+
"deleteTeam": "Delete team",
|
|
2678
|
+
"addMember": "Add member",
|
|
2679
|
+
"removeMember": "Remove member",
|
|
2680
|
+
"memberColumns": {
|
|
2681
|
+
"name": "Name",
|
|
2682
|
+
"email": "E-mail"
|
|
2683
|
+
},
|
|
2684
|
+
"noMembers": {
|
|
2685
|
+
"title": "There are no members",
|
|
2686
|
+
"description": "No members have been added to this team yet"
|
|
2687
|
+
},
|
|
2688
|
+
"addMemberModal": {
|
|
2689
|
+
"selectMember": "Select member",
|
|
2690
|
+
"selectMemberPlaceholder": "Choose option(s)",
|
|
2691
|
+
"noUsersAvailable": "No available users found",
|
|
2692
|
+
"addToTeam": "Add to team"
|
|
2693
|
+
},
|
|
2694
|
+
"removeMemberModal": {
|
|
2695
|
+
"title": "Remove member",
|
|
2696
|
+
"content": "Are you sure you want to remove this member from the team?"
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2556
2699
|
}
|
|
2557
2700
|
}
|
package/assets/core/nl.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"modal": {
|
|
26
26
|
"confirm": "Toewijzen",
|
|
27
27
|
"selectLabel": "Toewijzen aan gebruiker",
|
|
28
|
+
"selectTeamLabel": "Toewijzen aan team",
|
|
28
29
|
"selectPlaceholder": "Kies een optie",
|
|
29
30
|
"title": "Wijs geselecteerde cases toe aan",
|
|
30
31
|
"warningTitle": "Waarschuwing",
|
|
@@ -49,6 +50,10 @@
|
|
|
49
50
|
"description": "Kom later nog eens terug.",
|
|
50
51
|
"title": "Alle dossiers hebben een behandelaar"
|
|
51
52
|
},
|
|
53
|
+
"TEAM": {
|
|
54
|
+
"description": "Er zijn nog geen dossiers aan je teams toegewezen.",
|
|
55
|
+
"title": "Geen teamdossiers"
|
|
56
|
+
},
|
|
52
57
|
"search": {
|
|
53
58
|
"description": "Er zijn geen dossiers die voldoen aan je zoekcriteria.",
|
|
54
59
|
"title": "Geen dossiers gevonden"
|
|
@@ -78,6 +83,7 @@
|
|
|
78
83
|
"MINE": "Mijn dossiers",
|
|
79
84
|
"OPEN": "Niet-toegewezen dossiers",
|
|
80
85
|
"ALL": "Alle dossiers",
|
|
86
|
+
"TEAM": "Teamdossiers",
|
|
81
87
|
"componentNotFound": "Tab-component niet gevonden",
|
|
82
88
|
"componentNotFoundMessage": "Er is geen component beschikbaar voor dit tabblad. Neem contact op met de systeembeheerder."
|
|
83
89
|
},
|
|
@@ -235,6 +241,7 @@
|
|
|
235
241
|
"delete": "Verwijderen",
|
|
236
242
|
"download": "Downloaden",
|
|
237
243
|
"edit": "Bewerken",
|
|
244
|
+
"preview": "Weergeven",
|
|
238
245
|
"application/octet-stream": "Onbekend",
|
|
239
246
|
"application/json": "JSON",
|
|
240
247
|
"application/msword": "DOC",
|
|
@@ -497,7 +504,13 @@
|
|
|
497
504
|
"setGlobalActiveVersionConfigurationIssuesWarning": "Deze versie heeft onopgeloste configuratieproblemen. Los deze op voordat u deze als actieve versie instelt.",
|
|
498
505
|
"globallyActive": "Globaal actief",
|
|
499
506
|
"unlinkProcess": "Ontkoppelen",
|
|
500
|
-
"listColumns": {
|
|
507
|
+
"listColumns": {
|
|
508
|
+
"name": "Naam",
|
|
509
|
+
"key": "Key",
|
|
510
|
+
"version": "Versie",
|
|
511
|
+
"draft": "Concept",
|
|
512
|
+
"status": "Status"
|
|
513
|
+
},
|
|
501
514
|
"needsConfiguration": "Configuratie vereist",
|
|
502
515
|
"inactive": "Inactief",
|
|
503
516
|
"globalActiveVersionModal": {
|
|
@@ -576,6 +589,14 @@
|
|
|
576
589
|
"description": "Beschrijving"
|
|
577
590
|
}
|
|
578
591
|
},
|
|
592
|
+
"importOrigin": {
|
|
593
|
+
"title": "Importherkomst",
|
|
594
|
+
"fields": {
|
|
595
|
+
"originalKey": "Oorspronkelijke sleutel",
|
|
596
|
+
"originalName": "Oorspronkelijke naam",
|
|
597
|
+
"originalVersionTag": "Oorspronkelijke versie"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
579
600
|
"notFinalizableWarning": {
|
|
580
601
|
"title": "Deze dossierdefinitie kan niet definitief worden gemaakt.",
|
|
581
602
|
"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.",
|
|
@@ -627,6 +648,7 @@
|
|
|
627
648
|
"general": "Algemeen",
|
|
628
649
|
"cases": "Configuratie",
|
|
629
650
|
"processes": "Processen",
|
|
651
|
+
"actions": "Acties",
|
|
630
652
|
"document": "Document",
|
|
631
653
|
"zgw": "ZGW",
|
|
632
654
|
"forms": "Formulieren",
|
|
@@ -710,21 +732,55 @@
|
|
|
710
732
|
}
|
|
711
733
|
},
|
|
712
734
|
"tabType": {"custom": "Inhoud", "formio": "FormIO", "standard": "Standaard"},
|
|
735
|
+
"actions": {
|
|
736
|
+
"columns": {
|
|
737
|
+
"name": "Naam",
|
|
738
|
+
"type": "Type"
|
|
739
|
+
},
|
|
740
|
+
"addItem": "Actie toevoegen",
|
|
741
|
+
"noResults": "Geen acties geconfigureerd",
|
|
742
|
+
"noResultsDescription": "Er zijn geen acties geconfigureerd voor dit dossiertype.",
|
|
743
|
+
"infoNotification": {
|
|
744
|
+
"message": "Acties verschijnen onder de startknop van een bestaand dossier en kunnen op elk moment door de gebruiker gestart worden."
|
|
745
|
+
},
|
|
746
|
+
"type": {
|
|
747
|
+
"PROCESS": "Proces",
|
|
748
|
+
"BUILDING_BLOCK": "Bouwblok"
|
|
749
|
+
},
|
|
750
|
+
"modal": {
|
|
751
|
+
"addTitle": "Actie toevoegen",
|
|
752
|
+
"addDescription": "Selecteer een proces of bouwblok dat de gebruiker kan starten",
|
|
753
|
+
"addProcessTitle": "Proces toevoegen als actie",
|
|
754
|
+
"addBuildingBlockTitle": "Bouwblok toevoegen als actie",
|
|
755
|
+
"editProcessTitle": "Procesactie bewerken",
|
|
756
|
+
"editBuildingBlockTitle": "Bouwblokactie bewerken",
|
|
757
|
+
"selectProcess": "Selecteer een proces",
|
|
758
|
+
"selectBuildingBlock": "Selecteer een bouwblok",
|
|
759
|
+
"selectProcessDescription": "Selecteer een proces dat de gebruiker kan starten",
|
|
760
|
+
"selectBuildingBlockDescription": "Selecteer een bouwblok dat de gebruiker kan starten",
|
|
761
|
+
"filterPlaceholder": "Filteren...",
|
|
762
|
+
"add": "Toevoegen",
|
|
763
|
+
"save": "Opslaan",
|
|
764
|
+
"back": "Terug",
|
|
765
|
+
"next": "Volgende",
|
|
766
|
+
"noProcessesAvailable": "Geen processen meer beschikbaar om als actie te configureren",
|
|
767
|
+
"noBuildingBlocksAvailable": "Geen bouwblokken meer beschikbaar om als actie te configureren"
|
|
768
|
+
},
|
|
769
|
+
"deleteModal": {
|
|
770
|
+
"title": "Actie verwijderen",
|
|
771
|
+
"content": "Weet u zeker dat u deze actie wilt verwijderen? Dit kan niet ongedaan worden gemaakt."
|
|
772
|
+
}
|
|
773
|
+
},
|
|
713
774
|
"importDefinition": {
|
|
714
775
|
"title": "Case-definitie importeren",
|
|
715
|
-
"overwriteWarning": "Als je case-definitie configuraties, modellen en/of definities bevat met een naam of identifier die al op je systeem aanwezig zijn, worden deze overschreven.",
|
|
716
776
|
"startUpload": "Begin het uploaden",
|
|
717
|
-
"checkbox": {
|
|
718
|
-
"message": "Ik begrijp dat configuraties mogelijk worden overschreven",
|
|
719
|
-
"error": "Dit veld is verplicht"
|
|
720
|
-
},
|
|
721
777
|
"info": {
|
|
722
778
|
"title": "Let op",
|
|
723
779
|
"message": "Controleer of de plugin-configuraties die gebruikt worden in de proceskoppelingen aanwezig zijn."
|
|
724
780
|
},
|
|
725
781
|
"upload": {
|
|
726
782
|
"title": "Upload bestand",
|
|
727
|
-
"description": "De maximale bestandsgrootte is 500kb.
|
|
783
|
+
"description": "De maximale bestandsgrootte is 500kb. Ondersteund bestandstype is ZIP.",
|
|
728
784
|
"buttonText": "Selecteer bestand"
|
|
729
785
|
},
|
|
730
786
|
"progressBar": {
|
|
@@ -733,9 +789,26 @@
|
|
|
733
789
|
"finished": "Dossier-definitie succesvol geïmporteerd",
|
|
734
790
|
"label": "Dossier-definitie importeren"
|
|
735
791
|
},
|
|
736
|
-
"
|
|
737
|
-
"
|
|
738
|
-
"
|
|
792
|
+
"invalidZipError": {
|
|
793
|
+
"title": "Ongeldig bestand",
|
|
794
|
+
"text": "Het bestand kon niet worden gelezen als een geldig case-definitie archief."
|
|
795
|
+
},
|
|
796
|
+
"configure": {
|
|
797
|
+
"draftTag": "Concept",
|
|
798
|
+
"finalTag": "Definitief",
|
|
799
|
+
"newVersionWarning": {
|
|
800
|
+
"title": "Nieuwe versie",
|
|
801
|
+
"message": "Er bestaat al een case-definitie met deze key. Dit wordt geïmporteerd als nieuwe versie."
|
|
802
|
+
},
|
|
803
|
+
"existingDraftWarning": {
|
|
804
|
+
"title": "Waarschuwing",
|
|
805
|
+
"message": "Er bestaat al een conceptversie met deze key en versie. Importeren overschrijft het bestaande concept."
|
|
806
|
+
},
|
|
807
|
+
"overrideConfirm": "Ik begrijp dat het bestaande concept wordt overschreven",
|
|
808
|
+
"existingFinalWarning": {
|
|
809
|
+
"title": "Kan niet importeren",
|
|
810
|
+
"message": "Er bestaat al een definitieve versie met deze key en versie. Wijzig de key om onder een andere naam te importeren."
|
|
811
|
+
}
|
|
739
812
|
},
|
|
740
813
|
"steps": {
|
|
741
814
|
"accessControl": {
|
|
@@ -1127,6 +1200,13 @@
|
|
|
1127
1200
|
"noColumns": {
|
|
1128
1201
|
"description": "Klik hier om een kolom voor dit document te configureren",
|
|
1129
1202
|
"title": "Er zijn geen kolommen geconfigureerd voor dit document."
|
|
1203
|
+
},
|
|
1204
|
+
"preview": {
|
|
1205
|
+
"downloadOriginal": "Download origineel",
|
|
1206
|
+
"modal": {
|
|
1207
|
+
"header": "Document weergave"
|
|
1208
|
+
},
|
|
1209
|
+
"pdfViewerNotSupported": "Uw browser biedt geen ondersteuning voor het weergeven van PDF bestanden."
|
|
1130
1210
|
}
|
|
1131
1211
|
},
|
|
1132
1212
|
"notifications": {
|
|
@@ -1246,6 +1326,12 @@
|
|
|
1246
1326
|
"noResultsDescription": "Kom later nog eens terug.",
|
|
1247
1327
|
"noResultsTitle": "Alle taken zijn al toegewezen"
|
|
1248
1328
|
},
|
|
1329
|
+
"team": {
|
|
1330
|
+
"title": "Teamtaken",
|
|
1331
|
+
"description": "Overzicht van alle taken toegewezen aan je teams",
|
|
1332
|
+
"noResultsDescription": "Er zijn nog geen taken aan je teams toegewezen.",
|
|
1333
|
+
"noResultsTitle": "Geen teamtaken"
|
|
1334
|
+
},
|
|
1249
1335
|
"all": {
|
|
1250
1336
|
"title": "Alle taken",
|
|
1251
1337
|
"description": "Overzicht van alle taken",
|
|
@@ -1570,6 +1656,19 @@
|
|
|
1570
1656
|
"fetchingUsers": "Gebruikers ophalen...",
|
|
1571
1657
|
"submitButtonText": "Gebruiker toewijzen aan dossier"
|
|
1572
1658
|
},
|
|
1659
|
+
"assignment": {
|
|
1660
|
+
"assignThisCase": "Dossier toewijzen",
|
|
1661
|
+
"assignThisTask": "Taak toewijzen",
|
|
1662
|
+
"clickToEdit": "Klik om te bewerken",
|
|
1663
|
+
"selectUser": "Selecteer gebruiker",
|
|
1664
|
+
"selectTeam": "Selecteer team",
|
|
1665
|
+
"confirm": "Bevestigen",
|
|
1666
|
+
"update": "Bijwerken",
|
|
1667
|
+
"unassign": "Toewijzing ongedaan maken",
|
|
1668
|
+
"unassignAll": "Alles vrijgeven",
|
|
1669
|
+
"loading": "Laden...",
|
|
1670
|
+
"me": "mij"
|
|
1671
|
+
},
|
|
1573
1672
|
"dropzone": {
|
|
1574
1673
|
"drop": "Kies een bestand, of sleep het hier naartoe",
|
|
1575
1674
|
"maxFileSize": "Maximale bestandsgrootte: ",
|
|
@@ -1917,6 +2016,7 @@
|
|
|
1917
2016
|
},
|
|
1918
2017
|
"processLinkConfiguration": {
|
|
1919
2018
|
"configureStep": "Processtap configureren",
|
|
2019
|
+
"buildingBlockActionTitle": "Bouwblokactie: {{buildingBlockName}}",
|
|
1920
2020
|
"modalTitle": "Processtap: {{processStepName}}",
|
|
1921
2021
|
"pluginConfiguration": "Plugin configuratie: {{pluginConfigTitle}}",
|
|
1922
2022
|
"chooseProcessLinkTypeDescription": "Een processtap kan verschillende acties uitvoeren. Kies hieronder aan welk type actie je deze stap wilt koppelen.",
|
|
@@ -2085,7 +2185,7 @@
|
|
|
2085
2185
|
"savedSuccessTitleMessage": "{{key}} is succesvol opgeslagen",
|
|
2086
2186
|
"noResults": {
|
|
2087
2187
|
"description": "Klik op <strong>Nieuwe form flow toevoegen</strong> om te beginnen met het ontwerpen van je form flow",
|
|
2088
|
-
"title": "Geen
|
|
2188
|
+
"title": "Geen form flows toegevoegd"
|
|
2089
2189
|
}
|
|
2090
2190
|
},
|
|
2091
2191
|
"taskManagement": {
|
|
@@ -2317,7 +2417,8 @@
|
|
|
2317
2417
|
"general": "Algemeen",
|
|
2318
2418
|
"document": "Document",
|
|
2319
2419
|
"processes": "Processen",
|
|
2320
|
-
"forms": "Formulieren"
|
|
2420
|
+
"forms": "Formulieren",
|
|
2421
|
+
"formFlows": "Form flows"
|
|
2321
2422
|
},
|
|
2322
2423
|
"formDefinition": {
|
|
2323
2424
|
"name": "Naam"
|
|
@@ -2586,5 +2687,56 @@
|
|
|
2586
2687
|
"rootObject": "Hoofdniveau",
|
|
2587
2688
|
"manageRequiredFields": "Vereiste velden beheren",
|
|
2588
2689
|
"requiredFields": "Vereiste velden"
|
|
2690
|
+
},
|
|
2691
|
+
"teams": {
|
|
2692
|
+
"title": "Teams",
|
|
2693
|
+
"listColumns": {
|
|
2694
|
+
"name": "Naam",
|
|
2695
|
+
"members": "Leden"
|
|
2696
|
+
},
|
|
2697
|
+
"newTeam": "Nieuw team",
|
|
2698
|
+
"noResults": {
|
|
2699
|
+
"title": "Er zijn geen teams",
|
|
2700
|
+
"description": "Er zijn nog geen teams aangemaakt"
|
|
2701
|
+
},
|
|
2702
|
+
"createEditModal": {
|
|
2703
|
+
"createTitle": "Nieuw team aanmaken",
|
|
2704
|
+
"editTitle": "Team bewerken",
|
|
2705
|
+
"createDescription": "Maak een nieuw team van gebruikers aan om toe te wijzen aan dossiers en taken",
|
|
2706
|
+
"teamName": "Teamnaam",
|
|
2707
|
+
"teamNamePlaceholder": "Teamnaam",
|
|
2708
|
+
"create": "Team aanmaken",
|
|
2709
|
+
"save": "Team opslaan"
|
|
2710
|
+
},
|
|
2711
|
+
"deleteModal": {
|
|
2712
|
+
"title": "Team verwijderen",
|
|
2713
|
+
"content": "Weet u zeker dat u dit team wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt."
|
|
2714
|
+
},
|
|
2715
|
+
"detail": {
|
|
2716
|
+
"title": "Team detail",
|
|
2717
|
+
"more": "Meer",
|
|
2718
|
+
"editTeam": "Team bewerken",
|
|
2719
|
+
"deleteTeam": "Team verwijderen",
|
|
2720
|
+
"addMember": "Lid toevoegen",
|
|
2721
|
+
"removeMember": "Lid verwijderen",
|
|
2722
|
+
"memberColumns": {
|
|
2723
|
+
"name": "Naam",
|
|
2724
|
+
"email": "E-mail"
|
|
2725
|
+
},
|
|
2726
|
+
"noMembers": {
|
|
2727
|
+
"title": "Er zijn geen leden",
|
|
2728
|
+
"description": "Er zijn nog geen leden aan dit team toegevoegd"
|
|
2729
|
+
},
|
|
2730
|
+
"addMemberModal": {
|
|
2731
|
+
"selectMember": "Selecteer lid",
|
|
2732
|
+
"selectMemberPlaceholder": "Kies optie(s)",
|
|
2733
|
+
"noUsersAvailable": "Geen beschikbare gebruikers gevonden",
|
|
2734
|
+
"addToTeam": "Toevoegen aan team"
|
|
2735
|
+
},
|
|
2736
|
+
"removeMemberModal": {
|
|
2737
|
+
"title": "Lid verwijderen",
|
|
2738
|
+
"content": "Weet u zeker dat u dit lid uit het team wilt verwijderen?"
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2589
2741
|
}
|
|
2590
2742
|
}
|