feat: user portal support i18n
This commit is contained in:
@@ -63,3 +63,21 @@ tenant.number.not.blank=Tenant number cannot be blank
|
||||
tenant.not.exists=Sorry, your tenant does not exist. Please contact the administrator
|
||||
tenant.blocked=Sorry, your tenant is disabled. Please contact the administrator
|
||||
tenant.expired=Sorry, your tenant has expired. Please contact the administrator.
|
||||
## wfc-modules-user
|
||||
user.kyc.birthdate.not.blank=Date of birth cannot be blank
|
||||
user.kyc.birthdate.not.valid=Date of birth format error
|
||||
user.client.not.redirect.params=not wanfi redirect params
|
||||
user.modify.user=Modify user information
|
||||
user.modify.user.phone.exist=failed, phone number already existss
|
||||
user.modify.user.email.exist=failed, email already exists
|
||||
user.modify.user.phone.exist=Modify user ''{0}'' failed, phone number already exists
|
||||
user.modify.user.email.exist=Modify user ''{0}'' failed, email already exists
|
||||
user.modify.user.failed.contact.administrator=Modify personal information exception, please contact the administrator
|
||||
user.modify.password.failed.error.old.password=Failed to modify password, old password error
|
||||
user.modify.password.failed.new.password.same.old.password=The new password cannot be the same as the old password
|
||||
user.modify.password.failed.contact.administrator=Modify password exception, please contact the administrator
|
||||
user.avatar.file.format.error=Avatar fFile format is incorrect, please upload a ''{0}'' format file
|
||||
user.file.service.error.contact.administrator=File service exception, please contact the administrator
|
||||
user.avatar.upload.error.contact.administrator=Upload image exception, please contact the administrator
|
||||
user.not.register=The current system has not enabled the registration function
|
||||
user.name.or.password.error=Username or password error
|
||||
@@ -63,3 +63,19 @@ tenant.number.not.blank=租户编号不能为空
|
||||
tenant.not.exists=对不起, 您的租户不存在,请联系管理员
|
||||
tenant.blocked=对不起,您的租户已禁用,请联系管理员
|
||||
tenant.expired=对不起,您的租户已过期,请联系管理员
|
||||
## wfc-modules-user
|
||||
user.kyc.birthdate.not.blank=出生日期不能为空
|
||||
user.kyc.birthdate.not.valid=出生日期格式错误
|
||||
user.client.not.redirect.params=WANFi缺失重定向参数
|
||||
user.modify.user=修改用户信息
|
||||
user.modify.user.phone.exist=修改用户''{0}''失败,手机号已存在
|
||||
user.modify.user.email.exist=修改用户''{0}''失败,邮箱已存在
|
||||
user.modify.user.failed.contact.administrator=修改个人信息异常,请联系管理员
|
||||
user.modify.password.failed.error.old.password=修改密码失败,旧密码错误
|
||||
user.modify.password.failed.new.password.same.old.password=新密码不能与旧密码相同
|
||||
user.modify.password.failed.contact.administrator=修改密码异常,请联系管理员
|
||||
user.avatar.file.format.error=文件格式不正确,请上传''{0}''格式的文件
|
||||
user.file.service.error.contact.administrator=文件服务异常,请联系管理员
|
||||
user.avatar.upload.error.contact.administrator=上传图片异常,请联系管理员
|
||||
user.not.register=当前系统没有开启注册功能
|
||||
user.name.or.password.error=用户名或密码错误
|
||||
|
||||
Reference in New Issue
Block a user