mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 16:53:26 +01:00
27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
/*
|
||
|
|--------------------------------------------------------------------------
|
||
|
| Password Reset Language Lines
|
||
|
|--------------------------------------------------------------------------
|
||
|
|
|
||
|
| The following language lines are the default lines which match reasons
|
||
|
| that are given by the password broker for a password update attempt
|
||
|
| has failed, such as for an invalid token or invalid new password.
|
||
|
|
|
||
|
*/
|
||
|
|
||
|
// Laravel
|
||
|
'reset' => 'ඔබගේ මුරපදය යළි සැකසිනි!',
|
||
|
'sent' => 'ඔබගේ රහස් පද යළි සකසන සබැඳිය අප විසින් ඊ-තැපැල් කර ඇත!',
|
||
|
'throttled' => 'නැවත උත්සහා කිරීමට පෙර,මදක් රැදිසිටින්න.',
|
||
|
'token' => 'මෙම මුරපද යළි පිහිටුවීමේ ටෝකනය වලංගු නොවේ.',
|
||
|
'user' => "අපට එම විද්යුත් තැපැල් ලිපිනය සමඟ පරිශීලකයෙකු සොයා ගත නොහැක.",
|
||
|
|
||
|
// 2FAuth
|
||
|
'password' => 'Passwords must be at least eight characters and match the confirmation.',
|
||
|
|
||
|
];
|