新增配置中心
Some checks failed
CI Build and Test / build (push) Has been cancelled
Deploy to Server / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-10-21 11:35:57 +08:00
parent 928bb078f0
commit b81db11bfc
12 changed files with 995 additions and 17 deletions

View File

@@ -116,3 +116,16 @@ dingtalk.send.message=Sending DingTalk message: {0}
dingtalk.push.success=DingTalk message pushed successfully, response: {0}
dingtalk.push.failed=DingTalk message push failed, HTTP status code: {0}, response: {1}
dingtalk.push.exception=DingTalk message push exception: {0}
# ==================== Parameters Center Module ====================
# Parameters Center Controller
params.create.success=Parameter created successfully
params.create.failed=Failed to create parameter
params.update.success=Parameter updated successfully
params.update.failed=Failed to update parameter
params.delete.success=Parameter deleted successfully
params.delete.failed=Failed to delete parameter
params.not.found=Parameter not found
params.no.permission=No permission to operate this parameter
params.download.success=Download successful
params.download.failed=Download failed

View File

@@ -116,3 +116,16 @@ dingtalk.send.message=发送钉钉消息: {0}
dingtalk.push.success=钉钉消息推送成功, 响应: {0}
dingtalk.push.failed=钉钉消息推送失败, HTTP 状态码: {0}, 响应: {1}
dingtalk.push.exception=钉钉消息推送异常: {0}
# ==================== 参数配置中心模块 ====================
# 参数配置Controller
params.create.success=参数创建成功
params.create.failed=参数创建失败
params.update.success=参数更新成功
params.update.failed=参数更新失败
params.delete.success=参数删除成功
params.delete.failed=参数删除失败
params.not.found=参数不存在
params.no.permission=无权限操作该参数
params.download.success=下载成功
params.download.failed=下载失败