From 1352126d4070bc432001d47c34c2132c4dc447ee Mon Sep 17 00:00:00 2001 From: robinvandermolen Date: Mon, 28 Oct 2024 09:17:12 +0100 Subject: [PATCH] :globe_with_meridians: [#4727] DataType change confirmation translations --- src/openforms/js/compiled-lang/en.json | 6 ++++++ src/openforms/js/compiled-lang/nl.json | 6 ++++++ src/openforms/js/lang/en.json | 5 +++++ src/openforms/js/lang/nl.json | 5 +++++ 4 files changed, 22 insertions(+) diff --git a/src/openforms/js/compiled-lang/en.json b/src/openforms/js/compiled-lang/en.json index e2f7fe336b..f0fd88ca93 100644 --- a/src/openforms/js/compiled-lang/en.json +++ b/src/openforms/js/compiled-lang/en.json @@ -3909,6 +3909,12 @@ "value": "Login required?" } ], + "af22yB": [ + { + "type": 0, + "value": "Changing the data type requires the initial value to be changed. This will reset the initial value back to the empty value. Are you sure that you want to do this?" + } + ], "aqYeqv": [ { "type": 0, diff --git a/src/openforms/js/compiled-lang/nl.json b/src/openforms/js/compiled-lang/nl.json index 7354935a39..b440c28c3a 100644 --- a/src/openforms/js/compiled-lang/nl.json +++ b/src/openforms/js/compiled-lang/nl.json @@ -3927,6 +3927,12 @@ "value": "Vereist authenticatie" } ], + "af22yB": [ + { + "type": 0, + "value": "Het veranderen van het datatype vereist een verandering aan de beginwaarde. Dit zal de beginwaarde terugbrengen naar de standaardwaarde. Weet je zeker dat je dit wilt doen?" + } + ], "aqYeqv": [ { "type": 0, diff --git a/src/openforms/js/lang/en.json b/src/openforms/js/lang/en.json index f9ff2fbcde..d88e1efb15 100644 --- a/src/openforms/js/lang/en.json +++ b/src/openforms/js/lang/en.json @@ -1804,6 +1804,11 @@ "description": "Form step login required label", "originalDefault": "Login required?" }, + "af22yB": { + "defaultMessage": "Changing the data type requires the initial value to be changed. This will reset the initial value back to the empty value. Are you sure that you want to do this?", + "description": "Changing user variable data type and transforming initial value confirmation message", + "originalDefault": "Changing the data type requires the initial value to be changed. This will reset the initial value back to the empty value. Are you sure that you want to do this?" + }, "auZOcD": { "defaultMessage": "Mapping expression", "description": "Service fetch configuration modal form mapping expression field label", diff --git a/src/openforms/js/lang/nl.json b/src/openforms/js/lang/nl.json index 55c66a44be..0875de7a11 100644 --- a/src/openforms/js/lang/nl.json +++ b/src/openforms/js/lang/nl.json @@ -1819,6 +1819,11 @@ "description": "Form step login required label", "originalDefault": "Login required?" }, + "af22yB": { + "defaultMessage": "Het veranderen van het datatype vereist een verandering aan de beginwaarde. Dit zal de beginwaarde terugbrengen naar de standaardwaarde. Weet je zeker dat je dit wilt doen?", + "description": "Changing user variable data type and transforming initial value confirmation message", + "originalDefault": "Changing the data type requires the initial value to be changed. This will reset the initial value back to the empty value. Are you sure that you want to do this?" + }, "auZOcD": { "defaultMessage": "Mappingexpressie", "description": "Service fetch configuration modal form mapping expression field label",