Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Oct 10, 2023
1 parent 8bcab21 commit 623ebaa
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
25 changes: 25 additions & 0 deletions messages/eu/base.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'<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' => '',
'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' => '',
];
28 changes: 28 additions & 0 deletions messages/eu/config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?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.' => '',
];

0 comments on commit 623ebaa

Please sign in to comment.