Adding se translations for standard laravel components.
This commit is contained in:
parent
43f4ac016c
commit
8a95143b8f
4 changed files with 215 additions and 0 deletions
20
resources/lang/se/passwords.php
Normal file
20
resources/lang/se/passwords.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| 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 [
|
||||
'reset' => 'Lösenordet har blivit återställt!',
|
||||
'sent' => 'Lösenordspåminnelse skickad!',
|
||||
'throttled' => 'Vänligen vänta innan du försöker igen.',
|
||||
'token' => 'Koden för lösenordsåterställning är ogiltig.',
|
||||
'user' => 'Det finns ingen användare med den e-postadressen.',
|
||||
];
|
||||
Reference in a new issue