Commit a5fb6afb by fezrul

update lang

parent de5c486b
<?php <?php
return [ return [
'activation_success' => 'Your account successfully activated.',
/* 'already_registered?' => 'Have an account?',
|-------------------------------------------------------------------------- 'click_to_activate' => 'Please click <a href=":link">this activation link</a> to activate your account.',
| Authentication Language Lines 'email' => 'Email',
|-------------------------------------------------------------------------- 'failed' => 'Invalid credentials',
| 'forgot_password' => 'Forgot password',
| The following language lines are used during authentication for various 'identifier' => 'Email',
| messages that we need to display to the user. You are free to modify 'login' => 'Login',
| these language lines according to your application's requirements. 'login_here' => 'Login Here',
| 'name' => 'Name',
*/ 'not_registered_yet?' => 'Not registered yet?',
'password' => 'Password',
'failed' => 'These credentials do not match our records.', 'password_confirmation' => 'Confirm Your Password',
'password' => 'The provided password is incorrect.', 'password_new' => 'New Password',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'password_confirm' => 'Confirm New Password',
'register' => 'Register',
'register_here' => 'Register Here',
'registration_success' => 'Registration success. Please check your email to activate your account.',
'remember' => 'Remember me',
'reset_password' => 'Reset Password',
'send_reset_password_link' => 'Send Reset Password Link',
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment