mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-14 03:02:15 +01:00
23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?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.
|
|
|
|
|
*/
|
|
|
|
'hello' => 'नमस्कार',
|
|
'test_email_settings' => [
|
|
'subject' => '2FAuth की टेस्ट ईमेल',
|
|
'reason' => 'आपको यह ईमेल इसलिए प्राप्त हुआ है क्योंकि आपने अपने 2FAuth इंस्टेंस की ईमेल सेटिंग्स को मान्य करने के लिए एक परीक्षण ईमेल का अनुरोध किया था।',
|
|
'success' => 'बधाई हो! यह काम करता है :)'
|
|
],
|
|
|
|
]; |