mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Translate login page.
This commit is contained in:
@ -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",
|
||||
|
@ -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": "我的账户",
|
||||
|
Reference in New Issue
Block a user