2FAuth/resources/lang/hi/notifications.php
2024-03-16 11:41:31 +01:00

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' => 'बधाई हो! यह काम करता है :)'
],
];