43 lines
2.2 KiB
PHP
43 lines
2.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'My two-factor login',
|
|
'sub' => 'A code from an app, in addition to your password. Protects your account even if the password ends up somewhere it should not.',
|
|
'state_on' => 'Active',
|
|
'state_off' => 'Not set up',
|
|
'confirm_first' => 'Please confirm your password first — a signed-in session alone is not enough here.',
|
|
'confirm_button' => 'Confirm',
|
|
'enable' => 'Set up',
|
|
'scan' => 'Scan the code with your authenticator app, then enter the digits it shows.',
|
|
'code' => 'Code from the app',
|
|
'activate' => 'Activate',
|
|
'code_wrong' => 'That code is not correct.',
|
|
'on' => 'Two-factor login is active.',
|
|
'off' => 'Two-factor login was removed.',
|
|
// Modal instead of wire:confirm (R23): title+body are the same former
|
|
// sentence, split at the full stop; _confirm is now the short
|
|
// confirm-button label.
|
|
'off_title' => 'Really remove two-factor login?',
|
|
'off_body' => 'Your account is then protected by the password alone.',
|
|
'off_confirm' => 'Remove',
|
|
'disable' => 'Remove',
|
|
'new_codes' => 'New recovery codes',
|
|
'codes_title' => 'Recovery codes',
|
|
'codes_hint' => 'Write these down now and keep them safe. They are the way back in if the device is lost — each code works once.',
|
|
'locked_title' => 'Locked',
|
|
'not_set_title' => 'Not set up yet',
|
|
'not_set_body' => 'Your account is currently protected by its password alone. With two-factor, signing in also needs a code that changes every 30 seconds.',
|
|
'need_app' => 'You will need an authenticator app on your phone — 1Password, Bitwarden, Google Authenticator or Aegis, for instance.',
|
|
'active_title' => 'Two-factor is active',
|
|
'active_body' => 'Every console sign-in additionally asks for a code from your app.',
|
|
'scan_title' => 'Scan the code and confirm',
|
|
'step_two' => 'Step 2 of 2',
|
|
'scan_step_open' => 'Open your authenticator app and choose "add account".',
|
|
'scan_step_scan' => 'Scan the code on the left.',
|
|
'scan_step_code' => 'Enter the six digits the app shows.',
|
|
'cancel' => 'Cancel',
|
|
'cancelled' => 'Setup cancelled. Nothing was saved.',
|
|
'copy_codes' => 'Copy all',
|
|
'codes_copied' => 'Copied',
|
|
];
|