2FAuth/resources/lang/hi/passwords.php

27 lines
1.3 KiB
PHP
Raw Normal View History

2024-03-15 15:12:57 +01:00
<?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' => 'पासवर्ड कम से कम आठ अक्षर का होना चाहिए और पुष्टिकरण से मेल खाना चाहिए।',
];