Skip to content

Commit 205314b

Browse files
committed
[#5074] Added translations
1 parent 886ca65 commit 205314b

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
@@ -5469,6 +5469,12 @@
54695469
"value": "disabled"
54705470
}
54715471
],
5472+
"kR7QKb": [
5473+
{
5474+
"type": 0,
5475+
"value": "Whether to transform the data of the component to a list or not (depends on the component type)"
5476+
}
5477+
],
54725478
"kWAxhF": [
54735479
{
54745480
"type": 0,
@@ -5649,6 +5655,12 @@
56495655
"value": "Partner 1"
56505656
}
56515657
],
5658+
"m/NVtu": [
5659+
{
5660+
"type": 0,
5661+
"value": "Transform to list"
5662+
}
5663+
],
56525664
"m20av3": [
56535665
{
56545666
"type": 0,

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

+12
Original file line numberDiff line numberDiff line change
@@ -5487,6 +5487,12 @@
54875487
"value": "uitgeschakeld"
54885488
}
54895489
],
5490+
"kR7QKb": [
5491+
{
5492+
"type": 0,
5493+
"value": "Whether to transform the data of the component to a list or not (depends on the component type)"
5494+
}
5495+
],
54905496
"kWAxhF": [
54915497
{
54925498
"type": 0,
@@ -5667,6 +5673,12 @@
56675673
"value": "Partner 1"
56685674
}
56695675
],
5676+
"m/NVtu": [
5677+
{
5678+
"type": 0,
5679+
"value": "Transform to list"
5680+
}
5681+
],
56705682
"m20av3": [
56715683
{
56725684
"type": 0,

src/openforms/js/lang/en.json

+10
Original file line numberDiff line numberDiff line change
@@ -2599,6 +2599,11 @@
25992599
"description": "component property \"disabled\" label",
26002600
"originalDefault": "disabled"
26012601
},
2602+
"kR7QKb": {
2603+
"defaultMessage": "Whether to transform the data of the component to a list or not (depends on the component type)",
2604+
"description": "'Transform to list' checkbox help text",
2605+
"originalDefault": "Whether to transform the data of the component to a list or not (depends on the component type)"
2606+
},
26022607
"kWAxhF": {
26032608
"defaultMessage": "Subject of the email sent to the registration backend to notify a change in the payment status.",
26042609
"description": "Email registration options 'emailPaymentSubject' helpText",
@@ -2649,6 +2654,11 @@
26492654
"description": "ZGW APIs registration options 'objecttype' help text",
26502655
"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."
26512656
},
2657+
"m/NVtu": {
2658+
"defaultMessage": "Transform to list",
2659+
"description": "'Transform to list' checkbox label",
2660+
"originalDefault": "Transform to list"
2661+
},
26522662
"m83ECr": {
26532663
"defaultMessage": "Copying the configuration from the registration backend will clear the existing configuration. Are you sure you want to continue?",
26542664
"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
@@ -2620,6 +2620,11 @@
26202620
"description": "component property \"disabled\" label",
26212621
"originalDefault": "disabled"
26222622
},
2623+
"kR7QKb": {
2624+
"defaultMessage": "Whether to transform the data of the component to a list or not (depends on the component type)",
2625+
"description": "'Transform to list' checkbox help text",
2626+
"originalDefault": "Whether to transform the data of the component to a list or not (depends on the component type)"
2627+
},
26232628
"kWAxhF": {
26242629
"defaultMessage": "Onderwerp van de registratiemail om een verandering in betaalstatus te signaleren.",
26252630
"description": "Email registration options 'emailPaymentSubject' helpText",
@@ -2670,6 +2675,11 @@
26702675
"description": "ZGW APIs registration options 'objecttype' help text",
26712676
"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."
26722677
},
2678+
"m/NVtu": {
2679+
"defaultMessage": "Transform to list",
2680+
"description": "'Transform to list' checkbox label",
2681+
"originalDefault": "Transform to list"
2682+
},
26732683
"m83ECr": {
26742684
"defaultMessage": "Wanneer je de instellingen van een registratiepluginoptie overneemt, dan worden alle bestaande instellingen overschreven. Ben je zeker dat je door wil gaan?",
26752685
"description": "Objects API prefill configuration: warning message when copying the config from registration backend",

0 commit comments

Comments
 (0)