Skip to content

Commit

Permalink
III-4493 - Added dutch labels
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Jul 13, 2023
1 parent 2e2afc7 commit 18d1f0b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,25 @@
"title": "Producties"
}
},
"organizers": {
"create": {
"title": "Organisatie toevoegen",
"step1": {
"title": "Welke organisatie wil je toevoegen?",
"save": "Opslaan",
"name": "Naam",
"url": "Website",
"url_requirements": "Om organisaties in de UiTdatabank uniek te houden, vragen we elke organisatie een unieke en geldige hyperlink.",
"url_not_unique": "Dit adres wordt al gebruikt door de organisatie '{{organizerName}}'.",
"errors": {
"name_required": "Naam ontbreekt",
"url_required": "Url ontbreekt",
"url_matches": "Ongeldige url",
"url_not_unique": "Dit adres wordt al gebruikt door de organisatie '{{organizerName}}'."
}
}
}
},
"selectionTable": {
"rowsSelectedCount": "{{count}} rij geselecteerd",
"rowsSelectedCount_plural": "{{count}} rijen geselecteerd"
Expand Down

0 comments on commit 18d1f0b

Please sign in to comment.