2024-03-15 15:12:57 +01:00
< ? php
return [
/*
|--------------------------------------------------------------------------
| Notifications 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 .
|
*/
2024-03-16 11:41:31 +01:00
'hello' => 'नमस्कार' ,
2024-03-15 15:12:57 +01:00
'test_email_settings' => [
2024-03-16 11:41:31 +01:00
'subject' => '2FAuth की टेस्ट ईमेल' ,
'reason' => 'आपको यह ईमेल इसलिए प्राप्त हुआ है क्योंकि आपने अपने 2FAuth इंस्टेंस की ईमेल सेटिंग्स को मान्य करने के लिए एक परीक्षण ईमेल का अनुरोध किया था।' ,
'success' => 'बधाई हो! यह काम करता है :)'
2024-03-15 15:12:57 +01:00
],
];