Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mileage-claim
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
trainee
mileage-claim
Commits
a5fb6afb
Commit
a5fb6afb
authored
Oct 29, 2025
by
fezrul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update lang
parent
de5c486b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
16 deletions
+21
-16
lang/en/auth.php
+21
-16
No files found.
lang/en/auth.php
View file @
a5fb6afb
<?php
return
[
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed'
=>
'These credentials do not match our records.'
,
'password'
=>
'The provided password is incorrect.'
,
'throttle'
=>
'Too many login attempts. Please try again in :seconds seconds.'
,
'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.'
,
'email'
=>
'Email'
,
'failed'
=>
'Invalid credentials'
,
'forgot_password'
=>
'Forgot password'
,
'identifier'
=>
'Email'
,
'login'
=>
'Login'
,
'login_here'
=>
'Login Here'
,
'name'
=>
'Name'
,
'not_registered_yet?'
=>
'Not registered yet?'
,
'password'
=>
'Password'
,
'password_confirmation'
=>
'Confirm Your Password'
,
'password_new'
=>
'New Password'
,
'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'
,
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment