mirror of https://github.com/abpframework/abp.git
4 changed files with 37 additions and 15 deletions
@ -1,15 +1,22 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"UserName": "用户名称", |
|||
"EmailAddress": "邮箱地址", |
|||
"UserNameOrEmailAddress": "用户名称或邮箱地址", |
|||
"Password": "密码", |
|||
"RememberMe": "记住我", |
|||
"UseAnotherServiceToLogin": "使用另一个服务登录", |
|||
"UserLockedOutMessage": "登录失败,用户账户已被锁定.请稍后再试.", |
|||
"InvalidUserNameOrPassword": "用户名或密码错误!", |
|||
"LoginIsNotAllowed": "无法登录!你需要验证邮箱地址/手机号.", |
|||
"SelfRegistrationDisabledMessage": "应用程序未开放注册,请联系管理员添加新用户." |
|||
} |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"UserName": "用户名称", |
|||
"EmailAddress": "邮箱地址", |
|||
"UserNameOrEmailAddress": "用户名称或邮箱地址", |
|||
"Password": "密码", |
|||
"RememberMe": "记住我", |
|||
"UseAnotherServiceToLogin": "使用另一个服务登录", |
|||
"UserLockedOutMessage": "登录失败,用户账户已被锁定.请稍后再试.", |
|||
"InvalidUserNameOrPassword": "用户名或密码错误!", |
|||
"LoginIsNotAllowed": "无法登录!你需要验证邮箱地址/手机号.", |
|||
"SelfRegistrationDisabledMessage": "应用程序未开放注册,请联系管理员添加新用户.", |
|||
"Login": "Login", |
|||
"Cancel": "Cancel", |
|||
"Register": "Register", |
|||
"UseAnotherServiceToLogIn.": "Use another service to log in.", |
|||
"InvalidLoginRequest": "Invalid login request", |
|||
"ThereAreNoLoginSchemesConfiguredForThisClient": "There are no login schemes configured for this client.", |
|||
"LogInUsingYourProviderAccount": "Log in using your {0} account" |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue