Lint PHP code psr-12, add GH action
This commit is contained in:
@@ -15,6 +15,5 @@ return [
|
||||
|
||||
'failed' => 'Brukernavn og passord stemmer ikke.',
|
||||
'throttle' => 'For mange påloggingsforsøk. Vennligst prøv igjen om :seconds sekunder.',
|
||||
|
||||
|
||||
];
|
||||
|
||||
@@ -18,5 +18,5 @@ return [
|
||||
'throttled' => 'Vennligst vent før du prøver igjen.',
|
||||
'token' => 'Denne tilbakestillingskoden for passordet er ugyldig.',
|
||||
'user' => 'Vi finner ingen bruker med den e-postadressen.',
|
||||
|
||||
|
||||
];
|
||||
|
||||
@@ -117,7 +117,7 @@ return [
|
||||
'unique' => ':attribute er allerede tatt.',
|
||||
'uploaded' => ':attribute kunne ikke lastes opp.',
|
||||
'url' => ':attribute-formatet er ugyldig.',
|
||||
'uuid' => ':attribute må være en gyldig UUID.',
|
||||
'uuid' => ':attribute må være en gyldig UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Verification Language Lines – Norwegian Translation
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Verification Language Lines – Norwegian Translation
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
|
||||
Reference in New Issue
Block a user