Add prompt page.

This commit is contained in:
Yang Luo
2021-06-18 02:05:19 +08:00
parent 32afafd56c
commit 92610f9971
7 changed files with 192 additions and 9 deletions

View File

@ -65,7 +65,8 @@
"EmailYou should verify your code in 10 min!": "You should verify your email verification code in 10 min!",
"PhoneWrong code!": "Wrong phone verification code!",
"EmailWrong code!": "Wrong email verification code!",
"Missing parameter.": "Missing parameter."
"Missing parameter.": "Missing parameter.",
"Submit and complete": "Submit and complete"
},
"login":
{
@ -179,6 +180,7 @@
"Login page preview": "Login page preview",
"Test signup page..": "Test signup page..",
"Test signin page..": "Test signin page..",
"Test prompt page..": "Test prompt page..",
"Redirect URL": "Redirect URL",
"Redirect URLs": "Redirect URLs",
"Signup items": "Signup items"

View File

@ -65,7 +65,8 @@
"EmailYou should verify your code in 10 min!": "你应该在 10 分钟之内验证邮箱",
"PhoneWrong code!": "手机验证码错误",
"EmailWrong code!": "邮箱验证码错误",
"Missing parameter.": "缺少参数"
"Missing parameter.": "缺少参数",
"Submit and complete": "完成提交"
},
"login":
{
@ -179,6 +180,7 @@
"Login page preview": "登录页面预览",
"Test signup page..": "测试注册页面..",
"Test signin page..": "测试登录页面..",
"Test prompt page..": "测试提醒页面..",
"Redirect URL": "回调URL",
"Redirect URLs": "回调URLs",
"Signup items": "注册项"