diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index 5db0b4074..3dafa7921 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/common.lang.php @@ -530,4 +530,11 @@ $lang['Save your ID and secret'] = '保存您的ID和密钥'; $lang['Secret copied. Keep it in a safe place.'] = '密钥已复制。请将其妥善保管。'; $lang['The secret will no longer be displayed. You must copy it to continue.'] = '密钥将不再显示。您必须复制它才能继续操作。'; $lang['Verification code'] = '验证码'; -$lang['Verify'] = '验证'; \ No newline at end of file +$lang['Verify'] = '验证'; +$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = '如果您因认为密码被盗而更改了密码,我们建议您在个人资料 中撤销您的%d个API 密钥。'; +$lang['Here is your verification code:'] = '这是您的验证码:'; +$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = '如果不是您本人操作,请立即更改密码或联系网站管理员。'; +$lang['Too many attempts, please try later..'] = '尝试次数过多,请稍后再试。'; +$lang['Verification successful! You can now choose a new password.'] = '验证成功!您现在可以选择一个新密码。'; +$lang['Your verification code'] = '您的验证码'; +$lang['edit user preferences'] = '编辑用户偏好设置'; \ No newline at end of file