feat(LRL App): init V0
This commit is contained in:
71
lang/vendor/filament-panels/en/auth/multi-factor/app/actions/disable.php
vendored
Normal file
71
lang/vendor/filament-panels/en/auth/multi-factor/app/actions/disable.php
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Turn off',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Disable authenticator app',
|
||||
|
||||
'description' => 'Are you sure you want to stop using the authenticator app? Disabling this will remove an extra layer of security from your account.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Enter the 6-digit code from the authenticator app',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'use_recovery_code' => [
|
||||
'label' => 'Use a recovery code instead',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'The code you entered is invalid.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'recovery_code' => [
|
||||
|
||||
'label' => 'Or, enter a recovery code',
|
||||
|
||||
'validation_attribute' => 'recovery code',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'The recovery code you entered is invalid.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Disable authenticator app',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'disabled' => [
|
||||
'title' => 'Authenticator app has been disabled',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
77
lang/vendor/filament-panels/en/auth/multi-factor/app/actions/regenerate-recovery-codes.php
vendored
Normal file
77
lang/vendor/filament-panels/en/auth/multi-factor/app/actions/regenerate-recovery-codes.php
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Regenerate recovery codes',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Regenerate authenticator app recovery codes',
|
||||
|
||||
'description' => 'If you lose your recovery codes, you can regenerate them here. Your old recovery codes will be invalidated immediately.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Enter the 6-digit code from the authenticator app',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'The code you entered is invalid.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'password' => [
|
||||
|
||||
'label' => 'Or, enter your current password',
|
||||
|
||||
'validation_attribute' => 'password',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Regenerate recovery codes',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'regenerated' => [
|
||||
'title' => 'New authenticator app recovery codes have been generated',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'show_new_recovery_codes' => [
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'New recovery codes',
|
||||
|
||||
'description' => 'Please save the following recovery codes in a safe place. They will only be shown once, but you\'ll need them if you lose access to your authenticator app:',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Close',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
81
lang/vendor/filament-panels/en/auth/multi-factor/app/actions/set-up.php
vendored
Normal file
81
lang/vendor/filament-panels/en/auth/multi-factor/app/actions/set-up.php
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Set up',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Set up authenticator app',
|
||||
|
||||
'description' => <<<'BLADE'
|
||||
You'll need an app like Google Authenticator (<x-filament::link href="https://itunes.apple.com/us/app/google-authenticator/id388497605" target="_blank">iOS</x-filament::link>, <x-filament::link href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" target="_blank">Android</x-filament::link>) to complete this process.
|
||||
BLADE,
|
||||
|
||||
'content' => [
|
||||
|
||||
'qr_code' => [
|
||||
|
||||
'instruction' => 'Scan this QR code with your authenticator app:',
|
||||
|
||||
'alt' => 'QR code to scan with an authenticator app',
|
||||
|
||||
],
|
||||
|
||||
'text_code' => [
|
||||
|
||||
'instruction' => 'Or enter this code manually:',
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Copied',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'recovery_codes' => [
|
||||
|
||||
'instruction' => 'Please save the following recovery codes in a safe place. They will only be shown once, but you\'ll need them if you lose access to your authenticator app:',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Enter the 6-digit code from the authenticator app',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'below_content' => 'You will need to enter the 6-digit code from your authenticator app each time you sign in or perform sensitive actions.',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'The code you entered is invalid.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Enable authenticator app',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'enabled' => [
|
||||
'title' => 'Authenticator app has been enabled',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
64
lang/vendor/filament-panels/en/auth/multi-factor/app/provider.php
vendored
Normal file
64
lang/vendor/filament-panels/en/auth/multi-factor/app/provider.php
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'management_schema' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'label' => 'Authenticator app',
|
||||
|
||||
'below_content' => 'Use a secure app to generate a temporary code for login verification.',
|
||||
|
||||
'messages' => [
|
||||
'enabled' => 'Enabled',
|
||||
'disabled' => 'Disabled',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'login_form' => [
|
||||
|
||||
'label' => 'Use a code from your authenticator app',
|
||||
|
||||
'code' => [
|
||||
|
||||
'label' => 'Enter the 6-digit code from the authenticator app',
|
||||
|
||||
'validation_attribute' => 'code',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'use_recovery_code' => [
|
||||
'label' => 'Use a recovery code instead',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'The code you entered is invalid.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'recovery_code' => [
|
||||
|
||||
'label' => 'Or, enter a recovery code',
|
||||
|
||||
'validation_attribute' => 'recovery code',
|
||||
|
||||
'messages' => [
|
||||
|
||||
'invalid' => 'The recovery code you entered is invalid.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user