Translate login page.

This commit is contained in:
Yang Luo
2021-04-27 22:03:22 +08:00
parent 0faeaae78f
commit 8ce8169d65
3 changed files with 34 additions and 9 deletions

View File

@ -30,6 +30,18 @@
"Applications that requires authentication": "Applications that requires authentication",
"Swagger": "Swagger"
},
"login":
{
"Please input your Username!": "Please input your Username!",
"username": "username",
"Please input your Password!": "Please input your Password!",
"password": "password",
"Auto login": "Auto login",
"Forgot password?": "Forgot password?",
"Sign In": "Sign In",
"No account yet?": "No account yet?",
"sign up now": "sign up now"
},
"account":
{
"My Account": "My Account",

View File

@ -30,6 +30,18 @@
"Applications that requires authentication": "需要鉴权的应用",
"Swagger": "API总览"
},
"login":
{
"Please input your Username!": "请输入用户名!",
"username": "用户名",
"Please input your Password!": "请输入密码!",
"password": "密码",
"Auto login": "下次自动登录",
"Forgot password?": "忘记密码?",
"Sign In": "登录",
"No account yet?": "没有账号?",
"sign up now": "立即注册"
},
"account":
{
"My Account": "我的账户",