Skip to content

Commit

Permalink
🌐 [#4727] DataType change confirmation translations
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen authored and sergei-maertens committed Nov 8, 2024
1 parent 29d6694 commit 1352126
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/openforms/js/compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 6 additions & 0 deletions src/openforms/js/compiled-lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
5 changes: 5 additions & 0 deletions src/openforms/js/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions src/openforms/js/lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1352126

Please sign in to comment.