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

23 lines
779 B
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' => '好消息是,它正常工作:)'
],
];