Norwegian translation (#134)

* Norwegian translation

Norwegian translation

* Norwegian translation
This commit is contained in:
wef0rm
2023-07-11 13:42:47 +02:00
committed by GitHub
parent a314fdee3f
commit 918c9a5a61
6 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines Norwegian Translation
|--------------------------------------------------------------------------
|
| 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' => 'Brukernavn og passord stemmer ikke.',
'throttle' => 'For mange påloggingsforsøk. Vennligst prøv igjen om :seconds sekunder.',
];