-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Jul 3, 2024
1 parent
5da719d
commit a0c386e
Showing
1 changed file
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'Code' => '소스코드', | ||
'<strong>Two-factor</strong> authentication' => '', | ||
'A confirmation code hast just been sent to your email address. Please enter the code from the email in order to proceed.' => '', | ||
'Authentication method' => '', | ||
'Code is not valid!' => '', | ||
'Code:' => '', | ||
'Date and time:' => '', | ||
'Disable two-factor authentication (not recommended)' => '', | ||
'Email' => '', | ||
'Hello {displayName}!' => '', | ||
'Log out' => '', | ||
'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' => '', | ||
'Pin code' => '', | ||
'Please enter your verifying code.' => '', | ||
'Remember this browser for {0} days' => '', | ||
'Time-based one-time passwords (e.g. Google Authenticator)' => '', | ||
'Two-Factor Authentication' => '', | ||
'Verify' => '', | ||
'Verifying code is not valid!' => '', | ||
'Your account is secured by a two-factor authentication system. Please use the following code to proceed.' => '', | ||
'Your login verification code' => '', | ||
]; | ||
return array ( | ||
'<strong>Two-factor</strong> authentication' => '<strong>Dvojfaktorové</strong> overenie', | ||
'A confirmation code hast just been sent to your email address. Please enter the code from the email in order to proceed.' => 'Na vašu e-mailovú adresu bol práve odoslaný potvrdzovací kód. Ak chcete pokračovať, zadajte kód z e-mailu.', | ||
'Authentication method' => 'Spôsob overovania', | ||
'Code' => 'Kód', | ||
'Code is not valid!' => 'Kód nie je platný!', | ||
'Code:' => 'Kód:', | ||
'Date and time:' => 'Dátum a čas:', | ||
'Disable two-factor authentication (not recommended)' => 'Zakázať dvojfaktorové overenie (neodporúča sa)', | ||
'Email' => 'Email', | ||
'Hello {displayName}!' => 'Dobrý deň, {displayName}!', | ||
'Log out' => 'Odhlásiť sa', | ||
'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' => 'Otvorte na svojom zariadení aplikáciu dvojfaktorovej autentifikácie, aby ste si mohli pozrieť overovací kód a overiť svoju identitu.', | ||
'Pin code' => 'PIN kód', | ||
'Please enter your verifying code.' => 'Zadajte svoj overovací kód.', | ||
'Remember this browser for {0} days' => 'Zapamätať si tento prehliadač na {0} dní', | ||
'Time-based one-time passwords (e.g. Google Authenticator)' => 'Časovo podmienené jednorazové heslá (napr. Google Authenticator)', | ||
'Two-Factor Authentication' => 'Dvojfaktorová Autentifikácia', | ||
'Verify' => 'Overiť', | ||
'Verifying code is not valid!' => 'Overovací kód je neplatný!', | ||
'Your account is secured by a two-factor authentication system. Please use the following code to proceed.' => 'Váš účet je zabezpečený dvojfaktorovým overovacím systémom. Ak chcete pokračovať, použite nasledujúci kód.', | ||
'Your login verification code' => 'Váš prihlasovací overovací kód', | ||
); |