@valtimo/shared 13.12.0 → 13.14.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 +181 -6
- package/assets/core/nl.json +182 -7
- package/fesm2022/valtimo-shared.mjs +100 -57
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/constants/building-block-management-tab-token.d.ts +5 -0
- package/lib/constants/building-block-management-tab-token.d.ts.map +1 -0
- package/lib/constants/index.d.ts +1 -0
- package/lib/constants/index.d.ts.map +1 -1
- package/lib/generated/generated-backend-types.d.ts +1000 -0
- package/lib/generated/generated-backend-types.d.ts.map +1 -0
- package/lib/generated/index.d.ts +2 -0
- package/lib/generated/index.d.ts.map +1 -0
- package/lib/models/building-block-management.model.d.ts +14 -0
- package/lib/models/building-block-management.model.d.ts.map +1 -0
- package/lib/models/case-management.model.d.ts +2 -0
- package/lib/models/case-management.model.d.ts.map +1 -1
- package/lib/models/index.d.ts +2 -2
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/management.model.d.ts +1 -1
- package/lib/models/management.model.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/lib/models/tag-color.model.d.ts +1 -2
- package/lib/models/tag-color.model.d.ts.map +1 -1
- package/lib/services/edit-permissions.service.d.ts +2 -1
- package/lib/services/edit-permissions.service.d.ts.map +1 -1
- package/lib/utils/route-params.utils.d.ts +3 -2
- package/lib/utils/route-params.utils.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/public-api.d.ts.map +1 -1
- package/assets/core/de.json +0 -2284
- package/lib/models/condition.model.d.ts +0 -15
- package/lib/models/condition.model.d.ts.map +0 -1
package/assets/core/en.json
CHANGED
|
@@ -559,6 +559,10 @@
|
|
|
559
559
|
"createdDate": "Created on",
|
|
560
560
|
"description": "Description"
|
|
561
561
|
}
|
|
562
|
+
},
|
|
563
|
+
"notFinalizableWarning": {
|
|
564
|
+
"title": "This case definition cannot be finalized.",
|
|
565
|
+
"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."
|
|
562
566
|
}
|
|
563
567
|
},
|
|
564
568
|
"processLinkNotification": {
|
|
@@ -1271,7 +1275,12 @@
|
|
|
1271
1275
|
"description": "Only BPMN files are supported.",
|
|
1272
1276
|
"buttonText": "Select file",
|
|
1273
1277
|
"success": "Deployment successful",
|
|
1274
|
-
"failure": "Deployment failed"
|
|
1278
|
+
"failure": "Deployment failed",
|
|
1279
|
+
"duplicateKey": "A process with the same key already exists in this building block",
|
|
1280
|
+
"replaceTitle": "Replace existing process?",
|
|
1281
|
+
"replaceContent": "A process with the same key already exists in this building block. Do you want to replace it?",
|
|
1282
|
+
"replaceContentWithDuplicates": "A process with the same key already exists in this building block: {{duplicates}}. Do you want to replace it?",
|
|
1283
|
+
"replaceConfirm": "Replace"
|
|
1275
1284
|
},
|
|
1276
1285
|
"canInitializeDocument": "Starts case",
|
|
1277
1286
|
"startableByUser": "Startable by user"
|
|
@@ -1457,7 +1466,15 @@
|
|
|
1457
1466
|
"noTranslationFound": "No translation found",
|
|
1458
1467
|
"url": "URL"
|
|
1459
1468
|
},
|
|
1460
|
-
"taskDetail": {
|
|
1469
|
+
"taskDetail": {
|
|
1470
|
+
"taskCreated": "Created",
|
|
1471
|
+
"taskCompleted": "has successfully been completed",
|
|
1472
|
+
"assignedNotificationTitle": "Task assigned",
|
|
1473
|
+
"assignedNotificationContent": "The task has been assigned to",
|
|
1474
|
+
"unassignedNotificationTitle": "Task unassigned",
|
|
1475
|
+
"unassignedNotificationContent": "The task has been unassigned",
|
|
1476
|
+
"unknownAssignee": "unknown"
|
|
1477
|
+
},
|
|
1461
1478
|
"assignTask": {
|
|
1462
1479
|
"assignedTo": "Assigned to",
|
|
1463
1480
|
"header": "Assign a user to this task",
|
|
@@ -1816,6 +1833,7 @@
|
|
|
1816
1833
|
"chooseFormDescription": "Choose the form that you want to link to the process step.",
|
|
1817
1834
|
"chooseFormFlowDescription": "Choose the FormFlow that you want to link to the process step.",
|
|
1818
1835
|
"choosePluginConfigurationDescription": "Choose the plugin configuration you want to link to the process step.",
|
|
1836
|
+
"choosePluginDefinitionDescription": "Choose the plugin definition you want to link to the process step.",
|
|
1819
1837
|
"choosePluginActionDescription": "Choose the action you want to perform with the plugin.",
|
|
1820
1838
|
"chooseForm": "Choose form",
|
|
1821
1839
|
"cancel": "Cancel",
|
|
@@ -1835,14 +1853,50 @@
|
|
|
1835
1853
|
"selectVersion": "Select version",
|
|
1836
1854
|
"activity": "Process activity",
|
|
1837
1855
|
"selectActivity": "Select process activity",
|
|
1838
|
-
"noProcess": "No upload process"
|
|
1856
|
+
"noProcess": "No upload process",
|
|
1857
|
+
"buildingBlock": {
|
|
1858
|
+
"name": "Name",
|
|
1859
|
+
"description": "Description",
|
|
1860
|
+
"selectLabel": "Building block",
|
|
1861
|
+
"emptyState": "No building blocks available. Create a building block first.",
|
|
1862
|
+
"noRequirements": "This building block does not require any plugin configurations.",
|
|
1863
|
+
"nestedBuildingBlockInfo": "Plugin configurations are inherited from the parent building block.",
|
|
1864
|
+
"configurationLabel": "Plugin configuration",
|
|
1865
|
+
"pluginLabel": "Plugin",
|
|
1866
|
+
"configurationPlaceholder": "Select a configuration",
|
|
1867
|
+
"versionLabel": "Choose building block version",
|
|
1868
|
+
"versionPlaceholder": "Select a version",
|
|
1869
|
+
"inputTitle": "Input",
|
|
1870
|
+
"outputTitle": "Sync",
|
|
1871
|
+
"addInput": "Add input",
|
|
1872
|
+
"addOutput": "Add sync",
|
|
1873
|
+
"case": "Case",
|
|
1874
|
+
"process": "Process",
|
|
1875
|
+
"buildingBlock": "Building block",
|
|
1876
|
+
"targetPlaceholder": "Select target",
|
|
1877
|
+
"outputSource": "Building block output",
|
|
1878
|
+
"syncTiming": "Sync timing",
|
|
1879
|
+
"selectedBuildingBlockFieldPlaceholder": "Select a field...",
|
|
1880
|
+
"sync": {
|
|
1881
|
+
"title": "Sync",
|
|
1882
|
+
"continuous": "Continuous",
|
|
1883
|
+
"end": "End"
|
|
1884
|
+
},
|
|
1885
|
+
"pluginDependenciesWarning": {
|
|
1886
|
+
"title": "Dependencies",
|
|
1887
|
+
"zaakInstanceAndTypeLink": "This building block may need both a zaak instance link and a zaak type link to be configured for the case definition under which this building block is used, in order to function correctly.",
|
|
1888
|
+
"zaakInstanceLink": "This building block may need a zaak instance link to be configured for the case definition under which this building block is used, in order to function correctly.",
|
|
1889
|
+
"zaakTypeLink": "This building block may need a zaak type link to be configured for the case definition under which this building block is used, in order to function correctly."
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1839
1892
|
},
|
|
1840
1893
|
"processLinkType": {
|
|
1841
1894
|
"plugin": "Plugin",
|
|
1842
1895
|
"form": "Form",
|
|
1843
1896
|
"form-flow": "FormFlow",
|
|
1844
1897
|
"url": "URL",
|
|
1845
|
-
"ui-component": "UI Component"
|
|
1898
|
+
"ui-component": "UI Component",
|
|
1899
|
+
"building-block": "Building block"
|
|
1846
1900
|
},
|
|
1847
1901
|
"processLinkSteps": {
|
|
1848
1902
|
"chooseProcessLinkType": "Choose link type",
|
|
@@ -1866,18 +1920,23 @@
|
|
|
1866
1920
|
},
|
|
1867
1921
|
"selectFormFlow": "Select your FormFlow",
|
|
1868
1922
|
"choosePluginConfiguration": "Select plugin configuration",
|
|
1923
|
+
"choosePluginDefinition": "Select plugin definition",
|
|
1869
1924
|
"choosePluginAction": "Choose your action",
|
|
1870
1925
|
"configurePluginAction": "Configure your action",
|
|
1871
1926
|
"selectURL": "Configure your URL",
|
|
1872
1927
|
"subtitles": "Subtitles",
|
|
1873
1928
|
"addSubtitle": "Add subtitle",
|
|
1874
|
-
"uiComponent": "Select UI component"
|
|
1929
|
+
"uiComponent": "Select UI component",
|
|
1930
|
+
"selectBuildingBlock": "Select building block",
|
|
1931
|
+
"configureBuildingBlockPlugins": "Configure plugin mappings",
|
|
1932
|
+
"configureBuildingBlockMappings": "Input & Sync"
|
|
1875
1933
|
},
|
|
1876
1934
|
"processLinkTypeDisabledTooltip": {
|
|
1877
1935
|
"plugin": "No plugin configurations are available. Create a plugin configuration to be able to link it to a process step.",
|
|
1878
1936
|
"form": "There are no forms available. Create a form to be able to link it to a process step.",
|
|
1879
1937
|
"form-flow": "There are no FormFlows available. Create a FormFlow to be able to link it to a process step.",
|
|
1880
|
-
"ui-component": "There are no custom components registered
|
|
1938
|
+
"ui-component": "There are no custom components registered. Please create one if you wish to use this option.",
|
|
1939
|
+
"buildingBlockUnsupported": "This process link type is not yet supported for building blocks."
|
|
1881
1940
|
},
|
|
1882
1941
|
"processLinkUrlInvalid": "Invalid URL {{ URL }}",
|
|
1883
1942
|
"accessControl": {
|
|
@@ -2115,6 +2174,117 @@
|
|
|
2115
2174
|
"deleteHelperText": "After creating a quick search item, you can delete it by right-clicking on it",
|
|
2116
2175
|
"duplicateError": "A quick search item with this title already exists"
|
|
2117
2176
|
},
|
|
2177
|
+
"buildingBlockManagement": {
|
|
2178
|
+
"title": "Building blocks",
|
|
2179
|
+
"listColumns": {
|
|
2180
|
+
"name": "Name",
|
|
2181
|
+
"key": "Key",
|
|
2182
|
+
"versionTag": "Version"
|
|
2183
|
+
},
|
|
2184
|
+
"detail": {
|
|
2185
|
+
"title": "Building block details"
|
|
2186
|
+
},
|
|
2187
|
+
"actions": {
|
|
2188
|
+
"more": "More",
|
|
2189
|
+
"makeFinal": "Make version final",
|
|
2190
|
+
"createDraft": "Create a new draft",
|
|
2191
|
+
"finalize": {
|
|
2192
|
+
"success": "Draft version has been finalized",
|
|
2193
|
+
"error": "Finalizing draft version failed"
|
|
2194
|
+
},
|
|
2195
|
+
"draft": {
|
|
2196
|
+
"title": "Create draft version",
|
|
2197
|
+
"version": "New version tag",
|
|
2198
|
+
"placeholder": "Enter new version tag",
|
|
2199
|
+
"confirm": "Create draft",
|
|
2200
|
+
"success": "Draft version created",
|
|
2201
|
+
"error": "Creating draft version failed"
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
"noResults": {
|
|
2205
|
+
"title": "There are no building blocks",
|
|
2206
|
+
"description": "Add a building block to get started"
|
|
2207
|
+
},
|
|
2208
|
+
"createDefinition": {
|
|
2209
|
+
"modalTitle": "Create building block",
|
|
2210
|
+
"name": "Name",
|
|
2211
|
+
"nameTooltip": "The name of the building block.",
|
|
2212
|
+
"namePlaceholder": "Enter name",
|
|
2213
|
+
"keyTitle": "Key",
|
|
2214
|
+
"keyPlaceHolder": "The key is generated here automatically",
|
|
2215
|
+
"version": "Version",
|
|
2216
|
+
"versionTooltip": "The version tag of the building block.",
|
|
2217
|
+
"versionPlaceholder": "Enter version",
|
|
2218
|
+
"description": "Description",
|
|
2219
|
+
"descriptionTooltip": "A short description of the functionality the building block offers.",
|
|
2220
|
+
"descriptionPlaceholder": "Enter description"
|
|
2221
|
+
},
|
|
2222
|
+
"tabs": {
|
|
2223
|
+
"general": "General",
|
|
2224
|
+
"document": "Document",
|
|
2225
|
+
"processes": "Processes"
|
|
2226
|
+
},
|
|
2227
|
+
"metadata": {
|
|
2228
|
+
"title": "General information"
|
|
2229
|
+
},
|
|
2230
|
+
"processDefinition": {
|
|
2231
|
+
"title": "Building block process definition",
|
|
2232
|
+
"name": "Name",
|
|
2233
|
+
"key": "Key",
|
|
2234
|
+
"mainText": "Main process",
|
|
2235
|
+
"markAsMain": "Make main process"
|
|
2236
|
+
},
|
|
2237
|
+
"importDefinition": {
|
|
2238
|
+
"title": "Import building block definition",
|
|
2239
|
+
"overwriteWarning": "If your building block definition contains configurations, models and/or definitions with the same name or identifier as already on your system, they will be overwritten.",
|
|
2240
|
+
"startUpload": "Start upload",
|
|
2241
|
+
"checkbox": {
|
|
2242
|
+
"message": "I understand that configurations may be overwritten",
|
|
2243
|
+
"error": "This field is mandatory"
|
|
2244
|
+
},
|
|
2245
|
+
"info": {
|
|
2246
|
+
"title": "Attention",
|
|
2247
|
+
"message": "Before importing, please make sure the plugin configurations or process definitions referenced by this building block are already present in the system."
|
|
2248
|
+
},
|
|
2249
|
+
"upload": {
|
|
2250
|
+
"title": "Upload file",
|
|
2251
|
+
"description": "Max file size is 500kb. Supported file types are ZIP and JSON.",
|
|
2252
|
+
"buttonText": "Select file"
|
|
2253
|
+
},
|
|
2254
|
+
"progressBar": {
|
|
2255
|
+
"active": "This may take a while",
|
|
2256
|
+
"error": "Unable to import building block definition. Nothing was imported due to an error at our end. Please try again later. If the issue keeps happening, contact support.",
|
|
2257
|
+
"finished": "Building block definition successfully imported",
|
|
2258
|
+
"label": "Importing building block definition"
|
|
2259
|
+
},
|
|
2260
|
+
"invalidJsonError": {
|
|
2261
|
+
"text": "Please make sure it contains a valid JSON value.",
|
|
2262
|
+
"title": "The file contains an error."
|
|
2263
|
+
},
|
|
2264
|
+
"steps": {
|
|
2265
|
+
"plugins": {
|
|
2266
|
+
"message": "This building block may use plugins. Make sure you configure them correctly.",
|
|
2267
|
+
"title": "Plugin Configuration"
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
"artwork": {
|
|
2272
|
+
"title": "Artwork",
|
|
2273
|
+
"fileUploaderTitle": "Select artwork for this building block",
|
|
2274
|
+
"fileUploaderDescription": "Maximum file size is 10mb. Only .png images are supported. Make sure the background of the image is transparent.",
|
|
2275
|
+
"fileUploaderButton": "Choose file",
|
|
2276
|
+
"deleteConfirmationModalText": "Are you sure you want to delete this artwork? This action cannot be undone."
|
|
2277
|
+
},
|
|
2278
|
+
"plugins": {
|
|
2279
|
+
"title": "Plugins used",
|
|
2280
|
+
"noPluginsUsed": "This building block does not use any plugins"
|
|
2281
|
+
},
|
|
2282
|
+
"overflowMenu": {
|
|
2283
|
+
"export": "Export \"{{value}}\"",
|
|
2284
|
+
"exportSuccessTitle": "Download will start shortly",
|
|
2285
|
+
"preparingDownload": "Preparing download"
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2118
2288
|
"mdiIcons": {
|
|
2119
2289
|
"mdi-home": "Home",
|
|
2120
2290
|
"mdi-home-city": "Home City",
|
|
@@ -2313,5 +2483,10 @@
|
|
|
2313
2483
|
"mdi-clipboard-text-clock": "Clipboard Text Clock",
|
|
2314
2484
|
"mdi-clipboard-text-play": "Clipboard Text Play",
|
|
2315
2485
|
"mdi-clipboard-flow": "Clipboard Flow"
|
|
2486
|
+
},
|
|
2487
|
+
"schemaEditor": {
|
|
2488
|
+
"rootObject": "Root level",
|
|
2489
|
+
"manageRequiredFields": "Manage required fields",
|
|
2490
|
+
"requiredFields": "Required fields"
|
|
2316
2491
|
}
|
|
2317
2492
|
}
|
package/assets/core/nl.json
CHANGED
|
@@ -566,6 +566,10 @@
|
|
|
566
566
|
"createdDate": "Gemaakt op",
|
|
567
567
|
"description": "Beschrijving"
|
|
568
568
|
}
|
|
569
|
+
},
|
|
570
|
+
"notFinalizableWarning": {
|
|
571
|
+
"title": "Deze dossierdefinitie kan niet definitief worden gemaakt.",
|
|
572
|
+
"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."
|
|
569
573
|
}
|
|
570
574
|
},
|
|
571
575
|
"processLinkNotification": {
|
|
@@ -806,7 +810,7 @@
|
|
|
806
810
|
},
|
|
807
811
|
"draftWarning": {
|
|
808
812
|
"title": "Niet gekoppeld aan een versie van het dossiertype",
|
|
809
|
-
"description": "Bij het bijwerken van {name} verandert de {name} voor alle versies van dit dossiertype. Niet alleen voor de geselecteerde versie!"
|
|
813
|
+
"description": "Bij het bijwerken van {{name}} verandert de {{name}} voor alle versies van dit dossiertype. Niet alleen voor de geselecteerde versie!"
|
|
810
814
|
}
|
|
811
815
|
},
|
|
812
816
|
"widgetTabManagement": {
|
|
@@ -1302,7 +1306,12 @@
|
|
|
1302
1306
|
"description": "Alleen BPMN-bestanden worden ondersteund.",
|
|
1303
1307
|
"buttonText": "Selecteer bestand",
|
|
1304
1308
|
"success": "Deployment succesvol",
|
|
1305
|
-
"failure": "Deployment mislukt"
|
|
1309
|
+
"failure": "Deployment mislukt",
|
|
1310
|
+
"duplicateKey": "Er bestaat al een proces met dezelfde sleutel in dit bouwblok",
|
|
1311
|
+
"replaceTitle": "Bestaand proces vervangen?",
|
|
1312
|
+
"replaceContent": "Er bestaat al een proces met dezelfde sleutel in dit bouwblok. Wilt u dit vervangen?",
|
|
1313
|
+
"replaceContentWithDuplicates": "Er bestaat al een proces met dezelfde sleutel in dit bouwblok: {{duplicates}}. Wilt u dit vervangen?",
|
|
1314
|
+
"replaceConfirm": "Vervangen"
|
|
1306
1315
|
},
|
|
1307
1316
|
"canInitializeDocument": "Start een dossier",
|
|
1308
1317
|
"startableByUser": "Door gebruiker te starten"
|
|
@@ -1487,7 +1496,15 @@
|
|
|
1487
1496
|
"noTranslationFound": "Geen vertaling gevonden",
|
|
1488
1497
|
"url": "URL"
|
|
1489
1498
|
},
|
|
1490
|
-
"taskDetail": {
|
|
1499
|
+
"taskDetail": {
|
|
1500
|
+
"taskCreated": "Aangemaakt op",
|
|
1501
|
+
"taskCompleted": "is succesvol afgerond",
|
|
1502
|
+
"assignedNotificationTitle": "Taak toegewezen",
|
|
1503
|
+
"assignedNotificationContent": "De taak is toegewezen aan",
|
|
1504
|
+
"unassignedNotificationTitle": "Taak niet meer toegewezen",
|
|
1505
|
+
"unassignedNotificationContent": "De taak is niet meer aan iemand toegewezen",
|
|
1506
|
+
"unknownAssignee": "onbekend"
|
|
1507
|
+
},
|
|
1491
1508
|
"assignTask": {
|
|
1492
1509
|
"assignedTo": "Toegewezen aan",
|
|
1493
1510
|
"header": "Gebruiker toewijzen aan deze taak",
|
|
@@ -1852,6 +1869,7 @@
|
|
|
1852
1869
|
"chooseFormDescription": "Kies hier het formulier dat je aan de processtap wilt koppelen.",
|
|
1853
1870
|
"chooseFormFlowDescription": "Kies hier de FormFlow die je aan de processtap wilt koppelen.",
|
|
1854
1871
|
"choosePluginConfigurationDescription": "Kies hier de plugin-configuratie die je aan de processtap wilt koppelen.",
|
|
1872
|
+
"choosePluginDefinitionDescription": "Kies de plugin-definitie die je aan de processtap wilt koppelen.",
|
|
1855
1873
|
"choosePluginActionDescription": "Kies de actie die je met de plugin wilt uitvoeren.",
|
|
1856
1874
|
"chooseForm": "Selecteer formulier",
|
|
1857
1875
|
"cancel": "Annuleren",
|
|
@@ -1871,14 +1889,50 @@
|
|
|
1871
1889
|
"selectVersion": "Selecteer een versie",
|
|
1872
1890
|
"activity": "Procesactiviteit",
|
|
1873
1891
|
"selectActivity": "Selecteer een procesactiviteit",
|
|
1874
|
-
"noProcess": "Geen uploadproces"
|
|
1892
|
+
"noProcess": "Geen uploadproces",
|
|
1893
|
+
"buildingBlock": {
|
|
1894
|
+
"name": "Naam",
|
|
1895
|
+
"description": "Omschrijving",
|
|
1896
|
+
"selectLabel": "Bouwblok",
|
|
1897
|
+
"emptyState": "Geen bouwblokken beschikbaar. Maak eerst een bouwblok aan.",
|
|
1898
|
+
"noRequirements": "Dit bouwblok vereist geen pluginconfiguraties.",
|
|
1899
|
+
"nestedBuildingBlockInfo": "Pluginconfiguraties worden overgenomen van het bovenliggende bouwblok.",
|
|
1900
|
+
"configurationLabel": "Pluginconfiguratie",
|
|
1901
|
+
"pluginLabel": "Plugin",
|
|
1902
|
+
"configurationPlaceholder": "Selecteer een configuratie",
|
|
1903
|
+
"versionLabel": "Kies bouwblokversie",
|
|
1904
|
+
"versionPlaceholder": "Selecteer een versie",
|
|
1905
|
+
"inputTitle": "Input",
|
|
1906
|
+
"outputTitle": "Sync",
|
|
1907
|
+
"addInput": "Input toevoegen",
|
|
1908
|
+
"addOutput": "Sync toevoegen",
|
|
1909
|
+
"case": "Dossier",
|
|
1910
|
+
"process": "Proces",
|
|
1911
|
+
"buildingBlock": "Bouwblok",
|
|
1912
|
+
"targetPlaceholder": "Selecteer doel",
|
|
1913
|
+
"outputSource": "Bouwblok-output",
|
|
1914
|
+
"syncTiming": "Sync-moment",
|
|
1915
|
+
"selectedBuildingBlockFieldPlaceholder": "Selecteer een veld...",
|
|
1916
|
+
"sync": {
|
|
1917
|
+
"title": "Synchroniseren",
|
|
1918
|
+
"continuous": "Continu",
|
|
1919
|
+
"end": "Einde"
|
|
1920
|
+
},
|
|
1921
|
+
"pluginDependenciesWarning": {
|
|
1922
|
+
"title": "Afhankelijkheden",
|
|
1923
|
+
"zaakInstanceAndTypeLink": "Dit bouwblok heeft mogelijk zowel een zaakinstantiekoppeling als een zaaktypekoppeling nodig, die zijn geconfigureerd voor de dossierdefinitie waaronder dit bouwblok wordt geconfigureerd, om correct te functioneren.",
|
|
1924
|
+
"zaakInstanceLink": "Dit bouwblok heeft mogelijk een zaakinstantiekoppeling nodig, die is geconfigureerd voor de dossierdefinitie waaronder dit bouwblok wordt geconfigureerd, om correct te functioneren.",
|
|
1925
|
+
"zaakTypeLink": "Dit bouwblok heeft mogelijk een zaaktypekoppeling nodig, die is geconfigureerd voor de dossierdefinitie waaronder dit bouwblok is geconfigureerd, om correct te functioneren."
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1875
1928
|
},
|
|
1876
1929
|
"processLinkType": {
|
|
1877
1930
|
"plugin": "Plugin",
|
|
1878
1931
|
"form": "Formulier",
|
|
1879
1932
|
"form-flow": "FormFlow",
|
|
1880
1933
|
"url": "URL",
|
|
1881
|
-
"ui-component": "UI Component"
|
|
1934
|
+
"ui-component": "UI Component",
|
|
1935
|
+
"building-block": "Bouwblok"
|
|
1882
1936
|
},
|
|
1883
1937
|
"processLinkSteps": {
|
|
1884
1938
|
"chooseProcessLinkType": "Kies soort koppeling",
|
|
@@ -1902,18 +1956,23 @@
|
|
|
1902
1956
|
},
|
|
1903
1957
|
"selectFormFlow": "Selecteer je FormFlow",
|
|
1904
1958
|
"choosePluginConfiguration": "Kies plugin-configuratie",
|
|
1959
|
+
"choosePluginDefinition": "Kies plugin-definitie",
|
|
1905
1960
|
"choosePluginAction": "Kies je actie",
|
|
1906
1961
|
"configurePluginAction": "Configureer je actie",
|
|
1907
1962
|
"selectURL": "Configureer je URL",
|
|
1908
1963
|
"subtitles": "Ondertitels",
|
|
1909
1964
|
"addSubtitle": "Ondertitel toevoegen",
|
|
1910
|
-
"uiComponent": "Selecteer UI component"
|
|
1965
|
+
"uiComponent": "Selecteer UI component",
|
|
1966
|
+
"selectBuildingBlock": "Selecteer bouwblok",
|
|
1967
|
+
"configureBuildingBlockPlugins": "Configureer plugin mappings",
|
|
1968
|
+
"configureBuildingBlockMappings": "Input & Sync"
|
|
1911
1969
|
},
|
|
1912
1970
|
"processLinkTypeDisabledTooltip": {
|
|
1913
1971
|
"plugin": "Er zijn geen plugin-configuraties beschikbaar. Maak een plugin-configuratie aan om deze te kunnen koppelen aan een processtap.",
|
|
1914
1972
|
"form": "Er zijn geen formulieren beschikbaar. Maak een formulier aan om deze te kunnen koppelen aan een processtap.",
|
|
1915
1973
|
"form-flow": "Er zijn geen FormFlows beschikbaar. Maak een FormFlow aan om deze te kunnen koppelen aan een processtap.",
|
|
1916
|
-
"ui-component": "Er zijn geen maatwerkcomponenten geregistreerd
|
|
1974
|
+
"ui-component": "Er zijn geen maatwerkcomponenten geregistreerd. Maak er een aan om deze optie te kunnen gebruiken.",
|
|
1975
|
+
"buildingBlockUnsupported": "Dit type proceskoppeling wordt nog niet ondersteund voor bouwblokken."
|
|
1917
1976
|
},
|
|
1918
1977
|
"processLinkUrlInvalid": "Ongeldige URL {{ URL }}",
|
|
1919
1978
|
"accessControl": {
|
|
@@ -2151,6 +2210,117 @@
|
|
|
2151
2210
|
"deleteHelperText": "Nadat je een snelzoekitem hebt gemaakt, kun je het verwijderen door er met de rechtermuisknop op te klikken",
|
|
2152
2211
|
"duplicateError": "Er bestaat al een snelzoekitem met deze titel"
|
|
2153
2212
|
},
|
|
2213
|
+
"buildingBlockManagement": {
|
|
2214
|
+
"title": "Bouwblokken",
|
|
2215
|
+
"listColumns": {
|
|
2216
|
+
"name": "Naam",
|
|
2217
|
+
"key": "Sleutel",
|
|
2218
|
+
"versionTag": "Versie"
|
|
2219
|
+
},
|
|
2220
|
+
"detail": {
|
|
2221
|
+
"title": "Bouwblokdetails"
|
|
2222
|
+
},
|
|
2223
|
+
"actions": {
|
|
2224
|
+
"more": "Meer",
|
|
2225
|
+
"makeFinal": "Maak versie definitief",
|
|
2226
|
+
"createDraft": "Nieuwe conceptversie",
|
|
2227
|
+
"finalize": {
|
|
2228
|
+
"success": "Conceptversie is definitief gemaakt",
|
|
2229
|
+
"error": "Definitief maken van conceptversie mislukt"
|
|
2230
|
+
},
|
|
2231
|
+
"draft": {
|
|
2232
|
+
"title": "Conceptversie aanmaken",
|
|
2233
|
+
"version": "Nieuwe versietag",
|
|
2234
|
+
"placeholder": "Nieuwe versietag",
|
|
2235
|
+
"confirm": "Conceptversie aanmaken",
|
|
2236
|
+
"success": "Conceptversie aangemaakt",
|
|
2237
|
+
"error": "Conceptversie aanmaken mislukt"
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
"noResults": {
|
|
2241
|
+
"title": "Er zijn geen bouwblokken",
|
|
2242
|
+
"description": "Voeg een bouwblok toe om te beginnen"
|
|
2243
|
+
},
|
|
2244
|
+
"createDefinition": {
|
|
2245
|
+
"modalTitle": "Bouwblok aanmaken",
|
|
2246
|
+
"name": "Naam",
|
|
2247
|
+
"nameTooltip": "De naam van het bouwblok.",
|
|
2248
|
+
"namePlaceholder": "Naam invoeren",
|
|
2249
|
+
"keyTitle": "Sleutel",
|
|
2250
|
+
"keyPlaceHolder": "De sleutel wordt hier automatisch gegenereerd",
|
|
2251
|
+
"version": "Versie",
|
|
2252
|
+
"versionTooltip": "De versietag van het bouwblok.",
|
|
2253
|
+
"versionPlaceholder": "Versie invoeren",
|
|
2254
|
+
"description": "Beschrijving",
|
|
2255
|
+
"descriptionTooltip": "Een korte beschrijving van de functie die het bouwblok biedt.",
|
|
2256
|
+
"descriptionPlaceholder": "Beschrijving invoeren"
|
|
2257
|
+
},
|
|
2258
|
+
"tabs": {
|
|
2259
|
+
"general": "Algemeen",
|
|
2260
|
+
"document": "Document",
|
|
2261
|
+
"processes": "Processen"
|
|
2262
|
+
},
|
|
2263
|
+
"metadata": {
|
|
2264
|
+
"title": "Algemene informatie"
|
|
2265
|
+
},
|
|
2266
|
+
"processDefinition": {
|
|
2267
|
+
"title": "Bouwsteen-procesdefinitie",
|
|
2268
|
+
"name": "Naam",
|
|
2269
|
+
"key": "Sleutel",
|
|
2270
|
+
"mainText": "Hoofdproces",
|
|
2271
|
+
"markAsMain": "Maak hoofdproces"
|
|
2272
|
+
},
|
|
2273
|
+
"importDefinition": {
|
|
2274
|
+
"title": "Bouwblokdefinitie importeren",
|
|
2275
|
+
"overwriteWarning": "Als je bouwblokdefinitie configuraties, modellen en/of definities bevat met dezelfde naam of identifier als die al in het systeem aanwezig zijn, worden deze overschreven.",
|
|
2276
|
+
"startUpload": "Upload starten",
|
|
2277
|
+
"checkbox": {
|
|
2278
|
+
"message": "Ik begrijp dat configuraties kunnen worden overschreven",
|
|
2279
|
+
"error": "Dit veld is verplicht"
|
|
2280
|
+
},
|
|
2281
|
+
"info": {
|
|
2282
|
+
"title": "Let op",
|
|
2283
|
+
"message": "Controleer vóór het importeren dat de plug-inconfiguraties of procesdefinities waarnaar dit bouwblok verwijst al aanwezig zijn in het systeem."
|
|
2284
|
+
},
|
|
2285
|
+
"upload": {
|
|
2286
|
+
"title": "Bestand uploaden",
|
|
2287
|
+
"description": "Maximale bestandsgrootte is 500 KB. Ondersteunde bestandstypen zijn ZIP en JSON.",
|
|
2288
|
+
"buttonText": "Bestand selecteren"
|
|
2289
|
+
},
|
|
2290
|
+
"progressBar": {
|
|
2291
|
+
"active": "Dit kan even duren",
|
|
2292
|
+
"error": "Bouwblokdefinitie kon niet worden geïmporteerd. Er is niets geïmporteerd door een fout aan onze kant. Probeer het later opnieuw. Als het probleem aanhoudt, neem contact op met de supportafdeling.",
|
|
2293
|
+
"finished": "Bouwblokdefinitie succesvol geïmporteerd",
|
|
2294
|
+
"label": "Bouwblokdefinitie importeren"
|
|
2295
|
+
},
|
|
2296
|
+
"invalidJsonError": {
|
|
2297
|
+
"text": "Zorg ervoor dat het bestand een geldige JSON-waarde bevat.",
|
|
2298
|
+
"title": "Het bestand bevat een fout."
|
|
2299
|
+
},
|
|
2300
|
+
"steps": {
|
|
2301
|
+
"plugins": {
|
|
2302
|
+
"message": "Dit bouwblok kan plug-ins gebruiken. Zorg dat je deze correct configureert.",
|
|
2303
|
+
"title": "Plug-inconfiguratie"
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
"artwork": {
|
|
2308
|
+
"title": "Illustratie",
|
|
2309
|
+
"fileUploaderTitle": "Selecteer illustratie voor dit bouwblok",
|
|
2310
|
+
"fileUploaderDescription": "Maximale bestandsgrootte is 10 MB. Alleen .png-afbeeldingen worden ondersteund. Zorg ervoor dat de achtergrond van de afbeelding transparant is.",
|
|
2311
|
+
"fileUploaderButton": "Bestand kiezen",
|
|
2312
|
+
"deleteConfirmationModalText": "Weet u zeker dat u deze illustratie wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt."
|
|
2313
|
+
},
|
|
2314
|
+
"plugins": {
|
|
2315
|
+
"title": "Gebruikte plugins",
|
|
2316
|
+
"noPluginsUsed": "Dit bouwblok gebruikt geen plugins"
|
|
2317
|
+
},
|
|
2318
|
+
"overflowMenu": {
|
|
2319
|
+
"export": "Exporteer \"{{value}}\"",
|
|
2320
|
+
"exportSuccessTitle": "Download start binnenkort",
|
|
2321
|
+
"preparingDownload": "Download aan het voorbereiden"
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2154
2324
|
"mdiIcons": {
|
|
2155
2325
|
"mdi-home": "Home",
|
|
2156
2326
|
"mdi-home-city": "Woonplaats",
|
|
@@ -2349,5 +2519,10 @@
|
|
|
2349
2519
|
"mdi-clipboard-text-clock": "Klembord Tekst Klok",
|
|
2350
2520
|
"mdi-clipboard-text-play": "Klembord Tekst Afspelen",
|
|
2351
2521
|
"mdi-clipboard-flow": "Klembord Stroom"
|
|
2522
|
+
},
|
|
2523
|
+
"schemaEditor": {
|
|
2524
|
+
"rootObject": "Hoofdniveau",
|
|
2525
|
+
"manageRequiredFields": "Vereiste velden beheren",
|
|
2526
|
+
"requiredFields": "Vereiste velden"
|
|
2352
2527
|
}
|
|
2353
2528
|
}
|