23 lines
1.0 KiB
PHP
23 lines
1.0 KiB
PHP
<?php
|
||
|
||
return [
|
||
|
||
/*
|
||
|--------------------------------------------------------------------------
|
||
| Authentication 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.
|
||
|
|
||
*/
|
||
|
||
'general' => '操作验证码::code,十分钟有效,友福同享,有书同享!',
|
||
'register' => '验证码::code,:title福恋用科技让交友变简单!',
|
||
'mobile_register'=> '验证码::code,:title:福恋用科技让交友变简单!【福恋】',
|
||
'newpassword' => '你的账户新密码为::code,请妥善保管,友福同享,有书同享!',
|
||
'login' => '登录验证码::code,福恋用科技让交友变简单!【福恋】',
|
||
'reset' => '重置验证码::code,福恋用科技让交友变简单!【福恋】',
|
||
];
|