diff --git a/src/openforms/js/compiled-lang/en.json b/src/openforms/js/compiled-lang/en.json index 8a8f80a0bb..ab14498256 100644 --- a/src/openforms/js/compiled-lang/en.json +++ b/src/openforms/js/compiled-lang/en.json @@ -2404,7 +2404,7 @@ "LkrFow": [ { "type": 0, - "value": "Something went wrong while retrieving the available catalogues or case/document types defined in the selected catalogue. Please check that the services in the selected API group are configured correctly." + "value": "Something went wrong while retrieving the available catalogues, case/document types or products defined in the selected catalogue. Please check that the services in the selected API group are configured correctly." } ], "LrlAVD": [ @@ -2661,6 +2661,12 @@ "value": "Yes" } ], + "Ox/rkB": [ + { + "type": 0, + "value": "Product" + } + ], "P/njxS": [ { "type": 0, @@ -4897,6 +4903,12 @@ "value": "disabled" } ], + "kWw9qL": [ + { + "type": 0, + "value": "This product will be send allong form submits." + } + ], "kg/eh1": [ { "type": 0, diff --git a/src/openforms/js/compiled-lang/nl.json b/src/openforms/js/compiled-lang/nl.json index 9a28ff5ee4..ed05747ab8 100644 --- a/src/openforms/js/compiled-lang/nl.json +++ b/src/openforms/js/compiled-lang/nl.json @@ -2425,7 +2425,7 @@ "LkrFow": [ { "type": 0, - "value": "Er ging iets fout bij het ophalen van de beschikbare catalogi, zaak- of documenttypen. Controleer of de services in de geselecteerde API-groep goed ingesteld zijn." + "value": "Er ging iets fout bij het ophalen van de beschikbare catalogi, producten, zaak- of documenttypen. Controleer of de services in de geselecteerde API-groep goed ingesteld zijn." } ], "LrlAVD": [ @@ -2682,6 +2682,12 @@ "value": "Ja" } ], + "Ox/rkB": [ + { + "type": 0, + "value": "Product" + } + ], "P/njxS": [ { "type": 0, @@ -4919,6 +4925,12 @@ "value": "uitgeschakeld" } ], + "kWw9qL": [ + { + "type": 0, + "value": "This product will be send allong form submits." + } + ], "kg/eh1": [ { "type": 0, diff --git a/src/openforms/js/lang/en.json b/src/openforms/js/lang/en.json index 2693d4bf09..0e5277fd20 100644 --- a/src/openforms/js/lang/en.json +++ b/src/openforms/js/lang/en.json @@ -1095,7 +1095,7 @@ "originalDefault": "The selected trigger step could not be found in this form! Please change it!" }, "LkrFow": { - "defaultMessage": "Something went wrong while retrieving the available catalogues or case/document types defined in the selected catalogue. Please check that the services in the selected API group are configured correctly.", + "defaultMessage": "Something went wrong while retrieving the available catalogues, case/document types or products defined in the selected catalogue. Please check that the services in the selected API group are configured correctly.", "description": "ZGW APIs registrations options: generic error", "originalDefault": "Something went wrong while retrieving the available catalogues or case/document types defined in the selected catalogue. Please check that the services in the selected API group are configured correctly." }, @@ -1239,6 +1239,11 @@ "description": "Component property boolean value \"true\"", "originalDefault": "Yes" }, + "Ox/rkB": { + "defaultMessage": "Product", + "description": "ZGW APIs registration options 'product' label", + "originalDefault": "Product" + }, "P/njxS": { "defaultMessage": "Datetime", "description": "data type datetime", @@ -2199,6 +2204,11 @@ "description": "component property \"disabled\" label", "originalDefault": "disabled" }, + "kWw9qL": { + "defaultMessage": "This product will be send allong form submits.", + "description": "ZGW APIs registration options 'product' helpText", + "originalDefault": "This product will be send allong form submits." + }, "klKZV5": { "defaultMessage": "Indicates whether the existing object (retrieved from an optional initial data reference) should be updated, instead of creating a new one. If no existing object exists, a new one will be created instead.", "description": "Objects API registration: updateExistingObject helpText", diff --git a/src/openforms/js/lang/nl.json b/src/openforms/js/lang/nl.json index a1ddacc16a..7e6f1de689 100644 --- a/src/openforms/js/lang/nl.json +++ b/src/openforms/js/lang/nl.json @@ -1102,7 +1102,7 @@ "originalDefault": "The selected trigger step could not be found in this form! Please change it!" }, "LkrFow": { - "defaultMessage": "Er ging iets fout bij het ophalen van de beschikbare catalogi, zaak- of documenttypen. Controleer of de services in de geselecteerde API-groep goed ingesteld zijn.", + "defaultMessage": "Er ging iets fout bij het ophalen van de beschikbare catalogi, producten, zaak- of documenttypen. Controleer of de services in de geselecteerde API-groep goed ingesteld zijn.", "description": "ZGW APIs registrations options: generic error", "originalDefault": "Something went wrong while retrieving the available catalogues or case/document types defined in the selected catalogue. Please check that the services in the selected API group are configured correctly." }, @@ -1250,6 +1250,11 @@ "description": "Component property boolean value \"true\"", "originalDefault": "Yes" }, + "Ox/rkB": { + "defaultMessage": "Product", + "description": "ZGW APIs registration options 'product' label", + "originalDefault": "Product" + }, "P/njxS": { "defaultMessage": "Datumtijd (datetime)", "description": "data type datetime", @@ -2217,6 +2222,11 @@ "description": "component property \"disabled\" label", "originalDefault": "disabled" }, + "kWw9qL": { + "defaultMessage": "This product will be send allong form submits.", + "description": "ZGW APIs registration options 'product' helpText", + "originalDefault": "This product will be send allong form submits." + }, "klKZV5": { "defaultMessage": "Geeft aan of een bestaande record (verkregen van de eventuele voor-invulreferentie) bijgewerkt moet worden in plaats van een nieuw object aan te maken. Als er geen bestaand object is, dan wordt een nieuwe aangemaakt.", "description": "Objects API registration: updateExistingObject helpText",