mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 10:15:40 +01:00
27 lines
1.3 KiB
PHP
27 lines
1.3 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' => 'पासवर्ड कम से कम आठ अक्षर का होना चाहिए और पुष्टिकरण से मेल खाना चाहिए।',
|
|
|
|
];
|