Add german translation (#91)
This commit is contained in:
parent
74876711e9
commit
231bc79155
10 changed files with 459 additions and 10 deletions
|
@ -49,9 +49,9 @@ return [
|
|||
'totp_header' => 'Two-Factor Authentication',
|
||||
'totp_qr' => 'TOTP QR Code',
|
||||
'totp_enable_help' => 'It appears that you do not have Two-Factor authentication enabled. This method of authentication adds an additional barrier preventing unauthorized entry to your account. If you enable it you will be required to input a code generated on your phone or other TOTP supporting device before finishing your login.',
|
||||
'totp_apps' => 'You must have a TOTP supporting application (e.g Google Authenticator, DUO Mobile, Authy) to use this option.',
|
||||
'totp_apps' => 'You must have a TOTP supporting application (e.g Google Authenticator, DUO Mobile, Authy, Enpass) to use this option.',
|
||||
'totp_enable' => 'Enable Two-Factor Authentication',
|
||||
'totp_disable' => 'Disable Two Factor Authentication',
|
||||
'totp_disable' => 'Disable Two-Factor Authentication',
|
||||
'totp_token' => 'TOTP Token',
|
||||
'totp_disable_help' => 'In order to disable TOTP on this account you will need to provide a valid TOTP token. Once validated TOTP protection on this account will be disabled.',
|
||||
'totp_checkpoint_help' => 'Please verify your TOTP settings by scanning the QR Code to the right with your phone\'s authenticator application, and then enter the 6 number code generated by the application in the box below. Press the enter key when finished.',
|
||||
|
|
Reference in a new issue