2FAuth/resources/lang/zh/notifications.php

23 lines
779 B
PHP
Raw Normal View History

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
],
];