From 885c50cf6153eb27c755d463ae5d9ab21e37978c Mon Sep 17 00:00:00 2001 From: chenjg Date: Wed, 31 Jul 2024 10:51:43 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=98=A0=E5=B0=84-=E8=8E=B7=E5=8F=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- localconfig/i18n/language_en.json | 3 +++ localconfig/i18n/language_zh.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 3a43921..282894e 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -607,6 +607,9 @@ "cmdbtenantconfig": { "isresourcecenterauth": "Is the asset list controlled by model permissions and group permissions" }, + "codehubprojectsourcesyncerrorexception": { + "codehubprojectsourcesyncerrorexception": "Failed to obtain project list from source {0}" + }, "codehubrepositoryappmodulenotfoundexception": { "codehubrepositoryappmodulenotfoundexception": "Warehouse: \u0027{0}\u0027 has not been associated with any application modules within the application configuration yet" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 627fee8..7f6c683 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -607,6 +607,9 @@ "cmdbtenantconfig": { "isresourcecenterauth": "资产清单是否受模型权限和团体权限控制" }, + "codehubprojectsourcesyncerrorexception": { + "codehubprojectsourcesyncerrorexception": "通过来源{0}获取项目列表失败" + }, "codehubrepositoryappmodulenotfoundexception": { "codehubrepositoryappmodulenotfoundexception": "仓库:“{0}”还没有关联应用配置内的应用模块" }, -- Gitee