Skip to content

Commit

Permalink
Merge pull request #4676 from open-formulieren/backport-2.7.x/4602-mi…
Browse files Browse the repository at this point in the history
…nSelectedCount-translation

🌐 [#4602] Translation for Selectboxes minSelectedCount error
  • Loading branch information
sergei-maertens committed Sep 17, 2024
2 parents 241d0cc + 8311439 commit 4ed6335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/openforms/js/lang/formio/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"The uploaded file is not of an allowed type. It must be: {{ pattern }}.": "The uploaded file is not of an allowed type. It must be: {{ pattern }}.",
"{{ labels }} or {{ lastLabel }}": "{{ labels }} or {{ lastLabel }}",
"invalid_time": "Only times between {{ minTime }} and {{ maxTime }} are allowed.",
"You must select at least {{minCount}} items.": "Ensure this field has at least {{minCount}} checked options.",
"": ""
}
1 change: 1 addition & 0 deletions src/openforms/js/lang/formio/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,6 @@
"{{ labels }} or {{ lastLabel }}": "{{ labels }} of {{ lastLabel }}",
"Note that any family member without a BSN will not be displayed.": "Let op, gezinsleden zonder BSN worden niet getoond.",
"invalidDatetime": "Ongeldige datum/tijd",
"You must select at least {{minCount}} items.": "Zorg dat dit veld {{minCount}} of meer opties aangevinkt heeft.",
"": ""
}

0 comments on commit 4ed6335

Please sign in to comment.