39 lines
1.4 KiB
PHP
Executable File
39 lines
1.4 KiB
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* 模块语言包-成员
|
|
* @author Devil
|
|
* @blog http://gong.gg/
|
|
* @version 0.0.1
|
|
* @datetime 2016-12-01T21:51:08+0800
|
|
*/
|
|
return array(
|
|
'alipay_life_user_add_name' => '成员添加',
|
|
'alipay_life_user_edit_name' => '成员编辑',
|
|
'alipay_life_user_so_keyword_tips' => '姓名/手机/邮箱/昵称',
|
|
'alipay_life_user_time_start_text' => '起始时间',
|
|
'alipay_life_user_time_end_text' => '结束时间',
|
|
'alipay_life_user_nickname_name' => '昵称',
|
|
'alipay_life_user_birthday_name' => '生日',
|
|
'alipay_life_user_nickname_format' => '昵称最多 16 个字符',
|
|
|
|
'alipay_life_user_birthday_format' => '生日格式有误',
|
|
'alipay_life_user_accounts_param_error' => '至少填写一项手机或邮箱',
|
|
|
|
'alipay_life_user_login_pwd_name' => '登录密码',
|
|
'alipay_life_user_login_pwd_format' => '登录密码格式 6~18 个字符之间',
|
|
|
|
'alipay_life_user_username_name' => '用户名',
|
|
'alipay_life_user_username_format' => '用户名 2~30 个字符',
|
|
|
|
'alipay_life_user_integral_name' => '积分',
|
|
|
|
'alipay_life_user_avatar_name' => '用户头像',
|
|
'alipay_life_user_province_name' => '所在省',
|
|
'alipay_life_user_city_name' => '所在市',
|
|
|
|
'alipay_life_user_alipay_life_name_text' => '所属生活号',
|
|
'alipay_life_user_appid_text' => 'appid',
|
|
'alipay_life_user_send_text' => '发消息',
|
|
);
|
|
?>
|