Skip to content

Commit

Permalink
Add missing strings to Dutch translation (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartEngelen authored May 26, 2021
1 parent 2445f4d commit 38d6f28
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"error": {
"missing_entity": "Het specificeren van de entiteit is vereist!",
"missing_integration": null,
"invalid_integration": null
"missing_integration": "Het specificeren van de integratie is vereist!",
"invalid_integration": "Deze integratie is niet geldig!"
},
"editor": {
"entity": null,
"integration": null,
"required": null,
"automatic": null,
"recommended": null,
"override_headline": null
"entity": "Entiteit",
"integration": "Integratie",
"required": "Verplicht",
"automatic": "Automatisch",
"recommended": "Aanbevolen",
"override_headline": "Koptekst overschrijven"
},
"events": {
"no_warnings": "Geen waarschuwingen",
Expand Down

0 comments on commit 38d6f28

Please sign in to comment.