Skip to content

Commit 18f8202

Browse files
authored
Merge pull request #1279 from jozefrebjak/fix-missing-sk-lang-row
lang: [sk] update Slovak translations for invalid email and token
2 parents 299ad17 + ab9ca03 commit 18f8202

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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ť, či sa e-mailová adresa "{0}" 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ť',

tests/Language/SlovakTranslationTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@
1818
*/
1919
final class SlovakTranslationTest extends AbstractTranslationTestCase
2020
{
21+
protected array $excludedLocaleKeyTranslations = [
22+
'Auth.token',
23+
];
2124
}

0 commit comments

Comments
 (0)