Skip to content

Commit

Permalink
[#5074] Added translations
Browse files Browse the repository at this point in the history
  • Loading branch information
vaszig committed Mar 11, 2025
1 parent a2885c7 commit 9e2ee4b
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 @@ -5475,6 +5475,12 @@
"value": "disabled"
}
],
"kR7QKb": [
{
"type": 0,
"value": "Whether to transform the data of the component to a list or not (depends on the component type)"
}
],
"kWAxhF": [
{
"type": 0,
Expand Down Expand Up @@ -5655,6 +5661,12 @@
"value": "Partner 1"
}
],
"m/NVtu": [
{
"type": 0,
"value": "Transform to list"
}
],
"m20av3": [
{
"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 @@ -5493,6 +5493,12 @@
"value": "uitgeschakeld"
}
],
"kR7QKb": [
{
"type": 0,
"value": "Whether to transform the data of the component to a list or not (depends on the component type)"
}
],
"kWAxhF": [
{
"type": 0,
Expand Down Expand Up @@ -5673,6 +5679,12 @@
"value": "Partner 1"
}
],
"m/NVtu": [
{
"type": 0,
"value": "Transform to list"
}
],
"m20av3": [
{
"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 @@ -2604,6 +2604,11 @@
"description": "component property \"disabled\" label",
"originalDefault": "disabled"
},
"kR7QKb": {
"defaultMessage": "Whether to transform the data of the component to a list or not (depends on the component type)",
"description": "'Transform to list' checkbox help text",
"originalDefault": "Whether to transform the data of the component to a list or not (depends on the component type)"
},
"kWAxhF": {
"defaultMessage": "Subject of the email sent to the registration backend to notify a change in the payment status.",
"description": "Email registration options 'emailPaymentSubject' helpText",
Expand Down Expand Up @@ -2654,6 +2659,11 @@
"description": "ZGW APIs registration options 'objecttype' help text",
"originalDefault": "URL to the object type in the objecttypes API. If provided, an object will be created and a case object relation will be added to the case."
},
"m/NVtu": {
"defaultMessage": "Transform to list",
"description": "'Transform to list' checkbox label",
"originalDefault": "Transform to list"
},
"m83ECr": {
"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 when copying the config from registration backend",
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 @@ -2625,6 +2625,11 @@
"description": "component property \"disabled\" label",
"originalDefault": "disabled"
},
"kR7QKb": {
"defaultMessage": "Whether to transform the data of the component to a list or not (depends on the component type)",
"description": "'Transform to list' checkbox help text",
"originalDefault": "Whether to transform the data of the component to a list or not (depends on the component type)"
},
"kWAxhF": {
"defaultMessage": "Onderwerp van de registratiemail om een verandering in betaalstatus te signaleren.",
"description": "Email registration options 'emailPaymentSubject' helpText",
Expand Down Expand Up @@ -2675,6 +2680,11 @@
"description": "ZGW APIs registration options 'objecttype' help text",
"originalDefault": "URL to the object type in the objecttypes API. If provided, an object will be created and a case object relation will be added to the case."
},
"m/NVtu": {
"defaultMessage": "Transform to list",
"description": "'Transform to list' checkbox label",
"originalDefault": "Transform to list"
},
"m83ECr": {
"defaultMessage": "Wanneer je de instellingen van een registratiepluginoptie overneemt, dan worden alle bestaande instellingen overschreven. Ben je zeker dat je door wil gaan?",
"description": "Objects API prefill configuration: warning message when copying the config from registration backend",
Expand Down

0 comments on commit 9e2ee4b

Please sign in to comment.