i18n(auth): add 2FA backup-view strings
parent
8ec3b0b69a
commit
f581529164
|
|
@ -34,6 +34,10 @@ return [
|
||||||
'challenge_heading' => 'Bestätigung',
|
'challenge_heading' => 'Bestätigung',
|
||||||
'challenge_subtitle' => '6-stelliger Code aus deiner Authenticator-App.',
|
'challenge_subtitle' => '6-stelliger Code aus deiner Authenticator-App.',
|
||||||
'code' => 'Code',
|
'code' => 'Code',
|
||||||
|
'challenge_use_backup' => 'Backup-Code verwenden',
|
||||||
|
'backup_heading' => 'Backup-Codes',
|
||||||
|
'backup_subtitle' => 'Gib einen Backup-Code ein, um fortzufahren.',
|
||||||
|
'back_to_options' => 'Zurück zu Anmelde-Optionen',
|
||||||
'back_to_login' => 'Zurück zur Anmeldung',
|
'back_to_login' => 'Zurück zur Anmeldung',
|
||||||
|
|
||||||
// ── 2FA setup ────────────────────────────────────────────────────────
|
// ── 2FA setup ────────────────────────────────────────────────────────
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,10 @@ return [
|
||||||
'challenge_heading' => 'Verification',
|
'challenge_heading' => 'Verification',
|
||||||
'challenge_subtitle' => '6-digit code from your authenticator app.',
|
'challenge_subtitle' => '6-digit code from your authenticator app.',
|
||||||
'code' => 'Code',
|
'code' => 'Code',
|
||||||
|
'challenge_use_backup' => 'Use backup code',
|
||||||
|
'backup_heading' => 'Backup codes',
|
||||||
|
'backup_subtitle' => 'Enter a backup code to continue.',
|
||||||
|
'back_to_options' => 'Back to sign-in options',
|
||||||
'back_to_login' => 'Back to sign in',
|
'back_to_login' => 'Back to sign in',
|
||||||
|
|
||||||
// ── 2FA setup ────────────────────────────────────────────────────────
|
// ── 2FA setup ────────────────────────────────────────────────────────
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue