-
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
Apr 4, 2024
1 parent
08762a7
commit b76fd59
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 [ | ||
'<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' => '', | ||
]; | ||
return array ( | ||
'<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' => 'Kodea', | ||
'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' => '', | ||
); |