2
0

feat: gateway support i18n message

This commit is contained in:
zhangsz
2025-01-22 14:07:02 +08:00
parent f7f8642401
commit 9d7b44d1dd
9 changed files with 49 additions and 13 deletions

View File

@@ -125,6 +125,16 @@ job.execute.success=The scheduled task was executed successfully, the time taken
job.execute.spend.time=the time taken: {0} milliseconds
## wfc-file
file.cannot.null=File must not be null or empty
## wfc-gateway
gateway.token.not.blank=Token cannot be blank
gateway.token.expired=Token has expired or verification is incorrect
gateway.status.expired=Login status has expired
gateway.token.error=Token error
gateway.user.portal.forbidden=User portal is forbidden to access
gateway.internal.server.error=Internal server error
gateway.service.not.found=Service not found
gateway.request.address.forbidden=Request address is not allowed to access
gateway.request.limit=Request limit exceeded, please try again later
## wfc-common
common.operate.success=Operation successful

View File

@@ -125,6 +125,16 @@ job.execute.success=The scheduled task was executed successfully, the time taken
job.execute.spend.time=the time taken: {0} milliseconds
## wfc-file
file.cannot.null=File must not be null or empty
## wfc-gateway
gateway.token.not.blank=Token cannot be blank
gateway.token.expired=Token has expired or verification is incorrect
gateway.status.expired=Login status has expired
gateway.token.error=Token error
gateway.user.portal.forbidden=User portal is forbidden to access
gateway.internal.server.error=Internal server error
gateway.service.not.found=Service not found
gateway.request.address.forbidden=Request address is not allowed to access
gateway.request.limit=Request limit exceeded, please try again later
## wfc-common
common.operate.success=Operation successful

View File

@@ -126,6 +126,16 @@ job.execute.success=定时任务执行成功, 耗时:{0} 毫秒
job.execute.spend.time=总共耗时:{0} 毫秒
## wfc-file
file.cannot.null=文件不能为空
## wfc-gateway
gateway.token.not.blank=令牌不能为空
gateway.token.expired=令牌已过期或验证不正确
gateway.status.expired=登录状态已过期
gateway.token.error=令牌验证失败
gateway.user.portal.forbidden=用户平台禁止访问
gateway.internal.server.error=内部服务器错误
gateway.service.not.found=服务未找到
gateway.request.address.forbidden=请求地址不允许访问
gateway.request.limit=请求超过最大数,请稍候再试
## wfc-common
common.operate.success=操作成功