mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations passwords.php (Slovenian)
This commit is contained in:
parent
df2f92433a
commit
2ed0ea0243
@ -10,10 +10,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
'password' => 'Geslo mora biti dolgo vsaj šest znakov in mora biti enako v obeh poljih.',
|
||||||
'user' => 'We can\'t find a user with that e-mail address.',
|
'user' => 'Uporabnika s takim e-poštnim naslovom v naši bazi nismo našli.',
|
||||||
'token' => 'This password reset token is invalid.',
|
'token' => 'Žeton za ponastavitev gesla ni veljaven.',
|
||||||
'sent' => 'We have e-mailed your password reset link!',
|
'sent' => 'Poslali smo vam povezavo za ponastavitev gesla!',
|
||||||
'reset' => 'Your password has been reset!',
|
'reset' => 'Vaše geslo je bilo ponastavljeno!',
|
||||||
'blocked' => 'Nice try though.',
|
'blocked' => 'Dober poskus...',
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user