timegridio/timegrid

View on GitHub
resources/lang/hy_AM/passwords.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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.
    |
    */

    'password' => 'Գաղտնաբառը պետք է լինի առնվազն 6 նիշ։',
    'reset' => 'Ձեր գաղտնաբառը վերականգնված է!',
    'sent' => 'Ստուգեք Ձեր Էլեկտրոնային հասցեն գաղտնաբառը վերականգնելու համար!',
    'token' => 'Գաղտնաբառի վերականգնման հղումն անվավեր է։',
    'user' => "Այս Էլեկտրոնային հասցեով օգտատեր չկա։",

];