Skip to content

Commit

Permalink
Merge pull request #784 from jozefrebjak/add-sk-translations
Browse files Browse the repository at this point in the history
lang: [sk] translate missing slovak sentences
  • Loading branch information
datamweb committed Aug 14, 2023
2 parents 636684a + abcddea commit 6479fde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Language/sk/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
'throttled' => 'Z tejto adresy IP bolo odoslaných príliš veľa žiadostí. Môžete to skúsiť znova o {0} sekúnd.',
'notEnoughPrivilege' => 'Nemáte potrebné povolenie na vykonanie požadovanej operácie.',
// JWT Exceptions
'invalidJWT' => '(To be translated) The token is invalid.',
'expiredJWT' => '(To be translated) The token has expired.',
'beforeValidJWT' => '(To be translated) The token is not yet available.',
'invalidJWT' => 'Neplatný token.',
'expiredJWT' => 'Platnosť tokenu vypršala.',
'beforeValidJWT' => 'Token ešte nie je dostupný.',

'email' => 'Emailová adresa',
'username' => 'Používateľské meno',
Expand Down Expand Up @@ -51,7 +51,7 @@
'magicLinkExpired' => 'Ľutujeme, platnosť odkazu vypršala.',
'checkYourEmail' => 'Skontrolujte e-mail',
'magicLinkDetails' => 'Práve sme vám poslali e-mail s odkazom na prihlásenie. Platí iba {0} minút.',
'magicLinkDisabled' => '(To be translated) Use of MagicLink is currently not allowed.',
'magicLinkDisabled' => 'Použitie magického linku momentálne nie je povolené.',
'successLogout' => 'Úspešne ste sa odhlásili.',
'backToLogin' => 'Späť na prihlásenie',

Expand Down

0 comments on commit 6479fde

Please sign in to comment.