Skip to content

Commit

Permalink
🌐 [#4871] Translation for DMN config error message
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Jan 22, 2025
1 parent b6669fb commit d379c54
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 @@ -2589,6 +2589,12 @@
"value": "Advanced configuration"
}
],
"LFr3YW": [
{
"type": 0,
"value": "There are errors in the DMN evaluation configuration."
}
],
"LHBcNe": [
{
"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 @@ -2606,6 +2606,12 @@
"value": "Geavanceerde instellingen"
}
],
"LFr3YW": [
{
"type": 0,
"value": "De DMN-instellingen zijn niet geldig."
}
],
"LHBcNe": [
{
"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 @@ -1229,6 +1229,11 @@
"description": "Advanced configuration tab title",
"originalDefault": "Advanced configuration"
},
"LFr3YW": {
"defaultMessage": "There are errors in the DMN evaluation configuration.",
"description": "DMN evaluation configuration errors message",
"originalDefault": "There are errors in the DMN evaluation configuration."
},
"LHBcNe": {
"defaultMessage": "Variable definition",
"description": "JSON editor: complex variable definition title",
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 @@ -1238,6 +1238,11 @@
"description": "Advanced configuration tab title",
"originalDefault": "Advanced configuration"
},
"LFr3YW": {
"defaultMessage": "De DMN-instellingen zijn niet geldig.",
"description": "DMN evaluation configuration errors message",
"originalDefault": "There are errors in the DMN evaluation configuration."
},
"LHBcNe": {
"defaultMessage": "Variabeledefinitie",
"description": "JSON editor: complex variable definition title",
Expand Down

0 comments on commit d379c54

Please sign in to comment.