Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nl] Add missing Dutch translation #2083

Merged
merged 4 commits into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/nl/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
"These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Deze personen hebben een uitnodiging ontvangen om lid te worden van je team. Ze kunnen deelnemen door de uitnodiging te accepteren.",
"This account does not have an active subscription.": "Dit account heeft geen actief abonnement.",
"This action is unauthorized.": "Deze actie is niet toegestaan.",
"This coupon code can only be used by new customers.": "This coupon code can only be used by new customers.",
"This coupon code can only be used by new customers.": "Deze couponcode kan alleen gebruikt worden door nieuwe klanten.",
"This device": "Dit apparaat",
"This file field is read-only.": "Dit bestand veld is alleen-lezen.",
"This image": "Deze afbeelding",
Expand Down
2 changes: 1 addition & 1 deletion locales/nl/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
'prohibits' => 'Dit veld verbiedt de aanwezigheid van :other.',
'regex' => 'Dit formaat is ongeldig.',
'required' => 'Dit veld is verplicht.',
'required_array_keys' => 'This field must contain entries for: :values.',
'required_array_keys' => 'Dit veld moet waardes bevatten voor :values.',
'required_if' => 'Dit veld is verplicht indien :other gelijk is aan :value.',
'required_unless' => 'Dit veld is verplicht tenzij :other gelijk is aan :values.',
'required_with' => 'Dit veld is verplicht i.c.m. :values',
Expand Down