Skip to content

Commit

Permalink
Merge pull request #1747 from DanielRTRD/update-norwegian
Browse files Browse the repository at this point in the history
Norwegian: Completed!
  • Loading branch information
caouecs committed May 15, 2021
2 parents 8c5cc7a + 3d2f265 commit e03c05a
Show file tree
Hide file tree
Showing 6 changed files with 362 additions and 326 deletions.
24 changes: 12 additions & 12 deletions locales/nb/auth.php
@@ -1,18 +1,18 @@
<?php

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/

return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/

'failed' => 'Disse opplysningene samsvarer ikke med hva vi har lagret.',
'password' => 'The provided password is incorrect.',
'password' => 'Det oppgitte passordet er feil.',
'throttle' => 'For mange innloggingsforsøk. Vennligst prøv igjen om :seconds sekunder.',
];

0 comments on commit e03c05a

Please sign in to comment.