bnbweb/languages/zh_tw/sms.php
2022-11-14 23:49:28 +08:00

32 lines
1.8 KiB
PHP
Executable File

<?php
$_LANG['ihuyi_sms_mobile_reg_closed'] = '手機短訊驗證註冊未開啟。';
$_LANG['invalid_sms_code'] = '非法請求,請求驗證碼不匹配。';
$_LANG['invalid_mobile_phone'] = '手機號不正確。';
$_LANG['mobile_phone_registered'] = '手機號已經註冊過帳號。';
$_LANG['get_verifycode_excessived'] = '每IP每手機號每%s秒只能獲取一次驗證碼。';
$_LANG['send_mobile_verifycode_successed'] = '手機簡訊驗證碼發送成功。';
$_LANG['send_mobile_verifycode_failured'] = '手機簡訊驗證碼發送失敗:';
$_LANG['get_ip_excessived'] = '每IP只能發%s條簡訊。';
$_LANG['verifycode_empty'] = '驗證碼不得為空。';
$_LANG['verifycode_mobile_phone_notmatch'] = ' 手機號和驗證碼不匹配。';
$_LANG['ihuyi_sms_mobile_pwd_closed'] = '手机短信找回密码未开启。';
$_LANG['username_no_mobile'] = '您填写的用户名与手机号不匹配,请重新输入!';
$_LANG['send_pwd_mobile_excessived'] = '每IP每手机号每%s秒只能找回一次密码。';
$_LANG['send_pwd_mobile_success'] = '您的新密码已成功发送到手机!';
$_LANG['send_pwd_mobile_failured'] = '您的新密码发送到手机失败:';
$_LANG['send_pwd_mobile_false'] = '手机短信找回密码失败!';
$_LANG['ihuyi_sms_mobile_bind_closed'] = '手机绑定未开启。';
$_LANG['mobile_phone_binded'] = '手机号已经绑定过其他帐号。';
$_LANG['bind_mobile_verifycode_successed'] = '手机绑定验证码发送成功。';
$_LANG['bind_mobile_verifycode_failured'] = '手机绑定验证码发送失败:';
$_LANG['invalid_verify_code'] = '验证码不正确。';
$_LANG['bind_mobile_success'] = '手机绑定成功!';
$_LANG['ihuyi_sms_mobile_cons_notice'] = '下订单前必须先绑定手机!';
?>