You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
3.5 KiB
59 lines
3.5 KiB
<?php
|
|
return [
|
|
'system_busy' => '系统繁忙',
|
|
'parameter_error' => '参数错误',
|
|
'data_empty' => '数据为空',
|
|
'data_operation_failed' => '数据操作失败',
|
|
'upload_failed' => '上传失败',
|
|
'upload_successfully' => '上传成功',
|
|
'complete_auth_before_order' => '需要完成实名认证后才能下单',
|
|
'user_info_empty' => '用户信息为空',
|
|
'failed_to_create_order' => '创建订单失败',
|
|
'update_order_failed' => '更新订单失败',
|
|
'not_enough_assets' => '用户资产不足',
|
|
'update_user_funds_failed' => '更新用户资金失败',
|
|
'email_not_supported' => '不支持该电子邮件',
|
|
'exceeding_the_maximum_number' => '已超出今日的最大尝试次数,请明天再试',
|
|
'email_send_successfully' => '电子邮件发送成功,请检查你的收件箱',
|
|
'incorrect_verification_code' => '验证码不正确',
|
|
'email_has_already_been_registered' => '该电子邮件已经被注册',
|
|
'missing_agent_id' => '缺少代理ID',
|
|
'account_registration_failed' => '注册账号失败,请稍后再试',
|
|
'account_registration_successful' => '账号注册成功',
|
|
'user_does_not_exist' => '用户不存在',
|
|
'incorrect_account_or_password' => '账户或密码不正确',
|
|
'unsupported_country_or_region' => '不受支持的国家或地区',
|
|
'message_has_been_sent' => '消息已发送,请检查你的收件信息',
|
|
'phone_number_has_already_been_registered' => '该电话号码已被注册',
|
|
'please_set_the_transaction_password_first' => '请先设置交易密码',
|
|
'please_authenticate_with_real_name_first' => '请先实名认证',
|
|
'incorrect_transaction_password' => '交易密码不正确',
|
|
'withdrawal_is_frozen' => '提款被封禁',
|
|
'incorrect_withdrawal_information' => '体现信息不正确',
|
|
'insufficient_balance' => '余额不足',
|
|
'withdrawal_orders_cannot_be_cancelled' => '提款订单无法取消',
|
|
'the_transfer_out_account_and_the_transfer_in_account_cannot_be_the_same_account' => '转出账户与转入账户不能为同一账户',
|
|
'the_transfer_account_type_is_incorrect' => '转出账户类不正确',
|
|
'incorrect_transfer_account_type' => '转入账户类型不正确',
|
|
'already_verified' => '已经实名认证过',
|
|
'user_real_name_authentication_data_is_empty' => '用户实名认证数据为空',
|
|
'chat_group_is_empty' => '聊天群组为空',
|
|
'missing_user_id' => '缺少用户ID',
|
|
'data_configuration_error' => '数据配置错误',
|
|
'user_usd_balance_is_insufficient' => '用户美元余额不足',
|
|
'vip_expiration_time_error' => 'VIP过期时间错误',
|
|
'anchor_information_is_empty' => '主播信息为空',
|
|
'avatar_information_error' => '头像信息错误',
|
|
'user_chat_data_error' => '用户聊天数据错误',
|
|
'today_sending_limit_has_been_reached' => '今日发送已达上限,明日再来',
|
|
'email_not_bound' => '邮箱未绑定',
|
|
'please_log_in_first' => '请先登录一下',
|
|
'phone_number_not_bound' => '电话号码未绑定',
|
|
'payment_password_has_already_been_set' => '支付密码已设置',
|
|
'incorrect_password' => '密码不正确',
|
|
'already_bound_email' => '已存在绑定邮箱',
|
|
'this_email_address_is_already_in_use' => '该邮箱已被使用',
|
|
'the_bound_mobile_number_already_exists' => '已存在绑定的手机号',
|
|
'this_phone_number_is_already_in_use' => '该手机号已被使用',
|
|
'there_is_an_application_record_please_wait_for_review' => '已存在申请记录,请等待审核',
|
|
];
|