akaunting/resources/lang/fi-FI/passwords.php

23 lines
791 B
PHP
Raw Normal View History

2021-01-19 01:08:51 +00:00
<?php
return [
/*
|--------------------------------------------------------------------------
| 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.
|
*/
2022-06-04 00:26:44 +00:00
'reset' => 'Salasanasi on nyt nollattu!',
'sent' => 'Olemme lähettäneet salasanan nollauslinkin sähköpostiin!',
'throttled' => 'Odota ennen kuin yrität uudelleen.',
'token' => 'Salasanan nollauslinkki on virheellinen.',
'user' => "Emme löydä käyttäjää, jolla on kyseinen sähköpostiosoite.",
2021-01-19 01:08:51 +00:00
];