Skip to content

Commit

Permalink
Merge pull request #2083 from styxit/main
Browse files Browse the repository at this point in the history
[nl] Add missing Dutch translation
  • Loading branch information
andrey-helldar authored Mar 30, 2022
2 parents 1dd46b9 + f79b44e commit ea21459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion locales/nl/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,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
2 changes: 1 addition & 1 deletion locales/nl/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
'prohibits' => 'Het veld :attribute ontneemt de toegang tot het veld :other.',
'regex' => ':Attribute formaat is ongeldig.',
'required' => ':Attribute is verplicht.',
'required_array_keys' => 'Het veld :attribute moet waardes bevatten voor: :values.',
'required_array_keys' => ':Attribute moet waardes bevatten voor :values.',
'required_if' => ':Attribute is verplicht indien :other gelijk is aan :value.',
'required_unless' => ':Attribute is verplicht tenzij :other gelijk is aan :values.',
'required_with' => ':Attribute is verplicht in combinatie met :values',
Expand Down

0 comments on commit ea21459

Please sign in to comment.