From 1d14a2ca65b52789328c093755f59cd1051ba847 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 19 Jun 2025 18:20:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E9=85=8D=E7=BD=AE-=E7=8E=AF=E5=A2=83db?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BE=BF=E6=8D=B7=E5=85=A5=E5=8F=A3=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1445757985456128]发布应用配置-环境db配置便捷入口优化 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1445757985456128 --- localconfig/i18n/language_en.json | 34 +++++++++++++++++++++++++++++++ localconfig/i18n/language_zh.json | 34 +++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index b9bd2d2..5e87ca0 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -798,11 +798,17 @@ "reltypenotfoundexception": { "reltypenotfoundexception": "Relationship type: {0} does not exist" }, + "resourcecenteraccountnotprivateexception": { + "resourcecenteraccountnotprivateexception": "Account: \u0027{0}\u0027 is not a private type" + }, "resourcecenteraccountprotocolnotfoundexception": { "resourcecenteraccountprotocolnotfoundexception": { "id": "Protocol: {0} does not exist" } }, + "resourcecenterresourcenotexistaccountexception": { + "resourcecenterresourcenotexistaccountexception": "Account \u0027{1}\u0027 does not exist in resource \u0027{0}\u0027" + }, "resourcecenterviewconfigexception": { "resourcecenterviewconfigexception": "Field declared in view {0}: {1}, but definition not found in configuration file" }, @@ -886,6 +892,15 @@ "view": "View configuration", "viewdesc": "Application viewing permission, can view applications (one click publishing, application configuration)" }, + "deployappconfigactiontype": { + "env": { + "description": "The permission to create and publish job environments and the permission to modify environment related configurations corresponding to application configurations (also requires the \"Edit Configuration\" permission)", + "text": "environment" + }, + "operation": { + "text": "operate" + } + }, "deploytenantconfig": { "gitlabwebhookcallbackhost": "Gitlab webhook callback host address" } @@ -2757,6 +2772,9 @@ "accountprotocolsaveapi": { "getname": "Save Account Management Agreement" }, + "accountsaveapi": { + "getname": "Save Resource Center Account" + }, "appenvlistapi": { "getname": "Query the list of application module environments" }, @@ -2782,6 +2800,12 @@ "exportresourceapi": { "getname": "Export asset inventory list" }, + "resourceaccountaccesstestapi": { + "getname": "Test account availability" + }, + "resourceaccountsaveapi": { + "getname": "Save resource account" + }, "resourcelistapi": { "getname": "Query Resource Center Data List" }, @@ -3254,6 +3278,9 @@ } }, "nmdaae": { + "deletedeployappconfigenvdbprivateaccountapi": { + "getname": "Delete private account for publishing application configuration DB" + }, "deletedeployappconfiginstanceapi": { "getname": "Delete instances of application module environments that publish application configurations" }, @@ -3275,6 +3302,12 @@ }, "savedeployappconfigenvdbapi": { "getname": "Save and publish application configuration asset configuration item data" + }, + "savedeployappconfigenvdbprivateaccountapi": { + "getname": "Save and publish application configuration DB private account" + }, + "savedeployappconfigenvdbpublicaccountapi": { + "getname": "Save and publish application configuration DB public account" } }, "nmdaam": { @@ -5293,6 +5326,7 @@ }, "cmdb": { "abbrname": "for short", + "accountidlist": "Account ID List", "addid": "ID, do not provide a representative to add", "alertlevel": "level", "allowedit": "Allow editing", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 1ae8667..9d0ce8b 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -798,11 +798,17 @@ "reltypenotfoundexception": { "reltypenotfoundexception": "关系类型:{0} 不存在" }, + "resourcecenteraccountnotprivateexception": { + "resourcecenteraccountnotprivateexception": "账号:“{0}”不是私有类型" + }, "resourcecenteraccountprotocolnotfoundexception": { "resourcecenteraccountprotocolnotfoundexception": { "id": "协议:{0}不存在" } }, + "resourcecenterresourcenotexistaccountexception": { + "resourcecenterresourcenotexistaccountexception": "资源“{0}”中不存在账号“{1}”" + }, "resourcecenterviewconfigexception": { "resourcecenterviewconfigexception": "视图{0}中声明字段:{1},但在配置文件中没有找到定义" }, @@ -908,6 +914,15 @@ "view": "查看配置", "viewdesc": "可以查看应用(一键发布、应用配置)" }, + "deployappconfigactiontype": { + "env": { + "description": "创建发布作业环境的权限和应用配置对应环境相关配置修改的权限(同时需要“编辑配置”权限)", + "text": "环境" + }, + "operation": { + "text": "操作" + } + }, "deploytenantconfig": { "gitlabwebhookcallbackhost": "gitlab webhook回调主机地址" } @@ -2785,6 +2800,9 @@ "accountprotocolsaveapi": { "getname": "保存账号管理协议" }, + "accountsaveapi": { + "getname": "保存资源中心账号" + }, "appenvlistapi": { "getname": "查询应用模块环境列表" }, @@ -2810,6 +2828,12 @@ "exportresourceapi": { "getname": "导出资产清单列表" }, + "resourceaccountaccesstestapi": { + "getname": "测试账号可用性" + }, + "resourceaccountsaveapi": { + "getname": "保存资源账号" + }, "resourcelistapi": { "getname": "查询资源中心数据列表" }, @@ -3282,6 +3306,9 @@ } }, "nmdaae": { + "deletedeployappconfigenvdbprivateaccountapi": { + "getname": "删除发布应用配置DB私有账号" + }, "deletedeployappconfiginstanceapi": { "getname": "删除发布应用配置的应用模块环境的实例" }, @@ -3303,6 +3330,12 @@ }, "savedeployappconfigenvdbapi": { "getname": "保存发布应用配置资产配置项数据" + }, + "savedeployappconfigenvdbprivateaccountapi": { + "getname": "保存发布应用配置DB私有账号" + }, + "savedeployappconfigenvdbpublicaccountapi": { + "getname": "保存发布应用配置DB公共账号" } }, "nmdaam": { @@ -5345,6 +5378,7 @@ }, "cmdb": { "abbrname": "简称", + "accountidlist": "账号ID列表", "addid": "id,不提供代表添加", "alertlevel": "级别", "allowedit": "是否允许编辑", -- Gitee