feat(LRL App): init V0
This commit is contained in:
85
lang/vendor/filament-panels/en/auth/pages/login.php
vendored
Normal file
85
lang/vendor/filament-panels/en/auth/pages/login.php
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Login',
|
||||
|
||||
'heading' => 'Sign in',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'or',
|
||||
'label' => 'sign up for an account',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Forgot password?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Email address',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Password',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Remember me',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Sign in',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor' => [
|
||||
|
||||
'heading' => 'Verify your identity',
|
||||
|
||||
'subheading' => 'To continue signing in, you need to verify your identity.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'provider' => [
|
||||
'label' => 'How would you like to verify?',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Confirm sign in',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Too many login attempts',
|
||||
'body' => 'Please try again in :seconds seconds.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user