3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-02 06:18:50 +00:00
Files
snipe-it/resources/lang/et-EE/passwords.php
2023-12-19 17:23:16 +00:00

10 lines
516 B
PHP

<?php
return [
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
'token' => 'See parooli taastamise sessioon on kehtetu, aegunud või ei vasta sisestatud kasutajanimele.',
'reset' => 'Sinu parool on lähtestatud!',
'password_change' => 'Your password has been updated!',
];