Improve signup page.

This commit is contained in:
Yang Luo
2021-06-16 15:25:54 +08:00
parent 02b1feb2e5
commit 3274bd0c7c
5 changed files with 72 additions and 48 deletions

View File

@ -17,6 +17,7 @@
"Created time": "Created time",
"Name": "Name",
"Display name": "Display name",
"Personal name": "Personal name",
"Avatar": "Avatar",
"URL": "URL",
"Preview": "Preview",
@ -39,6 +40,7 @@
{
"Username": "Username",
"Please input your display name!": "Please input your display name!",
"Please input your personal name!": "Please input your personal name!",
"Please input your address!": "Please input your address!",
"Please input your affiliation!": "Please input your affiliation!",
"The input is not valid Email!": "The input is not valid Email!",

View File

@ -17,6 +17,7 @@
"Created time": "创建时间",
"Name": "名称",
"Display name": "显示名称",
"Personal name": "姓名",
"Avatar": "头像",
"URL": "链接",
"Preview": "预览",
@ -38,7 +39,8 @@
"signup":
{
"Username": "用户名",
"Please input your display name!": "请输入您的姓名",
"Please input your display name!": "请输入您的显示名称",
"Please input your personal name!": "请输入您的姓名!",
"Please input your address!": "请输入您的地址!",
"Please input your affiliation!": "请输入您所在的工作单位!",
"The input is not valid Email!": "您输入的电子邮箱格式错误!",