Skip to content

Commit

Permalink
Merge pull request #41 from ScroogeHD117/patch-2
Browse files Browse the repository at this point in the history
Add a Dutch translation of auth.php
  • Loading branch information
Hyleus committed Dec 14, 2017
2 parents 4ddae4f + 8a8c81a commit 9836b1d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions resources/lang/nl/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
*/

return [
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'login' => 'Login',
'signup' => 'Signup',
'logout' => 'Logout',
'username' => 'Username',
'password' => 'Password',
'lost-password' => 'Forgot Your Password?',
'recover-my-password' => 'Recover My Password',
'remember-me' => 'Remember Me',
'failed' => 'Deze inloggegevens komen niet voor in onze database.',
'throttle' => 'Te veel mislukte inlogpogingen. Probeer het opnieuw in :seconds seconde.',
'login' => 'Inloggen',
'signup' => 'Inschrijven',
'logout' => 'Uitloggen',
'username' => 'Gebruikersnaam',
'password' => 'Wachtwoord',
'lost-password' => 'Wachtwoord Vergeten?',
'recover-my-password' => 'Herstel Mijn Wachtwoord',
'remember-me' => 'Onthoud Mij',
];

0 comments on commit 9836b1d

Please sign in to comment.