Skip to content

Commit

Permalink
🌐 [#4693] Compile JS translations
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Oct 29, 2024
1 parent 175af2c commit daa4668
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 @@ -3811,6 +3811,12 @@
"value": "numErrors"
}
],
"aLaQKR": [
{
"type": 0,
"value": "Copy configuration from registration backend"
}
],
"aUChz/": [
{
"type": 0,
Expand Down Expand Up @@ -3991,6 +3997,12 @@
"value": "."
}
],
"cCzfs5": [
{
"type": 0,
"value": "Copying the configuration from the registration backend will clear the existing configuration. Are you sure you want to continue?"
}
],
"cDbGU2": [
{
"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 @@ -3829,6 +3829,12 @@
"value": "numErrors"
}
],
"aLaQKR": [
{
"type": 0,
"value": "Copy configuration from registration backend"
}
],
"aUChz/": [
{
"type": 0,
Expand Down Expand Up @@ -4013,6 +4019,12 @@
"value": "."
}
],
"cCzfs5": [
{
"type": 0,
"value": "Copying the configuration from the registration backend will clear the existing configuration. Are you sure you want to continue?"
}
],
"cDbGU2": [
{
"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 @@ -1704,6 +1704,11 @@
"description": "Objects API registration validation errors icon next to button",
"originalDefault": "{numErrors, plural, one {There is a validation error.} other {There are {numErrors} validation errors.} }"
},
"aLaQKR": {
"defaultMessage": "Copy configuration from registration backend",
"description": "Copy Objects API prefill configuration from registration backend",
"originalDefault": "Copy configuration from registration backend"
},
"aUChz/": {
"defaultMessage": "Products Component",
"description": "Products Component field label",
Expand Down Expand Up @@ -1784,6 +1789,11 @@
"description": "Advanced logic type info text",
"originalDefault": "Build a JsonLogic expression using raw JSON."
},
"cCzfs5": {
"defaultMessage": "Copying the configuration from the registration backend will clear the existing configuration. Are you sure you want to continue?",
"description": "Objects API prefill configuration: warning message\n when copying the config from registration backend",
"originalDefault": "Copying the configuration from the registration backend will clear the existing configuration. Are you sure you want to continue?"
},
"cDbGU2": {
"defaultMessage": "Incomplete Submissions Removal Limit",
"description": "Incomplete Submissions Removal Limit field label",
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 @@ -1719,6 +1719,11 @@
"description": "Objects API registration validation errors icon next to button",
"originalDefault": "{numErrors, plural, one {There is a validation error.} other {There are {numErrors} validation errors.} }"
},
"aLaQKR": {
"defaultMessage": "Copy configuration from registration backend",
"description": "Copy Objects API prefill configuration from registration backend",
"originalDefault": "Copy configuration from registration backend"
},
"aUChz/": {
"defaultMessage": "Product veld",
"description": "Products Component field label",
Expand Down Expand Up @@ -1800,6 +1805,11 @@
"description": "Advanced logic type info text",
"originalDefault": "Build a JsonLogic expression using raw JSON."
},
"cCzfs5": {
"defaultMessage": "Copying the configuration from the registration backend will clear the existing configuration. Are you sure you want to continue?",
"description": "Objects API prefill configuration: warning message\n when copying the config from registration backend",
"originalDefault": "Copying the configuration from the registration backend will clear the existing configuration. Are you sure you want to continue?"
},
"cDbGU2": {
"defaultMessage": "bewaartermijn voor sessies",
"description": "Incomplete Submissions Removal Limit field label",
Expand Down

0 comments on commit daa4668

Please sign in to comment.