feat: turing test before send code

Signed-off-by: Kininaru <shiftregister233@outlook.com>

i18n

i18n

Signed-off-by: Kininaru <shiftregister233@outlook.com>
This commit is contained in:
Kininaru
2021-05-22 20:57:55 +08:00
parent 665e77b797
commit f39378562f
12 changed files with 217 additions and 91 deletions

View File

@@ -30,7 +30,8 @@
"OAuth providers": "OAuth providers",
"Applications that requires authentication": "Applications that requires authentication",
"Swagger": "Swagger",
"Phone Prefix": "Phone Prefix"
"Phone Prefix": "Phone Prefix",
"Enter the code": "Enter the code"
},
"signup":
{
@@ -156,7 +157,9 @@
"You should verify your code in 5 min!": "You should verify your code in 5 min!",
"Wrong code!": "Wrong code!",
"Invalid phone number": "Invalid phone number",
"Invalid Email address": "Invalid Email address"
"Invalid Email address": "Invalid Email address",
"Turing test failed.": "Turing test failed.",
"Missing parameter.": "Missing parameter. Please check your form!"
},
"application":
{

View File

@@ -30,7 +30,8 @@
"OAuth providers": "OAuth提供方",
"Applications that requires authentication": "需要鉴权的应用",
"Swagger": "API总览",
"Phone Prefix": "手机号前缀"
"Phone Prefix": "手机号前缀",
"Enter the code": "输入验证码"
},
"signup":
{
@@ -156,7 +157,9 @@
"You should verify your code in 5 min!": "验证码已超时。你应该在 5 分钟内完成验证。",
"Wrong code!": "验证码错误!",
"Invalid phone number": "手机号格式错误",
"Invalid Email address": "邮箱格式错误"
"Invalid Email address": "邮箱格式错误",
"Turing test failed.": "图灵验证失败,无法确认你是人类!",
"Missing parameter.": "缺少参数!请确认所有信息都已填写!"
},
"application":
{