Skip to content

Commit 303fd2f

Browse files
committed
fix: update Slovak translations for invalid email and token
1 parent 299ad17 commit 303fd2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Language/sk/Auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'badToken' => 'Prístupový token je neplatný.',
2626
'oldToken' => 'Platnosť prístupového tokenu vypršala.',
2727
'noUserEntity' => 'Na overenie hesla je potrebné zadať entitu používateľa.',
28-
'invalidEmail' => '(To be translated) Unable to verify the email address "{0}" matches the email on record.',
28+
'invalidEmail' => 'Nie je možné overiť, že e-mailová adresa "{0}" sa zhoduje s e-mailom v databáze.',
2929
'unableSendEmailToUser' => 'Ľutujeme, pri odosielaní e-mailu sa vyskytol problém. Nepodarilo sa nám odoslať e-mail na adresu „{0}".',
3030
'throttled' => 'Z tejto adresy IP bolo odoslaných príliš veľa žiadostí. Môžete to skúsiť znova o {0} sekúnd.',
3131
'notEnoughPrivilege' => 'Nemáte potrebné povolenie na vykonanie požadovanej operácie.',
@@ -39,7 +39,7 @@
3939
'password' => 'Heslo',
4040
'passwordConfirm' => 'Heslo (znova)',
4141
'haveAccount' => 'Máte už účet?',
42-
'token' => '(To be translated) Token',
42+
'token' => 'Token',
4343

4444
// Buttons
4545
'confirm' => 'Potvrdiť',

0 commit comments

Comments
 (0)