mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-06 18:10:29 +08:00
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:
@@ -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":
|
||||
{
|
||||
|
@@ -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":
|
||||
{
|
||||
|
Reference in New Issue
Block a user