Skip to content

Commit abfe009

Browse files
vaszigsergei-maertens
authored andcommitted
[#5074] Added translations
1 parent 541457b commit abfe009

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

src/openforms/js/compiled-lang/en.json

+12
Original file line numberDiff line numberDiff line change
@@ -5475,6 +5475,12 @@
54755475
"value": "disabled"
54765476
}
54775477
],
5478+
"kR7QKb": [
5479+
{
5480+
"type": 0,
5481+
"value": "Whether to transform the data of the component to a list or not (depends on the component type)"
5482+
}
5483+
],
54785484
"kWAxhF": [
54795485
{
54805486
"type": 0,
@@ -5655,6 +5661,12 @@
56555661
"value": "Partner 1"
56565662
}
56575663
],
5664+
"m/NVtu": [
5665+
{
5666+
"type": 0,
5667+
"value": "Transform to list"
5668+
}
5669+
],
56585670
"m20av3": [
56595671
{
56605672
"type": 0,

src/openforms/js/compiled-lang/nl.json

+12
Original file line numberDiff line numberDiff line change
@@ -5493,6 +5493,12 @@
54935493
"value": "uitgeschakeld"
54945494
}
54955495
],
5496+
"kR7QKb": [
5497+
{
5498+
"type": 0,
5499+
"value": "Whether to transform the data of the component to a list or not (depends on the component type)"
5500+
}
5501+
],
54965502
"kWAxhF": [
54975503
{
54985504
"type": 0,
@@ -5673,6 +5679,12 @@
56735679
"value": "Partner 1"
56745680
}
56755681
],
5682+
"m/NVtu": [
5683+
{
5684+
"type": 0,
5685+
"value": "Transform to list"
5686+
}
5687+
],
56765688
"m20av3": [
56775689
{
56785690
"type": 0,

src/openforms/js/lang/en.json

+10
Original file line numberDiff line numberDiff line change
@@ -2604,6 +2604,11 @@
26042604
"description": "component property \"disabled\" label",
26052605
"originalDefault": "disabled"
26062606
},
2607+
"kR7QKb": {
2608+
"defaultMessage": "Whether to transform the data of the component to a list or not (depends on the component type)",
2609+
"description": "'Transform to list' checkbox help text",
2610+
"originalDefault": "Whether to transform the data of the component to a list or not (depends on the component type)"
2611+
},
26072612
"kWAxhF": {
26082613
"defaultMessage": "Subject of the email sent to the registration backend to notify a change in the payment status.",
26092614
"description": "Email registration options 'emailPaymentSubject' helpText",
@@ -2654,6 +2659,11 @@
26542659
"description": "ZGW APIs registration options 'objecttype' help text",
26552660
"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."
26562661
},
2662+
"m/NVtu": {
2663+
"defaultMessage": "Transform to list",
2664+
"description": "'Transform to list' checkbox label",
2665+
"originalDefault": "Transform to list"
2666+
},
26572667
"m83ECr": {
26582668
"defaultMessage": "Copying the configuration from the registration backend will clear the existing configuration. Are you sure you want to continue?",
26592669
"description": "Objects API prefill configuration: warning message when copying the config from registration backend",

src/openforms/js/lang/nl.json

+10
Original file line numberDiff line numberDiff line change
@@ -2625,6 +2625,11 @@
26252625
"description": "component property \"disabled\" label",
26262626
"originalDefault": "disabled"
26272627
},
2628+
"kR7QKb": {
2629+
"defaultMessage": "Whether to transform the data of the component to a list or not (depends on the component type)",
2630+
"description": "'Transform to list' checkbox help text",
2631+
"originalDefault": "Whether to transform the data of the component to a list or not (depends on the component type)"
2632+
},
26282633
"kWAxhF": {
26292634
"defaultMessage": "Onderwerp van de registratiemail om een verandering in betaalstatus te signaleren.",
26302635
"description": "Email registration options 'emailPaymentSubject' helpText",
@@ -2675,6 +2680,11 @@
26752680
"description": "ZGW APIs registration options 'objecttype' help text",
26762681
"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."
26772682
},
2683+
"m/NVtu": {
2684+
"defaultMessage": "Transform to list",
2685+
"description": "'Transform to list' checkbox label",
2686+
"originalDefault": "Transform to list"
2687+
},
26782688
"m83ECr": {
26792689
"defaultMessage": "Wanneer je de instellingen van een registratiepluginoptie overneemt, dan worden alle bestaande instellingen overschreven. Ben je zeker dat je door wil gaan?",
26802690
"description": "Objects API prefill configuration: warning message when copying the config from registration backend",

0 commit comments

Comments
 (0)