Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/sigmaerp.codeskitter.site/lang/hi/
Upload File :
Current File : /home/users/unlimited/www/sigmaerp.codeskitter.site/lang/hi/auth.php

<?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'                    => 'ये क्रेडेंशियल हमारे रिकॉर्ड से मेल नहीं खाते।',
'failed_to_change_password' => 'पासवर्ड बदलने में विफल!',
'password'                  => 'दिया गया पासवर्ड गलत है।',
'throttle'                  => ':seconds सेकंड में फिर से कोशिश करें। बहुत अधिक लॉगिन प्रयास।',
'logout'                    => 'लॉग आउट',  
'remember_me'               => 'मुझे याद रखें',
'enter_registered_email'    => 'पासवर्ड रीसेट करने के लिए अपना पंजीकृत ईमेल आईडी दर्ज करें',
'forgot_password'           => 'पासवर्ड भूल गए?',  
'login_to_account'          => 'कृपया अपने खाते में लॉगिन करें',  
'role_not_exist'            => 'इस खाते को कोई भूमिका निर्दिष्ट नहीं की गई है!',
'inactive_account'          => 'यह खाता निष्क्रिय है',
'fill_details'              => 'कृपया अपना खाता बनाने के लिए नीचे दिए गए विवरण भरें',
'agree_terms'               => 'कृपया नियम और शर्तें स्वीकार करें!',
'requested_to_change_password' => 'हमें आपका पासवर्ड रीसेट अनुरोध मिला। कृपया अपना नया पासवर्ड दर्ज करें!',
'login'                     => 'लॉगिन',
'register'                  => 'रजिस्टर',

'dont_have_account'                 => "अब तक कोई खाता नहीं है?",

];