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 committed Oct 28, 2024
1 parent 3ec850f commit 4e29c3a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/openforms/js/compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,12 @@
"value": "Maximum time"
}
],
"5zEEiB": [
{
"type": 0,
"value": "Changing the data type requires the initial value to be changed, in some cases this could mean result in the initial value being reset to the default value. Are you sure that you want to do this?"
}
],
"5zieWh": [
{
"type": 0,
Expand Down Expand Up @@ -5789,6 +5795,12 @@
"value": "Set a key name before you can configure this variable"
}
],
"vowYMF": [
{
"type": 0,
"value": "Are you sure that you want to change the data type?"
}
],
"vp12ou": [
{
"type": 0,
Expand Down
12 changes: 12 additions & 0 deletions src/openforms/js/compiled-lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,12 @@
"value": "Maximale tijd"
}
],
"5zEEiB": [
{
"type": 0,
"value": "Om het Datatype te veranderen, moet ook de beginwaarde aangepast worden. In sommige gevallen kan dit betekenen dat de beginwaarde wordt veranderd naar de standaard waarde van het Datatype. Weet je zeker dat je dit wilt doen?"
}
],
"5zieWh": [
{
"type": 0,
Expand Down Expand Up @@ -5811,6 +5817,12 @@
"value": "Er moet een sleutelnaam ingesteld worden voordat deze variabele geconfigureerd kan worden"
}
],
"vowYMF": [
{
"type": 0,
"value": "Weet je zeker dat je het Datatype wilt veranderen?"
}
],
"vp12ou": [
{
"type": 0,
Expand Down
10 changes: 10 additions & 0 deletions src/openforms/js/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@
"description": "\"-\" operator description",
"originalDefault": "minus"
},
"5zEEiB": {
"defaultMessage": "Changing the data type requires the initial value to be changed, in some cases this could mean result in the initial value being reset to the default 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, in some cases this could mean result in the initial value being reset to the default value. Are you sure that you want to do this?"
},
"5zieWh": {
"defaultMessage": "Name of the form definition used in this form step",
"description": "Form step name field help text",
Expand Down Expand Up @@ -2604,6 +2609,11 @@
"description": "JSON editor: object entry has empty key name",
"originalDefault": "Set a key name before you can configure this variable"
},
"vowYMF": {
"defaultMessage": "Are you sure that you want to change the data type?",
"description": "Changing user variable data type and transforming initial value confirmation title",
"originalDefault": "Are you sure that you want to change the data type?"
},
"vp12ou": {
"defaultMessage": "The variable name to be used for the process instance.",
"description": "Manage process vars alias help text",
Expand Down
10 changes: 10 additions & 0 deletions src/openforms/js/lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@
"isTranslated": true,
"originalDefault": "minus"
},
"5zEEiB": {
"defaultMessage": "Om het Datatype te veranderen, moet ook de beginwaarde aangepast worden. In sommige gevallen kan dit betekenen dat de beginwaarde wordt veranderd naar de standaard waarde van het Datatype. 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, in some cases this could mean result in the initial value being reset to the default value. Are you sure that you want to do this?"
},
"5zieWh": {
"defaultMessage": "Naam van de formulierdefinitie die in deze stap gebruikt wordt.",
"description": "Form step name field help text",
Expand Down Expand Up @@ -2622,6 +2627,11 @@
"description": "JSON editor: object entry has empty key name",
"originalDefault": "Set a key name before you can configure this variable"
},
"vowYMF": {
"defaultMessage": "Weet je zeker dat je het Datatype wilt veranderen?",
"description": "Changing user variable data type and transforming initial value confirmation title",
"originalDefault": "Are you sure that you want to change the data type?"
},
"vp12ou": {
"defaultMessage": "De variabelenaam om te gebruiken in de procesinstantie.",
"description": "Manage process vars alias help text",
Expand Down

0 comments on commit 4e29c3a

Please sign in to comment.