Skip to content

Add Chinese translation of "captchas" #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions docs_source_files/content/worst_practices/captchas.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
---
title: "Captchas"
title: "验证码"
weight: 1
---
验证码 (CAPTCHA), 是 _全自动区分计算机和人类的图灵测试_ *(Completely Automated Public Turing test to tell Computers and Humans Apart)* 的简称,
是被明确地设计用于阻止自动化的, 所以不要尝试!
规避验证码的检查, 主要有两个策略:

{{% notice info %}}
<i class="fas fa-language"></i> 页面需要从英语翻译为简体中文。
您熟悉英语与简体中文吗?帮助我们翻译它,通过 pull requests 给我们!
{{% /notice %}}

CAPTCHA, short for _Completely Automated Public Turing test
to tell Computers and Humans Apart_,
is explicitly designed to prevent automation, so don’t try!
There are two primary strategies to get around CAPTCHA checks:

* Disable CAPTCHAs in your test environment
* Add a hook to allow tests to bypass the CAPTCHA
* 在测试环境中禁用验证码
* 添加钩子以允许测试绕过验证码