snipe-it/resources/lang/et/auth/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

46 lines
1.7 KiB
PHP

<?php
return array(
'account_already_exists' => 'Selle e-posti aadress on juba olemas.',
'account_not_found' => 'Kasutajanimi või parool on vale.',
'account_not_activated' => 'See kasutajakonto pole aktiveeritud.',
'account_suspended' => 'See kasutajakonto on peatatud.',
'account_banned' => 'See kasutajakonto on keelatud.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'You have successfully logged in.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
'signin' => array(
'error' => 'Kui proovisite sisse logida, ilmnes probleem, proovige uuesti.',
'success' => 'Sa oled edukalt sisse loginud.',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
'signup' => array(
'error' => 'Konto loomise proovimisel tekkis probleem, proovige uuesti.',
'success' => 'Konto edukalt loodud.',
),
'forgot-password' => array(
'error' => 'Uuesti parooli koodi proovimisel proovige uuesti proovida.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => 'Parooli lähtestamise ajal ilmnes probleem, proovige uuesti.',
'success' => 'Teie parool on edukalt lähtestatud.',
),
);