mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 01:25:28 +08:00
代码整理
This commit is contained in:
parent
825fc2b79e
commit
db570cf3eb
@ -8,6 +8,10 @@ spring:
|
|||||||
application:
|
application:
|
||||||
# 应用名称
|
# 应用名称
|
||||||
name: ruoyi-sso-server
|
name: ruoyi-sso-server
|
||||||
|
# 资源信息
|
||||||
|
messages:
|
||||||
|
# 国际化资源文件路径
|
||||||
|
basename: i18n/messages
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: @profiles.active@
|
active: @profiles.active@
|
||||||
@ -0,0 +1,17 @@
|
|||||||
|
#错误消息
|
||||||
|
user.jcaptcha.error=Verification code error
|
||||||
|
user.jcaptcha.expire=Verification code has expired
|
||||||
|
user.not.exists=Sorry, your account: {0} does not exist.
|
||||||
|
user.blocked=Sorry, your account: {0} has been disabled, please contact the administrator
|
||||||
|
user.logout.success=Logout successful
|
||||||
|
user.login.success=Login successful
|
||||||
|
user.register.success=Registration successful
|
||||||
|
user.register.save.error=Failed to save user {0}, registered account already exists
|
||||||
|
user.register.error=Registration failed, please contact system administrator
|
||||||
|
auth.grant.type.error=Authentication permission type error
|
||||||
|
auth.grant.type.blocked=Authentication permission type has been disabled
|
||||||
|
##Tenant
|
||||||
|
tenant.number.not.blank=Tenant number cannot be empty
|
||||||
|
tenant.not.exists=Sorry, your tenant does not exist, please contact the administrator
|
||||||
|
tenant.blocked=Sorry, your tenant has been disabled, please contact the administrator
|
||||||
|
tenant.expired=Sorry, your tenant has expired, please contact the administrator
|
||||||
@ -0,0 +1,17 @@
|
|||||||
|
#错误消息
|
||||||
|
user.jcaptcha.error=Verification code error
|
||||||
|
user.jcaptcha.expire=Verification code has expired
|
||||||
|
user.not.exists=Sorry, your account: {0} does not exist.
|
||||||
|
user.blocked=Sorry, your account: {0} has been disabled, please contact the administrator
|
||||||
|
user.logout.success=Logout successful
|
||||||
|
user.login.success=Login successful
|
||||||
|
user.register.success=Registration successful
|
||||||
|
user.register.save.error=Failed to save user {0}, registered account already exists
|
||||||
|
user.register.error=Registration failed, please contact system administrator
|
||||||
|
auth.grant.type.error=Authentication permission type error
|
||||||
|
auth.grant.type.blocked=Authentication permission type has been disabled
|
||||||
|
##Tenant
|
||||||
|
tenant.number.not.blank=Tenant number cannot be empty
|
||||||
|
tenant.not.exists=Sorry, your tenant does not exist, please contact the administrator
|
||||||
|
tenant.blocked=Sorry, your tenant has been disabled, please contact the administrator
|
||||||
|
tenant.expired=Sorry, your tenant has expired, please contact the administrator
|
||||||
@ -0,0 +1,18 @@
|
|||||||
|
#错误消息
|
||||||
|
not.null=* 必须填写
|
||||||
|
user.jcaptcha.error=验证码错误
|
||||||
|
user.jcaptcha.expire=验证码已失效
|
||||||
|
user.not.exists=对不起, 您的账号:{0} 不存在.
|
||||||
|
user.blocked=对不起,您的账号:{0} 已禁用,请联系管理员
|
||||||
|
user.logout.success=退出成功
|
||||||
|
user.login.success=登录成功
|
||||||
|
user.register.success=注册成功
|
||||||
|
user.register.save.error=保存用户 {0} 失败,注册账号已存在
|
||||||
|
user.register.error=注册失败,请联系系统管理人员
|
||||||
|
auth.grant.type.error=认证权限类型错误
|
||||||
|
auth.grant.type.blocked=认证权限类型已禁用
|
||||||
|
##租户
|
||||||
|
tenant.number.not.blank=租户编号不能为空
|
||||||
|
tenant.not.exists=对不起, 您的租户不存在,请联系管理员
|
||||||
|
tenant.blocked=对不起,您的租户已禁用,请联系管理员
|
||||||
|
tenant.expired=对不起,您的租户已过期,请联系管理员
|
||||||
Loading…
Reference in New Issue
Block a user