-
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
Sep 21, 2024
1 parent
a0c386e
commit 27fd730
Showing
1 changed file
with
26 additions
and
27 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,28 +1,27 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>Request</strong> new code' => '', | ||
'<strong>Two-Factor Authentication</strong> module configuration' => '', | ||
'<strong>Two-Factor Authentication</strong> settings' => '', | ||
'Account:' => '', | ||
'Can\'t scan the code?' => '', | ||
'Default method for the mandatory groups' => '', | ||
'Do you really want to request a new code?' => '', | ||
'Enabled methods' => '', | ||
'Google Authenticator' => '', | ||
'Install an application that implements a time-based one-time password (TOTP) algorithm, such as {googleAuthenticatorLink}, and use it to scan the QR code shown below.' => '', | ||
'Leave empty to disable this feature.' => '', | ||
'Length of verifying code' => '', | ||
'List of IPs or subnets to whitelist, currently yours is {0}. Use coma separator to create a list, example: "{0}, 127.0.0.1"' => '', | ||
'Mandatory for the following groups' => '', | ||
'Please <strong>do not forget</strong> to update the code in your authenticator app! If you do not do so, you will not be able to login.' => '', | ||
'Remember browser option amount of days' => '', | ||
'Request new code' => '', | ||
'Secret:' => '', | ||
'This module is disabled because no drivers are selected, however users from the enforced groups always fallback to {defaultDriverName} driver by default.' => '', | ||
'Time based: Yes' => '', | ||
'To connect the app manually, provide the following details to the TOTP app (e.g. Google Authenticator).' => '', | ||
'Trusted networks list' => '', | ||
'Two-Factor Authentication' => '', | ||
'Two-factor authentication (2FA) provides an additional level of security for your account. Once enabled, you will be prompted to enter a code in addition to entering your username and password.' => '', | ||
]; | ||
return array ( | ||
'<strong>Request</strong> new code' => '', | ||
'<strong>Two-Factor Authentication</strong> module configuration' => '', | ||
'<strong>Two-Factor Authentication</strong> settings' => '', | ||
'Account:' => '', | ||
'Can\'t scan the code?' => '', | ||
'Default method for the mandatory groups' => '', | ||
'Do you really want to request a new code?' => '', | ||
'Enabled methods' => '', | ||
'Google Authenticator' => '', | ||
'Install an application that implements a time-based one-time password (TOTP) algorithm, such as {googleAuthenticatorLink}, and use it to scan the QR code shown below.' => '', | ||
'Leave empty to disable this feature.' => '', | ||
'Length of verifying code' => '', | ||
'List of IPs or subnets to whitelist, currently yours is {0}. Use coma separator to create a list, example: "{0}, 127.0.0.1"' => '', | ||
'Mandatory for the following groups' => '', | ||
'Please <strong>do not forget</strong> to update the code in your authenticator app! If you do not do so, you will not be able to login.' => '', | ||
'Remember browser option amount of days' => '', | ||
'Request new code' => '', | ||
'Secret:' => '', | ||
'This module is disabled because no drivers are selected, however users from the enforced groups always fallback to {defaultDriverName} driver by default.' => '', | ||
'Time based: Yes' => '', | ||
'To connect the app manually, provide the following details to the TOTP app (e.g. Google Authenticator).' => '', | ||
'Trusted networks list' => '', | ||
'Two-Factor Authentication' => 'Dvojfaktorová Autentifikácia', | ||
'Two-factor authentication (2FA) provides an additional level of security for your account. Once enabled, you will be prompted to enter a code in addition to entering your username and password.' => '', | ||
); |