@valtimo/shared 13.12.0 → 13.13.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 +174 -5
- package/assets/core/nl.json +175 -6
- package/fesm2022/valtimo-shared.mjs +83 -56
- package/fesm2022/valtimo-shared.mjs.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 +6 -0
- package/lib/models/building-block-management.model.d.ts.map +1 -0
- 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/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": {
|
|
@@ -1457,7 +1461,15 @@
|
|
|
1457
1461
|
"noTranslationFound": "No translation found",
|
|
1458
1462
|
"url": "URL"
|
|
1459
1463
|
},
|
|
1460
|
-
"taskDetail": {
|
|
1464
|
+
"taskDetail": {
|
|
1465
|
+
"taskCreated": "Created",
|
|
1466
|
+
"taskCompleted": "has successfully been completed",
|
|
1467
|
+
"assignedNotificationTitle": "Task assigned",
|
|
1468
|
+
"assignedNotificationContent": "The task has been assigned to",
|
|
1469
|
+
"unassignedNotificationTitle": "Task unassigned",
|
|
1470
|
+
"unassignedNotificationContent": "The task has been unassigned",
|
|
1471
|
+
"unknownAssignee": "unknown"
|
|
1472
|
+
},
|
|
1461
1473
|
"assignTask": {
|
|
1462
1474
|
"assignedTo": "Assigned to",
|
|
1463
1475
|
"header": "Assign a user to this task",
|
|
@@ -1816,6 +1828,7 @@
|
|
|
1816
1828
|
"chooseFormDescription": "Choose the form that you want to link to the process step.",
|
|
1817
1829
|
"chooseFormFlowDescription": "Choose the FormFlow that you want to link to the process step.",
|
|
1818
1830
|
"choosePluginConfigurationDescription": "Choose the plugin configuration you want to link to the process step.",
|
|
1831
|
+
"choosePluginDefinitionDescription": "Choose the plugin definition you want to link to the process step.",
|
|
1819
1832
|
"choosePluginActionDescription": "Choose the action you want to perform with the plugin.",
|
|
1820
1833
|
"chooseForm": "Choose form",
|
|
1821
1834
|
"cancel": "Cancel",
|
|
@@ -1835,14 +1848,49 @@
|
|
|
1835
1848
|
"selectVersion": "Select version",
|
|
1836
1849
|
"activity": "Process activity",
|
|
1837
1850
|
"selectActivity": "Select process activity",
|
|
1838
|
-
"noProcess": "No upload process"
|
|
1851
|
+
"noProcess": "No upload process",
|
|
1852
|
+
"buildingBlock": {
|
|
1853
|
+
"name": "Name",
|
|
1854
|
+
"description": "Description",
|
|
1855
|
+
"selectLabel": "Building block",
|
|
1856
|
+
"emptyState": "No building blocks available. Create a building block first.",
|
|
1857
|
+
"noRequirements": "This building block does not require any plugin configurations.",
|
|
1858
|
+
"nestedBuildingBlockInfo": "Plugin configurations are inherited from the parent building block.",
|
|
1859
|
+
"configurationLabel": "Plugin configuration",
|
|
1860
|
+
"pluginLabel": "Plugin",
|
|
1861
|
+
"configurationPlaceholder": "Select a configuration",
|
|
1862
|
+
"versionLabel": "Choose building block version",
|
|
1863
|
+
"versionPlaceholder": "Select a version",
|
|
1864
|
+
"inputTitle": "Input",
|
|
1865
|
+
"outputTitle": "Sync",
|
|
1866
|
+
"addInput": "Add input",
|
|
1867
|
+
"addOutput": "Add sync",
|
|
1868
|
+
"case": "Case",
|
|
1869
|
+
"buildingBlock": "Building block",
|
|
1870
|
+
"targetPlaceholder": "Select target",
|
|
1871
|
+
"outputSource": "Building block output",
|
|
1872
|
+
"syncTiming": "Sync timing",
|
|
1873
|
+
"selectedBuildingBlockFieldPlaceholder": "Select a field...",
|
|
1874
|
+
"sync": {
|
|
1875
|
+
"title": "Sync",
|
|
1876
|
+
"continuous": "Continuous",
|
|
1877
|
+
"end": "End"
|
|
1878
|
+
},
|
|
1879
|
+
"pluginDependenciesWarning": {
|
|
1880
|
+
"title": "Dependencies",
|
|
1881
|
+
"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.",
|
|
1882
|
+
"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.",
|
|
1883
|
+
"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."
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1839
1886
|
},
|
|
1840
1887
|
"processLinkType": {
|
|
1841
1888
|
"plugin": "Plugin",
|
|
1842
1889
|
"form": "Form",
|
|
1843
1890
|
"form-flow": "FormFlow",
|
|
1844
1891
|
"url": "URL",
|
|
1845
|
-
"ui-component": "UI Component"
|
|
1892
|
+
"ui-component": "UI Component",
|
|
1893
|
+
"building-block": "Building block"
|
|
1846
1894
|
},
|
|
1847
1895
|
"processLinkSteps": {
|
|
1848
1896
|
"chooseProcessLinkType": "Choose link type",
|
|
@@ -1866,18 +1914,23 @@
|
|
|
1866
1914
|
},
|
|
1867
1915
|
"selectFormFlow": "Select your FormFlow",
|
|
1868
1916
|
"choosePluginConfiguration": "Select plugin configuration",
|
|
1917
|
+
"choosePluginDefinition": "Select plugin definition",
|
|
1869
1918
|
"choosePluginAction": "Choose your action",
|
|
1870
1919
|
"configurePluginAction": "Configure your action",
|
|
1871
1920
|
"selectURL": "Configure your URL",
|
|
1872
1921
|
"subtitles": "Subtitles",
|
|
1873
1922
|
"addSubtitle": "Add subtitle",
|
|
1874
|
-
"uiComponent": "Select UI component"
|
|
1923
|
+
"uiComponent": "Select UI component",
|
|
1924
|
+
"selectBuildingBlock": "Select building block",
|
|
1925
|
+
"configureBuildingBlockPlugins": "Configure plugin mappings",
|
|
1926
|
+
"configureBuildingBlockMappings": "Input & Sync"
|
|
1875
1927
|
},
|
|
1876
1928
|
"processLinkTypeDisabledTooltip": {
|
|
1877
1929
|
"plugin": "No plugin configurations are available. Create a plugin configuration to be able to link it to a process step.",
|
|
1878
1930
|
"form": "There are no forms available. Create a form to be able to link it to a process step.",
|
|
1879
1931
|
"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
|
|
1932
|
+
"ui-component": "There are no custom components registered. Please create one if you wish to use this option.",
|
|
1933
|
+
"buildingBlockUnsupported": "This process link type is not yet supported for building blocks."
|
|
1881
1934
|
},
|
|
1882
1935
|
"processLinkUrlInvalid": "Invalid URL {{ URL }}",
|
|
1883
1936
|
"accessControl": {
|
|
@@ -2115,6 +2168,117 @@
|
|
|
2115
2168
|
"deleteHelperText": "After creating a quick search item, you can delete it by right-clicking on it",
|
|
2116
2169
|
"duplicateError": "A quick search item with this title already exists"
|
|
2117
2170
|
},
|
|
2171
|
+
"buildingBlockManagement": {
|
|
2172
|
+
"title": "Building blocks",
|
|
2173
|
+
"listColumns": {
|
|
2174
|
+
"name": "Name",
|
|
2175
|
+
"key": "Key",
|
|
2176
|
+
"versionTag": "Version"
|
|
2177
|
+
},
|
|
2178
|
+
"detail": {
|
|
2179
|
+
"title": "Building block details"
|
|
2180
|
+
},
|
|
2181
|
+
"actions": {
|
|
2182
|
+
"more": "More",
|
|
2183
|
+
"makeFinal": "Make version final",
|
|
2184
|
+
"createDraft": "Create a new draft",
|
|
2185
|
+
"finalize": {
|
|
2186
|
+
"success": "Draft version has been finalized",
|
|
2187
|
+
"error": "Finalizing draft version failed"
|
|
2188
|
+
},
|
|
2189
|
+
"draft": {
|
|
2190
|
+
"title": "Create draft version",
|
|
2191
|
+
"version": "New version tag",
|
|
2192
|
+
"placeholder": "Enter new version tag",
|
|
2193
|
+
"confirm": "Create draft",
|
|
2194
|
+
"success": "Draft version created",
|
|
2195
|
+
"error": "Creating draft version failed"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
"noResults": {
|
|
2199
|
+
"title": "There are no building blocks",
|
|
2200
|
+
"description": "Add a building block to get started"
|
|
2201
|
+
},
|
|
2202
|
+
"createDefinition": {
|
|
2203
|
+
"modalTitle": "Create building block",
|
|
2204
|
+
"name": "Name",
|
|
2205
|
+
"nameTooltip": "The name of the building block.",
|
|
2206
|
+
"namePlaceholder": "Enter name",
|
|
2207
|
+
"keyTitle": "Key",
|
|
2208
|
+
"keyPlaceHolder": "The key is generated here automatically",
|
|
2209
|
+
"version": "Version",
|
|
2210
|
+
"versionTooltip": "The version tag of the building block.",
|
|
2211
|
+
"versionPlaceholder": "Enter version",
|
|
2212
|
+
"description": "Description",
|
|
2213
|
+
"descriptionTooltip": "A short description of the functionality the building block offers.",
|
|
2214
|
+
"descriptionPlaceholder": "Enter description"
|
|
2215
|
+
},
|
|
2216
|
+
"tabs": {
|
|
2217
|
+
"general": "General",
|
|
2218
|
+
"document": "Document",
|
|
2219
|
+
"processes": "Processes"
|
|
2220
|
+
},
|
|
2221
|
+
"metadata": {
|
|
2222
|
+
"title": "General information"
|
|
2223
|
+
},
|
|
2224
|
+
"processDefinition": {
|
|
2225
|
+
"title": "Building block process definition",
|
|
2226
|
+
"name": "Name",
|
|
2227
|
+
"key": "Key",
|
|
2228
|
+
"mainText": "Main process",
|
|
2229
|
+
"markAsMain": "Make main process"
|
|
2230
|
+
},
|
|
2231
|
+
"importDefinition": {
|
|
2232
|
+
"title": "Import building block definition",
|
|
2233
|
+
"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.",
|
|
2234
|
+
"startUpload": "Start upload",
|
|
2235
|
+
"checkbox": {
|
|
2236
|
+
"message": "I understand that configurations may be overwritten",
|
|
2237
|
+
"error": "This field is mandatory"
|
|
2238
|
+
},
|
|
2239
|
+
"info": {
|
|
2240
|
+
"title": "Attention",
|
|
2241
|
+
"message": "Before importing, please make sure the plugin configurations or process definitions referenced by this building block are already present in the system."
|
|
2242
|
+
},
|
|
2243
|
+
"upload": {
|
|
2244
|
+
"title": "Upload file",
|
|
2245
|
+
"description": "Max file size is 500kb. Supported file types are ZIP and JSON.",
|
|
2246
|
+
"buttonText": "Select file"
|
|
2247
|
+
},
|
|
2248
|
+
"progressBar": {
|
|
2249
|
+
"active": "This may take a while",
|
|
2250
|
+
"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.",
|
|
2251
|
+
"finished": "Building block definition successfully imported",
|
|
2252
|
+
"label": "Importing building block definition"
|
|
2253
|
+
},
|
|
2254
|
+
"invalidJsonError": {
|
|
2255
|
+
"text": "Please make sure it contains a valid JSON value.",
|
|
2256
|
+
"title": "The file contains an error."
|
|
2257
|
+
},
|
|
2258
|
+
"steps": {
|
|
2259
|
+
"plugins": {
|
|
2260
|
+
"message": "This building block may use plugins. Make sure you configure them correctly.",
|
|
2261
|
+
"title": "Plugin Configuration"
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
},
|
|
2265
|
+
"artwork": {
|
|
2266
|
+
"title": "Artwork",
|
|
2267
|
+
"fileUploaderTitle": "Select artwork for this building block",
|
|
2268
|
+
"fileUploaderDescription": "Maximum file size is 10mb. Only .png images are supported. Make sure the background of the image is transparent.",
|
|
2269
|
+
"fileUploaderButton": "Choose file",
|
|
2270
|
+
"deleteConfirmationModalText": "Are you sure you want to delete this artwork? This action cannot be undone."
|
|
2271
|
+
},
|
|
2272
|
+
"plugins": {
|
|
2273
|
+
"title": "Plugins used",
|
|
2274
|
+
"noPluginsUsed": "This building block does not use any plugins"
|
|
2275
|
+
},
|
|
2276
|
+
"overflowMenu": {
|
|
2277
|
+
"export": "Export \"{{value}}\"",
|
|
2278
|
+
"exportSuccessTitle": "Download will start shortly",
|
|
2279
|
+
"preparingDownload": "Preparing download"
|
|
2280
|
+
}
|
|
2281
|
+
},
|
|
2118
2282
|
"mdiIcons": {
|
|
2119
2283
|
"mdi-home": "Home",
|
|
2120
2284
|
"mdi-home-city": "Home City",
|
|
@@ -2313,5 +2477,10 @@
|
|
|
2313
2477
|
"mdi-clipboard-text-clock": "Clipboard Text Clock",
|
|
2314
2478
|
"mdi-clipboard-text-play": "Clipboard Text Play",
|
|
2315
2479
|
"mdi-clipboard-flow": "Clipboard Flow"
|
|
2480
|
+
},
|
|
2481
|
+
"schemaEditor": {
|
|
2482
|
+
"rootObject": "Root level",
|
|
2483
|
+
"manageRequiredFields": "Manage required fields",
|
|
2484
|
+
"requiredFields": "Required fields"
|
|
2316
2485
|
}
|
|
2317
2486
|
}
|
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": {
|
|
@@ -1487,7 +1491,15 @@
|
|
|
1487
1491
|
"noTranslationFound": "Geen vertaling gevonden",
|
|
1488
1492
|
"url": "URL"
|
|
1489
1493
|
},
|
|
1490
|
-
"taskDetail": {
|
|
1494
|
+
"taskDetail": {
|
|
1495
|
+
"taskCreated": "Aangemaakt op",
|
|
1496
|
+
"taskCompleted": "is succesvol afgerond",
|
|
1497
|
+
"assignedNotificationTitle": "Taak toegewezen",
|
|
1498
|
+
"assignedNotificationContent": "De taak is toegewezen aan",
|
|
1499
|
+
"unassignedNotificationTitle": "Taak niet meer toegewezen",
|
|
1500
|
+
"unassignedNotificationContent": "De taak is niet meer aan iemand toegewezen",
|
|
1501
|
+
"unknownAssignee": "onbekend"
|
|
1502
|
+
},
|
|
1491
1503
|
"assignTask": {
|
|
1492
1504
|
"assignedTo": "Toegewezen aan",
|
|
1493
1505
|
"header": "Gebruiker toewijzen aan deze taak",
|
|
@@ -1852,6 +1864,7 @@
|
|
|
1852
1864
|
"chooseFormDescription": "Kies hier het formulier dat je aan de processtap wilt koppelen.",
|
|
1853
1865
|
"chooseFormFlowDescription": "Kies hier de FormFlow die je aan de processtap wilt koppelen.",
|
|
1854
1866
|
"choosePluginConfigurationDescription": "Kies hier de plugin-configuratie die je aan de processtap wilt koppelen.",
|
|
1867
|
+
"choosePluginDefinitionDescription": "Kies de plugin-definitie die je aan de processtap wilt koppelen.",
|
|
1855
1868
|
"choosePluginActionDescription": "Kies de actie die je met de plugin wilt uitvoeren.",
|
|
1856
1869
|
"chooseForm": "Selecteer formulier",
|
|
1857
1870
|
"cancel": "Annuleren",
|
|
@@ -1871,14 +1884,49 @@
|
|
|
1871
1884
|
"selectVersion": "Selecteer een versie",
|
|
1872
1885
|
"activity": "Procesactiviteit",
|
|
1873
1886
|
"selectActivity": "Selecteer een procesactiviteit",
|
|
1874
|
-
"noProcess": "Geen uploadproces"
|
|
1887
|
+
"noProcess": "Geen uploadproces",
|
|
1888
|
+
"buildingBlock": {
|
|
1889
|
+
"name": "Naam",
|
|
1890
|
+
"description": "Omschrijving",
|
|
1891
|
+
"selectLabel": "Bouwblok",
|
|
1892
|
+
"emptyState": "Geen bouwblokken beschikbaar. Maak eerst een bouwblok aan.",
|
|
1893
|
+
"noRequirements": "Dit bouwblok vereist geen pluginconfiguraties.",
|
|
1894
|
+
"nestedBuildingBlockInfo": "Pluginconfiguraties worden overgenomen van het bovenliggende bouwblok.",
|
|
1895
|
+
"configurationLabel": "Pluginconfiguratie",
|
|
1896
|
+
"pluginLabel": "Plugin",
|
|
1897
|
+
"configurationPlaceholder": "Selecteer een configuratie",
|
|
1898
|
+
"versionLabel": "Kies bouwblokversie",
|
|
1899
|
+
"versionPlaceholder": "Selecteer een versie",
|
|
1900
|
+
"inputTitle": "Input",
|
|
1901
|
+
"outputTitle": "Sync",
|
|
1902
|
+
"addInput": "Input toevoegen",
|
|
1903
|
+
"addOutput": "Sync toevoegen",
|
|
1904
|
+
"case": "Dossier",
|
|
1905
|
+
"buildingBlock": "Bouwblok",
|
|
1906
|
+
"targetPlaceholder": "Selecteer doel",
|
|
1907
|
+
"outputSource": "Bouwblok-output",
|
|
1908
|
+
"syncTiming": "Sync-moment",
|
|
1909
|
+
"selectedBuildingBlockFieldPlaceholder": "Selecteer een veld...",
|
|
1910
|
+
"sync": {
|
|
1911
|
+
"title": "Synchroniseren",
|
|
1912
|
+
"continuous": "Continu",
|
|
1913
|
+
"end": "Einde"
|
|
1914
|
+
},
|
|
1915
|
+
"pluginDependenciesWarning": {
|
|
1916
|
+
"title": "Afhankelijkheden",
|
|
1917
|
+
"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.",
|
|
1918
|
+
"zaakInstanceLink": "Dit bouwblok heeft mogelijk een zaakinstantiekoppeling nodig, die is geconfigureerd voor de dossierdefinitie waaronder dit bouwblok wordt geconfigureerd, om correct te functioneren.",
|
|
1919
|
+
"zaakTypeLink": "Dit bouwblok heeft mogelijk een zaaktypekoppeling nodig, die is geconfigureerd voor de dossierdefinitie waaronder dit bouwblok is geconfigureerd, om correct te functioneren."
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1875
1922
|
},
|
|
1876
1923
|
"processLinkType": {
|
|
1877
1924
|
"plugin": "Plugin",
|
|
1878
1925
|
"form": "Formulier",
|
|
1879
1926
|
"form-flow": "FormFlow",
|
|
1880
1927
|
"url": "URL",
|
|
1881
|
-
"ui-component": "UI Component"
|
|
1928
|
+
"ui-component": "UI Component",
|
|
1929
|
+
"building-block": "Bouwblok"
|
|
1882
1930
|
},
|
|
1883
1931
|
"processLinkSteps": {
|
|
1884
1932
|
"chooseProcessLinkType": "Kies soort koppeling",
|
|
@@ -1902,18 +1950,23 @@
|
|
|
1902
1950
|
},
|
|
1903
1951
|
"selectFormFlow": "Selecteer je FormFlow",
|
|
1904
1952
|
"choosePluginConfiguration": "Kies plugin-configuratie",
|
|
1953
|
+
"choosePluginDefinition": "Kies plugin-definitie",
|
|
1905
1954
|
"choosePluginAction": "Kies je actie",
|
|
1906
1955
|
"configurePluginAction": "Configureer je actie",
|
|
1907
1956
|
"selectURL": "Configureer je URL",
|
|
1908
1957
|
"subtitles": "Ondertitels",
|
|
1909
1958
|
"addSubtitle": "Ondertitel toevoegen",
|
|
1910
|
-
"uiComponent": "Selecteer UI component"
|
|
1959
|
+
"uiComponent": "Selecteer UI component",
|
|
1960
|
+
"selectBuildingBlock": "Selecteer bouwblok",
|
|
1961
|
+
"configureBuildingBlockPlugins": "Configureer plugin mappings",
|
|
1962
|
+
"configureBuildingBlockMappings": "Input & Sync"
|
|
1911
1963
|
},
|
|
1912
1964
|
"processLinkTypeDisabledTooltip": {
|
|
1913
1965
|
"plugin": "Er zijn geen plugin-configuraties beschikbaar. Maak een plugin-configuratie aan om deze te kunnen koppelen aan een processtap.",
|
|
1914
1966
|
"form": "Er zijn geen formulieren beschikbaar. Maak een formulier aan om deze te kunnen koppelen aan een processtap.",
|
|
1915
1967
|
"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
|
|
1968
|
+
"ui-component": "Er zijn geen maatwerkcomponenten geregistreerd. Maak er een aan om deze optie te kunnen gebruiken.",
|
|
1969
|
+
"buildingBlockUnsupported": "Dit type proceskoppeling wordt nog niet ondersteund voor bouwblokken."
|
|
1917
1970
|
},
|
|
1918
1971
|
"processLinkUrlInvalid": "Ongeldige URL {{ URL }}",
|
|
1919
1972
|
"accessControl": {
|
|
@@ -2151,6 +2204,117 @@
|
|
|
2151
2204
|
"deleteHelperText": "Nadat je een snelzoekitem hebt gemaakt, kun je het verwijderen door er met de rechtermuisknop op te klikken",
|
|
2152
2205
|
"duplicateError": "Er bestaat al een snelzoekitem met deze titel"
|
|
2153
2206
|
},
|
|
2207
|
+
"buildingBlockManagement": {
|
|
2208
|
+
"title": "Bouwblokken",
|
|
2209
|
+
"listColumns": {
|
|
2210
|
+
"name": "Naam",
|
|
2211
|
+
"key": "Sleutel",
|
|
2212
|
+
"versionTag": "Versie"
|
|
2213
|
+
},
|
|
2214
|
+
"detail": {
|
|
2215
|
+
"title": "Bouwblokdetails"
|
|
2216
|
+
},
|
|
2217
|
+
"actions": {
|
|
2218
|
+
"more": "Meer",
|
|
2219
|
+
"makeFinal": "Maak versie definitief",
|
|
2220
|
+
"createDraft": "Nieuwe conceptversie",
|
|
2221
|
+
"finalize": {
|
|
2222
|
+
"success": "Conceptversie is definitief gemaakt",
|
|
2223
|
+
"error": "Definitief maken van conceptversie mislukt"
|
|
2224
|
+
},
|
|
2225
|
+
"draft": {
|
|
2226
|
+
"title": "Conceptversie aanmaken",
|
|
2227
|
+
"version": "Nieuwe versietag",
|
|
2228
|
+
"placeholder": "Nieuwe versietag",
|
|
2229
|
+
"confirm": "Conceptversie aanmaken",
|
|
2230
|
+
"success": "Conceptversie aangemaakt",
|
|
2231
|
+
"error": "Conceptversie aanmaken mislukt"
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
"noResults": {
|
|
2235
|
+
"title": "Er zijn geen bouwblokken",
|
|
2236
|
+
"description": "Voeg een bouwblok toe om te beginnen"
|
|
2237
|
+
},
|
|
2238
|
+
"createDefinition": {
|
|
2239
|
+
"modalTitle": "Bouwblok aanmaken",
|
|
2240
|
+
"name": "Naam",
|
|
2241
|
+
"nameTooltip": "De naam van het bouwblok.",
|
|
2242
|
+
"namePlaceholder": "Naam invoeren",
|
|
2243
|
+
"keyTitle": "Sleutel",
|
|
2244
|
+
"keyPlaceHolder": "De sleutel wordt hier automatisch gegenereerd",
|
|
2245
|
+
"version": "Versie",
|
|
2246
|
+
"versionTooltip": "De versietag van het bouwblok.",
|
|
2247
|
+
"versionPlaceholder": "Versie invoeren",
|
|
2248
|
+
"description": "Beschrijving",
|
|
2249
|
+
"descriptionTooltip": "Een korte beschrijving van de functie die het bouwblok biedt.",
|
|
2250
|
+
"descriptionPlaceholder": "Beschrijving invoeren"
|
|
2251
|
+
},
|
|
2252
|
+
"tabs": {
|
|
2253
|
+
"general": "Algemeen",
|
|
2254
|
+
"document": "Document",
|
|
2255
|
+
"processes": "Processen"
|
|
2256
|
+
},
|
|
2257
|
+
"metadata": {
|
|
2258
|
+
"title": "Algemene informatie"
|
|
2259
|
+
},
|
|
2260
|
+
"processDefinition": {
|
|
2261
|
+
"title": "Bouwsteen-procesdefinitie",
|
|
2262
|
+
"name": "Naam",
|
|
2263
|
+
"key": "Sleutel",
|
|
2264
|
+
"mainText": "Hoofdproces",
|
|
2265
|
+
"markAsMain": "Maak hoofdproces"
|
|
2266
|
+
},
|
|
2267
|
+
"importDefinition": {
|
|
2268
|
+
"title": "Bouwblokdefinitie importeren",
|
|
2269
|
+
"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.",
|
|
2270
|
+
"startUpload": "Upload starten",
|
|
2271
|
+
"checkbox": {
|
|
2272
|
+
"message": "Ik begrijp dat configuraties kunnen worden overschreven",
|
|
2273
|
+
"error": "Dit veld is verplicht"
|
|
2274
|
+
},
|
|
2275
|
+
"info": {
|
|
2276
|
+
"title": "Let op",
|
|
2277
|
+
"message": "Controleer vóór het importeren dat de plug-inconfiguraties of procesdefinities waarnaar dit bouwblok verwijst al aanwezig zijn in het systeem."
|
|
2278
|
+
},
|
|
2279
|
+
"upload": {
|
|
2280
|
+
"title": "Bestand uploaden",
|
|
2281
|
+
"description": "Maximale bestandsgrootte is 500 KB. Ondersteunde bestandstypen zijn ZIP en JSON.",
|
|
2282
|
+
"buttonText": "Bestand selecteren"
|
|
2283
|
+
},
|
|
2284
|
+
"progressBar": {
|
|
2285
|
+
"active": "Dit kan even duren",
|
|
2286
|
+
"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.",
|
|
2287
|
+
"finished": "Bouwblokdefinitie succesvol geïmporteerd",
|
|
2288
|
+
"label": "Bouwblokdefinitie importeren"
|
|
2289
|
+
},
|
|
2290
|
+
"invalidJsonError": {
|
|
2291
|
+
"text": "Zorg ervoor dat het bestand een geldige JSON-waarde bevat.",
|
|
2292
|
+
"title": "Het bestand bevat een fout."
|
|
2293
|
+
},
|
|
2294
|
+
"steps": {
|
|
2295
|
+
"plugins": {
|
|
2296
|
+
"message": "Dit bouwblok kan plug-ins gebruiken. Zorg dat je deze correct configureert.",
|
|
2297
|
+
"title": "Plug-inconfiguratie"
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
"artwork": {
|
|
2302
|
+
"title": "Illustratie",
|
|
2303
|
+
"fileUploaderTitle": "Selecteer illustratie voor dit bouwblok",
|
|
2304
|
+
"fileUploaderDescription": "Maximale bestandsgrootte is 10 MB. Alleen .png-afbeeldingen worden ondersteund. Zorg ervoor dat de achtergrond van de afbeelding transparant is.",
|
|
2305
|
+
"fileUploaderButton": "Bestand kiezen",
|
|
2306
|
+
"deleteConfirmationModalText": "Weet u zeker dat u deze illustratie wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt."
|
|
2307
|
+
},
|
|
2308
|
+
"plugins": {
|
|
2309
|
+
"title": "Gebruikte plugins",
|
|
2310
|
+
"noPluginsUsed": "Dit bouwblok gebruikt geen plugins"
|
|
2311
|
+
},
|
|
2312
|
+
"overflowMenu": {
|
|
2313
|
+
"export": "Exporteer \"{{value}}\"",
|
|
2314
|
+
"exportSuccessTitle": "Download start binnenkort",
|
|
2315
|
+
"preparingDownload": "Download aan het voorbereiden"
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2154
2318
|
"mdiIcons": {
|
|
2155
2319
|
"mdi-home": "Home",
|
|
2156
2320
|
"mdi-home-city": "Woonplaats",
|
|
@@ -2349,5 +2513,10 @@
|
|
|
2349
2513
|
"mdi-clipboard-text-clock": "Klembord Tekst Klok",
|
|
2350
2514
|
"mdi-clipboard-text-play": "Klembord Tekst Afspelen",
|
|
2351
2515
|
"mdi-clipboard-flow": "Klembord Stroom"
|
|
2516
|
+
},
|
|
2517
|
+
"schemaEditor": {
|
|
2518
|
+
"rootObject": "Hoofdniveau",
|
|
2519
|
+
"manageRequiredFields": "Vereiste velden beheren",
|
|
2520
|
+
"requiredFields": "Vereiste velden"
|
|
2352
2521
|
}
|
|
2353
2522
|
}
|